Interface ConditionSetRead

Export

ConditionSetRead

Hierarchy

  • ConditionSetRead

Properties

autogenerated?: boolean

whether the set was autogenerated by the system.

Memberof

ConditionSetRead

conditions?: object

a boolean expression that consists of multiple conditions, with and/or logic.

Memberof

ConditionSetRead

created_at: string

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

Memberof

ConditionSetRead

description?: string

an optional longer description of the set

Memberof

ConditionSetRead

environment_id: string

Unique id of the environment that the condition set belongs to.

Memberof

ConditionSetRead

id: string

Unique id of the condition set

Memberof

ConditionSetRead

key: string

A unique id by which Permit will identify the condition set. The key will be used as the generated rego rule name.

Memberof

ConditionSetRead

name: string

A descriptive name for the set, i.e: 'US based employees' or 'Users behind VPN'

Memberof

ConditionSetRead

organization_id: string

Unique id of the organization that the condition set belongs to.

Memberof

ConditionSetRead

parent_id?: ParentId

Memberof

ConditionSetRead

project_id: string

Unique id of the project that the condition set belongs to.

Memberof

ConditionSetRead

resource?: ResourceRead

Memberof

ConditionSetRead

resource_id?: ResourceId

Memberof

ConditionSetRead

the type of the set: UserSet or ResourceSet

Memberof

ConditionSetRead

updated_at: string

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

Memberof

ConditionSetRead

Generated using TypeDoc