Viewing docs for Okta v6.9.0
published on Wednesday, Jul 1, 2026 by Pulumi
published on Wednesday, Jul 1, 2026 by Pulumi
Viewing docs for Okta v6.9.0
published on Wednesday, Jul 1, 2026 by Pulumi
published on Wednesday, Jul 1, 2026 by Pulumi
Retrieves an app sign-on (access) policy rule by ruleId from Okta.
WARNING: This feature is only available as a part of the Identity Engine. Contact support for further information.
Inside the product a sign-on policy rule is referenced as an authentication policy rule, in the public API the parent policy is of type
ACCESS_POLICY.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as okta from "@pulumi/okta";
const example = okta.getAppSignonPolicy({
appId: "<app id>",
});
const exampleGetSignOnPolicyRule = example.then(example => okta.app.getSignOnPolicyRule({
id: "<rule id>",
policyId: example.id,
}));
import pulumi
import pulumi_okta as okta
example = okta.get_app_signon_policy(app_id="<app id>")
example_get_sign_on_policy_rule = okta.app.get_sign_on_policy_rule(id="<rule id>",
policy_id=example.id)
package main
import (
"github.com/pulumi/pulumi-okta/sdk/v6/go/okta"
"github.com/pulumi/pulumi-okta/sdk/v6/go/okta/app"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := okta.GetAppSignonPolicy(ctx, &okta.LookupAppSignonPolicyArgs{
AppId: "<app id>",
}, nil)
if err != nil {
return err
}
_, err = app.GetSignOnPolicyRule(ctx, &app.GetSignOnPolicyRuleArgs{
Id: "<rule id>",
PolicyId: example.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Okta = Pulumi.Okta;
return await Deployment.RunAsync(() =>
{
var example = Okta.GetAppSignonPolicy.Invoke(new()
{
AppId = "<app id>",
});
var exampleGetSignOnPolicyRule = Okta.App.GetSignOnPolicyRule.Invoke(new()
{
Id = "<rule id>",
PolicyId = example.Apply(getAppSignonPolicyResult => getAppSignonPolicyResult.Id),
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.okta.OktaFunctions;
import com.pulumi.okta.inputs.GetAppSignonPolicyArgs;
import com.pulumi.okta.app.AppFunctions;
import com.pulumi.okta.app.inputs.GetSignOnPolicyRuleArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = OktaFunctions.getAppSignonPolicy(GetAppSignonPolicyArgs.builder()
.appId("<app id>")
.build());
final var exampleGetSignOnPolicyRule = AppFunctions.getSignOnPolicyRule(GetSignOnPolicyRuleArgs.builder()
.id("<rule id>")
.policyId(example.id())
.build());
}
}
variables:
example:
fn::invoke:
function: okta:getAppSignonPolicy
arguments:
appId: <app id>
exampleGetSignOnPolicyRule:
fn::invoke:
function: okta:app:getSignOnPolicyRule
arguments:
id: <rule id>
policyId: ${example.id}
pulumi {
required_providers {
okta = {
source = "pulumi/okta"
}
}
}
data "okta_getappsignonpolicy" "example" {
app_id = "<app id>"
}
data "okta_app_getsignonpolicyrule" "exampleGetSignOnPolicyRule" {
id = "<rule id>"
policy_id = data.okta_getappsignonpolicy.example.id
}
Using getSignOnPolicyRule
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSignOnPolicyRule(args: GetSignOnPolicyRuleArgs, opts?: InvokeOptions): Promise<GetSignOnPolicyRuleResult>
function getSignOnPolicyRuleOutput(args: GetSignOnPolicyRuleOutputArgs, opts?: InvokeOptions): Output<GetSignOnPolicyRuleResult>def get_sign_on_policy_rule(actions: Optional[GetSignOnPolicyRuleActions] = None,
conditions: Optional[GetSignOnPolicyRuleConditions] = None,
id: Optional[str] = None,
policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSignOnPolicyRuleResult
def get_sign_on_policy_rule_output(actions: pulumi.Input[Optional[GetSignOnPolicyRuleActionsArgs]] = None,
conditions: pulumi.Input[Optional[GetSignOnPolicyRuleConditionsArgs]] = None,
id: pulumi.Input[Optional[str]] = None,
policy_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSignOnPolicyRuleResult]func GetSignOnPolicyRule(ctx *Context, args *GetSignOnPolicyRuleArgs, opts ...InvokeOption) (*GetSignOnPolicyRuleResult, error)
func GetSignOnPolicyRuleOutput(ctx *Context, args *GetSignOnPolicyRuleOutputArgs, opts ...InvokeOption) GetSignOnPolicyRuleResultOutput> Note: This function is named GetSignOnPolicyRule in the Go SDK.
public static class GetSignOnPolicyRule
{
public static Task<GetSignOnPolicyRuleResult> InvokeAsync(GetSignOnPolicyRuleArgs args, InvokeOptions? opts = null)
public static Output<GetSignOnPolicyRuleResult> Invoke(GetSignOnPolicyRuleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSignOnPolicyRuleResult> getSignOnPolicyRule(GetSignOnPolicyRuleArgs args, InvokeOptions options)
public static Output<GetSignOnPolicyRuleResult> getSignOnPolicyRule(GetSignOnPolicyRuleArgs args, InvokeOptions options)
fn::invoke:
function: okta:app/getSignOnPolicyRule:getSignOnPolicyRule
arguments:
# arguments dictionarydata "okta_app_getsignonpolicyrule" "name" {
# arguments
}The following arguments are supported:
- Id string
- Unique identifier of the access policy rule.
- Policy
Id string idof the policy- Actions
Get
Sign On Policy Rule Actions - Conditions
Get
Sign On Policy Rule Conditions
- Id string
- Unique identifier of the access policy rule.
- Policy
Id string idof the policy- Actions
Get
Sign On Policy Rule Actions - Conditions
Get
Sign On Policy Rule Conditions
- id String
- Unique identifier of the access policy rule.
- policy
Id String idof the policy- actions
Get
Sign On Policy Rule Actions - conditions
Get
Sign On Policy Rule Conditions
- id string
- Unique identifier of the access policy rule.
- policy
Id string idof the policy- actions
Get
Sign On Policy Rule Actions - conditions
Get
Sign On Policy Rule Conditions
- id str
- Unique identifier of the access policy rule.
- policy_
id str idof the policy- actions
Get
Sign On Policy Rule Actions - conditions
Get
Sign On Policy Rule Conditions
- id String
- Unique identifier of the access policy rule.
- policy
Id String idof the policy- actions Property Map
- conditions Property Map
getSignOnPolicyRule Result
The following output properties are available:
- Created string
- Timestamp when the rule was created
- Id string
- Unique identifier of the access policy rule.
- Last
Updated string - Timestamp when the rule was last modified
- Name string
- Name of the rule
- Policy
Id string idof the policy- Priority int
- Priority of the rule
- Status string
- Whether or not the rule is active.
- System bool
- Specifies whether Okta created the policy rule (
system=true). - Actions
Get
Sign On Policy Rule Actions - Conditions
Get
Sign On Policy Rule Conditions
- Created string
- Timestamp when the rule was created
- Id string
- Unique identifier of the access policy rule.
- Last
Updated string - Timestamp when the rule was last modified
- Name string
- Name of the rule
- Policy
Id string idof the policy- Priority int
- Priority of the rule
- Status string
- Whether or not the rule is active.
- System bool
- Specifies whether Okta created the policy rule (
system=true). - Actions
Get
Sign On Policy Rule Actions - Conditions
Get
Sign On Policy Rule Conditions
- created string
- Timestamp when the rule was created
- id string
- Unique identifier of the access policy rule.
- last_
updated string - Timestamp when the rule was last modified
- name string
- Name of the rule
- policy_
id string idof the policy- priority number
- Priority of the rule
- status string
- Whether or not the rule is active.
- system bool
- Specifies whether Okta created the policy rule (
system=true). - actions object
- conditions object
- created String
- Timestamp when the rule was created
- id String
- Unique identifier of the access policy rule.
- last
Updated String - Timestamp when the rule was last modified
- name String
- Name of the rule
- policy
Id String idof the policy- priority Integer
- Priority of the rule
- status String
- Whether or not the rule is active.
- system Boolean
- Specifies whether Okta created the policy rule (
system=true). - actions
Get
Sign On Policy Rule Actions - conditions
Get
Sign On Policy Rule Conditions
- created string
- Timestamp when the rule was created
- id string
- Unique identifier of the access policy rule.
- last
Updated string - Timestamp when the rule was last modified
- name string
- Name of the rule
- policy
Id string idof the policy- priority number
- Priority of the rule
- status string
- Whether or not the rule is active.
- system boolean
- Specifies whether Okta created the policy rule (
system=true). - actions
Get
Sign On Policy Rule Actions - conditions
Get
Sign On Policy Rule Conditions
- created str
- Timestamp when the rule was created
- id str
- Unique identifier of the access policy rule.
- last_
updated str - Timestamp when the rule was last modified
- name str
- Name of the rule
- policy_
id str idof the policy- priority int
- Priority of the rule
- status str
- Whether or not the rule is active.
- system bool
- Specifies whether Okta created the policy rule (
system=true). - actions
Get
Sign On Policy Rule Actions - conditions
Get
Sign On Policy Rule Conditions
- created String
- Timestamp when the rule was created
- id String
- Unique identifier of the access policy rule.
- last
Updated String - Timestamp when the rule was last modified
- name String
- Name of the rule
- policy
Id String idof the policy- priority Number
- Priority of the rule
- status String
- Whether or not the rule is active.
- system Boolean
- Specifies whether Okta created the policy rule (
system=true). - actions Property Map
- conditions Property Map
Supporting Types
GetSignOnPolicyRuleActions
- App
Sign GetOn Sign On Policy Rule Actions App Sign On - Specifies the results when a user attempts to sign in
- App
Sign GetOn Sign On Policy Rule Actions App Sign On - Specifies the results when a user attempts to sign in
- app_
sign_ objecton - Specifies the results when a user attempts to sign in
- app
Sign GetOn Sign On Policy Rule Actions App Sign On - Specifies the results when a user attempts to sign in
- app
Sign GetOn Sign On Policy Rule Actions App Sign On - Specifies the results when a user attempts to sign in
- app_
sign_ Geton Sign On Policy Rule Actions App Sign On - Specifies the results when a user attempts to sign in
- app
Sign Property MapOn - Specifies the results when a user attempts to sign in
GetSignOnPolicyRuleActionsAppSignOn
- Access string
- Access
- Keep
Me GetSigned In Sign On Policy Rule Actions App Sign On Keep Me Signed In - Controls how often the post-authentication prompt is presented to users
- Verification
Method GetSign On Policy Rule Actions App Sign On Verification Method - The method used to verify a user
- Access string
- Access
- Keep
Me GetSigned In Sign On Policy Rule Actions App Sign On Keep Me Signed In - Controls how often the post-authentication prompt is presented to users
- Verification
Method GetSign On Policy Rule Actions App Sign On Verification Method - The method used to verify a user
- access string
- Access
- keep_
me_ objectsigned_ in - Controls how often the post-authentication prompt is presented to users
- verification_
method object - The method used to verify a user
- access String
- Access
- keep
Me GetSigned In Sign On Policy Rule Actions App Sign On Keep Me Signed In - Controls how often the post-authentication prompt is presented to users
- verification
Method GetSign On Policy Rule Actions App Sign On Verification Method - The method used to verify a user
- access string
- Access
- keep
Me GetSigned In Sign On Policy Rule Actions App Sign On Keep Me Signed In - Controls how often the post-authentication prompt is presented to users
- verification
Method GetSign On Policy Rule Actions App Sign On Verification Method - The method used to verify a user
- access str
- Access
- keep_
me_ Getsigned_ in Sign On Policy Rule Actions App Sign On Keep Me Signed In - Controls how often the post-authentication prompt is presented to users
- verification_
method GetSign On Policy Rule Actions App Sign On Verification Method - The method used to verify a user
- access String
- Access
- keep
Me Property MapSigned In - Controls how often the post-authentication prompt is presented to users
- verification
Method Property Map - The method used to verify a user
GetSignOnPolicyRuleActionsAppSignOnKeepMeSignedIn
- Post
Auth string - Whether the post-authentication Keep Me Signed In (KMSI) flow is allowed.
- Post
Auth stringPrompt Frequency - A time duration specified as an ISO 8601 duration
- Post
Auth string - Whether the post-authentication Keep Me Signed In (KMSI) flow is allowed.
- Post
Auth stringPrompt Frequency - A time duration specified as an ISO 8601 duration
- post_
auth string - Whether the post-authentication Keep Me Signed In (KMSI) flow is allowed.
- post_
auth_ stringprompt_ frequency - A time duration specified as an ISO 8601 duration
- post
Auth String - Whether the post-authentication Keep Me Signed In (KMSI) flow is allowed.
- post
Auth StringPrompt Frequency - A time duration specified as an ISO 8601 duration
- post
Auth string - Whether the post-authentication Keep Me Signed In (KMSI) flow is allowed.
- post
Auth stringPrompt Frequency - A time duration specified as an ISO 8601 duration
- post_
auth str - Whether the post-authentication Keep Me Signed In (KMSI) flow is allowed.
- post_
auth_ strprompt_ frequency - A time duration specified as an ISO 8601 duration
- post
Auth String - Whether the post-authentication Keep Me Signed In (KMSI) flow is allowed.
- post
Auth StringPrompt Frequency - A time duration specified as an ISO 8601 duration
GetSignOnPolicyRuleActionsAppSignOnVerificationMethod
- Type string
- Verification method type
- Type string
- Verification method type
- type string
- Verification method type
- type String
- Verification method type
- type string
- Verification method type
- type str
- Verification method type
- type String
- Verification method type
GetSignOnPolicyRuleConditions
- Device
Get
Sign On Policy Rule Conditions Device - Specifies the device condition to match on
- El
Condition GetSign On Policy Rule Conditions El Condition - Specifies Okta Expression Language expressions
- Network
Get
Sign On Policy Rule Conditions Network - Specifies a network selection mode and a set of network zones to be included or excluded.
- People
Get
Sign On Policy Rule Conditions People - Specifies the users and groups that are included or excluded by the policy rule
- Platform
Get
Sign On Policy Rule Conditions Platform - Specifies a particular platform or device to match on
- Risk
Score GetSign On Policy Rule Conditions Risk Score - Specifies a particular level of risk to match on
- User
Type GetSign On Policy Rule Conditions User Type - Specifies which user types to include and/or exclude
- Device
Get
Sign On Policy Rule Conditions Device - Specifies the device condition to match on
- El
Condition GetSign On Policy Rule Conditions El Condition - Specifies Okta Expression Language expressions
- Network
Get
Sign On Policy Rule Conditions Network - Specifies a network selection mode and a set of network zones to be included or excluded.
- People
Get
Sign On Policy Rule Conditions People - Specifies the users and groups that are included or excluded by the policy rule
- Platform
Get
Sign On Policy Rule Conditions Platform - Specifies a particular platform or device to match on
- Risk
Score GetSign On Policy Rule Conditions Risk Score - Specifies a particular level of risk to match on
- User
Type GetSign On Policy Rule Conditions User Type - Specifies which user types to include and/or exclude
- device object
- Specifies the device condition to match on
- el_
condition object - Specifies Okta Expression Language expressions
- network object
- Specifies a network selection mode and a set of network zones to be included or excluded.
- people object
- Specifies the users and groups that are included or excluded by the policy rule
- platform object
- Specifies a particular platform or device to match on
- risk_
score object - Specifies a particular level of risk to match on
- user_
type object - Specifies which user types to include and/or exclude
- device
Get
Sign On Policy Rule Conditions Device - Specifies the device condition to match on
- el
Condition GetSign On Policy Rule Conditions El Condition - Specifies Okta Expression Language expressions
- network
Get
Sign On Policy Rule Conditions Network - Specifies a network selection mode and a set of network zones to be included or excluded.
- people
Get
Sign On Policy Rule Conditions People - Specifies the users and groups that are included or excluded by the policy rule
- platform
Get
Sign On Policy Rule Conditions Platform - Specifies a particular platform or device to match on
- risk
Score GetSign On Policy Rule Conditions Risk Score - Specifies a particular level of risk to match on
- user
Type GetSign On Policy Rule Conditions User Type - Specifies which user types to include and/or exclude
- device
Get
Sign On Policy Rule Conditions Device - Specifies the device condition to match on
- el
Condition GetSign On Policy Rule Conditions El Condition - Specifies Okta Expression Language expressions
- network
Get
Sign On Policy Rule Conditions Network - Specifies a network selection mode and a set of network zones to be included or excluded.
- people
Get
Sign On Policy Rule Conditions People - Specifies the users and groups that are included or excluded by the policy rule
- platform
Get
Sign On Policy Rule Conditions Platform - Specifies a particular platform or device to match on
- risk
Score GetSign On Policy Rule Conditions Risk Score - Specifies a particular level of risk to match on
- user
Type GetSign On Policy Rule Conditions User Type - Specifies which user types to include and/or exclude
- device
Get
Sign On Policy Rule Conditions Device - Specifies the device condition to match on
- el_
condition GetSign On Policy Rule Conditions El Condition - Specifies Okta Expression Language expressions
- network
Get
Sign On Policy Rule Conditions Network - Specifies a network selection mode and a set of network zones to be included or excluded.
- people
Get
Sign On Policy Rule Conditions People - Specifies the users and groups that are included or excluded by the policy rule
- platform
Get
Sign On Policy Rule Conditions Platform - Specifies a particular platform or device to match on
- risk_
score GetSign On Policy Rule Conditions Risk Score - Specifies a particular level of risk to match on
- user_
type GetSign On Policy Rule Conditions User Type - Specifies which user types to include and/or exclude
- device Property Map
- Specifies the device condition to match on
- el
Condition Property Map - Specifies Okta Expression Language expressions
- network Property Map
- Specifies a network selection mode and a set of network zones to be included or excluded.
- people Property Map
- Specifies the users and groups that are included or excluded by the policy rule
- platform Property Map
- Specifies a particular platform or device to match on
- risk
Score Property Map - Specifies a particular level of risk to match on
- user
Type Property Map - Specifies which user types to include and/or exclude
GetSignOnPolicyRuleConditionsDevice
- Managed bool
- Indicates if the device is managed.
- Registered bool
- Indicates if the device is registered.
- Assurance
Get
Sign On Policy Rule Conditions Device Assurance - Specifies device assurance policies in the policy rule.
- Managed bool
- Indicates if the device is managed.
- Registered bool
- Indicates if the device is registered.
- Assurance
Get
Sign On Policy Rule Conditions Device Assurance - Specifies device assurance policies in the policy rule.
- managed bool
- Indicates if the device is managed.
- registered bool
- Indicates if the device is registered.
- assurance object
- Specifies device assurance policies in the policy rule.
- managed Boolean
- Indicates if the device is managed.
- registered Boolean
- Indicates if the device is registered.
- assurance
Get
Sign On Policy Rule Conditions Device Assurance - Specifies device assurance policies in the policy rule.
- managed boolean
- Indicates if the device is managed.
- registered boolean
- Indicates if the device is registered.
- assurance
Get
Sign On Policy Rule Conditions Device Assurance - Specifies device assurance policies in the policy rule.
- managed bool
- Indicates if the device is managed.
- registered bool
- Indicates if the device is registered.
- assurance
Get
Sign On Policy Rule Conditions Device Assurance - Specifies device assurance policies in the policy rule.
- managed Boolean
- Indicates if the device is managed.
- registered Boolean
- Indicates if the device is registered.
- assurance Property Map
- Specifies device assurance policies in the policy rule.
GetSignOnPolicyRuleConditionsDeviceAssurance
- Includes List<string>
- Specifies the device assurance policy ID
- Includes []string
- Specifies the device assurance policy ID
- includes list(string)
- Specifies the device assurance policy ID
- includes List<String>
- Specifies the device assurance policy ID
- includes string[]
- Specifies the device assurance policy ID
- includes Sequence[str]
- Specifies the device assurance policy ID
- includes List<String>
- Specifies the device assurance policy ID
GetSignOnPolicyRuleConditionsElCondition
- Condition string
- expression to match
- Condition string
- expression to match
- condition string
- expression to match
- condition String
- expression to match
- condition string
- expression to match
- condition str
- expression to match
- condition String
- expression to match
GetSignOnPolicyRuleConditionsNetwork
- Connection string
- Network selection mode
- Excludes List<string>
- The zones to exclude.
- Includes List<string>
- The zones to include.
- Connection string
- Network selection mode
- Excludes []string
- The zones to exclude.
- Includes []string
- The zones to include.
- connection string
- Network selection mode
- excludes list(string)
- The zones to exclude.
- includes list(string)
- The zones to include.
- connection String
- Network selection mode
- excludes List<String>
- The zones to exclude.
- includes List<String>
- The zones to include.
- connection string
- Network selection mode
- excludes string[]
- The zones to exclude.
- includes string[]
- The zones to include.
- connection str
- Network selection mode
- excludes Sequence[str]
- The zones to exclude.
- includes Sequence[str]
- The zones to include.
- connection String
- Network selection mode
- excludes List<String>
- The zones to exclude.
- includes List<String>
- The zones to include.
GetSignOnPolicyRuleConditionsPeople
- Groups
Get
Sign On Policy Rule Conditions People Groups - Specifies a set of groups whose users are to be included or excluded
- Users
Get
Sign On Policy Rule Conditions People Users - Specifies a set of users to be included or excluded
- Groups
Get
Sign On Policy Rule Conditions People Groups - Specifies a set of groups whose users are to be included or excluded
- Users
Get
Sign On Policy Rule Conditions People Users - Specifies a set of users to be included or excluded
- groups
Get
Sign On Policy Rule Conditions People Groups - Specifies a set of groups whose users are to be included or excluded
- users
Get
Sign On Policy Rule Conditions People Users - Specifies a set of users to be included or excluded
- groups
Get
Sign On Policy Rule Conditions People Groups - Specifies a set of groups whose users are to be included or excluded
- users
Get
Sign On Policy Rule Conditions People Users - Specifies a set of users to be included or excluded
- groups
Get
Sign On Policy Rule Conditions People Groups - Specifies a set of groups whose users are to be included or excluded
- users
Get
Sign On Policy Rule Conditions People Users - Specifies a set of users to be included or excluded
- groups Property Map
- Specifies a set of groups whose users are to be included or excluded
- users Property Map
- Specifies a set of users to be included or excluded
GetSignOnPolicyRuleConditionsPeopleGroups
GetSignOnPolicyRuleConditionsPeopleUsers
GetSignOnPolicyRuleConditionsPlatform
- excludes list(object)
- Exclude
- includes list(object)
- Include
- excludes List<Property Map>
- Exclude
- includes List<Property Map>
- Include
GetSignOnPolicyRuleConditionsPlatformExclude
- Type string
- The type of platform
- Os
Get
Sign On Policy Rule Conditions Platform Exclude Os - Os
- Type string
- The type of platform
- Os
Get
Sign On Policy Rule Conditions Platform Exclude Os - Os
- type String
- The type of platform
- os
Get
Sign On Policy Rule Conditions Platform Exclude Os - Os
- type string
- The type of platform
- os
Get
Sign On Policy Rule Conditions Platform Exclude Os - Os
- type str
- The type of platform
- os
Get
Sign On Policy Rule Conditions Platform Exclude Os - Os
- type String
- The type of platform
- os Property Map
- Os
GetSignOnPolicyRuleConditionsPlatformExcludeOs
- Expression string
- Expression
- Type string
- The type of operating system
- Version
Get
Sign On Policy Rule Conditions Platform Exclude Os Version - Version
- Expression string
- Expression
- Type string
- The type of operating system
- Version
Get
Sign On Policy Rule Conditions Platform Exclude Os Version - Version
- expression string
- Expression
- type string
- The type of operating system
- version object
- Version
- expression String
- Expression
- type String
- The type of operating system
- version
Get
Sign On Policy Rule Conditions Platform Exclude Os Version - Version
- expression string
- Expression
- type string
- The type of operating system
- version
Get
Sign On Policy Rule Conditions Platform Exclude Os Version - Version
- expression str
- Expression
- type str
- The type of operating system
- version
Get
Sign On Policy Rule Conditions Platform Exclude Os Version - Version
- expression String
- Expression
- type String
- The type of operating system
- version Property Map
- Version
GetSignOnPolicyRuleConditionsPlatformExcludeOsVersion
- match_
type string - MatchType
- value string
- Value
- match_
type str - MatchType
- value str
- Value
GetSignOnPolicyRuleConditionsPlatformInclude
- Type string
- The type of platform
- Os
Get
Sign On Policy Rule Conditions Platform Include Os - Os
- Type string
- The type of platform
- Os
Get
Sign On Policy Rule Conditions Platform Include Os - Os
- type String
- The type of platform
- os
Get
Sign On Policy Rule Conditions Platform Include Os - Os
- type string
- The type of platform
- os
Get
Sign On Policy Rule Conditions Platform Include Os - Os
- type str
- The type of platform
- os
Get
Sign On Policy Rule Conditions Platform Include Os - Os
- type String
- The type of platform
- os Property Map
- Os
GetSignOnPolicyRuleConditionsPlatformIncludeOs
- Expression string
- Expression
- Type string
- The type of operating system
- Version
Get
Sign On Policy Rule Conditions Platform Include Os Version - Version
- Expression string
- Expression
- Type string
- The type of operating system
- Version
Get
Sign On Policy Rule Conditions Platform Include Os Version - Version
- expression string
- Expression
- type string
- The type of operating system
- version object
- Version
- expression String
- Expression
- type String
- The type of operating system
- version
Get
Sign On Policy Rule Conditions Platform Include Os Version - Version
- expression string
- Expression
- type string
- The type of operating system
- version
Get
Sign On Policy Rule Conditions Platform Include Os Version - Version
- expression str
- Expression
- type str
- The type of operating system
- version
Get
Sign On Policy Rule Conditions Platform Include Os Version - Version
- expression String
- Expression
- type String
- The type of operating system
- version Property Map
- Version
GetSignOnPolicyRuleConditionsPlatformIncludeOsVersion
- match_
type string - MatchType
- value string
- Value
- match_
type str - MatchType
- value str
- Value
GetSignOnPolicyRuleConditionsRiskScore
- Level string
- The level to match
- Min
Risk stringLevel - The minimum risk level to match.
- Level string
- The level to match
- Min
Risk stringLevel - The minimum risk level to match.
- level string
- The level to match
- min_
risk_ stringlevel - The minimum risk level to match.
- level String
- The level to match
- min
Risk StringLevel - The minimum risk level to match.
- level string
- The level to match
- min
Risk stringLevel - The minimum risk level to match.
- level str
- The level to match
- min_
risk_ strlevel - The minimum risk level to match.
- level String
- The level to match
- min
Risk StringLevel - The minimum risk level to match.
GetSignOnPolicyRuleConditionsUserType
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oktaTerraform Provider.
Viewing docs for Okta v6.9.0
published on Wednesday, Jul 1, 2026 by Pulumi
published on Wednesday, Jul 1, 2026 by Pulumi