resourceAuthenticationDetails: {
    changedBy?: string;
    connectionDetailsId?: string;
    createdBy?: string;
    createdTime?: string;
    credentials?: resourceCredentialDetails[];
    id?: string;
    properties?: resourceAuthenticationProperties[];
    protocol?: string;
    protocolVersion?: string;
    type?: string;
    updatedTime?: string;
}

The list of connection authentications.

Type declaration

  • Optional Readonly changedBy?: string
  • Optional Readonly connectionDetailsId?: string

    The connection Id that the authentication object is associated to.

  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional credentials?: resourceCredentialDetails[]
  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional properties?: resourceAuthenticationProperties[]
  • Optional protocol?: string

    The authentication protocol.

  • Optional protocolVersion?: string

    The authentication protocol version.

  • Optional Readonly type?: string

    The type of this payload, resourceAuthenticationDetails.

  • Optional Readonly updatedTime?: string