API version:
Show / Hide Table of Contents

Class ApplicationCredentialsScheme

An enumeration of ApplicationCredentialsScheme values in the Okta API.

Inheritance
System.Object
StringEnum
ApplicationCredentialsScheme
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 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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.