Okta.Sdk.Model.CapabilitiesImportRulesUserCreateAndMatchObject

October 3, 2024 ยท View on GitHub

Rules for matching and creating users

Properties

NameTypeDescriptionNotes
AllowPartialMatchboolAllows 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.[optional]
AutoActivateNewUsersboolIf set to `true`, imported new users are automatically activated.[optional]
AutoConfirmExactMatchboolIf set to `true`, exact-matched users are automatically confirmed on activation. If set to `false`, exact-matched users need to be confirmed manually.[optional]
AutoConfirmNewUsersboolIf set to `true`, imported new users are automatically confirmed on activation. This doesn't apply to imported users that already exist in Okta.[optional]
AutoConfirmPartialMatchboolIf set to `true`, partially matched users are automatically confirmed on activation. If set to `false`, partially matched users need to be confirmed manually.[optional]
ExactMatchCriteriastringDetermines the attribute to match users[optional]

[Back to Model list] [Back to API list] [Back to README]