Class HmacKeyStates (3.4.0)

public static class HmacKeyStates

String constants for the names of the storage classes, as used in Google.Apis.Storage.v1.Data.HmacKeyMetadata.State.

Inheritance

System.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
System.String

Deleted

public const string Deleted = "DELETED"

The key has been deleted.

Field Value
TypeDescription
System.String

Inactive

public const string Inactive = "INACTIVE"

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

Field Value
TypeDescription
System.String