latestOpenAPI 3.0.12026-08-218193199.7 KB

a753ea35d9dd

Access Control - Policy Groups

get Access Control Policy Groups

Retrieves a list of policy groups.

get/access_control/policy_groups

Response

OK

idinteger
account_idinteger
namestring required

Policy Group's name

taggable_namestring

Policy Group's taggable name

descriptionstring nullable

Policy Group's description

policy_countinteger

Policy Group's policy count

created_atstring date-time

when the policy group was created

updated_atstring date-time

when policy group was updated

Example response

[
  {
    "id": 10,
    "account_id": 123,
    "name": "some_policy_group",
    "taggable_name": "some_policy_group",
    "description": "some_policy_group_description",
    "policy_count": 1,
    "created_at": "2012-01-01T12:00:00Z",
    "updated_at": "2012-01-01T12:00:00Z"
  }
]