API version:
Show / Hide Table of Contents

Class UserSchemaAttributeUnion

An enumeration of UserSchemaAttributeUnion values in the Okta API.

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

Constructors

UserSchemaAttributeUnion(String)

Creates a new UserSchemaAttributeUnion instance.

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

The value to use.

Fields

Disable

The DISABLE UserSchemaAttributeUnion.

Declaration
public static UserSchemaAttributeUnion Disable
Field Value
Type Description
UserSchemaAttributeUnion

Enable

The ENABLE UserSchemaAttributeUnion.

Declaration
public static UserSchemaAttributeUnion Enable
Field Value
Type Description
UserSchemaAttributeUnion

Operators

Implicit(String to UserSchemaAttributeUnion)

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

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

The value to use

Returns
Type Description
UserSchemaAttributeUnion

Implements

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