Okta.Sdk.Model.AuthorizationServerPolicy
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ID of the Policy | [optional] |
| Type | string | Indicates that the Policy is an authorization server Policy | [optional] |
| Name | string | Name of the Policy | [optional] |
| Conditions | AuthorizationServerPolicyConditions | [optional] | |
| Description | string | Description of the Policy | [optional] |
| Priority | int | Specifies the order in which this Policy is evaluated in relation to the other Policies in a custom authorization server | [optional] |
| Status | string | Specifies whether requests have access to this Policy | [optional] |
| System | bool | Specifies whether Okta created this Policy | [optional] |
| Created | DateTimeOffset | Timestamp when the Policy was created | [optional] [readonly] |
| LastUpdated | DateTimeOffset | Timestamp when the Policy was last updated | [optional] [readonly] |
| Links | LinksSelfAndLifecycle | [optional] |