public sealed class SignBlobRequest : IMessage<SignBlobRequest>, IEquatable<SignBlobRequest>, IDeepCloneable<SignBlobRequest>, IBufferMessage, IMessage
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSignBlobRequest\u003c/code\u003e class is used to request credentials for a service account and is part of the Google.Cloud.Iam.Credentials.V1 namespace, with version 2.3.0 being the currently displayed one.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities for message handling, equality checks, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSignBlobRequest\u003c/code\u003e has properties for \u003ccode\u003eDelegates\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003ePayload\u003c/code\u003e, and \u003ccode\u003eServiceAccountName\u003c/code\u003e, which are used to define the delegation chain, the target service account, the data to be signed, and a typed view over the \u003ccode\u003eName\u003c/code\u003e respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one being a parameterless constructor, and the other taking another \u003ccode\u003eSignBlobRequest\u003c/code\u003e object as a parameter for creating a new instance based off an existing instance.\u003c/p\u003e\n"],["\u003cp\u003eThe provided content has multiple versions of this class available, from version 1.0.0 up to the latest version of 2.4.0, including version 2.3.0 displayed.\u003c/p\u003e\n"]]],[],null,[]]