Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.29 KB

File metadata and controls

20 lines (16 loc) · 1.29 KB

Okta.Sdk.Model.PasswordPolicyRule

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]
Actions PasswordPolicyRuleActions [optional]
Conditions PasswordPolicyRuleConditions [optional]

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