id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-mfa-duo-config |
MfaDuoConfig |
MfaDuoConfig |
MfaDuoConfig |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| MfaDuoConfig |
| V2024MfaDuoConfig |
|
/tools/sdk/powershell/v2024/models/mfa-duo-config |
| SDK |
| Software Development Kit |
| MfaDuoConfig |
| V2024MfaDuoConfig |
|
MfaDuoConfig
Properties
| Name |
Type |
Description |
Notes |
| 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
- Convert the resource to JSON
[Back to top]