resourceConnectionDetails: {
    authentications?: resourceAuthenticationDetails[];
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    id?: string;
    name: string;
    properties?: resourceConnectionProperties[];
    resourceId?: string;
    resourceType?: resourceConnectionDetails.resourceType;
    type?: string;
    updatedTime?: string;
    url?: string;
}

Type declaration

  • Optional authentications?: resourceAuthenticationDetails[]
  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional Readonly id?: string

    Primary key set by the server.

  • name: string

    The name of the connection object.

  • Optional properties?: resourceConnectionProperties[]
  • Optional Readonly resourceId?: string

    The id of the resource the connection object is associated to.

  • Optional Readonly resourceType?: resourceConnectionDetails.resourceType

    The type of the resource the connection object is associated to.

  • Optional Readonly type?: string

    The type of this payload, resourceConnection.

  • Optional Readonly updatedTime?: string
  • Optional url?: string

    The url of the connection object.