mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 07:01:32 -07:00
client side validation can't have docs with explicit choices (#258)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
3f29f076ae
commit
f0b41b7daa
30 changed files with 86 additions and 307 deletions
|
@ -50,19 +50,13 @@ options:
|
|||
private_key_type:
|
||||
description:
|
||||
- Output format for the service account key.
|
||||
- 'Some valid choices include: "TYPE_UNSPECIFIED", "TYPE_PKCS12_FILE", "TYPE_GOOGLE_CREDENTIALS_FILE"'
|
||||
required: false
|
||||
choices:
|
||||
- TYPE_UNSPECIFIED
|
||||
- TYPE_PKCS12_FILE
|
||||
- TYPE_GOOGLE_CREDENTIALS_FILE
|
||||
key_algorithm:
|
||||
description:
|
||||
- Specifies the algorithm for the key.
|
||||
- 'Some valid choices include: "KEY_ALG_UNSPECIFIED", "KEY_ALG_RSA_1024", "KEY_ALG_RSA_2048"'
|
||||
required: false
|
||||
choices:
|
||||
- KEY_ALG_UNSPECIFIED
|
||||
- KEY_ALG_RSA_1024
|
||||
- KEY_ALG_RSA_2048
|
||||
service_account:
|
||||
description:
|
||||
- The name of the serviceAccount.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue