Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.85 KB

AccessPolicyConstraint.md

File metadata and controls

15 lines (11 loc) · 1.85 KB

Okta.Sdk.Model.AccessPolicyConstraint

Properties

Name Type Description Notes
AuthenticationMethods List<AuthenticationMethodObject> This property specifies the precise authenticator and method for authentication. <x-lifecycle class=&quot;oie&quot;></x-lifecycle> [optional]
ExcludedAuthenticationMethods List<AuthenticationMethodObject> This property specifies the precise authenticator and method to exclude from authentication. <x-lifecycle class=&quot;oie&quot;></x-lifecycle> [optional]
Methods List<string> The Authenticator methods that are permitted [optional]
ReauthenticateIn string The duration after which the user must re-authenticate regardless of user activity. This re-authentication interval overrides the Verification Method object's `reauthenticateIn` interval. The supported values use ISO 8601 period format for recurring time intervals (for example, `PT1H`). [optional]
Required bool This property indicates whether the knowledge or possession factor is required by the assurance. It's optional in the request, but is always returned in the response. By default, this field is `true`. If the knowledge or possession constraint has values for `excludedAuthenticationMethods` the `required` value is false. <x-lifecycle class=&quot;oie&quot;></x-lifecycle> [optional]
Types List<string> The Authenticator types that are permitted [optional]

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