Interface TenantRead

Export

TenantRead

Hierarchy

  • TenantRead

Properties

attributes?: object

Arbitraty tenant attributes that will be used to enforce attribute-based access control policies.

Memberof

TenantRead

created_at: string

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

Memberof

TenantRead

description?: string

an optional longer description of the tenant

Memberof

TenantRead

environment_id: string

Unique id of the environment that the tenant belongs to.

Memberof

TenantRead

id: string

Unique id of the tenant

Memberof

TenantRead

key: string

A unique id by which Permit will identify the tenant. The tenant key must be url-friendly (slugified).

Memberof

TenantRead

last_action_at: string

Date and time when the tenant was last active (ISO_8601 format). In other words, this is the last time a permission check was done on a resource belonging to this tenant.

Memberof

TenantRead

name: string

A descriptive name for the tenant

Memberof

TenantRead

organization_id: string

Unique id of the organization that the tenant belongs to.

Memberof

TenantRead

project_id: string

Unique id of the project that the tenant belongs to.

Memberof

TenantRead

updated_at: string

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

Memberof

TenantRead

Generated using TypeDoc