id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-mfa-duo-config |
MfaDuoConfig |
MfaDuoConfig |
MfaDuoConfig |
pythonsdk |
| python |
| Python |
| sdk |
| MfaDuoConfig |
| BetaMfaDuoConfig |
|
/tools/sdk/python/beta/models/mfa-duo-config |
| SDK |
| Software Development Kit |
| MfaDuoConfig |
| BetaMfaDuoConfig |
|
MfaDuoConfig
Properties
| Name |
Type |
Description |
Notes |
| mfa_method |
str |
Mfa method name |
[optional] |
| enabled |
bool |
If MFA method is enabled. |
[optional] [default to False] |
| host |
str |
The server host name or IP address of the MFA provider. |
[optional] |
| access_key |
str |
The secret key for authenticating requests to the MFA provider. |
[optional] |
| identity_attribute |
str |
Optional. The name of the attribute for mapping IdentityNow identity to the MFA provider. |
[optional] |
| config_properties |
map[string]object |
A map with additional config properties for the given MFA method - duo-web. |
[optional] |
| } |
|
|
|
Example
[Back to top]