Okta.Sdk.Model.CapabilitiesImportRulesUserCreateAndMatchObject
October 3, 2024 ยท View on GitHub
Rules for matching and creating users
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AllowPartialMatch | bool | 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. | [optional] |
| AutoActivateNewUsers | bool | If set to `true`, imported new users are automatically activated. | [optional] |
| AutoConfirmExactMatch | bool | If set to `true`, exact-matched users are automatically confirmed on activation. If set to `false`, exact-matched users need to be confirmed manually. | [optional] |
| AutoConfirmNewUsers | bool | If set to `true`, imported new users are automatically confirmed on activation. This doesn't apply to imported users that already exist in Okta. | [optional] |
| AutoConfirmPartialMatch | bool | If set to `true`, partially matched users are automatically confirmed on activation. If set to `false`, partially matched users need to be confirmed manually. | [optional] |
| ExactMatchCriteria | string | Determines the attribute to match users | [optional] |