Reference documentation and code samples for the IAM Service Account Credentials V1 API class Google::Iam::Credentials::V1::SignBlobResponse.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key_id
def key_id() -> ::String
Returns
- (::String) — The ID of the key used to sign the blob.
#key_id=
def key_id=(value) -> ::String
Parameter
- value (::String) — The ID of the key used to sign the blob.
Returns
- (::String) — The ID of the key used to sign the blob.
#signed_blob
def signed_blob() -> ::String
Returns
- (::String) — The signed blob.
#signed_blob=
def signed_blob=(value) -> ::String
Parameter
- value (::String) — The signed blob.
Returns
- (::String) — The signed blob.