Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.05 KB

File metadata and controls

18 lines (14 loc) · 1.05 KB

Okta.Sdk.Model.PolicyRule

Properties

Name Type Description Notes
Created DateTimeOffset? Timestamp when the rule was created [optional] [readonly]
Id string Identifier for 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 LifecycleStatus [optional]
System bool Specifies whether Okta created the policy rule (`system=true`). You can't delete policy rules that have `system` set to `true`. [optional] [default to false]
Type PolicyRuleType [optional]
Links PolicyLinks [optional]

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