Grants membership in a role to a user or role.
Input Parameter Description
Name | Type | Description |
---|---|---|
role | string | Name of the role in which membership will be granted. Must be an existing role. |
member | string | Name of the user or role that will be granted membership in input parameter role. Must be an existing user or role. |
options | map of strings | Optional parameters. |
Output Parameter Description
Name | Type | Description |
---|---|---|
role | string | Value of input parameter role. |
member | string | Value of input parameter member. |