too many docs changes
This commit is contained in:
parent
b0e2d90dcf
commit
5004e9adcd
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ options:
|
||||||
choices: [ application, machineaccount, serviceaccount ]
|
choices: [ application, machineaccount, serviceaccount ]
|
||||||
service_account_contents:
|
service_account_contents:
|
||||||
description:
|
description:
|
||||||
- The contents of a Service Account JSON file, either in a dictionary or as a JSON string that represents it.
|
- A string representing the contents of a Service Account JSON file.
|
||||||
|
- This should not be passed in as a dictionary, but a string
|
||||||
|
that has the exact contents of a service account json file (valid JSON)
|
||||||
type: str
|
type: str
|
||||||
service_account_file:
|
service_account_file:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue