Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/modules/role_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
---
module: role_definition
author: Rohit Thakur (@rohitthakur2590)
short_description: Configure a gateway role definition.
short_description: Configure a gateway role definitions.
description:
- Create, update, or delete role definitions on the Automation Platform Gateway.
- A role definition consists of a name, content type, and permissions, and is platform-wide.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/role_team_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- Not all role assignments are valid. See Limitations below.
notes:
- Global roles (e.g. Platform Auditor) cannot be assigned to teams.
- Team roles cannot be assigned to another team
- Team roles cannot be assigned to another team.
(Team Admin to Team is not supported).
- Organization Member role cannot be assigned to teams.
- Only resource-scoped organization roles such as Organization Inventory Admin
Expand Down
Loading