resourceAuthenticationProperties: {
    authenticationDetailsId?: string;
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    id?: string;
    name?: string;
    type?: string;
    updatedTime?: string;
    value?: string;
}

The list of authentication properties.

Type declaration

  • Optional Readonly authenticationDetailsId?: string

    The authentication Id the property 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 name?: string

    The property name.

  • Optional Readonly type?: string

    The type of this payload, resourceAuthenticationProperties.

  • Optional Readonly updatedTime?: string
  • Optional value?: string

    The property value.