Class: Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/publicca/v1beta1/resources.rb
Overview
A representation of an ExternalAccountKey used for external account binding within ACME.
Instance Attribute Summary collapse
-
#b64_mac_key ⇒ ::String
readonly
Output only.
-
#key_id ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#b64_mac_key ⇒ ::String (readonly)
Returns Output only. Base64-URL-encoded HS256 key. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created.
41 42 43 44 |
# File 'proto_docs/google/cloud/security/publicca/v1beta1/resources.rb', line 41 class ExternalAccountKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key_id ⇒ ::String (readonly)
Returns Output only. Key ID. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created.
41 42 43 44 |
# File 'proto_docs/google/cloud/security/publicca/v1beta1/resources.rb', line 41 class ExternalAccountKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Resource name. projects/{project}/locations/{location}/externalAccountKeys/{key_id}.
41 42 43 44 |
# File 'proto_docs/google/cloud/security/publicca/v1beta1/resources.rb', line 41 class ExternalAccountKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |