Show / Hide Table of Contents

Class MfaGoogleOtp

Inheritance
System.Object
MfaGoogleOtp
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.Outputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class MfaGoogleOtp

Fields

View Source

ConsentType

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

Declaration
public readonly string ConsentType
Field Value
Type Description
System.String
View Source

Enroll

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

Declaration
public readonly string Enroll
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.