Okta.Sdk.Model.OAuth2Scope
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Consent | OAuth2ScopeConsentType | [optional] | |
| Default | bool | Indicates if this Scope is a default scope | [optional] [default to false] |
| Description | string | Description of the Scope | [optional] |
| DisplayName | string | Name of the end user displayed in a consent dialog | [optional] |
| Id | string | Scope object ID | [optional] [readonly] |
| MetadataPublish | OAuth2ScopeMetadataPublish | [optional] | |
| Name | string | Scope name | |
| Optional | bool | Indicates whether the Scope is optional. When set to `true`, the user can skip consent for the scope. | [optional] [default to false] |
| System | bool | Indicates if Okta created the Scope | [optional] [default to false] |
| Links | LinksSelf | [optional] |