RequestingServiceAccount Parameter (Connect-GoogleSheets Cmdlet)
A service account email to make a delegated request.
Syntax
Connect-GoogleSheets -RequestingServiceAccount string
Data Type
cstr
Default Value
""
Remarks
The service account email of the account for which the credentials are requested in a delegated request. With the list of delegated service accounts in DelegatedServiceAccounts, this property is used to make a delegated request.
You must have the IAM permission iam.serviceAccounts.getAccessToken on this service account.