Attributes of AuthN Mapping.

Hierarchy

  • AuthNMappingAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attributeKey?: string

Key portion of a key/value pair of the attribute sent from the Identity Provider.

attributeValue?: string

Value portion of a key/value pair of the attribute sent from the Identity Provider.

createdAt?: Date

Creation time of the AuthN Mapping.

modifiedAt?: Date

Time of last AuthN Mapping modification.

samlAssertionAttributeId?: string

The ID of the SAML assertion attribute.

Generated using TypeDoc