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/models/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)
96
96
*`apply_to_all_workspaces` (boolean): If true, a default-workspace rule also applies to users in all workspaces.
97
-
*`authentication_method` (string): User authentication method for which the rule will apply.
97
+
*`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.
98
98
*`group_ids` (array(int64)): Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
99
99
*`inactivity_days` (int64): Number of days of inactivity before the rule applies
100
100
*`include_site_admins` (boolean): If true, the rule will apply to site admins.
*`action` (string): Action to take on inactive users (disable or delete)
134
134
*`apply_to_all_workspaces` (boolean): If true, a default-workspace rule also applies to users in all workspaces.
135
-
*`authentication_method` (string): User authentication method for which the rule will apply.
135
+
*`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.
136
136
*`group_ids` (array(int64)): Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
137
137
*`inactivity_days` (int64): Number of days of inactivity before the rule applies
138
138
*`include_site_admins` (boolean): If true, the rule will apply to site admins.
@@ -133,7 +133,7 @@ var UserLifecycleRule = /*#__PURE__*/(0, _createClass2.default)(function UserLif
133
133
// Parameters:
134
134
// action - string - Action to take on inactive users (disable or delete)
135
135
// apply_to_all_workspaces - boolean - If true, a default-workspace rule also applies to users in all workspaces.
136
-
// authentication_method - string - User authentication method for which the rule will apply.
136
+
// 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.
137
137
// group_ids - array(int64) - Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
138
138
// inactivity_days - int64 - Number of days of inactivity before the rule applies
139
139
// include_site_admins - boolean - If true, the rule will apply to site admins.
// action - string - Action to take on inactive users (disable or delete)
446
446
// apply_to_all_workspaces - boolean - If true, a default-workspace rule also applies to users in all workspaces.
447
-
// authentication_method - string - User authentication method for which the rule will apply.
447
+
// 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.
448
448
// group_ids - array(int64) - Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
449
449
// inactivity_days - int64 - Number of days of inactivity before the rule applies
450
450
// include_site_admins - boolean - If true, the rule will apply to site admins.
// action - string - Action to take on inactive users (disable or delete)
131
131
// apply_to_all_workspaces - boolean - If true, a default-workspace rule also applies to users in all workspaces.
132
-
// authentication_method - string - User authentication method for which the rule will apply.
132
+
// 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.
133
133
// group_ids - array(int64) - Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
134
134
// inactivity_days - int64 - Number of days of inactivity before the rule applies
135
135
// include_site_admins - boolean - If true, the rule will apply to site admins.
@@ -292,7 +292,7 @@ class UserLifecycleRule {
292
292
// Parameters:
293
293
// action - string - Action to take on inactive users (disable or delete)
294
294
// apply_to_all_workspaces - boolean - If true, a default-workspace rule also applies to users in all workspaces.
295
-
// authentication_method - string - User authentication method for which the rule will apply.
295
+
// 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.
296
296
// group_ids - array(int64) - Array of Group IDs to which the rule applies. If empty or not set, the rule applies to all users.
297
297
// inactivity_days - int64 - Number of days of inactivity before the rule applies
298
298
// include_site_admins - boolean - If true, the rule will apply to site admins.
0 commit comments