Okta.Sdk.Model.AuthorizationServerPolicyRule
January 29, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Actions | AuthorizationServerPolicyRuleActions | [optional] | |
| Conditions | AuthorizationServerPolicyRuleConditions | [optional] | |
| Created | DateTimeOffset | Timestamp when the rule was created | [optional] [readonly] |
| Id | string | Identifier of the rule | [optional] [readonly] |
| LastUpdated | DateTimeOffset | Timestamp when the rule was last modified | [optional] [readonly] |
| Name | string | Name of the rule | [optional] |
| Priority | int | Priority of the rule | [optional] |
| Status | string | Status of the rule | [optional] |
| System | bool | Set to `true` for system rules. You can't delete system rules. | [optional] |
| Type | string | Rule type | [optional] [default to TypeEnum.RESOURCEACCESS] |
| Links | AuthorizationServerPolicyRuleLinks | [optional] |