| Name | Type | Description | Notes |
|---|---|---|---|
| action | ActionEnum | [optional] | |
| createdAt | OffsetDateTime | [optional] | |
| description | String | [optional] | |
| enabled | Boolean | Whether this rule is enabled or disabled. | [optional] |
| name | String | [optional] | |
| packageQueryString | String | Packages that match this query will trigger this deny rule. | |
| slugPerm | String | [optional] | |
| status | StatusEnum | [optional] | |
| updatedAt | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| BLOCK_DOWNLOADS | "Block downloads" |
| Name | Value |
|---|---|
| PENDING | "Pending" |
| IN_PROGRESS | "In Progress" |
| COMPLETE | "Complete" |
| CANCELLED | "Cancelled" |
| ERRORED | "Errored" |