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: okta/services/idaas/resource_okta_app_signon_policy_rule.go
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,15 @@ The only difference is that these fields are immutable and can not be managed: '
261
261
Optional: true,
262
262
Description: "Use with verification method = `AUTH_METHOD_CHAIN` only",
263
263
},
264
+
"office365_client_include": {
265
+
Type: schema.TypeSet,
266
+
Optional: true,
267
+
Description: "Office 365 client types to include. Valid values: WEB, MODERN_AUTH, EXCHANGE_ACTIVE_SYNC, AAD_JOIN. This condition is specific to Office 365 applications.",
0 commit comments