API version:
Show / Hide Table of Contents

Class UserSchemaAttributeScope

An enumeration of UserSchemaAttributeScope values in the Okta API.

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

Constructors

UserSchemaAttributeScope(String)

Creates a new UserSchemaAttributeScope instance.

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

The value to use.

Fields

None

The NONE UserSchemaAttributeScope.

Declaration
public static UserSchemaAttributeScope None
Field Value
Type Description
UserSchemaAttributeScope

Self

The SELF UserSchemaAttributeScope.

Declaration
public static UserSchemaAttributeScope Self
Field Value
Type Description
UserSchemaAttributeScope

Operators

Implicit(String to UserSchemaAttributeScope)

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

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

The value to use

Returns
Type Description
UserSchemaAttributeScope

Implements

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