This module creates following resources.
No modules.
Name |
Description |
Type |
Default |
Required |
expression |
(Required) The Okta expression for Okta group rule. |
string |
n/a |
yes |
name |
(Required) The name of the Okta Group Rule. |
string |
n/a |
yes |
cascade_on_delete |
(Optional) Whether to remove users added by this rule from the assigned group after deleting this resource. Defaults to false . |
bool |
false |
no |
enabled |
(Optional) Whether to enable the Okta Group Rule. Defaults to true . |
bool |
true |
no |
excluded_users |
(Optional) A set of user IDs that would be excluded when rules are processed. |
set(string) |
[] |
no |
groups |
(Optional) A set of group ids to assign the users to. |
set(string) |
[] |
no |
Name |
Description |
enabled |
Whether to enable the Okta Group Rule. |
excluded_users |
The list of user IDs that would be excluded when rules are processed. |
expression |
The Okta expression for Okta group rule. |
groups |
The information for the assigned groups by the Okta group rule. |
id |
The ID of the Okta group rule. |
name |
The name of the Okta group rule. |