Name | Type | Description | Notes |
---|---|---|---|
AuthenticationMethods | List<AuthenticationMethodObject> | This property specifies the precise authenticator and method for authentication. <x-lifecycle class="oie"></x-lifecycle> | [optional] |
ExcludedAuthenticationMethods | List<AuthenticationMethodObject> | This property specifies the precise authenticator and method to exclude from authentication. <x-lifecycle class="oie"></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="oie"></x-lifecycle> | [optional] |
Types | List<string> | The Authenticator types that are permitted | [optional] |