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 |
---|---|
java.util.List<PlatformConditionEvaluatorPlatform> |
PlatformPolicyRuleCondition.getExclude()
Get exclude
|
java.util.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(java.util.List<PlatformConditionEvaluatorPlatform> exclude) |
PlatformPolicyRuleCondition |
PlatformPolicyRuleCondition.include(java.util.List<PlatformConditionEvaluatorPlatform> include) |
void |
PlatformPolicyRuleCondition.setExclude(java.util.List<PlatformConditionEvaluatorPlatform> exclude) |
void |
PlatformPolicyRuleCondition.setInclude(java.util.List<PlatformConditionEvaluatorPlatform> include) |
Copyright © 2017-2022 Okta. All Rights Reserved.