Class MfaDuoState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Vault
Assembly: Pulumi.Vault.dll
Syntax
public sealed class MfaDuoState : ResourceArgs
Constructors
View SourceMfaDuoState()
Declaration
public MfaDuoState()
Properties
View SourceApiHostname
API hostname for Duo.
Declaration
public Input<string> ApiHostname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IntegrationKey
Integration key for Duo.
Declaration
public Input<string> IntegrationKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MountAccessor
The mount to tie this method to for use in automatic mappings. The mapping will use the Name field of Aliases associated with this mount as the username in the mapping.
Declaration
public Input<string> MountAccessor { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the MFA method.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PushInfo
Push information for Duo.
Declaration
public Input<string> PushInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecretKey
Secret key for Duo.
Declaration
public Input<string> SecretKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UsernameFormat
A format string for mapping Identity names to MFA method names. Values to substitute should be placed in {{}}.
Declaration
public Input<string> UsernameFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |