Grants membership in a role to a user or role.
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 string to strings | Optional parameters. The default value is an empty map ( {} ). |
Name | Type | Description |
---|---|---|
role | string | Value of input parameter role. |
member | string | Value of input parameter member. |