Class UserSchemaAttributeMasterType
An enumeration of UserSchemaAttributeMasterType values in the Okta API.
Implements
System.IComparable
Inherited Members
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 UserSchemaAttributeMasterType : StringEnum, IComparable
Constructors
UserSchemaAttributeMasterType(String)
Creates a new UserSchemaAttributeMasterType instance.
Declaration
public UserSchemaAttributeMasterType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Okta
The OKTA UserSchemaAttributeMasterType.
Declaration
public static UserSchemaAttributeMasterType Okta
Field Value
Type | Description |
---|---|
UserSchemaAttributeMasterType |
Override
The OVERRIDE UserSchemaAttributeMasterType.
Declaration
public static UserSchemaAttributeMasterType Override
Field Value
Type | Description |
---|---|
UserSchemaAttributeMasterType |
ProfileMaster
The PROFILE_MASTER UserSchemaAttributeMasterType.
Declaration
public static UserSchemaAttributeMasterType ProfileMaster
Field Value
Type | Description |
---|---|
UserSchemaAttributeMasterType |
Operators
Implicit(String to UserSchemaAttributeMasterType)
Implicit operator declaration to accept and convert a string value as a UserSchemaAttributeMasterType
Declaration
public static implicit operator UserSchemaAttributeMasterType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
UserSchemaAttributeMasterType |
Implements
System.IComparable