Class: Google::Iam::Credentials::V1::SignBlobResponse
- Inherits:
-
Object
- Object
- Google::Iam::Credentials::V1::SignBlobResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/credentials/v1/common.rb
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
The ID of the key used to sign the blob.
-
#signed_blob ⇒ ::String
The signed blob.
Instance Attribute Details
#key_id ⇒ ::String
Returns The ID of the key used to sign the blob.
103 104 105 106 |
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 103 class SignBlobResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#signed_blob ⇒ ::String
Returns The signed blob.
103 104 105 106 |
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 103 class SignBlobResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |