# ListPoliciesResponse

**policies** object[] required

Array [

**name** string required

Name of the policy

**description** string

Description of the policy

**attachment_count** integer

Number of access keys this policy is attached to

**created_at** date-time

**updated_at** date-time

]

**next_continuation_token** string

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

ListPoliciesResponse

```json
{

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

}
```
