resourceCredentialDetails: {
    authenticationDetailsId?: string;
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    id?: string;
    operations?: ResourceCredentialOperationsBO[];
    properties?: ResourceCredentialPropertiesBO[];
    source?: string;
    type?: string;
    updatedTime?: string;
}

The list of credential details.

Type declaration

  • Optional Readonly authenticationDetailsId?: string

    The authentication Id the credential object is associated to.

  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional operations?: ResourceCredentialOperationsBO[]
  • Optional properties?: ResourceCredentialPropertiesBO[]
  • Optional source?: string

    The credential source.

  • Optional Readonly type?: string

    The type of this payload, resourceCredentialDetails.

  • Optional Readonly updatedTime?: string