Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.28 KB

AuthorizationServerPolicy.md

File metadata and controls

20 lines (16 loc) · 1.28 KB

Okta.Sdk.Model.AuthorizationServerPolicy

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 AuthorizationServerPolicyStatus [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]

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