Class: Google::Iam::Credentials::V1::SignBlobRequest
- Inherits:
-
Object
- Object
- Google::Iam::Credentials::V1::SignBlobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/credentials/v1/common.rb
Instance Attribute Summary collapse
-
#delegates ⇒ ::Array<::String>
The sequence of service accounts in a delegation chain.
-
#name ⇒ ::String
Required.
-
#payload ⇒ ::String
Required.
Instance Attribute Details
#delegates ⇒ ::Array<::String>
Returns The sequence of service accounts in a delegation chain. Each service
account must be granted the roles/iam.serviceAccountTokenCreator
role
on its next service account in the chain. The last service account in the
chain must be granted the roles/iam.serviceAccountTokenCreator
role
on the service account that is specified in the name
field of the
request.
The delegates must have the following format:
projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}
. The -
wildcard
character is required; replacing it with a project ID is invalid.
92 93 94 95 |
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 92 class SignBlobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the service account for which the credentials
are requested, in the following format:
projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}
. The -
wildcard
character is required; replacing it with a project ID is invalid.
92 93 94 95 |
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 92 class SignBlobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payload ⇒ ::String
Returns Required. The bytes to sign.
92 93 94 95 |
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 92 class SignBlobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |