adding ansible types in documentation (#303)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-07-16 14:19:07 -07:00 committed by Alex Stephen
parent 72e4cc7214
commit 43536a1e38
81 changed files with 844 additions and 0 deletions

View file

@ -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
'''