Class MfaOktaPushArgs
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.Okta.Policy.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class MfaOktaPushArgs : ResourceArgs
Constructors
View SourceMfaOktaPushArgs()
Declaration
public MfaOktaPushArgs()
Properties
View SourceConsentType
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> |
Enroll
Requirements for user initiated enrollment. Can be "NOT_ALLOWED", "OPTIONAL", or "REQUIRED". By default it is "OPTIONAL".
Declaration
public Input<string> Enroll { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |