API version:
Show / Hide Table of Contents

Class SmsTemplateType

An enumeration of SmsTemplateType values in the Okta API.

Inheritance
System.Object
StringEnum
SmsTemplateType
Implements
System.IComparable
Inherited Members
StringEnum.Value
StringEnum.ToString()
StringEnum.Equals(Object)
StringEnum.GetHashCode()
StringEnum.CompareTo(Object)
StringEnum.Create<T>(String)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class SmsTemplateType : StringEnum, IComparable

Constructors

SmsTemplateType(String)

Creates a new SmsTemplateType instance.

Declaration
public SmsTemplateType(string value)
Parameters
Type Name Description
System.String value

The value to use.

Fields

SmsVerifyCode

The SMS_VERIFY_CODE SmsTemplateType.

Declaration
public static SmsTemplateType SmsVerifyCode
Field Value
Type Description
SmsTemplateType

Operators

Implicit(String to SmsTemplateType)

Implicit operator declaration to accept and convert a string value as a SmsTemplateType

Declaration
public static implicit operator SmsTemplateType(string value)
Parameters
Type Name Description
System.String value

The value to use

Returns
Type Description
SmsTemplateType

Implements

System.IComparable
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.