mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,12 +16,12 @@ tags: ['SDK', 'Software Development Kit', 'MfaDuoConfig', 'BetaMfaDuoConfig']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**MfaMethod** | Pointer to **String** | Mfa method name | [optional]
|
||||
**Enabled** | Pointer to **Boolean** | If MFA method is enabled. | [optional] [default to $false]
|
||||
**VarHost** | Pointer to **String** | The server host name or IP address of the MFA provider. | [optional]
|
||||
**AccessKey** | Pointer to **String** | The secret key for authenticating requests to the MFA provider. | [optional]
|
||||
**IdentityAttribute** | Pointer to **String** | Optional. The name of the attribute for mapping IdentityNow identity to the MFA provider. | [optional]
|
||||
**ConfigProperties** | Pointer to [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | A map with additional config properties for the given MFA method - duo-web. | [optional]
|
||||
**MfaMethod** | **String** | Mfa method name | [optional]
|
||||
**Enabled** | **Boolean** | If MFA method is enabled. | [optional] [default to $false]
|
||||
**VarHost** | **String** | The server host name or IP address of the MFA provider. | [optional]
|
||||
**AccessKey** | **String** | The secret key for authenticating requests to the MFA provider. | [optional]
|
||||
**IdentityAttribute** | **String** | Optional. The name of the attribute for mapping IdentityNow identity to the MFA provider. | [optional]
|
||||
**ConfigProperties** | [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | A map with additional config properties for the given MFA method - duo-web. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user