Skip to main content

ListPoliciesResponse

policies object[]required
  • Array [
  • namestringrequired

    Name of the policy

    descriptionstring

    Description of the policy

    attachment_countinteger

    Number of access keys this policy is attached to

    created_atdate-time
    updated_atdate-time
  • ]
  • next_continuation_tokenstring

    Pass as continuation_token for next page. Empty if no more results.

    ListPoliciesResponse
    {
    "policies": [
    {
    "name": "string",
    "description": "string",
    "attachment_count": 0,
    "created_at": "2024-07-29T15:51:28.071Z",
    "updated_at": "2024-07-29T15:51:28.071Z"
    }
    ],
    "next_continuation_token": "string"
    }