API version:
Show / Hide Table of Contents

Class AddCallFactorOptions

Helper class for call factor settings

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

Properties

PhoneExtension

Gets or sets the phone extension

Declaration
public string PhoneExtension { get; set; }
Property Value
Type Description
System.String

PhoneNumber

Gets or sets the phone number

Declaration
public string PhoneNumber { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.