Uses of Class
com.okta.sdk.resource.model.CreateGroupRuleRequest
Packages that use CreateGroupRuleRequest
-
Uses of CreateGroupRuleRequest in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type CreateGroupRuleRequestModifier 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
Methods in com.okta.sdk.resource.model that return CreateGroupRuleRequestModifier and TypeMethodDescriptionCreateGroupRuleRequest.actions(GroupRuleAction actions) CreateGroupRuleRequest.conditions(GroupRuleConditions conditions) CreateGroupRuleRequest.type(CreateGroupRuleRequest.TypeEnum type)