Table of Contents

Class EncryptionKeyState.Values

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Constant strings for enum values

[Serializable]
public static class EncryptionKeyState.Values
Inheritance
EncryptionKeyState.Values
Inherited Members

Fields

Active

public const string Active = "active"

Field Value

string

Deactivated

public const string Deactivated = "deactivated"

Field Value

string

Destroyed

public const string Destroyed = "destroyed"

Field Value

string

PreActivation

public const string PreActivation = "pre-activation"

Field Value

string