cloudera.cloud.iam_group_info module – Gather information about CDP Public IAM groups
Note
This module is part of the cloudera.cloud collection (version 2.5.1).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install cloudera.cloud
.
To use it in a playbook, specify: cloudera.cloud.iam_group_info
.
Synopsis
Gather information about CDP Public IAM group or groups
Parameters
Parameter |
Comments |
---|---|
Specify the Cloudera Data Platform endpoint region. Default: |
|
Capture the CDP SDK debug log. Choices:
|
|
A list of group names or CRNs or a single group name/CRN. If no group name or CRN is provided, all groups are returned. If any parameter group names are not found, no groups are returned. |
|
If provided, the CDP SDK will use this value as its profile. |
|
Verify the TLS certificates for the CDP endpoint. Choices:
|
Examples
# Note: These examples do not set authentication details.
# Gather information about all Groups
- cloudera.cloud.iam_group_info:
# Gather information about a named Group
- cloudera.cloud.iam_group_info:
name: example-01
# Gather information about several named Groups
- cloudera.cloud.iam_group_info:
name:
- example-01
- example-02
- example-03
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The information about the named Group or Groups Returned: always |
|
The date when this group record was created. Returned: on success Sample: |
|
The CRN of the group. Returned: on success |
|
The group name. Returned: on success Sample: |
|
List of Resource-to-Role assignments, by CRN, that are associated with the group. Returned: on success |
|
The CRN of the resource granted the rights of the role. Returned: on success |
|
The CRN of the CDP Role. Returned: on success |
|
List of Role CRNs assigned to the group. Returned: on success |
|
Flag indicating whether group membership is synced when a user logs in. The default is to sync group membership. Returned: when supported |
|
List of User CRNs which are members of the group. Returned: on success |
|
Returns the captured CDP SDK log. Returned: when supported |
|
Returns a list of each line of the captured CDP SDK log. Returned: when supported |