Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.67 KB

ConditionSetRead.md

File metadata and controls

22 lines (19 loc) · 1.67 KB

# ConditionSetRead

Properties

Name Type Description Notes
key string A unique id by which Permit will identify the condition set. The key will be used as the generated rego rule name.
type ConditionSetType the type of the set: UserSet or ResourceSet [optional]
autogenerated bool whether the set was autogenerated by the system. [optional] [default to false]
resource_id \OpenAPI\Client\Model\ResourceId [optional]
id string Unique id of the condition set
organization_id string Unique id of the organization that the condition set belongs to.
project_id string Unique id of the project that the condition set belongs to.
environment_id string Unique id of the environment that the condition set belongs to.
created_at \DateTime Date and time when the condition set was created (ISO_8601 format).
updated_at \DateTime Date and time when the condition set was last updated/modified (ISO_8601 format).
resource \OpenAPI\Client\Model\ResourceRead [optional]
name string A descriptive name for the set, i.e: 'US based employees' or 'Users behind VPN'
description string an optional longer description of the set [optional]
conditions object a boolean expression that consists of multiple conditions, with and/or logic. [optional]

[Back to Model list] [Back to API list] [Back to README]