| Name | Type | Description | Notes |
|---|---|---|---|
| access_type | str | The access type of the policy rule | [optional] |
| accounts | list[AccessControlElement] | The list of accounts of the policy rule | [optional] |
| description | str | The description of the policy rule | [optional] |
| id | str | [optional] | |
| name | str | The name of the policy rule | |
| prefixes | list[str] | The prefixes of the policy rule | [optional] |
| roles | list[AccessControlElement] | The list of roles of the policy rule | [optional] |
| tags | list[Annotation] | The tag/value pairs of the policy rule | [optional] |
| tags_anded | bool | Whether tags should be AND-ed or OR-ed.If true, a metric must contain all tags in order for the policy rule to apply. If false, the tags are OR-ed, and a metric must contain one of the tags. Default: false | [optional] |
| user_groups | list[AccessControlElement] | The list of user groups of the policy rule | [optional] |
This repository was archived by the owner on Jan 16, 2026. It is now read-only.