GET api/securitygroups/default
Get default security group
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
OnePlanSecurityGroupName | Description | Type | Additional information |
---|---|---|---|
GroupName | string |
None. |
|
License | globally unique identifier |
None. |
|
PermissionSettings | Permissions |
None. |
|
IsDefault | boolean |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "GroupName": "sample string 1", "License": "830a0193-1c7e-4a96-8e94-92c6ebe3d44d", "PermissionSettings": { "GlobalPermissionSettings": { "Administrator": true, "EditAllPlans": true, "ManageData": true, "ViewAllPlans": true, "ViewAllResources": true, "ManageResources": true }, "PlanPermissions": { "AddPlan": true, "ArchivePlan": true, "DeletePlan": true }, "HiddenLeftNavigation": [ "sample string 1", "sample string 2" ], "HiddenPlanNavigation": [ "sample string 1", "sample string 2" ], "HiddenAreas": [ "eea58b99-2a77-43fb-aa06-b7472a4d9109", "bb13a4ce-e7ae-49ba-abae-1748bb7f3972" ] }, "IsDefault": true, "id": "807695be-287a-4b9e-9949-b4064d9426ab", "ConfigId": "2a8367b5-5b11-466d-8230-d3fd085b007d" }