Class HmacKey
JSON template to produce a JSON-style HMAC Key resource for Create responses.
Inheritance
object
HmacKey
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class HmacKey : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
The kind of item this is. For HMAC keys, this is always storage#hmacKey.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Key metadata.
Declaration
[JsonProperty("metadata")]
public virtual HmacKeyMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
HmacKeyMetadata |
Secret
HMAC secret key material.
Declaration
[JsonProperty("secret")]
public virtual string Secret { get; set; }
Property Value
Type | Description |
---|---|
string |