Skip to content

Commit

Permalink
Merge pull request #1905 from mrines/signon_rule_platform_include_chr…
Browse files Browse the repository at this point in the history
…omeos

Adding CHROMEOS to signon policy rule on docs
  • Loading branch information
duytiennguyen-okta authored Feb 21, 2024
2 parents edb27b5 + 585b188 commit 334a48e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/docs/r/app_signon_policy_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 334a48e

Please sign in to comment.