Interface ResourceActionGroupRead

Export

ResourceActionGroupRead

Hierarchy

  • ResourceActionGroupRead

Properties

actions?: string[]

Memberof

ResourceActionGroupRead

attributes?: object

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

Memberof

ResourceActionGroupRead

created_at: string

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

Memberof

ResourceActionGroupRead

description?: string

An optional longer description of what this action group represents in your system

Memberof

ResourceActionGroupRead

environment_id: string

Unique id of the environment that the action group belongs to.

Memberof

ResourceActionGroupRead

id: string

Unique id of the action group

Memberof

ResourceActionGroupRead

key: string

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

Memberof

ResourceActionGroupRead

name: string

The name of the action group

Memberof

ResourceActionGroupRead

organization_id: string

Unique id of the organization that the action group belongs to.

Memberof

ResourceActionGroupRead

project_id: string

Unique id of the project that the action group belongs to.

Memberof

ResourceActionGroupRead

resource_id: string

Unique id of the resource that the action group belongs to.

Memberof

ResourceActionGroupRead

updated_at: string

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

Memberof

ResourceActionGroupRead

Generated using TypeDoc