Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Response

AttributesTypeDescription
descriptionStringThe description of the group.
isFlexDeployAdministratorBooleanThe boolean representing whether the group is a Flex Deploy Administrator. If isFlexDeployAdministrator is updated to null it will default to false.
groupIdLongThe unique Id of the group.
groupNameStringThe unique name of the group.
isActiveBooleanThe boolean representing whether the group is active. If isActive is updated to null it will default to true.
globalPermissionsList<GlobalPermission>The list of global permissions associated with the group
deploymentPermissionsList<DeploymentPermission>The list of deployment permissions associated with the group

Additionally, each Each GlobalPermission in the list of globalpermissions contains these attributes.

AttributesTypeDescription
objectTypeStringThe object type of the global permission
actionTypeStringThe action type of the global permission

Additionally, each Each DeploymenPermission in the list of deploymentPermissions contains these attributes.

...