API version:
Show / Hide Table of Contents

Class UserSchemaAttributeType

An enumeration of UserSchemaAttributeType values in the Okta API.

Inheritance
System.Object
StringEnum
UserSchemaAttributeType
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 UserSchemaAttributeType : StringEnum, IComparable

Constructors

UserSchemaAttributeType(String)

Creates a new UserSchemaAttributeType instance.

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

The value to use.

Fields

Array

The array UserSchemaAttributeType.

Declaration
public static UserSchemaAttributeType Array
Field Value
Type Description
UserSchemaAttributeType

Boolean

The boolean UserSchemaAttributeType.

Declaration
public static UserSchemaAttributeType Boolean
Field Value
Type Description
UserSchemaAttributeType

Integer

The integer UserSchemaAttributeType.

Declaration
public static UserSchemaAttributeType Integer
Field Value
Type Description
UserSchemaAttributeType

Number

The number UserSchemaAttributeType.

Declaration
public static UserSchemaAttributeType Number
Field Value
Type Description
UserSchemaAttributeType

String

The string UserSchemaAttributeType.

Declaration
public static UserSchemaAttributeType String
Field Value
Type Description
UserSchemaAttributeType

Operators

Implicit(String to UserSchemaAttributeType)

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

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

The value to use

Returns
Type Description
UserSchemaAttributeType

Implements

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