Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
PlatformConditionEvaluatorPlatform |
PlatformConditionEvaluatorPlatform.os(PlatformConditionEvaluatorPlatformOperatingSystem os) |
PlatformConditionEvaluatorPlatform |
PlatformConditionEvaluatorPlatform.type(PolicyPlatformType type) |
Modifier and Type | Method and Description |
---|---|
List<PlatformConditionEvaluatorPlatform> |
PlatformPolicyRuleCondition.getExclude()
Get exclude
|
List<PlatformConditionEvaluatorPlatform> |
PlatformPolicyRuleCondition.getInclude()
Get include
|
Modifier and Type | Method and Description |
---|---|
PlatformPolicyRuleCondition |
PlatformPolicyRuleCondition.addExcludeItem(PlatformConditionEvaluatorPlatform excludeItem) |
PlatformPolicyRuleCondition |
PlatformPolicyRuleCondition.addIncludeItem(PlatformConditionEvaluatorPlatform includeItem) |
Modifier and Type | Method and Description |
---|---|
PlatformPolicyRuleCondition |
PlatformPolicyRuleCondition.exclude(List<PlatformConditionEvaluatorPlatform> exclude) |
PlatformPolicyRuleCondition |
PlatformPolicyRuleCondition.include(List<PlatformConditionEvaluatorPlatform> include) |
void |
PlatformPolicyRuleCondition.setExclude(List<PlatformConditionEvaluatorPlatform> exclude) |
void |
PlatformPolicyRuleCondition.setInclude(List<PlatformConditionEvaluatorPlatform> include) |
Copyright © 2017–2023 Okta. All rights reserved.