Show / Hide Table of Contents

Class MfaYubikeyTokenGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MfaYubikeyTokenGetArgs
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.Okta.Policy.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class MfaYubikeyTokenGetArgs : ResourceArgs

Constructors

View Source

MfaYubikeyTokenGetArgs()

Declaration
public MfaYubikeyTokenGetArgs()

Properties

View Source

ConsentType

User consent type required before enrolling in the factor: "NONE" or "TERMS_OF_SERVICE". By default it is "NONE".

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

Enroll

Requirements for user initiated enrollment. Can be &quot;NOT_ALLOWED&quot;, &quot;OPTIONAL&quot;, or &quot;REQUIRED&quot;. By default it is &quot;OPTIONAL&quot;.

Declaration
public Input<string> Enroll { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.