Key/Value pair of attributes used for update request.

Hierarchy

  • AuthNMappingUpdateAttributes

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.

Generated using TypeDoc