serviceAccountScopes property

List<String>? serviceAccountScopes
getter/setter pair

Scopes to grant to the service_account.

Various scopes are automatically added based on feature usage. When specified, users of workstations under this configuration must have iam.serviceAccounts.actAs on the service account.

Optional.

Implementation

core.List<core.String>? serviceAccountScopes;