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 > HmacKeyStatesInherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
System.String |
Deleted
public const string Deleted = "DELETED"
The key has been deleted.
Field Value | |
---|---|
Type | Description |
System.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 |
System.String |