> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/usermanagedpolicy.md).

# UserManagedPolicy

## Description

Specification for a managed policy attached to a user.

## Properties

### description

Description of the managed policy.

Type: `string`

### managedPolicyId

ID of the managed policy.

Type: `string`

### name

Name of the managed policy.

Type: `string`

### projectId

Project under which the managed policy is attached to the user.

Type: `string`

## Sample JSON

```javascript
{
    "managedPolicyId": "full",
    "name": "Full Access",
    "description": ""
}
```
