Package com.okta.sdk.resource.model
Class IdpPolicyRuleActionIdp
java.lang.Object
com.okta.sdk.resource.model.IdpPolicyRuleActionIdp
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class IdpPolicyRuleActionIdp
extends Object
implements Serializable
IdpPolicyRuleActionIdp
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddmatchCriteriaItem
(IdpPolicyRuleActionMatchCriteria matchCriteriaItem) addprovidersItem
(IdpPolicyRuleActionProvider providersItem) boolean
Get idpSelectionTypeRequired if `idpSelectionType` is set to `DYNAMIC`List of configured Identity Providers that a given Rule can route to.int
hashCode()
idpSelectionType
(IdpSelectionType idpSelectionType) matchCriteria
(List<IdpPolicyRuleActionMatchCriteria> matchCriteria) providers
(List<IdpPolicyRuleActionProvider> providers) void
setIdpSelectionType
(IdpSelectionType idpSelectionType) void
setMatchCriteria
(List<IdpPolicyRuleActionMatchCriteria> matchCriteria) void
setProviders
(List<IdpPolicyRuleActionProvider> providers) toString()
-
Field Details
-
JSON_PROPERTY_PROVIDERS
- See Also:
-
JSON_PROPERTY_IDP_SELECTION_TYPE
- See Also:
-
JSON_PROPERTY_MATCH_CRITERIA
- See Also:
-
-
Constructor Details
-
IdpPolicyRuleActionIdp
public IdpPolicyRuleActionIdp()
-
-
Method Details
-
providers
-
addprovidersItem
-
getProviders
List of configured Identity Providers that a given Rule can route to. Ability to define multiple providers is a part of the Okta Identity Engine. This allows users to choose a Provider when they sign in. Contact support for information on the Identity Engine.- Returns:
- providers
-
setProviders
-
idpSelectionType
-
getIdpSelectionType
Get idpSelectionType- Returns:
- idpSelectionType
-
setIdpSelectionType
-
matchCriteria
-
addmatchCriteriaItem
public IdpPolicyRuleActionIdp addmatchCriteriaItem(IdpPolicyRuleActionMatchCriteria matchCriteriaItem) -
getMatchCriteria
Required if `idpSelectionType` is set to `DYNAMIC`- Returns:
- matchCriteria
-
setMatchCriteria
-
equals
-
hashCode
public int hashCode() -
toString
-