From 585b188188d5ba8b84329953aa65198142e12dbb Mon Sep 17 00:00:00 2001 From: Matthew Rinehart Date: Wed, 21 Feb 2024 01:25:33 -0800 Subject: [PATCH] Adding CHROMEOS to signon policy rule on docs --- website/docs/r/app_signon_policy_rule.html.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/r/app_signon_policy_rule.html.markdown b/website/docs/r/app_signon_policy_rule.html.markdown index 0e298df57..5ba83aafa 100644 --- a/website/docs/r/app_signon_policy_rule.html.markdown +++ b/website/docs/r/app_signon_policy_rule.html.markdown @@ -238,6 +238,10 @@ resource "okta_app_signon_policy_rule" "test" { os_type = "WINDOWS" type = "DESKTOP" } + platform_include { + os_type = "CHROMEOS" + type = "DESKTOP" + } priority = 98 re_authentication_frequency = "PT43800H" type = "ASSURANCE" @@ -312,7 +316,7 @@ The following arguments are supported: - `platform_include` - (Optional) List of particular platforms or devices to match on. - `type` - (Optional) One of: `"ANY"`, `"MOBILE"`, `"DESKTOP"` - `os_expression` - (Optional) Only available and required when using `os_type = "OTHER"` - - `os_type` - (Optional) One of: `"ANY"`, `"IOS"`, `"WINDOWS"`, `"ANDROID"`, `"OTHER"`, `"OSX"`, `"MACOS"` + - `os_type` - (Optional) One of: `"ANY"`, `"IOS"`, `"WINDOWS"`, `"ANDROID"`, `"OTHER"`, `"OSX"`, `"MACOS"`, `"CHROMEOS"` - `custom_expression` - (Optional) This is an advanced optional setting. If the expression is formatted incorrectly or conflicts with conditions set above, the rule may not match any users.