Interface ResourceActionRead

Export

ResourceActionRead

Hierarchy

  • ResourceActionRead

Properties

attributes?: object

optional dictionary of key-value pairs that can be used to store arbitrary metadata about this action. This metadata can be used to filter actions using query parameters with attr_ prefix

Memberof

ResourceActionRead

created_at: string

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

Memberof

ResourceActionRead

description?: string

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

Memberof

ResourceActionRead

environment_id: string

Unique id of the environment that the action belongs to.

Memberof

ResourceActionRead

id: string

Unique id of the action

Memberof

ResourceActionRead

key: string

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

Memberof

ResourceActionRead

name: string

The name of the action

Memberof

ResourceActionRead

organization_id: string

Unique id of the organization that the action belongs to.

Memberof

ResourceActionRead

permission_name: string

The name of the action, prefixed by the resource the action is acting upon.

Memberof

ResourceActionRead

project_id: string

Unique id of the project that the action belongs to.

Memberof

ResourceActionRead

resource_id: string

Unique id of the resource that the action belongs to.

Memberof

ResourceActionRead

updated_at: string

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

Memberof

ResourceActionRead

Generated using TypeDoc