Package com.okta.sdk.resource.model
Class UserIdentifierPolicyRuleCondition
java.lang.Object
com.okta.sdk.resource.model.UserIdentifierPolicyRuleCondition
- 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 UserIdentifierPolicyRuleCondition
extends Object
implements Serializable
Specifies a user identifier condition to match on
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddpatternsItem
(UserIdentifierConditionEvaluatorPattern patternsItem) boolean
The name of the profile attribute to match against.Get patternsgetType()
Get typeint
hashCode()
patterns
(List<UserIdentifierConditionEvaluatorPattern> patterns) void
setAttribute
(String attribute) void
void
setType
(UserIdentifierType type) toString()
type
(UserIdentifierType type)
-
Field Details
-
JSON_PROPERTY_ATTRIBUTE
- See Also:
-
JSON_PROPERTY_PATTERNS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
UserIdentifierPolicyRuleCondition
public UserIdentifierPolicyRuleCondition()
-
-
Method Details
-
attribute
-
getAttribute
The name of the profile attribute to match against. Only used when type is `ATTRIBUTE`.- Returns:
- attribute
-
setAttribute
-
patterns
public UserIdentifierPolicyRuleCondition patterns(List<UserIdentifierConditionEvaluatorPattern> patterns) -
addpatternsItem
public UserIdentifierPolicyRuleCondition addpatternsItem(UserIdentifierConditionEvaluatorPattern patternsItem) -
getPatterns
Get patterns- Returns:
- patterns
-
setPatterns
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-