Reference documentation and code samples for the Public Certificate Authority V1 API class Google::Cloud::Security::PublicCA::V1::ExternalAccountKey.
A representation of an ExternalAccountKey used for external account binding within ACME.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#b64_mac_key
def b64_mac_key() -> ::String
    Returns
    
  - (::String) — Output only. Base64-URL-encoded HS256 key. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created
 
#key_id
def key_id() -> ::String
    Returns
    
  - (::String) — Output only. Key ID. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created
 
#name
def name() -> ::String
    Returns
    
- (::String) — Output only. Resource name. projects/{project}/locations/{location}/externalAccountKeys/{key_id}