AssignGroupToRole
Assigns a group to a role.
Input
| Name | Type | Description |
| GroupId | String | Id of the group. |
| ResourceSet | String | The resource set Id. Only used for custom roles. |
| RoleId | String | The custom role Id. Only used for custom roles. |
| Type | String | For standard roles, this is the Standard or IAM-based role type. For custom roles, this should be set to CUSTOM. |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |
| Id | String | Role assignment Id. |
| Label | String | Role label. |
| Type | String | Role type. |
| Created | Datetime | Timestamp of when the object was created. |
| LastUpdated | Datetime | Timestamp of when the object was last updated. |
| AssignmentStatus | String | Status of the assignment. |
| AssignmentType | String | Role assignment type. |