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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003eSignBlobRequest\u003c/code\u003e is 2.4.0, which is part of the \u003ccode\u003eGoogle.Cloud.Iam.Credentials.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSignBlobRequest\u003c/code\u003e is a sealed class that inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<SignBlobRequest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<SignBlobRequest>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default constructor, and one that takes another \u003ccode\u003eSignBlobRequest\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSignBlobRequest\u003c/code\u003e class has properties such as \u003ccode\u003eDelegates\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003ePayload\u003c/code\u003e, and \u003ccode\u003eServiceAccountName\u003c/code\u003e for managing service account credentials and data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property requires a resource name of the service account in the format \u003ccode\u003eprojects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]