You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Model/UserLifecycleRule.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
```
6
6
{
7
7
"id": 1,
8
-
"authentication_method": "password",
8
+
"authentication_method": "all_non_sso",
9
9
"group_ids": [
10
10
1,
11
11
2,
@@ -26,7 +26,7 @@
26
26
```
27
27
28
28
*`id` (int64): User Lifecycle Rule ID
29
-
*`authentication_method` (string): User authentication method for which the rule will apply.
29
+
*`authentication_method` (string): User authentication method for which the rule will apply. Use `all_non_sso` to target every non-SSO authentication method with one rule.
30
30
*`group_ids` (array(int64)): Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
31
31
*`action` (string): Action to take on inactive users (disable or delete)
32
32
*`inactivity_days` (int64): Number of days of inactivity before the rule applies
*`action` (string): Action to take on inactive users (disable or delete)
99
99
*`apply_to_all_workspaces` (boolean): If true, a default-workspace rule also applies to users in all workspaces.
100
-
*`authentication_method` (string): User authentication method for which the rule will apply.
100
+
*`authentication_method` (string): User authentication method for which the rule will apply. Use `all_non_sso` to target every non-SSO authentication method with one rule.
101
101
*`group_ids` (array(int64)): Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
102
102
*`inactivity_days` (int64): Number of days of inactivity before the rule applies
103
103
*`include_site_admins` (boolean): If true, the rule will apply to site admins.
*`action` (string): Action to take on inactive users (disable or delete)
137
137
*`apply_to_all_workspaces` (boolean): If true, a default-workspace rule also applies to users in all workspaces.
138
-
*`authentication_method` (string): User authentication method for which the rule will apply.
138
+
*`authentication_method` (string): User authentication method for which the rule will apply. Use `all_non_sso` to target every non-SSO authentication method with one rule.
139
139
*`group_ids` (array(int64)): Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
140
140
*`inactivity_days` (int64): Number of days of inactivity before the rule applies
141
141
*`include_site_admins` (boolean): If true, the rule will apply to site admins.
@@ -199,7 +199,7 @@ public function setUserTag($value)
199
199
// Parameters:
200
200
// action - string - Action to take on inactive users (disable or delete)
201
201
// apply_to_all_workspaces - boolean - If true, a default-workspace rule also applies to users in all workspaces.
202
-
// authentication_method - string - User authentication method for which the rule will apply.
202
+
// authentication_method - string - User authentication method for which the rule will apply. Use `all_non_sso` to target every non-SSO authentication method with one rule.
203
203
// group_ids - array(int64) - Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
204
204
// inactivity_days - int64 - Number of days of inactivity before the rule applies
205
205
// include_site_admins - boolean - If true, the rule will apply to site admins.
@@ -365,7 +365,7 @@ public static function get($id, $params = [], $options = [])
365
365
// Parameters:
366
366
// action - string - Action to take on inactive users (disable or delete)
367
367
// apply_to_all_workspaces - boolean - If true, a default-workspace rule also applies to users in all workspaces.
368
-
// authentication_method - string - User authentication method for which the rule will apply.
368
+
// authentication_method - string - User authentication method for which the rule will apply. Use `all_non_sso` to target every non-SSO authentication method with one rule.
369
369
// group_ids - array(int64) - Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
370
370
// inactivity_days - int64 - Number of days of inactivity before the rule applies
371
371
// include_site_admins - boolean - If true, the rule will apply to site admins.
0 commit comments