| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | A URL-friendly name of the resource (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the resource. | |
| id | string | Unique id of the resource | |
| organization_id | string | Unique id of the organization that the resource belongs to. | |
| project_id | string | Unique id of the project that the resource belongs to. | |
| environment_id | string | Unique id of the environment that the resource belongs to. | |
| created_at | \DateTime | Date and time when the resource was created (ISO_8601 format). | |
| updated_at | \DateTime | Date and time when the resource was last updated/modified (ISO_8601 format). | |
| name | string | The name of the resource | |
| urn | string | The URN (Uniform Resource Name) of the resource | [optional] |
| description | string | An optional longer description of what this resource respresents in your system | [optional] |
| actions | array<string,\OpenAPI\Client\Model\ActionBlockRead> | A actions definition block, typically contained within a resource type definition block. The actions represents the ways you can interact with a protected resource. | [optional] |
| attributes | array<string,\OpenAPI\Client\Model\AttributeBlockRead> | Attributes that each resource of this type defines, and can be used in your ABAC policies. | [optional] |