Response
| Attributes | Type | Description |
|---|---|---|
| description | String | The description of the group. |
| isFlexDeployAdministrator | Boolean | The boolean representing whether the group is a Flex Deploy Administrator. If isFlexDeployAdministrator is updated to null it will default to false. |
| groupId | Long | The unique Id of the group. |
| groupName | String | The unique name of the group. |
| isActive | Boolean | The boolean representing whether the group is active. If isActive is updated to null it will default to true. |
| globalPermissions | List<GlobalPermission> | The list of global permissions associated with the group |
| deploymentPermissions | List<DeploymentPermission> | The list of deployment permissions associated with the group |
Additionally, each Each GlobalPermission in the list of globalpermissions contains these attributes.
| Attributes | Type | Description |
|---|---|---|
| objectType | String | The object type of the global permission |
| actionType | String | The action type of the global permission |
Additionally, each Each DeploymenPermission in the list of deploymentPermissions contains these attributes.
...