Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.44 KB

File metadata and controls

22 lines (18 loc) · 1.44 KB

Okta.Sdk.Model.AuthenticatorEnrollmentPolicy

Properties

Name Type Description Notes
Created DateTimeOffset Timestamp when the policy was created [optional] [readonly]
Description string Description of the policy [optional]
Id string Identifier of the policy [optional] [readonly] [default to "Assigned"]
LastUpdated DateTimeOffset Timestamp when the policy was last modified [optional] [readonly]
Name string Name of the policy
Priority int Specifies the order in which this policy is evaluated in relation to the other policies [optional]
Status LifecycleStatus [optional]
System bool Specifies whether Okta created the policy [optional] [default to false]
Type PolicyType
Embedded Dictionary<string, Object> [optional] [readonly]
Links PolicyLinks [optional]
Conditions AuthenticatorEnrollmentPolicyConditions [optional]
Settings AuthenticatorEnrollmentPolicySettings [optional]

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