Name | Type | Description | Notes |
---|---|---|---|
api_name | string | API endpoint. In order to get a list availbale api enpoints please refer to the GET api-permissions endpoint. | |
actions | string[] | Action allowed for the API endpoint. Basically `CREATE` corresponds to POST endpoints, `READ` to GET endpoints, `UPDATE` to PATCH / PUT endpoints and `DELETE` to DELETE endpoints. | |
resources | \OpenAPI\Client\Model\ResourcePermissionsResponse[] | [optional] |