mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-16 09:55:33 -07:00
adding ansible types in documentation (#303)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
72e4cc7214
commit
43536a1e38
81 changed files with 844 additions and 0 deletions
|
@ -51,25 +51,30 @@ options:
|
|||
description:
|
||||
- The name of the role.
|
||||
required: true
|
||||
type: str
|
||||
title:
|
||||
description:
|
||||
- A human-readable title for the role. Typically this is limited to 100 UTF-8
|
||||
bytes.
|
||||
required: false
|
||||
type: str
|
||||
description:
|
||||
description:
|
||||
- Human-readable description for the role.
|
||||
required: false
|
||||
type: str
|
||||
included_permissions:
|
||||
description:
|
||||
- Names of permissions this role grants when bound in an IAM policy.
|
||||
required: false
|
||||
type: list
|
||||
stage:
|
||||
description:
|
||||
- The current launch stage of the role.
|
||||
- 'Some valid choices include: "ALPHA", "BETA", "GA", "DEPRECATED", "DISABLED",
|
||||
"EAP"'
|
||||
required: false
|
||||
type: str
|
||||
extends_documentation_fragment: gcp
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue