Interface ResourceAttributeRead

Export

ResourceAttributeRead

Hierarchy

  • ResourceAttributeRead

Properties

built_in: boolean

Whether the attribute is built-in, and managed by the Permit system.

Memberof

ResourceAttributeRead

created_at: string

Date and time when the attribute was created (ISO_8601 format).

Memberof

ResourceAttributeRead

description?: string

An optional longer description of what this attribute respresents in your system

Memberof

ResourceAttributeRead

environment_id: string

Unique id of the environment that the attribute belongs to.

Memberof

ResourceAttributeRead

id: string

Unique id of the attribute

Memberof

ResourceAttributeRead

key: string

A URL-friendly name of the attribute (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the attribute.

Memberof

ResourceAttributeRead

organization_id: string

Unique id of the organization that the attribute belongs to.

Memberof

ResourceAttributeRead

project_id: string

Unique id of the project that the attribute belongs to.

Memberof

ResourceAttributeRead

resource_id: string

Unique id of the resource that the attribute belongs to.

Memberof

ResourceAttributeRead

resource_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.

Memberof

ResourceAttributeRead

The type of the attribute, we currently support: bool, number (ints, floats), time (a timestamp), string, and json.

Memberof

ResourceAttributeRead

updated_at: string

Date and time when the attribute was last updated/modified (ISO_8601 format).

Memberof

ResourceAttributeRead

Generated using TypeDoc