Google Cloud Storage v1 API - Class HmacKeyStates (4.10.0)

public static class HmacKeyStates

Reference documentation and code samples for the Google Cloud Storage v1 API 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