Skip to content

config properties saml properties identity_providers items properties attribute_map

GitHub Action edited this page Dec 16, 2024 · 8 revisions

Version

v1.3.1

attribute_map Type

object (attribute_map)

attribute_map Properties

Property Type Required Nullable Defined by
name string Optional cannot be null Config
family_name string Optional cannot be null Config
given_name string Optional cannot be null Config
middle_name string Optional cannot be null Config
nickname string Optional cannot be null Config
preferred_username string Optional cannot be null Config
profile string Optional cannot be null Config
picture string Optional cannot be null Config
website string Optional cannot be null Config
gender string Optional cannot be null Config
birthdate string Optional cannot be null Config
zone_info string Optional cannot be null Config
locale string Optional cannot be null Config
updated_at string Optional cannot be null Config
email string Optional cannot be null Config
email_verified string Optional cannot be null Config
phone string Optional cannot be null Config
phone_verified string Optional cannot be null Config

name

name

  • is optional

  • cannot be null

name Type

string

name Default Value

The default value is:

"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"

family_name

family_name

  • is optional

  • cannot be null

family_name Type

string

family_name Default Value

The default value is:

"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"

given_name

given_name

  • is optional

  • cannot be null

given_name Type

string

given_name Default Value

The default value is:

"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"

middle_name

middle_name

  • is optional

  • cannot be null

middle_name Type

string

nickname

nickname

  • is optional

  • cannot be null

nickname Type

string

preferred_username

preferred_username

  • is optional

  • cannot be null

preferred_username Type

string

profile

profile

  • is optional

  • cannot be null

profile Type

string

picture

picture

  • is optional

  • cannot be null

picture Type

string

website

website

  • is optional

  • cannot be null

website Type

string

gender

gender

  • is optional

  • cannot be null

gender Type

string

birthdate

birthdate

  • is optional

  • cannot be null

birthdate Type

string

zone_info

zone_info

  • is optional

  • cannot be null

zone_info Type

string

locale

locale

  • is optional

  • cannot be null

locale Type

string

updated_at

updated_at

  • is optional

  • cannot be null

updated_at Type

string

email

email

  • is optional

  • cannot be null

email Type

string

email Default Value

The default value is:

"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"

email_verified

email_verified

  • is optional

  • cannot be null

email_verified Type

string

phone

phone

  • is optional

  • cannot be null

phone Type

string

phone_verified

phone_verified

  • is optional

  • cannot be null

phone_verified Type

string

Clone this wiki locally