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 latest version of the \u003ccode\u003eSignBlobRequest\u003c/code\u003e class is 2.4.0, with several older versions available, including 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0, and 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSignBlobRequest\u003c/code\u003e class, found within the \u003ccode\u003eGoogle.Cloud.Iam.Credentials.V1\u003c/code\u003e namespace, is a sealed class that implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default constructor (\u003ccode\u003eSignBlobRequest()\u003c/code\u003e) and a copy constructor (\u003ccode\u003eSignBlobRequest(SignBlobRequest other)\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eSignBlobRequest\u003c/code\u003e class include \u003ccode\u003eDelegates\u003c/code\u003e (a list of service account names), \u003ccode\u003eName\u003c/code\u003e (the resource name of the service account), \u003ccode\u003ePayload\u003c/code\u003e (the bytes to be signed), and \u003ccode\u003eServiceAccountName\u003c/code\u003e (a typed view over the resource name).\u003c/p\u003e\n"],["\u003cp\u003eThis class requires the service account to have the role \u003ccode\u003eroles/iam.serviceAccountTokenCreator\u003c/code\u003e to operate correctly, as stated in the \u003ccode\u003eDelegates\u003c/code\u003e property description.\u003c/p\u003e\n"]]],[],null,[]]