Interface ConditionSetCreate

Export

ConditionSetCreate

Hierarchy

  • ConditionSetCreate

Properties

autogenerated?: boolean

whether the set was autogenerated by the system.

Memberof

ConditionSetCreate

conditions?: object

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

Memberof

ConditionSetCreate

description?: string

an optional longer description of the set

Memberof

ConditionSetCreate

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

ConditionSetCreate

name: string

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

Memberof

ConditionSetCreate

parent_id?: ParentId

Memberof

ConditionSetCreate

resource_id?: ResourceId

Memberof

ConditionSetCreate

the type of the set: UserSet or ResourceSet

Memberof

ConditionSetCreate

Generated using TypeDoc