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-okta-config |
MfaOktaConfig |
MfaOktaConfig |
MfaOktaConfig |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| MfaOktaConfig |
| BetaMfaOktaConfig |
|
/tools/sdk/powershell/beta/models/mfa-okta-config |
| SDK |
| Software Development Kit |
| MfaOktaConfig |
| BetaMfaOktaConfig |
|
MfaOktaConfig
Properties
| 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] |
Examples
- Convert the resource to JSON
[Back to top]