rules
Overview
Name | rules |
Type | Resource |
Id | okta.group.rules |
Fields
Name | Datatype |
---|---|
id | string |
name | string |
actions | object |
conditions | object |
created | string |
lastUpdated | string |
status | string |
type | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | ruleId, subdomain | Fetches a specific group rule by id from your organization |
list | SELECT | subdomain | Lists all group rules for your organization. |
insert | INSERT | subdomain | Creates a group rule to dynamically add users to the specified group if they match the condition |
delete | DELETE | ruleId, subdomain | Removes a specific group rule by id from your organization |
update | EXEC | ruleId, subdomain | Updates a group rule. Only INACTIVE rules can be updated. |