Package com.okta.sdk.resource.model
Class CapabilitiesImportRulesUserCreateAndMatchObject
java.lang.Object
com.okta.sdk.resource.model.CapabilitiesImportRulesUserCreateAndMatchObject
- 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 CapabilitiesImportRulesUserCreateAndMatchObject
extends Object
implements Serializable
Rules for matching and creating users
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Determines the attribute to match users -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallowPartialMatch
(Boolean allowPartialMatch) autoActivateNewUsers
(Boolean autoActivateNewUsers) autoConfirmExactMatch
(Boolean autoConfirmExactMatch) autoConfirmNewUsers
(Boolean autoConfirmNewUsers) autoConfirmPartialMatch
(Boolean autoConfirmPartialMatch) boolean
exactMatchCriteria
(CapabilitiesImportRulesUserCreateAndMatchObject.ExactMatchCriteriaEnum exactMatchCriteria) Allows user import upon partial matching.If set to `true`, imported new users are automatically activated.If set to `true`, exact-matched users are automatically confirmed on activation.If set to `true`, imported new users are automatically confirmed on activation.If set to `true`, partially matched users are automatically confirmed on activation.Determines the attribute to match usersint
hashCode()
void
setAllowPartialMatch
(Boolean allowPartialMatch) void
setAutoActivateNewUsers
(Boolean autoActivateNewUsers) void
setAutoConfirmExactMatch
(Boolean autoConfirmExactMatch) void
setAutoConfirmNewUsers
(Boolean autoConfirmNewUsers) void
setAutoConfirmPartialMatch
(Boolean autoConfirmPartialMatch) void
setExactMatchCriteria
(CapabilitiesImportRulesUserCreateAndMatchObject.ExactMatchCriteriaEnum exactMatchCriteria) toString()
-
Field Details
-
JSON_PROPERTY_ALLOW_PARTIAL_MATCH
- See Also:
-
JSON_PROPERTY_AUTO_ACTIVATE_NEW_USERS
- See Also:
-
JSON_PROPERTY_AUTO_CONFIRM_EXACT_MATCH
- See Also:
-
JSON_PROPERTY_AUTO_CONFIRM_NEW_USERS
- See Also:
-
JSON_PROPERTY_AUTO_CONFIRM_PARTIAL_MATCH
- See Also:
-
JSON_PROPERTY_EXACT_MATCH_CRITERIA
- See Also:
-
-
Constructor Details
-
CapabilitiesImportRulesUserCreateAndMatchObject
public CapabilitiesImportRulesUserCreateAndMatchObject()
-
-
Method Details
-
allowPartialMatch
-
getAllowPartialMatch
Allows user import upon partial matching. Partial matching occurs when the first and last names of an imported user match those of an existing Okta user, even if the username or email attributes don't match.- Returns:
- allowPartialMatch
-
setAllowPartialMatch
-
autoActivateNewUsers
public CapabilitiesImportRulesUserCreateAndMatchObject autoActivateNewUsers(Boolean autoActivateNewUsers) -
getAutoActivateNewUsers
If set to `true`, imported new users are automatically activated.- Returns:
- autoActivateNewUsers
-
setAutoActivateNewUsers
-
autoConfirmExactMatch
public CapabilitiesImportRulesUserCreateAndMatchObject autoConfirmExactMatch(Boolean autoConfirmExactMatch) -
getAutoConfirmExactMatch
If set to `true`, exact-matched users are automatically confirmed on activation. If set to `false`, exact-matched users need to be confirmed manually.- Returns:
- autoConfirmExactMatch
-
setAutoConfirmExactMatch
-
autoConfirmNewUsers
public CapabilitiesImportRulesUserCreateAndMatchObject autoConfirmNewUsers(Boolean autoConfirmNewUsers) -
getAutoConfirmNewUsers
If set to `true`, imported new users are automatically confirmed on activation. This doesn't apply to imported users that already exist in Okta.- Returns:
- autoConfirmNewUsers
-
setAutoConfirmNewUsers
-
autoConfirmPartialMatch
public CapabilitiesImportRulesUserCreateAndMatchObject autoConfirmPartialMatch(Boolean autoConfirmPartialMatch) -
getAutoConfirmPartialMatch
If set to `true`, partially matched users are automatically confirmed on activation. If set to `false`, partially matched users need to be confirmed manually.- Returns:
- autoConfirmPartialMatch
-
setAutoConfirmPartialMatch
-
exactMatchCriteria
public CapabilitiesImportRulesUserCreateAndMatchObject exactMatchCriteria(CapabilitiesImportRulesUserCreateAndMatchObject.ExactMatchCriteriaEnum exactMatchCriteria) -
getExactMatchCriteria
@Nullable public CapabilitiesImportRulesUserCreateAndMatchObject.ExactMatchCriteriaEnum getExactMatchCriteria()Determines the attribute to match users- Returns:
- exactMatchCriteria
-
setExactMatchCriteria
public void setExactMatchCriteria(CapabilitiesImportRulesUserCreateAndMatchObject.ExactMatchCriteriaEnum exactMatchCriteria) -
equals
-
hashCode
public int hashCode() -
toString
-