Package com.okta.sdk.resource.model
Class GroupRuleExpression
java.lang.Object
com.okta.sdk.resource.model.GroupRuleExpression
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class GroupRuleExpression
extends Object
implements Serializable
Defines Okta specific [group-rules
 expression](https://developer.okta.com/docs/reference/okta-expression-language/#expressions-in-group-rules)
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
JSON_PROPERTY_TYPE
- See Also:
 
 - 
JSON_PROPERTY_VALUE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
GroupRuleExpression
public GroupRuleExpression() 
 - 
 - 
Method Details
- 
type
 - 
getType
Expression type. Only valid value is '`urn:okta:expression:1.0`'.- Returns:
 - type
 
 - 
setType
 - 
value
 - 
getValue
Okta expression that would result in a Boolean value- Returns:
 - value
 
 - 
setValue
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -