Uses of Class
com.okta.sdk.resource.model.CreateGroupRuleRequest
-
Uses of CreateGroupRuleRequest in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionGroupRuleApi.createGroupRule
(CreateGroupRuleRequest groupRule) Create a Group rule Creates a Group rule to dynamically add Users to the specified Group if they match the condition > **Note:** Group rules are created with the status set to `'INACTIVE'`.GroupRuleApi.createGroupRule
(CreateGroupRuleRequest groupRule, Map<String, String> additionalHeaders) Create a Group rule Creates a Group rule to dynamically add Users to the specified Group if they match the condition > **Note:** Group rules are created with the status set to `'INACTIVE'`. -
Uses of CreateGroupRuleRequest in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionCreateGroupRuleRequest.actions
(GroupRuleAction actions) CreateGroupRuleRequest.conditions
(GroupRuleConditions conditions) CreateGroupRuleRequest.type
(CreateGroupRuleRequest.TypeEnum type)