Uses of Class
com.okta.sdk.resource.model.IdpPolicyRuleActionMatchCriteria
Packages that use IdpPolicyRuleActionMatchCriteria
- 
Uses of IdpPolicyRuleActionMatchCriteria in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return IdpPolicyRuleActionMatchCriteriaModifier and TypeMethodDescriptionIdpPolicyRuleActionMatchCriteria.propertyName(String propertyName) IdpPolicyRuleActionMatchCriteria.providerExpression(String providerExpression) Methods in com.okta.sdk.resource.model that return types with arguments of type IdpPolicyRuleActionMatchCriteriaModifier and TypeMethodDescriptionIdpPolicyRuleActionIdp.getMatchCriteria()Required if `idpSelectionType` is set to `DYNAMIC`Methods in com.okta.sdk.resource.model with parameters of type IdpPolicyRuleActionMatchCriteriaModifier and TypeMethodDescriptionIdpPolicyRuleActionIdp.addmatchCriteriaItem(IdpPolicyRuleActionMatchCriteria matchCriteriaItem) Method parameters in com.okta.sdk.resource.model with type arguments of type IdpPolicyRuleActionMatchCriteriaModifier and TypeMethodDescriptionIdpPolicyRuleActionIdp.matchCriteria(List<IdpPolicyRuleActionMatchCriteria> matchCriteria) voidIdpPolicyRuleActionIdp.setMatchCriteria(List<IdpPolicyRuleActionMatchCriteria> matchCriteria)