mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
17 lines
495 B
YAML
17 lines
495 B
YAML
type: object
|
|
properties:
|
|
enabled:
|
|
type: boolean
|
|
description: If MFA method is enabled.
|
|
host:
|
|
type: string
|
|
description: The server host name or IP address of the MFA provider.
|
|
example: example.com
|
|
accessKey:
|
|
type: string
|
|
description: The secret key for authenticating requests to the MFA provider.
|
|
identityAttribute:
|
|
type: string
|
|
description: Optional. The name of the attribute for mapping IdentityNow identity to the MFA provider.
|
|
example: email
|