Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.43 KB

File metadata and controls

18 lines (15 loc) · 1.43 KB

# ConditionSetRuleRead

Properties

Name Type Description Notes
id string Unique id of the condition set rule
key string A unique id by which Permit will identify this condition set rule.
user_set string the userset that is currently granted permissions, i.e: all the users matching this rule are granted the permission on the resourceset
permission string a permission that is currently granted to the userset on the resourceset.
resource_set string the resourceset that represents the resources that are currently granted for access, i.e: all the resources matching this rule can be accessed by the userset to perform the granted permission
organization_id string Unique id of the organization that the condition set rule belongs to.
project_id string Unique id of the project that the condition set rule belongs to.
environment_id string Unique id of the environment that the condition set rule belongs to.
created_at \DateTime Date and time when the condition set rule was created (ISO_8601 format).
updated_at \DateTime Date and time when the condition set rule was last updated/modified (ISO_8601 format).

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