feat: upate docs to include impersonation

This commit is contained in:
Konstantin Tchernov 2024-05-06 11:03:24 +12:00
commit b103f42e14
No known key found for this signature in database
GPG key ID: 44033A0E9821EE95
172 changed files with 342 additions and 2 deletions

View file

@ -21,7 +21,7 @@ options:
- The type of credential used.
type: str
required: true
choices: [ application, machineaccount, serviceaccount ]
choices: [ application, machineaccount, serviceaccount, impersonation ]
service_account_contents:
description:
- The contents of a Service Account JSON file, either in a dictionary or as a JSON string that represents it.