public static class HmacKeyStatesReference 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.
Namespace
Google.Cloud.Storage.V1Assembly
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 | |
|---|---|
| Type | Description |
string |
|
Deleted
public const string Deleted = "DELETED"The key has been deleted.
| Field Value | |
|---|---|
| Type | Description |
string |
|
Inactive
public const string Inactive = "INACTIVE"The key is inactive, and can be used for signing. It can be deleted.
| Field Value | |
|---|---|
| Type | Description |
string |
|