Class ProfileMappingPropertyPushStatus
An enumeration of ProfileMappingPropertyPushStatus 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 ProfileMappingPropertyPushStatus : StringEnum, IComparable
Constructors
ProfileMappingPropertyPushStatus(String)
Creates a new ProfileMappingPropertyPushStatus instance.
Declaration
public ProfileMappingPropertyPushStatus(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
DontPush
The DONT_PUSH ProfileMappingPropertyPushStatus.
Declaration
public static ProfileMappingPropertyPushStatus DontPush
Field Value
Type | Description |
---|---|
ProfileMappingPropertyPushStatus |
Push
The PUSH ProfileMappingPropertyPushStatus.
Declaration
public static ProfileMappingPropertyPushStatus Push
Field Value
Type | Description |
---|---|
ProfileMappingPropertyPushStatus |
Operators
Implicit(String to ProfileMappingPropertyPushStatus)
Implicit operator declaration to accept and convert a string value as a ProfileMappingPropertyPushStatus
Declaration
public static implicit operator ProfileMappingPropertyPushStatus(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
ProfileMappingPropertyPushStatus |
Implements
System.IComparable