API version:
Show / Hide Table of Contents

Class AuthorizationServerCredentialsRotationMode

An enumeration of AuthorizationServerCredentialsRotationMode values in the Okta API.

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

Constructors

AuthorizationServerCredentialsRotationMode(String)

Creates a new AuthorizationServerCredentialsRotationMode instance.

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

The value to use.

Fields

Auto

The AUTO AuthorizationServerCredentialsRotationMode.

Declaration
public static AuthorizationServerCredentialsRotationMode Auto
Field Value
Type Description
AuthorizationServerCredentialsRotationMode

Manual

The MANUAL AuthorizationServerCredentialsRotationMode.

Declaration
public static AuthorizationServerCredentialsRotationMode Manual
Field Value
Type Description
AuthorizationServerCredentialsRotationMode

Operators

Implicit(String to AuthorizationServerCredentialsRotationMode)

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

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

The value to use

Returns
Type Description
AuthorizationServerCredentialsRotationMode

Implements

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