Name | Type | Description | Notes |
---|---|---|---|
AlwaysIncludeInToken | bool | Specifies whether to include Claims in the token. The value is always `TRUE` for access token Claims. If the value is set to `FALSE` for an ID token claim, the Claim isn't included in the ID token when the token is requested with the access token or with the `authorization_code`. The client instead uses the access token to get Claims from the `/userinfo` endpoint. | [optional] |
ClaimType | OAuth2ClaimType | [optional] | |
Conditions | OAuth2ClaimConditions | [optional] | |
GroupFilterType | OAuth2ClaimGroupFilterType | [optional] | |
Id | string | ID of the Claim | [optional] [readonly] |
Name | string | Name of the Claim | [optional] |
Status | LifecycleStatus | [optional] | |
System | bool | When `true`, indicates that Okta created the Claim | [optional] |
Value | string | Specifies the value of the Claim. This value must be a string literal if `valueType` is `GROUPS`, and the string literal is matched with the selected `group_filter_type`. The value must be an Okta EL expression if `valueType` is `EXPRESSION`. | [optional] |
ValueType | OAuth2ClaimValueType | [optional] | |
Links | LinksSelf | [optional] |