mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-24 20:01:24 -07:00
feat: upate docs to include impersonation
This commit is contained in:
parent
c53ea67cdf
commit
b103f42e14
172 changed files with 342 additions and 2 deletions
|
@ -60,6 +60,7 @@ options:
|
|||
- machineaccount
|
||||
- serviceaccount
|
||||
- accesstoken
|
||||
- impersonation
|
||||
service_account_contents:
|
||||
description:
|
||||
- The contents of a Service Account JSON file, either in a dictionary or as a
|
||||
|
@ -73,6 +74,7 @@ options:
|
|||
description:
|
||||
- An optional service account email address if machineaccount is selected and
|
||||
the user does not wish to use the default email.
|
||||
- Required service account to impersonate if impersonation is selected.
|
||||
type: str
|
||||
access_token:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue