Class IdpPolicyRuleActionMatchCriteria

java.lang.Object
com.okta.sdk.resource.model.IdpPolicyRuleActionMatchCriteria
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-03T19:34:39.101116704Z[Etc/UTC]", comments="Generator version: 7.7.0") public class IdpPolicyRuleActionMatchCriteria extends Object implements Serializable
IdpPolicyRuleActionMatchCriteria
See Also:
  • Field Details

  • Constructor Details

    • IdpPolicyRuleActionMatchCriteria

      public IdpPolicyRuleActionMatchCriteria()
  • Method Details

    • propertyName

      public IdpPolicyRuleActionMatchCriteria propertyName(String propertyName)
    • getPropertyName

      @Nullable public String getPropertyName()
      The IdP property that the evaluated string should match to
      Returns:
      propertyName
    • setPropertyName

      public void setPropertyName(String propertyName)
    • providerExpression

      public IdpPolicyRuleActionMatchCriteria providerExpression(String providerExpression)
    • getProviderExpression

      @Nullable public String getProviderExpression()
      You can provide an Okta Expression Language expression with the Login Context that's evaluated with the IdP. For example, the value `login.identifier` refers to the user's username. If the user is signing in with the username `john.doe@mycompany.com`, the expression `login.identifier.substringAfter(@))` is evaluated to the domain name of the user, for example: `mycompany.com`.
      Returns:
      providerExpression
    • setProviderExpression

      public void setProviderExpression(String providerExpression)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object