Okta.Sdk.Model.OAuth2Claim

October 3, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AlwaysIncludeInTokenboolSpecifies 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]
ClaimTypeOAuth2ClaimType[optional]
ConditionsOAuth2ClaimConditions[optional]
GroupFilterTypeOAuth2ClaimGroupFilterType[optional]
IdstringID of the Claim[optional] [readonly]
NamestringName of the Claim[optional]
StatusLifecycleStatus[optional]
SystemboolWhen `true`, indicates that Okta created the Claim[optional]
ValuestringSpecifies 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]
ValueTypeOAuth2ClaimValueType[optional]
LinksLinksSelf[optional]

[Back to Model list] [Back to API list] [Back to README]