Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.19 KB

ConditionSetRuleRemove.md

File metadata and controls

15 lines (10 loc) · 1.19 KB

ConditionSetRuleRemove

Properties

Name Type Description Notes
user_set String The userset that will be unassigned these permission, i.e: all the users matching this rule will lose the specified permission
permission String The permission that will be removed from the userset on the resourceset. The permission can be either a resource action id, or {resource_key}:{action_key}, i.e: the "permission name".
resource_set String The resourceset that represents the resources that are no longer granted for access, i.e: all the resources matching this rule can no longer be accessed by the userset, and will be revoked the specified permission
is_role Option<bool> if True, will set the condition set rule to the role's autogen user-set. [optional][default to false]
is_resource Option<bool> if True, will set the condition set rule to the resource's autogen resource-set. [optional][default to false]

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