Class HmacKeyStates (3.5.0)

public static class HmacKeyStates

String constants for the names of the storage classes, as used in State.

Inheritance

Object > HmacKeyStates

Namespace

Google.Cloud.Storage.V1

Assembly

Google.Cloud.Storage.V1.dll

Fields

Active

public const string Active = "ACTIVE"

The key is active, and can be used for signing. It cannot be deleted in this state.

Field Value
TypeDescription
String

Deleted

public const string Deleted = "DELETED"

The key has been deleted.

Field Value
TypeDescription
String

Inactive

public const string Inactive = "INACTIVE"

The key is inactive, and can be used for signing. It can be deleted.

Field Value
TypeDescription
String