Show / Hide Table of Contents

Class MfaDuoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MfaDuoArgs
Inherited Members
ResourceArgs.Empty
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 MfaDuoArgs : ResourceArgs

Constructors

View Source

MfaDuoArgs()

Declaration
public MfaDuoArgs()

Properties

View Source

ApiHostname

API hostname for Duo.

Declaration
public Input<string> ApiHostname { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IntegrationKey

Integration key for Duo.

Declaration
public Input<string> IntegrationKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Name

Name of the MFA method.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PushInfo

Push information for Duo.

Declaration
public Input<string> PushInfo { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecretKey

Secret key for Duo.

Declaration
public Input<string> SecretKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.