Package com.okta.sdk.resource.model
Class GroupRuleAction
java.lang.Object
com.okta.sdk.resource.model.GroupRuleAction
- 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 GroupRuleAction
extends Object
implements Serializable
Defines which users and groups to assign
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionassignUserToGroups(GroupRuleGroupAssignment assignUserToGroups) booleanGet assignUserToGroupsinthashCode()voidsetAssignUserToGroups(GroupRuleGroupAssignment assignUserToGroups) toString() 
- 
Field Details
- 
JSON_PROPERTY_ASSIGN_USER_TO_GROUPS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
GroupRuleAction
public GroupRuleAction() 
 - 
 - 
Method Details