Grant user or role the specified permission on the specified object.
Input Parameter Description
| Name | Type | Description | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| principal | string | Name of the user or role for which the permission is being granted. Must be an existing user or role. The default value is ''. | ||||||||||||||||||||||||||
| object | string | Name of object permission is being granted to. It is recommended to use a fully-qualified name when possible. | ||||||||||||||||||||||||||
| object_type | string | The type of object being granted to
| ||||||||||||||||||||||||||
| permission | string | Permission being granted.
| ||||||||||||||||||||||||||
| options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
Output Parameter Description
| Name | Type | Description |
|---|---|---|
| principal | string | Value of input parameter principal. |
| object | string | Value of input parameter object. |
| object_type | string | Value of input parameter object_type. |
| permission | string | Value of input parameter permission. |
| info | map of string to strings | Additional information. |