latestOpenAPI 3.0.12026-08-218193199.7 KB

a753ea35d9dd

Access Control - Policy Groups

Create an Access Control Policy Group

Creates a policy group.

post/access_control/policy_groups

Request body

nameName required— unresolved $ref

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"
}