Show / Hide Table of Contents

Class ExternalAccountKey

A representation of an ExternalAccountKey used for external account binding within ACME.

Inheritance
object
ExternalAccountKey
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PublicCertificateAuthority.v1.Data
Assembly: Google.Apis.PublicCertificateAuthority.v1.dll
Syntax
public class ExternalAccountKey : IDirectResponseSchema

Properties

B64MacKey

Output only. Base64-URL-encoded HS256 key. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created

Declaration
[JsonProperty("b64MacKey")]
public virtual string B64MacKey { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KeyId

Output only. Key ID. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created

Declaration
[JsonProperty("keyId")]
public virtual string KeyId { get; set; }
Property Value
Type Description
string

Name

Output only. Resource name. projects/{project}/locations/{location}/externalAccountKeys/{key_id}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX