Class ApplicationCredentialsScheme
An enumeration of ApplicationCredentialsScheme 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 ApplicationCredentialsScheme : StringEnum, IComparable
Constructors
ApplicationCredentialsScheme(String)
Creates a new ApplicationCredentialsScheme instance.
Declaration
public ApplicationCredentialsScheme(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
AdminSetsCredentials
The ADMIN_SETS_CREDENTIALS ApplicationCredentialsScheme.
Declaration
public static ApplicationCredentialsScheme AdminSetsCredentials
Field Value
Type | Description |
---|---|
ApplicationCredentialsScheme |
EditPasswordOnly
The EDIT_PASSWORD_ONLY ApplicationCredentialsScheme.
Declaration
public static ApplicationCredentialsScheme EditPasswordOnly
Field Value
Type | Description |
---|---|
ApplicationCredentialsScheme |
EditUsernameAndPassword
The EDIT_USERNAME_AND_PASSWORD ApplicationCredentialsScheme.
Declaration
public static ApplicationCredentialsScheme EditUsernameAndPassword
Field Value
Type | Description |
---|---|
ApplicationCredentialsScheme |
ExternalPasswordSync
The EXTERNAL_PASSWORD_SYNC ApplicationCredentialsScheme.
Declaration
public static ApplicationCredentialsScheme ExternalPasswordSync
Field Value
Type | Description |
---|---|
ApplicationCredentialsScheme |
SharedUsernameAndPassword
The SHARED_USERNAME_AND_PASSWORD ApplicationCredentialsScheme.
Declaration
public static ApplicationCredentialsScheme SharedUsernameAndPassword
Field Value
Type | Description |
---|---|
ApplicationCredentialsScheme |
Operators
Implicit(String to ApplicationCredentialsScheme)
Implicit operator declaration to accept and convert a string value as a ApplicationCredentialsScheme
Declaration
public static implicit operator ApplicationCredentialsScheme(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
ApplicationCredentialsScheme |
Implements
System.IComparable