Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1024

Merged
merged 2 commits into from
Jan 17, 2025
Merged
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 roles/gateway_role_user_assignments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Options for the `role_user_assignments` variable:
| Variable Name | Default Value | Required | Type | Description |
|:--------------------|:-------------:|:--------:|:----:|:------------------------------------------------------------------------------------------------------|
| `role_definition` | N/A | yes | str | The name or id of the role definition to assign to the user. |
| `user` | N/A | no | str | The username or id of the user to assign to the object. |
| `user` | N/A | no | str | The username of the user to assign to the object. |
| `user_ansible_id` | N/A | no | str | Resource id of the user who will receive permissions from this assignment. Alternative to user field. |
| `object_id` | N/A | no | int | Primary key of the object this assignment applies to. |
| `object_ansible_id` | N/A | no | str | Resource id of the object this role applies to. Alternative to the object_id field. |
Expand Down
Loading