1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Identity
  5. DomainsUser
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.Identity.DomainsUser

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This resource provides the User resource in Oracle Cloud Infrastructure Identity Domains service.

    Create a user.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Identity.DomainsUser;
    import com.pulumi.oci.Identity.DomainsUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserAddressArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserEmailArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserEntitlementArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserImArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserNameArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserPhoneNumberArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserPhotoArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserRoleArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserTagArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs;
    import com.pulumi.oci.Identity.inputs.DomainsUserX509certificateArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var testUser = new DomainsUser("testUser", DomainsUserArgs.builder()        
                .idcsEndpoint(data.oci_identity_domain().test_domain().url())
                .schemas("urn:ietf:params:scim:schemas:core:2.0:User")
                .userName("userName")
                .active(var_.user_active())
                .addresses(DomainsUserAddressArgs.builder()
                    .type(var_.user_addresses_type())
                    .country(var_.user_addresses_country())
                    .formatted(var_.user_addresses_formatted())
                    .locality(var_.user_addresses_locality())
                    .postalCode(var_.user_addresses_postal_code())
                    .primary(var_.user_addresses_primary())
                    .region(var_.user_addresses_region())
                    .streetAddress(var_.user_addresses_street_address())
                    .build())
                .attributeSets()
                .attributes("")
                .authorization(var_.user_authorization())
                .description(var_.user_description())
                .displayName(var_.user_display_name())
                .emails(            
                    DomainsUserEmailArgs.builder()
                        .type(var_.user_emails_type())
                        .value(var_.user_emails_value())
                        .primary(true)
                        .secondary(var_.user_emails_secondary())
                        .verified(var_.user_emails_verified())
                        .build(),
                    DomainsUserEmailArgs.builder()
                        .type("recovery")
                        .value(var_.user_emails_value())
                        .build())
                .entitlements(DomainsUserEntitlementArgs.builder()
                    .type(var_.user_entitlements_type())
                    .value(var_.user_entitlements_value())
                    .display(var_.user_entitlements_display())
                    .primary(var_.user_entitlements_primary())
                    .build())
                .externalId("externalId")
                .id(var_.user_id())
                .ims(DomainsUserImArgs.builder()
                    .type(var_.user_ims_type())
                    .value(var_.user_ims_value())
                    .display(var_.user_ims_display())
                    .primary(var_.user_ims_primary())
                    .build())
                .locale(var_.user_locale())
                .name(DomainsUserNameArgs.builder()
                    .familyName(var_.user_name_family_name())
                    .formatted(var_.user_name_formatted())
                    .givenName(var_.user_name_given_name())
                    .honorificPrefix(var_.user_name_honorific_prefix())
                    .honorificSuffix(var_.user_name_honorific_suffix())
                    .middleName(var_.user_name_middle_name())
                    .build())
                .nickName(var_.user_nick_name())
                .ocid(var_.user_ocid())
                .password(var_.user_password())
                .phoneNumbers(DomainsUserPhoneNumberArgs.builder()
                    .type(var_.user_phone_numbers_type())
                    .value(var_.user_phone_numbers_value())
                    .primary(var_.user_phone_numbers_primary())
                    .build())
                .photos(DomainsUserPhotoArgs.builder()
                    .type(var_.user_photos_type())
                    .value(var_.user_photos_value())
                    .display(var_.user_photos_display())
                    .primary(var_.user_photos_primary())
                    .build())
                .preferredLanguage(var_.user_preferred_language())
                .profileUrl(var_.user_profile_url())
                .resourceTypeSchemaVersion(var_.user_resource_type_schema_version())
                .roles(DomainsUserRoleArgs.builder()
                    .type(var_.user_roles_type())
                    .value(var_.user_roles_value())
                    .display(var_.user_roles_display())
                    .primary(var_.user_roles_primary())
                    .build())
                .tags(DomainsUserTagArgs.builder()
                    .key(var_.user_tags_key())
                    .value(var_.user_tags_value())
                    .build())
                .timezone(var_.user_timezone())
                .title(var_.user_title())
                .urnietfparamsscimschemasextensionenterprise20user(DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs.builder()
                    .costCenter(var_.user_urnietfparamsscimschemasextensionenterprise20user_cost_center())
                    .department(var_.user_urnietfparamsscimschemasextensionenterprise20user_department())
                    .division(var_.user_urnietfparamsscimschemasextensionenterprise20user_division())
                    .employeeNumber(var_.user_urnietfparamsscimschemasextensionenterprise20user_employee_number())
                    .manager(DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs.builder()
                        .value(var_.user_urnietfparamsscimschemasextensionenterprise20user_manager_value())
                        .build())
                    .organization(var_.user_urnietfparamsscimschemasextensionenterprise20user_organization())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionOciTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs.builder()
                    .definedTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTagArgs.builder()
                        .key(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_key())
                        .namespace(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_namespace())
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_value())
                        .build())
                    .freeformTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTagArgs.builder()
                        .key(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_key())
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_value())
                        .build())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionadaptiveUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs.builder()
                    .riskLevel(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_level())
                    .riskScores(DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScoreArgs.builder()
                        .lastUpdateTimestamp(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_last_update_timestamp())
                        .riskLevel(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_risk_level())
                        .score(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_score())
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_value())
                        .source(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_source())
                        .status(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_status())
                        .build())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs.builder()
                    .canUseApiKeys(true)
                    .canUseAuthTokens(true)
                    .canUseConsolePassword(true)
                    .canUseCustomerSecretKeys(true)
                    .canUseDbCredentials(true)
                    .canUseOauth2clientCredentials(true)
                    .canUseSmtpCredentials(true)
                    .build())
                .urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs.builder()
                    .dbUserName("dbUserName")
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionkerberosUserUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs.builder()
                    .realmUsers(DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUserArgs.builder()
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_value())
                        .principalName(var_.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_principal_name())
                        .realmName(var_.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_realm_name())
                        .build())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionmfaUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs.builder()
                    .bypassCodes(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCodeArgs.builder()
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_bypass_codes_value())
                        .build())
                    .devices(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDeviceArgs.builder()
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_value())
                        .authenticationMethod(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_authentication_method())
                        .display(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_display())
                        .factorStatus(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_status())
                        .factorType(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_type())
                        .lastSyncTime(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_last_sync_time())
                        .status(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_status())
                        .thirdPartyVendorName(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_third_party_vendor_name())
                        .build())
                    .loginAttempts(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_login_attempts())
                    .mfaEnabledOn(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_enabled_on())
                    .mfaIgnoredApps(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_ignored_apps())
                    .mfaStatus(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_status())
                    .preferredAuthenticationFactor(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_factor())
                    .preferredAuthenticationMethod(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_method())
                    .preferredDevice(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs.builder()
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_value())
                        .display(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_display())
                        .build())
                    .preferredThirdPartyVendor(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_third_party_vendor())
                    .trustedUserAgents(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgentArgs.builder()
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_value())
                        .display(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_display())
                        .build())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionpasswordlessUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs.builder()
                    .factorIdentifier(DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs.builder()
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_value())
                        .display(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_display())
                        .build())
                    .factorMethod(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_method())
                    .factorType(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_type())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionposixUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs.builder()
                    .gecos(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gecos())
                    .gidNumber(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gid_number())
                    .homeDirectory(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_home_directory())
                    .loginShell(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_login_shell())
                    .uidNumber(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_uid_number())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs.builder()
                    .secQuestions(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestionArgs.builder()
                        .answer(var_.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_answer())
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_value())
                        .hintText(var_.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_hint_text())
                        .build())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionselfChangeUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs.builder()
                    .allowSelfChange(var_.user_urnietfparamsscimschemasoracleidcsextensionself_change_user_allow_self_change())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs.builder()
                    .selfRegistrationProfile(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs.builder()
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_value())
                        .display(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_display())
                        .build())
                    .consentGranted(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_consent_granted())
                    .userToken(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_user_token())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionsffUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs.builder()
                    .sffAuthKeys(var_.user_urnietfparamsscimschemasoracleidcsextensionsff_user_sff_auth_keys())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionsocialAccountUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs.builder()
                    .socialAccounts(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccountArgs.builder()
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_value())
                        .display(var_.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_display())
                        .build())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs.builder()
                    .termsOfUseConsents(DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsentArgs.builder()
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionterms_of_use_user_terms_of_use_consents_value())
                        .build())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionuserStateUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs.builder()
                    .locked(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs.builder()
                        .expired(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_expired())
                        .lockDate(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_lock_date())
                        .on(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_on())
                        .reason(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_reason())
                        .build())
                    .maxConcurrentSessions(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_max_concurrent_sessions())
                    .recoveryLocked(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs.builder()
                        .lockDate(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_lock_date())
                        .on(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_on())
                        .build())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionuserUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs.builder()
                    .userProvider(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_provider())
                    .accountRecoveryRequired(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_account_recovery_required())
                    .bypassNotification(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_bypass_notification())
                    .creationMechanism(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_creation_mechanism())
                    .delegatedAuthenticationTargetApp(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs.builder()
                        .type(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_type())
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_value())
                        .display(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_display())
                        .build())
                    .doNotShowGettingStarted(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_do_not_show_getting_started())
                    .isAuthenticationDelegated(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_authentication_delegated())
                    .isFederatedUser(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_federated_user())
                    .isGroupMembershipNormalized(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_normalized())
                    .isGroupMembershipSyncedToUsersGroups(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_synced_to_users_groups())
                    .notificationEmailTemplateId(oci_identity_domains_notification_email_template.test_notification_email_template().id())
                    .preferredUiLandingPage(var_.user_urn_ietf_params_scim_schemas_oracle_idcs_extension_user_user_preferred_ui_landing_page())
                    .serviceUser(var_.user_urn_ietf_params_scim_schemas_oracle_idcs_extension_user_user_service_user())
                    .syncedFromApp(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs.builder()
                        .type(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_type())
                        .value(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_value())
                        .display(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_display())
                        .build())
                    .userFlowControlledByExternalClient(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_flow_controlled_by_external_client())
                    .build())
                .userType(var_.user_user_type())
                .x509certificates(DomainsUserX509certificateArgs.builder()
                    .value(var_.user_x509certificates_value())
                    .display(var_.user_x509certificates_display())
                    .primary(var_.user_x509certificates_primary())
                    .type(var_.user_x509certificates_type())
                    .build())
                .build());
    
        }
    }
    
    resources:
      testUser:
        type: oci:Identity:DomainsUser
        properties:
          #Required
          idcsEndpoint: ${data.oci_identity_domain.test_domain.url}
          schemas:
            - urn:ietf:params:scim:schemas:core:2.0:User
          userName: userName
          #Optional
          active: ${var.user_active}
          addresses:
            - type: ${var.user_addresses_type}
              country: ${var.user_addresses_country}
              formatted: ${var.user_addresses_formatted}
              locality: ${var.user_addresses_locality}
              postalCode: ${var.user_addresses_postal_code}
              primary: ${var.user_addresses_primary}
              region: ${var.user_addresses_region}
              streetAddress: ${var.user_addresses_street_address}
          attributeSets: []
          attributes:
          authorization: ${var.user_authorization}
          description: ${var.user_description}
          displayName: ${var.user_display_name}
          emails:
            - type: ${var.user_emails_type}
              value: ${var.user_emails_value}
              primary: true
              secondary: ${var.user_emails_secondary}
              verified: ${var.user_emails_verified}
            - type: recovery
              value: ${var.user_emails_value}
          entitlements:
            - type: ${var.user_entitlements_type}
              value: ${var.user_entitlements_value}
              display: ${var.user_entitlements_display}
              primary: ${var.user_entitlements_primary}
          externalId: externalId
          id: ${var.user_id}
          ims:
            - type: ${var.user_ims_type}
              value: ${var.user_ims_value}
              display: ${var.user_ims_display}
              primary: ${var.user_ims_primary}
          locale: ${var.user_locale}
          name:
            familyName: ${var.user_name_family_name}
            formatted: ${var.user_name_formatted}
            givenName: ${var.user_name_given_name}
            honorificPrefix: ${var.user_name_honorific_prefix}
            honorificSuffix: ${var.user_name_honorific_suffix}
            middleName: ${var.user_name_middle_name}
          nickName: ${var.user_nick_name}
          ocid: ${var.user_ocid}
          password: ${var.user_password}
          phoneNumbers:
            - type: ${var.user_phone_numbers_type}
              value: ${var.user_phone_numbers_value}
              primary: ${var.user_phone_numbers_primary}
          photos:
            - type: ${var.user_photos_type}
              value: ${var.user_photos_value}
              display: ${var.user_photos_display}
              primary: ${var.user_photos_primary}
          preferredLanguage: ${var.user_preferred_language}
          profileUrl: ${var.user_profile_url}
          resourceTypeSchemaVersion: ${var.user_resource_type_schema_version}
          roles:
            - type: ${var.user_roles_type}
              value: ${var.user_roles_value}
              display: ${var.user_roles_display}
              primary: ${var.user_roles_primary}
          tags:
            - key: ${var.user_tags_key}
              value: ${var.user_tags_value}
          timezone: ${var.user_timezone}
          title: ${var.user_title}
          urnietfparamsscimschemasextensionenterprise20user:
            costCenter: ${var.user_urnietfparamsscimschemasextensionenterprise20user_cost_center}
            department: ${var.user_urnietfparamsscimschemasextensionenterprise20user_department}
            division: ${var.user_urnietfparamsscimschemasextensionenterprise20user_division}
            employeeNumber: ${var.user_urnietfparamsscimschemasextensionenterprise20user_employee_number}
            manager:
              value: ${var.user_urnietfparamsscimschemasextensionenterprise20user_manager_value}
            organization: ${var.user_urnietfparamsscimschemasextensionenterprise20user_organization}
          urnietfparamsscimschemasoracleidcsextensionOciTags:
            definedTags:
              - key: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_key}
                namespace: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_namespace}
                value: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_value}
            freeformTags:
              - key: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_key}
                value: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_value}
          urnietfparamsscimschemasoracleidcsextensionadaptiveUser:
            riskLevel: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_level}
            riskScores:
              - lastUpdateTimestamp: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_last_update_timestamp}
                riskLevel: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_risk_level}
                score: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_score}
                value: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_value}
                source: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_source}
                status: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_status}
          urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser:
            canUseApiKeys: true
            canUseAuthTokens: true
            canUseConsolePassword: true
            canUseCustomerSecretKeys: true
            canUseDbCredentials: true
            canUseOauth2clientCredentials: true
            canUseSmtpCredentials: true
          urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser:
            dbUserName: dbUserName
          urnietfparamsscimschemasoracleidcsextensionkerberosUserUser:
            realmUsers:
              - value: ${var.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_value}
                principalName: ${var.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_principal_name}
                realmName: ${var.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_realm_name}
          urnietfparamsscimschemasoracleidcsextensionmfaUser:
            bypassCodes:
              - value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_bypass_codes_value}
            devices:
              - value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_value}
                authenticationMethod: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_authentication_method}
                display: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_display}
                factorStatus: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_status}
                factorType: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_type}
                lastSyncTime: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_last_sync_time}
                status: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_status}
                thirdPartyVendorName: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_third_party_vendor_name}
            loginAttempts: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_login_attempts}
            mfaEnabledOn: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_enabled_on}
            mfaIgnoredApps: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_ignored_apps}
            mfaStatus: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_status}
            preferredAuthenticationFactor: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_factor}
            preferredAuthenticationMethod: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_method}
            preferredDevice:
              value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_value}
              display: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_display}
            preferredThirdPartyVendor: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_third_party_vendor}
            trustedUserAgents:
              - value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_value}
                display: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_display}
          urnietfparamsscimschemasoracleidcsextensionpasswordlessUser:
            factorIdentifier:
              value: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_value}
              display: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_display}
            factorMethod: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_method}
            factorType: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_type}
          urnietfparamsscimschemasoracleidcsextensionposixUser:
            gecos: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gecos}
            gidNumber: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gid_number}
            homeDirectory: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_home_directory}
            loginShell: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_login_shell}
            uidNumber: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_uid_number}
          urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser:
            secQuestions:
              - answer: ${var.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_answer}
                value: ${var.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_value}
                hintText: ${var.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_hint_text}
          urnietfparamsscimschemasoracleidcsextensionselfChangeUser:
            allowSelfChange: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_change_user_allow_self_change}
          urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser:
            selfRegistrationProfile:
              value: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_value}
              display: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_display}
            consentGranted: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_consent_granted}
            userToken: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_user_token}
          urnietfparamsscimschemasoracleidcsextensionsffUser:
            sffAuthKeys: ${var.user_urnietfparamsscimschemasoracleidcsextensionsff_user_sff_auth_keys}
          urnietfparamsscimschemasoracleidcsextensionsocialAccountUser:
            socialAccounts:
              - value: ${var.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_value}
                display: ${var.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_display}
          urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser:
            termsOfUseConsents:
              - value: ${var.user_urnietfparamsscimschemasoracleidcsextensionterms_of_use_user_terms_of_use_consents_value}
          urnietfparamsscimschemasoracleidcsextensionuserStateUser:
            locked:
              expired: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_expired}
              lockDate: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_lock_date}
              on: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_on}
              reason: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_reason}
            maxConcurrentSessions: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_max_concurrent_sessions}
            recoveryLocked:
              lockDate: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_lock_date}
              on: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_on}
          urnietfparamsscimschemasoracleidcsextensionuserUser:
            userProvider: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_provider}
            accountRecoveryRequired: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_account_recovery_required}
            bypassNotification: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_bypass_notification}
            creationMechanism: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_creation_mechanism}
            delegatedAuthenticationTargetApp:
              type: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_type}
              value: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_value}
              display: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_display}
            doNotShowGettingStarted: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_do_not_show_getting_started}
            isAuthenticationDelegated: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_authentication_delegated}
            isFederatedUser: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_federated_user}
            isGroupMembershipNormalized: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_normalized}
            isGroupMembershipSyncedToUsersGroups: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_synced_to_users_groups}
            notificationEmailTemplateId: ${oci_identity_domains_notification_email_template.test_notification_email_template.id}
            preferredUiLandingPage: ${var.user_urn_ietf_params_scim_schemas_oracle_idcs_extension_user_user_preferred_ui_landing_page}
            serviceUser: ${var.user_urn_ietf_params_scim_schemas_oracle_idcs_extension_user_user_service_user}
            syncedFromApp:
              type: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_type}
              value: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_value}
              display: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_display}
            userFlowControlledByExternalClient: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_flow_controlled_by_external_client}
          userType: ${var.user_user_type}
          x509certificates:
            - value: ${var.user_x509certificates_value}
              display: ${var.user_x509certificates_display}
              primary: ${var.user_x509certificates_primary}
              type: ${var.user_x509certificates_type}
    

    Create DomainsUser Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DomainsUser(name: string, args: DomainsUserArgs, opts?: CustomResourceOptions);
    @overload
    def DomainsUser(resource_name: str,
                    args: DomainsUserArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def DomainsUser(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    idcs_endpoint: Optional[str] = None,
                    user_name: Optional[str] = None,
                    schemas: Optional[Sequence[str]] = None,
                    roles: Optional[Sequence[_identity.DomainsUserRoleArgs]] = None,
                    display_name: Optional[str] = None,
                    description: Optional[str] = None,
                    tags: Optional[Sequence[_identity.DomainsUserTagArgs]] = None,
                    emails: Optional[Sequence[_identity.DomainsUserEmailArgs]] = None,
                    entitlements: Optional[Sequence[_identity.DomainsUserEntitlementArgs]] = None,
                    external_id: Optional[str] = None,
                    attributes: Optional[str] = None,
                    ims: Optional[Sequence[_identity.DomainsUserImArgs]] = None,
                    locale: Optional[str] = None,
                    attribute_sets: Optional[Sequence[str]] = None,
                    nick_name: Optional[str] = None,
                    timezone: Optional[str] = None,
                    password: Optional[str] = None,
                    phone_numbers: Optional[Sequence[_identity.DomainsUserPhoneNumberArgs]] = None,
                    photos: Optional[Sequence[_identity.DomainsUserPhotoArgs]] = None,
                    preferred_language: Optional[str] = None,
                    profile_url: Optional[str] = None,
                    resource_type_schema_version: Optional[str] = None,
                    active: Optional[bool] = None,
                    name: Optional[_identity.DomainsUserNameArgs] = None,
                    authorization: Optional[str] = None,
                    ocid: Optional[str] = None,
                    title: Optional[str] = None,
                    urnietfparamsscimschemasextensionenterprise20user: Optional[_identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs] = None,
                    urnietfparamsscimschemasoracleidcsextension_oci_tags: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionadaptive_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensioncapabilities_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensiondb_credentials_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionkerberos_user_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionmfa_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionpasswordless_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionposix_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionself_change_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionself_registration_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionsff_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionsocial_account_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionterms_of_use_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionuser_state_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs] = None,
                    urnietfparamsscimschemasoracleidcsextensionuser_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs] = None,
                    addresses: Optional[Sequence[_identity.DomainsUserAddressArgs]] = None,
                    user_type: Optional[str] = None,
                    x509certificates: Optional[Sequence[_identity.DomainsUserX509certificateArgs]] = None)
    func NewDomainsUser(ctx *Context, name string, args DomainsUserArgs, opts ...ResourceOption) (*DomainsUser, error)
    public DomainsUser(string name, DomainsUserArgs args, CustomResourceOptions? opts = null)
    public DomainsUser(String name, DomainsUserArgs args)
    public DomainsUser(String name, DomainsUserArgs args, CustomResourceOptions options)
    
    type: oci:Identity:DomainsUser
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DomainsUserArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DomainsUserArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DomainsUserArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DomainsUserArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DomainsUserArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var domainsUserResource = new Oci.Identity.DomainsUser("domainsUserResource", new()
    {
        IdcsEndpoint = "string",
        UserName = "string",
        Schemas = new[]
        {
            "string",
        },
        Roles = new[]
        {
            new Oci.Identity.Inputs.DomainsUserRoleArgs
            {
                Type = "string",
                Value = "string",
                Display = "string",
                Primary = false,
            },
        },
        DisplayName = "string",
        Description = "string",
        Tags = new[]
        {
            new Oci.Identity.Inputs.DomainsUserTagArgs
            {
                Key = "string",
                Value = "string",
            },
        },
        Emails = new[]
        {
            new Oci.Identity.Inputs.DomainsUserEmailArgs
            {
                Type = "string",
                Value = "string",
                PendingVerificationData = "string",
                Primary = false,
                Secondary = false,
                Verified = false,
            },
        },
        Entitlements = new[]
        {
            new Oci.Identity.Inputs.DomainsUserEntitlementArgs
            {
                Type = "string",
                Value = "string",
                Display = "string",
                Primary = false,
            },
        },
        ExternalId = "string",
        Attributes = "string",
        Ims = new[]
        {
            new Oci.Identity.Inputs.DomainsUserImArgs
            {
                Type = "string",
                Value = "string",
                Display = "string",
                Primary = false,
            },
        },
        Locale = "string",
        AttributeSets = new[]
        {
            "string",
        },
        NickName = "string",
        Timezone = "string",
        Password = "string",
        PhoneNumbers = new[]
        {
            new Oci.Identity.Inputs.DomainsUserPhoneNumberArgs
            {
                Type = "string",
                Value = "string",
                Display = "string",
                Primary = false,
                Verified = false,
            },
        },
        Photos = new[]
        {
            new Oci.Identity.Inputs.DomainsUserPhotoArgs
            {
                Type = "string",
                Value = "string",
                Display = "string",
                Primary = false,
            },
        },
        PreferredLanguage = "string",
        ProfileUrl = "string",
        ResourceTypeSchemaVersion = "string",
        Active = false,
        Name = new Oci.Identity.Inputs.DomainsUserNameArgs
        {
            FamilyName = "string",
            Formatted = "string",
            GivenName = "string",
            HonorificPrefix = "string",
            HonorificSuffix = "string",
            MiddleName = "string",
        },
        Authorization = "string",
        Ocid = "string",
        Title = "string",
        Urnietfparamsscimschemasextensionenterprise20user = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs
        {
            CostCenter = "string",
            Department = "string",
            Division = "string",
            EmployeeNumber = "string",
            Manager = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs
            {
                DisplayName = "string",
                Ref = "string",
                Value = "string",
            },
            Organization = "string",
        },
        UrnietfparamsscimschemasoracleidcsextensionOciTags = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs
        {
            DefinedTags = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTagArgs
                {
                    Key = "string",
                    Namespace = "string",
                    Value = "string",
                },
            },
            FreeformTags = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTagArgs
                {
                    Key = "string",
                    Value = "string",
                },
            },
            TagSlug = "string",
        },
        UrnietfparamsscimschemasoracleidcsextensionadaptiveUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs
        {
            RiskLevel = "string",
            RiskScores = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScoreArgs
                {
                    LastUpdateTimestamp = "string",
                    RiskLevel = "string",
                    Score = 0,
                    Value = "string",
                    Ref = "string",
                    Source = "string",
                    Status = "string",
                },
            },
        },
        UrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs
        {
            CanUseApiKeys = false,
            CanUseAuthTokens = false,
            CanUseConsole = false,
            CanUseConsolePassword = false,
            CanUseCustomerSecretKeys = false,
            CanUseDbCredentials = false,
            CanUseOauth2clientCredentials = false,
            CanUseSmtpCredentials = false,
        },
        UrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs
        {
            DbLoginAttempts = 0,
            DbUserName = "string",
        },
        UrnietfparamsscimschemasoracleidcsextensionkerberosUserUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs
        {
            RealmUsers = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUserArgs
                {
                    Value = "string",
                    PrincipalName = "string",
                    RealmName = "string",
                    Ref = "string",
                },
            },
        },
        UrnietfparamsscimschemasoracleidcsextensionmfaUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs
        {
            BypassCodes = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCodeArgs
                {
                    Value = "string",
                    Ref = "string",
                },
            },
            Devices = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDeviceArgs
                {
                    Value = "string",
                    AuthenticationMethod = "string",
                    Display = "string",
                    FactorStatus = "string",
                    FactorType = "string",
                    LastSyncTime = "string",
                    Ref = "string",
                    Status = "string",
                    ThirdPartyVendorName = "string",
                },
            },
            LoginAttempts = 0,
            MfaEnabledOn = "string",
            MfaIgnoredApps = new[]
            {
                "string",
            },
            MfaStatus = "string",
            PreferredAuthenticationFactor = "string",
            PreferredAuthenticationMethod = "string",
            PreferredDevice = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs
            {
                Value = "string",
                Display = "string",
                Ref = "string",
            },
            PreferredThirdPartyVendor = "string",
            TrustedUserAgents = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgentArgs
                {
                    Value = "string",
                    Display = "string",
                    Ref = "string",
                },
            },
        },
        UrnietfparamsscimschemasoracleidcsextensionpasswordlessUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs
        {
            FactorIdentifier = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs
            {
                Value = "string",
                Display = "string",
                Ref = "string",
            },
            FactorMethod = "string",
            FactorType = "string",
        },
        UrnietfparamsscimschemasoracleidcsextensionposixUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs
        {
            Gecos = "string",
            GidNumber = 0,
            HomeDirectory = "string",
            LoginShell = "string",
            UidNumber = 0,
        },
        UrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs
        {
            SecQuestions = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestionArgs
                {
                    Answer = "string",
                    Value = "string",
                    HintText = "string",
                    Ref = "string",
                },
            },
        },
        UrnietfparamsscimschemasoracleidcsextensionselfChangeUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs
        {
            AllowSelfChange = false,
        },
        UrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs
        {
            SelfRegistrationProfile = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs
            {
                Value = "string",
                Display = "string",
                Ref = "string",
            },
            ConsentGranted = false,
            UserToken = "string",
        },
        UrnietfparamsscimschemasoracleidcsextensionsffUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs
        {
            SffAuthKeys = "string",
        },
        UrnietfparamsscimschemasoracleidcsextensionsocialAccountUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs
        {
            SocialAccounts = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccountArgs
                {
                    Value = "string",
                    Display = "string",
                    Ref = "string",
                },
            },
        },
        UrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs
        {
            TermsOfUseConsents = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsentArgs
                {
                    Value = "string",
                    Ref = "string",
                },
            },
        },
        UrnietfparamsscimschemasoracleidcsextensionuserStateUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs
        {
            LastFailedLoginDate = "string",
            LastSuccessfulLoginDate = "string",
            Locked = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs
            {
                Expired = false,
                LockDate = "string",
                On = false,
                Reason = 0,
            },
            LoginAttempts = 0,
            MaxConcurrentSessions = 0,
            PreviousSuccessfulLoginDate = "string",
            RecoveryAttempts = 0,
            RecoveryEnrollAttempts = 0,
            RecoveryLocked = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs
            {
                LockDate = "string",
                On = false,
            },
        },
        UrnietfparamsscimschemasoracleidcsextensionuserUser = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs
        {
            AccountRecoveryRequired = false,
            Accounts = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccountArgs
                {
                    Active = false,
                    AppId = "string",
                    Name = "string",
                    Ref = "string",
                    Value = "string",
                },
            },
            AppRoles = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRoleArgs
                {
                    Value = "string",
                    AdminRole = false,
                    AppId = "string",
                    AppName = "string",
                    Display = "string",
                    LegacyGroupName = "string",
                    Ref = "string",
                    Type = "string",
                },
            },
            ApplicableAuthenticationTargetApps = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetAppArgs
                {
                    Type = "string",
                    Display = "string",
                    Ref = "string",
                    TargetRequestTimeout = 0,
                    Value = "string",
                },
            },
            BypassNotification = false,
            CreationMechanism = "string",
            DelegatedAuthenticationTargetApp = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs
            {
                Type = "string",
                Value = "string",
                Display = "string",
                Ref = "string",
            },
            DoNotShowGettingStarted = false,
            Grants = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrantArgs
                {
                    AppId = "string",
                    GrantMechanism = "string",
                    GrantorId = "string",
                    Ref = "string",
                    Value = "string",
                },
            },
            GroupMembershipLastModified = "string",
            IdcsAppRolesLimitedToGroups = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroupArgs
                {
                    IdcsAppRoleId = "string",
                    Value = "string",
                    Display = "string",
                    Ocid = "string",
                    Ref = "string",
                },
            },
            IsAccountRecoveryEnrolled = false,
            IsAuthenticationDelegated = false,
            IsFederatedUser = false,
            IsGroupMembershipNormalized = false,
            IsGroupMembershipSyncedToUsersGroups = false,
            NotificationEmailTemplateId = "string",
            PreferredUiLandingPage = "string",
            ServiceUser = false,
            Status = "string",
            SupportAccounts = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccountArgs
                {
                    Ocid = "string",
                    Ref = "string",
                    UserId = "string",
                    UserProvider = "string",
                    Value = "string",
                },
            },
            SyncedFromApp = new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs
            {
                Type = "string",
                Value = "string",
                Display = "string",
                Ref = "string",
            },
            UserFlowControlledByExternalClient = false,
            UserProvider = "string",
            UserTokens = new[]
            {
                new Oci.Identity.Inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserTokenArgs
                {
                    Ref = "string",
                    Value = "string",
                },
            },
        },
        Addresses = new[]
        {
            new Oci.Identity.Inputs.DomainsUserAddressArgs
            {
                Type = "string",
                Country = "string",
                Formatted = "string",
                Locality = "string",
                PostalCode = "string",
                Primary = false,
                Region = "string",
                StreetAddress = "string",
            },
        },
        UserType = "string",
        X509certificates = new[]
        {
            new Oci.Identity.Inputs.DomainsUserX509certificateArgs
            {
                Value = "string",
                Display = "string",
                Primary = false,
                Type = "string",
            },
        },
    });
    
    example, err := Identity.NewDomainsUser(ctx, "domainsUserResource", &Identity.DomainsUserArgs{
    	IdcsEndpoint: pulumi.String("string"),
    	UserName:     pulumi.String("string"),
    	Schemas: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Roles: identity.DomainsUserRoleArray{
    		&identity.DomainsUserRoleArgs{
    			Type:    pulumi.String("string"),
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Primary: pulumi.Bool(false),
    		},
    	},
    	DisplayName: pulumi.String("string"),
    	Description: pulumi.String("string"),
    	Tags: identity.DomainsUserTagArray{
    		&identity.DomainsUserTagArgs{
    			Key:   pulumi.String("string"),
    			Value: pulumi.String("string"),
    		},
    	},
    	Emails: identity.DomainsUserEmailArray{
    		&identity.DomainsUserEmailArgs{
    			Type:                    pulumi.String("string"),
    			Value:                   pulumi.String("string"),
    			PendingVerificationData: pulumi.String("string"),
    			Primary:                 pulumi.Bool(false),
    			Secondary:               pulumi.Bool(false),
    			Verified:                pulumi.Bool(false),
    		},
    	},
    	Entitlements: identity.DomainsUserEntitlementArray{
    		&identity.DomainsUserEntitlementArgs{
    			Type:    pulumi.String("string"),
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Primary: pulumi.Bool(false),
    		},
    	},
    	ExternalId: pulumi.String("string"),
    	Attributes: pulumi.String("string"),
    	Ims: identity.DomainsUserImArray{
    		&identity.DomainsUserImArgs{
    			Type:    pulumi.String("string"),
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Primary: pulumi.Bool(false),
    		},
    	},
    	Locale: pulumi.String("string"),
    	AttributeSets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	NickName: pulumi.String("string"),
    	Timezone: pulumi.String("string"),
    	Password: pulumi.String("string"),
    	PhoneNumbers: identity.DomainsUserPhoneNumberArray{
    		&identity.DomainsUserPhoneNumberArgs{
    			Type:     pulumi.String("string"),
    			Value:    pulumi.String("string"),
    			Display:  pulumi.String("string"),
    			Primary:  pulumi.Bool(false),
    			Verified: pulumi.Bool(false),
    		},
    	},
    	Photos: identity.DomainsUserPhotoArray{
    		&identity.DomainsUserPhotoArgs{
    			Type:    pulumi.String("string"),
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Primary: pulumi.Bool(false),
    		},
    	},
    	PreferredLanguage:         pulumi.String("string"),
    	ProfileUrl:                pulumi.String("string"),
    	ResourceTypeSchemaVersion: pulumi.String("string"),
    	Active:                    pulumi.Bool(false),
    	Name: &identity.DomainsUserNameArgs{
    		FamilyName:      pulumi.String("string"),
    		Formatted:       pulumi.String("string"),
    		GivenName:       pulumi.String("string"),
    		HonorificPrefix: pulumi.String("string"),
    		HonorificSuffix: pulumi.String("string"),
    		MiddleName:      pulumi.String("string"),
    	},
    	Authorization: pulumi.String("string"),
    	Ocid:          pulumi.String("string"),
    	Title:         pulumi.String("string"),
    	Urnietfparamsscimschemasextensionenterprise20user: &identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs{
    		CostCenter:     pulumi.String("string"),
    		Department:     pulumi.String("string"),
    		Division:       pulumi.String("string"),
    		EmployeeNumber: pulumi.String("string"),
    		Manager: &identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs{
    			DisplayName: pulumi.String("string"),
    			Ref:         pulumi.String("string"),
    			Value:       pulumi.String("string"),
    		},
    		Organization: pulumi.String("string"),
    	},
    	UrnietfparamsscimschemasoracleidcsextensionOciTags: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs{
    		DefinedTags: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTagArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTagArgs{
    				Key:       pulumi.String("string"),
    				Namespace: pulumi.String("string"),
    				Value:     pulumi.String("string"),
    			},
    		},
    		FreeformTags: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTagArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTagArgs{
    				Key:   pulumi.String("string"),
    				Value: pulumi.String("string"),
    			},
    		},
    		TagSlug: pulumi.String("string"),
    	},
    	UrnietfparamsscimschemasoracleidcsextensionadaptiveUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs{
    		RiskLevel: pulumi.String("string"),
    		RiskScores: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScoreArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScoreArgs{
    				LastUpdateTimestamp: pulumi.String("string"),
    				RiskLevel:           pulumi.String("string"),
    				Score:               pulumi.Int(0),
    				Value:               pulumi.String("string"),
    				Ref:                 pulumi.String("string"),
    				Source:              pulumi.String("string"),
    				Status:              pulumi.String("string"),
    			},
    		},
    	},
    	UrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs{
    		CanUseApiKeys:                 pulumi.Bool(false),
    		CanUseAuthTokens:              pulumi.Bool(false),
    		CanUseConsole:                 pulumi.Bool(false),
    		CanUseConsolePassword:         pulumi.Bool(false),
    		CanUseCustomerSecretKeys:      pulumi.Bool(false),
    		CanUseDbCredentials:           pulumi.Bool(false),
    		CanUseOauth2clientCredentials: pulumi.Bool(false),
    		CanUseSmtpCredentials:         pulumi.Bool(false),
    	},
    	UrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs{
    		DbLoginAttempts: pulumi.Int(0),
    		DbUserName:      pulumi.String("string"),
    	},
    	UrnietfparamsscimschemasoracleidcsextensionkerberosUserUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs{
    		RealmUsers: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUserArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUserArgs{
    				Value:         pulumi.String("string"),
    				PrincipalName: pulumi.String("string"),
    				RealmName:     pulumi.String("string"),
    				Ref:           pulumi.String("string"),
    			},
    		},
    	},
    	UrnietfparamsscimschemasoracleidcsextensionmfaUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs{
    		BypassCodes: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCodeArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCodeArgs{
    				Value: pulumi.String("string"),
    				Ref:   pulumi.String("string"),
    			},
    		},
    		Devices: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDeviceArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDeviceArgs{
    				Value:                pulumi.String("string"),
    				AuthenticationMethod: pulumi.String("string"),
    				Display:              pulumi.String("string"),
    				FactorStatus:         pulumi.String("string"),
    				FactorType:           pulumi.String("string"),
    				LastSyncTime:         pulumi.String("string"),
    				Ref:                  pulumi.String("string"),
    				Status:               pulumi.String("string"),
    				ThirdPartyVendorName: pulumi.String("string"),
    			},
    		},
    		LoginAttempts: pulumi.Int(0),
    		MfaEnabledOn:  pulumi.String("string"),
    		MfaIgnoredApps: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		MfaStatus:                     pulumi.String("string"),
    		PreferredAuthenticationFactor: pulumi.String("string"),
    		PreferredAuthenticationMethod: pulumi.String("string"),
    		PreferredDevice: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs{
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Ref:     pulumi.String("string"),
    		},
    		PreferredThirdPartyVendor: pulumi.String("string"),
    		TrustedUserAgents: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgentArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgentArgs{
    				Value:   pulumi.String("string"),
    				Display: pulumi.String("string"),
    				Ref:     pulumi.String("string"),
    			},
    		},
    	},
    	UrnietfparamsscimschemasoracleidcsextensionpasswordlessUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs{
    		FactorIdentifier: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs{
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Ref:     pulumi.String("string"),
    		},
    		FactorMethod: pulumi.String("string"),
    		FactorType:   pulumi.String("string"),
    	},
    	UrnietfparamsscimschemasoracleidcsextensionposixUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs{
    		Gecos:         pulumi.String("string"),
    		GidNumber:     pulumi.Int(0),
    		HomeDirectory: pulumi.String("string"),
    		LoginShell:    pulumi.String("string"),
    		UidNumber:     pulumi.Int(0),
    	},
    	UrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs{
    		SecQuestions: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestionArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestionArgs{
    				Answer:   pulumi.String("string"),
    				Value:    pulumi.String("string"),
    				HintText: pulumi.String("string"),
    				Ref:      pulumi.String("string"),
    			},
    		},
    	},
    	UrnietfparamsscimschemasoracleidcsextensionselfChangeUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs{
    		AllowSelfChange: pulumi.Bool(false),
    	},
    	UrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs{
    		SelfRegistrationProfile: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs{
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Ref:     pulumi.String("string"),
    		},
    		ConsentGranted: pulumi.Bool(false),
    		UserToken:      pulumi.String("string"),
    	},
    	UrnietfparamsscimschemasoracleidcsextensionsffUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs{
    		SffAuthKeys: pulumi.String("string"),
    	},
    	UrnietfparamsscimschemasoracleidcsextensionsocialAccountUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs{
    		SocialAccounts: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccountArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccountArgs{
    				Value:   pulumi.String("string"),
    				Display: pulumi.String("string"),
    				Ref:     pulumi.String("string"),
    			},
    		},
    	},
    	UrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs{
    		TermsOfUseConsents: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsentArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsentArgs{
    				Value: pulumi.String("string"),
    				Ref:   pulumi.String("string"),
    			},
    		},
    	},
    	UrnietfparamsscimschemasoracleidcsextensionuserStateUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs{
    		LastFailedLoginDate:     pulumi.String("string"),
    		LastSuccessfulLoginDate: pulumi.String("string"),
    		Locked: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs{
    			Expired:  pulumi.Bool(false),
    			LockDate: pulumi.String("string"),
    			On:       pulumi.Bool(false),
    			Reason:   pulumi.Int(0),
    		},
    		LoginAttempts:               pulumi.Int(0),
    		MaxConcurrentSessions:       pulumi.Int(0),
    		PreviousSuccessfulLoginDate: pulumi.String("string"),
    		RecoveryAttempts:            pulumi.Int(0),
    		RecoveryEnrollAttempts:      pulumi.Int(0),
    		RecoveryLocked: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs{
    			LockDate: pulumi.String("string"),
    			On:       pulumi.Bool(false),
    		},
    	},
    	UrnietfparamsscimschemasoracleidcsextensionuserUser: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs{
    		AccountRecoveryRequired: pulumi.Bool(false),
    		Accounts: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccountArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccountArgs{
    				Active: pulumi.Bool(false),
    				AppId:  pulumi.String("string"),
    				Name:   pulumi.String("string"),
    				Ref:    pulumi.String("string"),
    				Value:  pulumi.String("string"),
    			},
    		},
    		AppRoles: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRoleArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRoleArgs{
    				Value:           pulumi.String("string"),
    				AdminRole:       pulumi.Bool(false),
    				AppId:           pulumi.String("string"),
    				AppName:         pulumi.String("string"),
    				Display:         pulumi.String("string"),
    				LegacyGroupName: pulumi.String("string"),
    				Ref:             pulumi.String("string"),
    				Type:            pulumi.String("string"),
    			},
    		},
    		ApplicableAuthenticationTargetApps: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetAppArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetAppArgs{
    				Type:                 pulumi.String("string"),
    				Display:              pulumi.String("string"),
    				Ref:                  pulumi.String("string"),
    				TargetRequestTimeout: pulumi.Int(0),
    				Value:                pulumi.String("string"),
    			},
    		},
    		BypassNotification: pulumi.Bool(false),
    		CreationMechanism:  pulumi.String("string"),
    		DelegatedAuthenticationTargetApp: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs{
    			Type:    pulumi.String("string"),
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Ref:     pulumi.String("string"),
    		},
    		DoNotShowGettingStarted: pulumi.Bool(false),
    		Grants: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrantArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrantArgs{
    				AppId:          pulumi.String("string"),
    				GrantMechanism: pulumi.String("string"),
    				GrantorId:      pulumi.String("string"),
    				Ref:            pulumi.String("string"),
    				Value:          pulumi.String("string"),
    			},
    		},
    		GroupMembershipLastModified: pulumi.String("string"),
    		IdcsAppRolesLimitedToGroups: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroupArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroupArgs{
    				IdcsAppRoleId: pulumi.String("string"),
    				Value:         pulumi.String("string"),
    				Display:       pulumi.String("string"),
    				Ocid:          pulumi.String("string"),
    				Ref:           pulumi.String("string"),
    			},
    		},
    		IsAccountRecoveryEnrolled:            pulumi.Bool(false),
    		IsAuthenticationDelegated:            pulumi.Bool(false),
    		IsFederatedUser:                      pulumi.Bool(false),
    		IsGroupMembershipNormalized:          pulumi.Bool(false),
    		IsGroupMembershipSyncedToUsersGroups: pulumi.Bool(false),
    		NotificationEmailTemplateId:          pulumi.String("string"),
    		PreferredUiLandingPage:               pulumi.String("string"),
    		ServiceUser:                          pulumi.Bool(false),
    		Status:                               pulumi.String("string"),
    		SupportAccounts: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccountArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccountArgs{
    				Ocid:         pulumi.String("string"),
    				Ref:          pulumi.String("string"),
    				UserId:       pulumi.String("string"),
    				UserProvider: pulumi.String("string"),
    				Value:        pulumi.String("string"),
    			},
    		},
    		SyncedFromApp: &identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs{
    			Type:    pulumi.String("string"),
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Ref:     pulumi.String("string"),
    		},
    		UserFlowControlledByExternalClient: pulumi.Bool(false),
    		UserProvider:                       pulumi.String("string"),
    		UserTokens: identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserTokenArray{
    			&identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserTokenArgs{
    				Ref:   pulumi.String("string"),
    				Value: pulumi.String("string"),
    			},
    		},
    	},
    	Addresses: identity.DomainsUserAddressArray{
    		&identity.DomainsUserAddressArgs{
    			Type:          pulumi.String("string"),
    			Country:       pulumi.String("string"),
    			Formatted:     pulumi.String("string"),
    			Locality:      pulumi.String("string"),
    			PostalCode:    pulumi.String("string"),
    			Primary:       pulumi.Bool(false),
    			Region:        pulumi.String("string"),
    			StreetAddress: pulumi.String("string"),
    		},
    	},
    	UserType: pulumi.String("string"),
    	X509certificates: identity.DomainsUserX509certificateArray{
    		&identity.DomainsUserX509certificateArgs{
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Primary: pulumi.Bool(false),
    			Type:    pulumi.String("string"),
    		},
    	},
    })
    
    var domainsUserResource = new DomainsUser("domainsUserResource", DomainsUserArgs.builder()        
        .idcsEndpoint("string")
        .userName("string")
        .schemas("string")
        .roles(DomainsUserRoleArgs.builder()
            .type("string")
            .value("string")
            .display("string")
            .primary(false)
            .build())
        .displayName("string")
        .description("string")
        .tags(DomainsUserTagArgs.builder()
            .key("string")
            .value("string")
            .build())
        .emails(DomainsUserEmailArgs.builder()
            .type("string")
            .value("string")
            .pendingVerificationData("string")
            .primary(false)
            .secondary(false)
            .verified(false)
            .build())
        .entitlements(DomainsUserEntitlementArgs.builder()
            .type("string")
            .value("string")
            .display("string")
            .primary(false)
            .build())
        .externalId("string")
        .attributes("string")
        .ims(DomainsUserImArgs.builder()
            .type("string")
            .value("string")
            .display("string")
            .primary(false)
            .build())
        .locale("string")
        .attributeSets("string")
        .nickName("string")
        .timezone("string")
        .password("string")
        .phoneNumbers(DomainsUserPhoneNumberArgs.builder()
            .type("string")
            .value("string")
            .display("string")
            .primary(false)
            .verified(false)
            .build())
        .photos(DomainsUserPhotoArgs.builder()
            .type("string")
            .value("string")
            .display("string")
            .primary(false)
            .build())
        .preferredLanguage("string")
        .profileUrl("string")
        .resourceTypeSchemaVersion("string")
        .active(false)
        .name(DomainsUserNameArgs.builder()
            .familyName("string")
            .formatted("string")
            .givenName("string")
            .honorificPrefix("string")
            .honorificSuffix("string")
            .middleName("string")
            .build())
        .authorization("string")
        .ocid("string")
        .title("string")
        .urnietfparamsscimschemasextensionenterprise20user(DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs.builder()
            .costCenter("string")
            .department("string")
            .division("string")
            .employeeNumber("string")
            .manager(DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs.builder()
                .displayName("string")
                .ref("string")
                .value("string")
                .build())
            .organization("string")
            .build())
        .urnietfparamsscimschemasoracleidcsextensionOciTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs.builder()
            .definedTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTagArgs.builder()
                .key("string")
                .namespace("string")
                .value("string")
                .build())
            .freeformTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTagArgs.builder()
                .key("string")
                .value("string")
                .build())
            .tagSlug("string")
            .build())
        .urnietfparamsscimschemasoracleidcsextensionadaptiveUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs.builder()
            .riskLevel("string")
            .riskScores(DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScoreArgs.builder()
                .lastUpdateTimestamp("string")
                .riskLevel("string")
                .score(0)
                .value("string")
                .ref("string")
                .source("string")
                .status("string")
                .build())
            .build())
        .urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs.builder()
            .canUseApiKeys(false)
            .canUseAuthTokens(false)
            .canUseConsole(false)
            .canUseConsolePassword(false)
            .canUseCustomerSecretKeys(false)
            .canUseDbCredentials(false)
            .canUseOauth2clientCredentials(false)
            .canUseSmtpCredentials(false)
            .build())
        .urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs.builder()
            .dbLoginAttempts(0)
            .dbUserName("string")
            .build())
        .urnietfparamsscimschemasoracleidcsextensionkerberosUserUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs.builder()
            .realmUsers(DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUserArgs.builder()
                .value("string")
                .principalName("string")
                .realmName("string")
                .ref("string")
                .build())
            .build())
        .urnietfparamsscimschemasoracleidcsextensionmfaUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs.builder()
            .bypassCodes(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCodeArgs.builder()
                .value("string")
                .ref("string")
                .build())
            .devices(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDeviceArgs.builder()
                .value("string")
                .authenticationMethod("string")
                .display("string")
                .factorStatus("string")
                .factorType("string")
                .lastSyncTime("string")
                .ref("string")
                .status("string")
                .thirdPartyVendorName("string")
                .build())
            .loginAttempts(0)
            .mfaEnabledOn("string")
            .mfaIgnoredApps("string")
            .mfaStatus("string")
            .preferredAuthenticationFactor("string")
            .preferredAuthenticationMethod("string")
            .preferredDevice(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs.builder()
                .value("string")
                .display("string")
                .ref("string")
                .build())
            .preferredThirdPartyVendor("string")
            .trustedUserAgents(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgentArgs.builder()
                .value("string")
                .display("string")
                .ref("string")
                .build())
            .build())
        .urnietfparamsscimschemasoracleidcsextensionpasswordlessUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs.builder()
            .factorIdentifier(DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs.builder()
                .value("string")
                .display("string")
                .ref("string")
                .build())
            .factorMethod("string")
            .factorType("string")
            .build())
        .urnietfparamsscimschemasoracleidcsextensionposixUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs.builder()
            .gecos("string")
            .gidNumber(0)
            .homeDirectory("string")
            .loginShell("string")
            .uidNumber(0)
            .build())
        .urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs.builder()
            .secQuestions(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestionArgs.builder()
                .answer("string")
                .value("string")
                .hintText("string")
                .ref("string")
                .build())
            .build())
        .urnietfparamsscimschemasoracleidcsextensionselfChangeUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs.builder()
            .allowSelfChange(false)
            .build())
        .urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs.builder()
            .selfRegistrationProfile(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs.builder()
                .value("string")
                .display("string")
                .ref("string")
                .build())
            .consentGranted(false)
            .userToken("string")
            .build())
        .urnietfparamsscimschemasoracleidcsextensionsffUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs.builder()
            .sffAuthKeys("string")
            .build())
        .urnietfparamsscimschemasoracleidcsextensionsocialAccountUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs.builder()
            .socialAccounts(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccountArgs.builder()
                .value("string")
                .display("string")
                .ref("string")
                .build())
            .build())
        .urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs.builder()
            .termsOfUseConsents(DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsentArgs.builder()
                .value("string")
                .ref("string")
                .build())
            .build())
        .urnietfparamsscimschemasoracleidcsextensionuserStateUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs.builder()
            .lastFailedLoginDate("string")
            .lastSuccessfulLoginDate("string")
            .locked(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs.builder()
                .expired(false)
                .lockDate("string")
                .on(false)
                .reason(0)
                .build())
            .loginAttempts(0)
            .maxConcurrentSessions(0)
            .previousSuccessfulLoginDate("string")
            .recoveryAttempts(0)
            .recoveryEnrollAttempts(0)
            .recoveryLocked(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs.builder()
                .lockDate("string")
                .on(false)
                .build())
            .build())
        .urnietfparamsscimschemasoracleidcsextensionuserUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs.builder()
            .accountRecoveryRequired(false)
            .accounts(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccountArgs.builder()
                .active(false)
                .appId("string")
                .name("string")
                .ref("string")
                .value("string")
                .build())
            .appRoles(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRoleArgs.builder()
                .value("string")
                .adminRole(false)
                .appId("string")
                .appName("string")
                .display("string")
                .legacyGroupName("string")
                .ref("string")
                .type("string")
                .build())
            .applicableAuthenticationTargetApps(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetAppArgs.builder()
                .type("string")
                .display("string")
                .ref("string")
                .targetRequestTimeout(0)
                .value("string")
                .build())
            .bypassNotification(false)
            .creationMechanism("string")
            .delegatedAuthenticationTargetApp(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs.builder()
                .type("string")
                .value("string")
                .display("string")
                .ref("string")
                .build())
            .doNotShowGettingStarted(false)
            .grants(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrantArgs.builder()
                .appId("string")
                .grantMechanism("string")
                .grantorId("string")
                .ref("string")
                .value("string")
                .build())
            .groupMembershipLastModified("string")
            .idcsAppRolesLimitedToGroups(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroupArgs.builder()
                .idcsAppRoleId("string")
                .value("string")
                .display("string")
                .ocid("string")
                .ref("string")
                .build())
            .isAccountRecoveryEnrolled(false)
            .isAuthenticationDelegated(false)
            .isFederatedUser(false)
            .isGroupMembershipNormalized(false)
            .isGroupMembershipSyncedToUsersGroups(false)
            .notificationEmailTemplateId("string")
            .preferredUiLandingPage("string")
            .serviceUser(false)
            .status("string")
            .supportAccounts(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccountArgs.builder()
                .ocid("string")
                .ref("string")
                .userId("string")
                .userProvider("string")
                .value("string")
                .build())
            .syncedFromApp(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs.builder()
                .type("string")
                .value("string")
                .display("string")
                .ref("string")
                .build())
            .userFlowControlledByExternalClient(false)
            .userProvider("string")
            .userTokens(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserTokenArgs.builder()
                .ref("string")
                .value("string")
                .build())
            .build())
        .addresses(DomainsUserAddressArgs.builder()
            .type("string")
            .country("string")
            .formatted("string")
            .locality("string")
            .postalCode("string")
            .primary(false)
            .region("string")
            .streetAddress("string")
            .build())
        .userType("string")
        .x509certificates(DomainsUserX509certificateArgs.builder()
            .value("string")
            .display("string")
            .primary(false)
            .type("string")
            .build())
        .build());
    
    domains_user_resource = oci.identity.DomainsUser("domainsUserResource",
        idcs_endpoint="string",
        user_name="string",
        schemas=["string"],
        roles=[oci.identity.DomainsUserRoleArgs(
            type="string",
            value="string",
            display="string",
            primary=False,
        )],
        display_name="string",
        description="string",
        tags=[oci.identity.DomainsUserTagArgs(
            key="string",
            value="string",
        )],
        emails=[oci.identity.DomainsUserEmailArgs(
            type="string",
            value="string",
            pending_verification_data="string",
            primary=False,
            secondary=False,
            verified=False,
        )],
        entitlements=[oci.identity.DomainsUserEntitlementArgs(
            type="string",
            value="string",
            display="string",
            primary=False,
        )],
        external_id="string",
        attributes="string",
        ims=[oci.identity.DomainsUserImArgs(
            type="string",
            value="string",
            display="string",
            primary=False,
        )],
        locale="string",
        attribute_sets=["string"],
        nick_name="string",
        timezone="string",
        password="string",
        phone_numbers=[oci.identity.DomainsUserPhoneNumberArgs(
            type="string",
            value="string",
            display="string",
            primary=False,
            verified=False,
        )],
        photos=[oci.identity.DomainsUserPhotoArgs(
            type="string",
            value="string",
            display="string",
            primary=False,
        )],
        preferred_language="string",
        profile_url="string",
        resource_type_schema_version="string",
        active=False,
        name=oci.identity.DomainsUserNameArgs(
            family_name="string",
            formatted="string",
            given_name="string",
            honorific_prefix="string",
            honorific_suffix="string",
            middle_name="string",
        ),
        authorization="string",
        ocid="string",
        title="string",
        urnietfparamsscimschemasextensionenterprise20user=oci.identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs(
            cost_center="string",
            department="string",
            division="string",
            employee_number="string",
            manager=oci.identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs(
                display_name="string",
                ref="string",
                value="string",
            ),
            organization="string",
        ),
        urnietfparamsscimschemasoracleidcsextension_oci_tags=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs(
            defined_tags=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTagArgs(
                key="string",
                namespace="string",
                value="string",
            )],
            freeform_tags=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTagArgs(
                key="string",
                value="string",
            )],
            tag_slug="string",
        ),
        urnietfparamsscimschemasoracleidcsextensionadaptive_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs(
            risk_level="string",
            risk_scores=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScoreArgs(
                last_update_timestamp="string",
                risk_level="string",
                score=0,
                value="string",
                ref="string",
                source="string",
                status="string",
            )],
        ),
        urnietfparamsscimschemasoracleidcsextensioncapabilities_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs(
            can_use_api_keys=False,
            can_use_auth_tokens=False,
            can_use_console=False,
            can_use_console_password=False,
            can_use_customer_secret_keys=False,
            can_use_db_credentials=False,
            can_use_oauth2client_credentials=False,
            can_use_smtp_credentials=False,
        ),
        urnietfparamsscimschemasoracleidcsextensiondb_credentials_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs(
            db_login_attempts=0,
            db_user_name="string",
        ),
        urnietfparamsscimschemasoracleidcsextensionkerberos_user_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs(
            realm_users=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUserArgs(
                value="string",
                principal_name="string",
                realm_name="string",
                ref="string",
            )],
        ),
        urnietfparamsscimschemasoracleidcsextensionmfa_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs(
            bypass_codes=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCodeArgs(
                value="string",
                ref="string",
            )],
            devices=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDeviceArgs(
                value="string",
                authentication_method="string",
                display="string",
                factor_status="string",
                factor_type="string",
                last_sync_time="string",
                ref="string",
                status="string",
                third_party_vendor_name="string",
            )],
            login_attempts=0,
            mfa_enabled_on="string",
            mfa_ignored_apps=["string"],
            mfa_status="string",
            preferred_authentication_factor="string",
            preferred_authentication_method="string",
            preferred_device=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs(
                value="string",
                display="string",
                ref="string",
            ),
            preferred_third_party_vendor="string",
            trusted_user_agents=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgentArgs(
                value="string",
                display="string",
                ref="string",
            )],
        ),
        urnietfparamsscimschemasoracleidcsextensionpasswordless_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs(
            factor_identifier=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs(
                value="string",
                display="string",
                ref="string",
            ),
            factor_method="string",
            factor_type="string",
        ),
        urnietfparamsscimschemasoracleidcsextensionposix_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs(
            gecos="string",
            gid_number=0,
            home_directory="string",
            login_shell="string",
            uid_number=0,
        ),
        urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs(
            sec_questions=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestionArgs(
                answer="string",
                value="string",
                hint_text="string",
                ref="string",
            )],
        ),
        urnietfparamsscimschemasoracleidcsextensionself_change_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs(
            allow_self_change=False,
        ),
        urnietfparamsscimschemasoracleidcsextensionself_registration_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs(
            self_registration_profile=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs(
                value="string",
                display="string",
                ref="string",
            ),
            consent_granted=False,
            user_token="string",
        ),
        urnietfparamsscimschemasoracleidcsextensionsff_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs(
            sff_auth_keys="string",
        ),
        urnietfparamsscimschemasoracleidcsextensionsocial_account_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs(
            social_accounts=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccountArgs(
                value="string",
                display="string",
                ref="string",
            )],
        ),
        urnietfparamsscimschemasoracleidcsextensionterms_of_use_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs(
            terms_of_use_consents=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsentArgs(
                value="string",
                ref="string",
            )],
        ),
        urnietfparamsscimschemasoracleidcsextensionuser_state_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs(
            last_failed_login_date="string",
            last_successful_login_date="string",
            locked=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs(
                expired=False,
                lock_date="string",
                on=False,
                reason=0,
            ),
            login_attempts=0,
            max_concurrent_sessions=0,
            previous_successful_login_date="string",
            recovery_attempts=0,
            recovery_enroll_attempts=0,
            recovery_locked=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs(
                lock_date="string",
                on=False,
            ),
        ),
        urnietfparamsscimschemasoracleidcsextensionuser_user=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs(
            account_recovery_required=False,
            accounts=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccountArgs(
                active=False,
                app_id="string",
                name="string",
                ref="string",
                value="string",
            )],
            app_roles=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRoleArgs(
                value="string",
                admin_role=False,
                app_id="string",
                app_name="string",
                display="string",
                legacy_group_name="string",
                ref="string",
                type="string",
            )],
            applicable_authentication_target_apps=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetAppArgs(
                type="string",
                display="string",
                ref="string",
                target_request_timeout=0,
                value="string",
            )],
            bypass_notification=False,
            creation_mechanism="string",
            delegated_authentication_target_app=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs(
                type="string",
                value="string",
                display="string",
                ref="string",
            ),
            do_not_show_getting_started=False,
            grants=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrantArgs(
                app_id="string",
                grant_mechanism="string",
                grantor_id="string",
                ref="string",
                value="string",
            )],
            group_membership_last_modified="string",
            idcs_app_roles_limited_to_groups=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroupArgs(
                idcs_app_role_id="string",
                value="string",
                display="string",
                ocid="string",
                ref="string",
            )],
            is_account_recovery_enrolled=False,
            is_authentication_delegated=False,
            is_federated_user=False,
            is_group_membership_normalized=False,
            is_group_membership_synced_to_users_groups=False,
            notification_email_template_id="string",
            preferred_ui_landing_page="string",
            service_user=False,
            status="string",
            support_accounts=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccountArgs(
                ocid="string",
                ref="string",
                user_id="string",
                user_provider="string",
                value="string",
            )],
            synced_from_app=oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs(
                type="string",
                value="string",
                display="string",
                ref="string",
            ),
            user_flow_controlled_by_external_client=False,
            user_provider="string",
            user_tokens=[oci.identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserTokenArgs(
                ref="string",
                value="string",
            )],
        ),
        addresses=[oci.identity.DomainsUserAddressArgs(
            type="string",
            country="string",
            formatted="string",
            locality="string",
            postal_code="string",
            primary=False,
            region="string",
            street_address="string",
        )],
        user_type="string",
        x509certificates=[oci.identity.DomainsUserX509certificateArgs(
            value="string",
            display="string",
            primary=False,
            type="string",
        )])
    
    const domainsUserResource = new oci.identity.DomainsUser("domainsUserResource", {
        idcsEndpoint: "string",
        userName: "string",
        schemas: ["string"],
        roles: [{
            type: "string",
            value: "string",
            display: "string",
            primary: false,
        }],
        displayName: "string",
        description: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
        emails: [{
            type: "string",
            value: "string",
            pendingVerificationData: "string",
            primary: false,
            secondary: false,
            verified: false,
        }],
        entitlements: [{
            type: "string",
            value: "string",
            display: "string",
            primary: false,
        }],
        externalId: "string",
        attributes: "string",
        ims: [{
            type: "string",
            value: "string",
            display: "string",
            primary: false,
        }],
        locale: "string",
        attributeSets: ["string"],
        nickName: "string",
        timezone: "string",
        password: "string",
        phoneNumbers: [{
            type: "string",
            value: "string",
            display: "string",
            primary: false,
            verified: false,
        }],
        photos: [{
            type: "string",
            value: "string",
            display: "string",
            primary: false,
        }],
        preferredLanguage: "string",
        profileUrl: "string",
        resourceTypeSchemaVersion: "string",
        active: false,
        name: {
            familyName: "string",
            formatted: "string",
            givenName: "string",
            honorificPrefix: "string",
            honorificSuffix: "string",
            middleName: "string",
        },
        authorization: "string",
        ocid: "string",
        title: "string",
        urnietfparamsscimschemasextensionenterprise20user: {
            costCenter: "string",
            department: "string",
            division: "string",
            employeeNumber: "string",
            manager: {
                displayName: "string",
                ref: "string",
                value: "string",
            },
            organization: "string",
        },
        urnietfparamsscimschemasoracleidcsextensionOciTags: {
            definedTags: [{
                key: "string",
                namespace: "string",
                value: "string",
            }],
            freeformTags: [{
                key: "string",
                value: "string",
            }],
            tagSlug: "string",
        },
        urnietfparamsscimschemasoracleidcsextensionadaptiveUser: {
            riskLevel: "string",
            riskScores: [{
                lastUpdateTimestamp: "string",
                riskLevel: "string",
                score: 0,
                value: "string",
                ref: "string",
                source: "string",
                status: "string",
            }],
        },
        urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser: {
            canUseApiKeys: false,
            canUseAuthTokens: false,
            canUseConsole: false,
            canUseConsolePassword: false,
            canUseCustomerSecretKeys: false,
            canUseDbCredentials: false,
            canUseOauth2clientCredentials: false,
            canUseSmtpCredentials: false,
        },
        urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser: {
            dbLoginAttempts: 0,
            dbUserName: "string",
        },
        urnietfparamsscimschemasoracleidcsextensionkerberosUserUser: {
            realmUsers: [{
                value: "string",
                principalName: "string",
                realmName: "string",
                ref: "string",
            }],
        },
        urnietfparamsscimschemasoracleidcsextensionmfaUser: {
            bypassCodes: [{
                value: "string",
                ref: "string",
            }],
            devices: [{
                value: "string",
                authenticationMethod: "string",
                display: "string",
                factorStatus: "string",
                factorType: "string",
                lastSyncTime: "string",
                ref: "string",
                status: "string",
                thirdPartyVendorName: "string",
            }],
            loginAttempts: 0,
            mfaEnabledOn: "string",
            mfaIgnoredApps: ["string"],
            mfaStatus: "string",
            preferredAuthenticationFactor: "string",
            preferredAuthenticationMethod: "string",
            preferredDevice: {
                value: "string",
                display: "string",
                ref: "string",
            },
            preferredThirdPartyVendor: "string",
            trustedUserAgents: [{
                value: "string",
                display: "string",
                ref: "string",
            }],
        },
        urnietfparamsscimschemasoracleidcsextensionpasswordlessUser: {
            factorIdentifier: {
                value: "string",
                display: "string",
                ref: "string",
            },
            factorMethod: "string",
            factorType: "string",
        },
        urnietfparamsscimschemasoracleidcsextensionposixUser: {
            gecos: "string",
            gidNumber: 0,
            homeDirectory: "string",
            loginShell: "string",
            uidNumber: 0,
        },
        urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser: {
            secQuestions: [{
                answer: "string",
                value: "string",
                hintText: "string",
                ref: "string",
            }],
        },
        urnietfparamsscimschemasoracleidcsextensionselfChangeUser: {
            allowSelfChange: false,
        },
        urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser: {
            selfRegistrationProfile: {
                value: "string",
                display: "string",
                ref: "string",
            },
            consentGranted: false,
            userToken: "string",
        },
        urnietfparamsscimschemasoracleidcsextensionsffUser: {
            sffAuthKeys: "string",
        },
        urnietfparamsscimschemasoracleidcsextensionsocialAccountUser: {
            socialAccounts: [{
                value: "string",
                display: "string",
                ref: "string",
            }],
        },
        urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser: {
            termsOfUseConsents: [{
                value: "string",
                ref: "string",
            }],
        },
        urnietfparamsscimschemasoracleidcsextensionuserStateUser: {
            lastFailedLoginDate: "string",
            lastSuccessfulLoginDate: "string",
            locked: {
                expired: false,
                lockDate: "string",
                on: false,
                reason: 0,
            },
            loginAttempts: 0,
            maxConcurrentSessions: 0,
            previousSuccessfulLoginDate: "string",
            recoveryAttempts: 0,
            recoveryEnrollAttempts: 0,
            recoveryLocked: {
                lockDate: "string",
                on: false,
            },
        },
        urnietfparamsscimschemasoracleidcsextensionuserUser: {
            accountRecoveryRequired: false,
            accounts: [{
                active: false,
                appId: "string",
                name: "string",
                ref: "string",
                value: "string",
            }],
            appRoles: [{
                value: "string",
                adminRole: false,
                appId: "string",
                appName: "string",
                display: "string",
                legacyGroupName: "string",
                ref: "string",
                type: "string",
            }],
            applicableAuthenticationTargetApps: [{
                type: "string",
                display: "string",
                ref: "string",
                targetRequestTimeout: 0,
                value: "string",
            }],
            bypassNotification: false,
            creationMechanism: "string",
            delegatedAuthenticationTargetApp: {
                type: "string",
                value: "string",
                display: "string",
                ref: "string",
            },
            doNotShowGettingStarted: false,
            grants: [{
                appId: "string",
                grantMechanism: "string",
                grantorId: "string",
                ref: "string",
                value: "string",
            }],
            groupMembershipLastModified: "string",
            idcsAppRolesLimitedToGroups: [{
                idcsAppRoleId: "string",
                value: "string",
                display: "string",
                ocid: "string",
                ref: "string",
            }],
            isAccountRecoveryEnrolled: false,
            isAuthenticationDelegated: false,
            isFederatedUser: false,
            isGroupMembershipNormalized: false,
            isGroupMembershipSyncedToUsersGroups: false,
            notificationEmailTemplateId: "string",
            preferredUiLandingPage: "string",
            serviceUser: false,
            status: "string",
            supportAccounts: [{
                ocid: "string",
                ref: "string",
                userId: "string",
                userProvider: "string",
                value: "string",
            }],
            syncedFromApp: {
                type: "string",
                value: "string",
                display: "string",
                ref: "string",
            },
            userFlowControlledByExternalClient: false,
            userProvider: "string",
            userTokens: [{
                ref: "string",
                value: "string",
            }],
        },
        addresses: [{
            type: "string",
            country: "string",
            formatted: "string",
            locality: "string",
            postalCode: "string",
            primary: false,
            region: "string",
            streetAddress: "string",
        }],
        userType: "string",
        x509certificates: [{
            value: "string",
            display: "string",
            primary: false,
            type: "string",
        }],
    });
    
    type: oci:Identity:DomainsUser
    properties:
        active: false
        addresses:
            - country: string
              formatted: string
              locality: string
              postalCode: string
              primary: false
              region: string
              streetAddress: string
              type: string
        attributeSets:
            - string
        attributes: string
        authorization: string
        description: string
        displayName: string
        emails:
            - pendingVerificationData: string
              primary: false
              secondary: false
              type: string
              value: string
              verified: false
        entitlements:
            - display: string
              primary: false
              type: string
              value: string
        externalId: string
        idcsEndpoint: string
        ims:
            - display: string
              primary: false
              type: string
              value: string
        locale: string
        name:
            familyName: string
            formatted: string
            givenName: string
            honorificPrefix: string
            honorificSuffix: string
            middleName: string
        nickName: string
        ocid: string
        password: string
        phoneNumbers:
            - display: string
              primary: false
              type: string
              value: string
              verified: false
        photos:
            - display: string
              primary: false
              type: string
              value: string
        preferredLanguage: string
        profileUrl: string
        resourceTypeSchemaVersion: string
        roles:
            - display: string
              primary: false
              type: string
              value: string
        schemas:
            - string
        tags:
            - key: string
              value: string
        timezone: string
        title: string
        urnietfparamsscimschemasextensionenterprise20user:
            costCenter: string
            department: string
            division: string
            employeeNumber: string
            manager:
                displayName: string
                ref: string
                value: string
            organization: string
        urnietfparamsscimschemasoracleidcsextensionOciTags:
            definedTags:
                - key: string
                  namespace: string
                  value: string
            freeformTags:
                - key: string
                  value: string
            tagSlug: string
        urnietfparamsscimschemasoracleidcsextensionadaptiveUser:
            riskLevel: string
            riskScores:
                - lastUpdateTimestamp: string
                  ref: string
                  riskLevel: string
                  score: 0
                  source: string
                  status: string
                  value: string
        urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser:
            canUseApiKeys: false
            canUseAuthTokens: false
            canUseConsole: false
            canUseConsolePassword: false
            canUseCustomerSecretKeys: false
            canUseDbCredentials: false
            canUseOauth2clientCredentials: false
            canUseSmtpCredentials: false
        urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser:
            dbLoginAttempts: 0
            dbUserName: string
        urnietfparamsscimschemasoracleidcsextensionkerberosUserUser:
            realmUsers:
                - principalName: string
                  realmName: string
                  ref: string
                  value: string
        urnietfparamsscimschemasoracleidcsextensionmfaUser:
            bypassCodes:
                - ref: string
                  value: string
            devices:
                - authenticationMethod: string
                  display: string
                  factorStatus: string
                  factorType: string
                  lastSyncTime: string
                  ref: string
                  status: string
                  thirdPartyVendorName: string
                  value: string
            loginAttempts: 0
            mfaEnabledOn: string
            mfaIgnoredApps:
                - string
            mfaStatus: string
            preferredAuthenticationFactor: string
            preferredAuthenticationMethod: string
            preferredDevice:
                display: string
                ref: string
                value: string
            preferredThirdPartyVendor: string
            trustedUserAgents:
                - display: string
                  ref: string
                  value: string
        urnietfparamsscimschemasoracleidcsextensionpasswordlessUser:
            factorIdentifier:
                display: string
                ref: string
                value: string
            factorMethod: string
            factorType: string
        urnietfparamsscimschemasoracleidcsextensionposixUser:
            gecos: string
            gidNumber: 0
            homeDirectory: string
            loginShell: string
            uidNumber: 0
        urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser:
            secQuestions:
                - answer: string
                  hintText: string
                  ref: string
                  value: string
        urnietfparamsscimschemasoracleidcsextensionselfChangeUser:
            allowSelfChange: false
        urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser:
            consentGranted: false
            selfRegistrationProfile:
                display: string
                ref: string
                value: string
            userToken: string
        urnietfparamsscimschemasoracleidcsextensionsffUser:
            sffAuthKeys: string
        urnietfparamsscimschemasoracleidcsextensionsocialAccountUser:
            socialAccounts:
                - display: string
                  ref: string
                  value: string
        urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser:
            termsOfUseConsents:
                - ref: string
                  value: string
        urnietfparamsscimschemasoracleidcsextensionuserStateUser:
            lastFailedLoginDate: string
            lastSuccessfulLoginDate: string
            locked:
                expired: false
                lockDate: string
                "on": false
                reason: 0
            loginAttempts: 0
            maxConcurrentSessions: 0
            previousSuccessfulLoginDate: string
            recoveryAttempts: 0
            recoveryEnrollAttempts: 0
            recoveryLocked:
                lockDate: string
                "on": false
        urnietfparamsscimschemasoracleidcsextensionuserUser:
            accountRecoveryRequired: false
            accounts:
                - active: false
                  appId: string
                  name: string
                  ref: string
                  value: string
            appRoles:
                - adminRole: false
                  appId: string
                  appName: string
                  display: string
                  legacyGroupName: string
                  ref: string
                  type: string
                  value: string
            applicableAuthenticationTargetApps:
                - display: string
                  ref: string
                  targetRequestTimeout: 0
                  type: string
                  value: string
            bypassNotification: false
            creationMechanism: string
            delegatedAuthenticationTargetApp:
                display: string
                ref: string
                type: string
                value: string
            doNotShowGettingStarted: false
            grants:
                - appId: string
                  grantMechanism: string
                  grantorId: string
                  ref: string
                  value: string
            groupMembershipLastModified: string
            idcsAppRolesLimitedToGroups:
                - display: string
                  idcsAppRoleId: string
                  ocid: string
                  ref: string
                  value: string
            isAccountRecoveryEnrolled: false
            isAuthenticationDelegated: false
            isFederatedUser: false
            isGroupMembershipNormalized: false
            isGroupMembershipSyncedToUsersGroups: false
            notificationEmailTemplateId: string
            preferredUiLandingPage: string
            serviceUser: false
            status: string
            supportAccounts:
                - ocid: string
                  ref: string
                  userId: string
                  userProvider: string
                  value: string
            syncedFromApp:
                display: string
                ref: string
                type: string
                value: string
            userFlowControlledByExternalClient: false
            userProvider: string
            userTokens:
                - ref: string
                  value: string
        userName: string
        userType: string
        x509certificates:
            - display: string
              primary: false
              type: string
              value: string
    

    DomainsUser Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The DomainsUser resource accepts the following input properties:

    IdcsEndpoint string
    The basic endpoint for the identity domain
    Schemas List<string>

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    UserName string

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    Active bool

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Addresses List<DomainsUserAddress>

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    AttributeSets List<string>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    Attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    Description string

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DisplayName string

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Emails List<DomainsUserEmail>

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Entitlements List<DomainsUserEntitlement>

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    ExternalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ims List<DomainsUserIm>

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Locale string

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Name DomainsUserName

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    NickName string

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Password string

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    PhoneNumbers List<DomainsUserPhoneNumber>

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Photos List<DomainsUserPhoto>

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    PreferredLanguage string

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ProfileUrl string

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    ResourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    Roles List<DomainsUserRole>

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Tags List<DomainsUserTag>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    Timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Title string

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Urnietfparamsscimschemasextensionenterprise20user DomainsUserUrnietfparamsscimschemasextensionenterprise20user
    (Updatable) Enterprise User
    UrnietfparamsscimschemasoracleidcsextensionOciTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags
    (Updatable) Oracle Cloud Infrastructure Tags.
    UrnietfparamsscimschemasoracleidcsextensionadaptiveUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser
    (Updatable) This extension defines attributes to manage user's risk score.
    UrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser
    (Updatable) User's Capabilities
    UrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser
    (Updatable) The database credentials user extension.
    UrnietfparamsscimschemasoracleidcsextensionkerberosUserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser
    (Updatable) Kerberos User extension
    UrnietfparamsscimschemasoracleidcsextensionmfaUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    UrnietfparamsscimschemasoracleidcsextensionpasswordlessUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    UrnietfparamsscimschemasoracleidcsextensionposixUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser
    (Updatable) POSIX User extension
    UrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    UrnietfparamsscimschemasoracleidcsextensionselfChangeUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    UrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    UrnietfparamsscimschemasoracleidcsextensionsffUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser
    (Updatable) SFF Auth Keys User extension
    UrnietfparamsscimschemasoracleidcsextensionsocialAccountUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser
    (Updatable) Social User extension
    UrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser
    (Updatable) Terms Of Use extension
    UrnietfparamsscimschemasoracleidcsextensionuserStateUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    UrnietfparamsscimschemasoracleidcsextensionuserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser
    (Updatable) Oracle Identity Cloud Service User
    UserType string

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    X509certificates List<DomainsUserX509certificate>

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    IdcsEndpoint string
    The basic endpoint for the identity domain
    Schemas []string

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    UserName string

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    Active bool

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Addresses []DomainsUserAddressArgs

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    AttributeSets []string
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    Attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    Description string

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DisplayName string

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Emails []DomainsUserEmailArgs

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Entitlements []DomainsUserEntitlementArgs

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    ExternalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ims []DomainsUserImArgs

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Locale string

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Name DomainsUserNameArgs

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    NickName string

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Password string

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    PhoneNumbers []DomainsUserPhoneNumberArgs

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Photos []DomainsUserPhotoArgs

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    PreferredLanguage string

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ProfileUrl string

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    ResourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    Roles []DomainsUserRoleArgs

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Tags []DomainsUserTagArgs

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    Timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Title string

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Urnietfparamsscimschemasextensionenterprise20user DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs
    (Updatable) Enterprise User
    UrnietfparamsscimschemasoracleidcsextensionOciTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs
    (Updatable) Oracle Cloud Infrastructure Tags.
    UrnietfparamsscimschemasoracleidcsextensionadaptiveUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs
    (Updatable) This extension defines attributes to manage user's risk score.
    UrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs
    (Updatable) User's Capabilities
    UrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs
    (Updatable) The database credentials user extension.
    UrnietfparamsscimschemasoracleidcsextensionkerberosUserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs
    (Updatable) Kerberos User extension
    UrnietfparamsscimschemasoracleidcsextensionmfaUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    UrnietfparamsscimschemasoracleidcsextensionpasswordlessUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    UrnietfparamsscimschemasoracleidcsextensionposixUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs
    (Updatable) POSIX User extension
    UrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    UrnietfparamsscimschemasoracleidcsextensionselfChangeUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    UrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    UrnietfparamsscimschemasoracleidcsextensionsffUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs
    (Updatable) SFF Auth Keys User extension
    UrnietfparamsscimschemasoracleidcsextensionsocialAccountUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs
    (Updatable) Social User extension
    UrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs
    (Updatable) Terms Of Use extension
    UrnietfparamsscimschemasoracleidcsextensionuserStateUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    UrnietfparamsscimschemasoracleidcsextensionuserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs
    (Updatable) Oracle Identity Cloud Service User
    UserType string

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    X509certificates []DomainsUserX509certificateArgs

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    idcsEndpoint String
    The basic endpoint for the identity domain
    schemas List<String>

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    userName String

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    active Boolean

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    addresses List<DomainsUserAddress>

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    attributeSets List<String>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes String
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    description String

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    displayName String

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    emails List<DomainsUserEmail>

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    entitlements List<DomainsUserEntitlement>

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    externalId String

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ims List<DomainsUserIm>

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    locale String

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    name DomainsUserName

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nickName String

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    password String

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    phoneNumbers List<DomainsUserPhoneNumber>

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    photos List<DomainsUserPhoto>

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferredLanguage String

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    profileUrl String

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    resourceTypeSchemaVersion String
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    roles List<DomainsUserRole>

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    tags List<DomainsUserTag>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    timezone String

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    title String

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasextensionenterprise20user DomainsUserUrnietfparamsscimschemasextensionenterprise20user
    (Updatable) Enterprise User
    urnietfparamsscimschemasoracleidcsextensionOciTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags
    (Updatable) Oracle Cloud Infrastructure Tags.
    urnietfparamsscimschemasoracleidcsextensionadaptiveUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser
    (Updatable) This extension defines attributes to manage user's risk score.
    urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser
    (Updatable) User's Capabilities
    urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser
    (Updatable) The database credentials user extension.
    urnietfparamsscimschemasoracleidcsextensionkerberosUserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser
    (Updatable) Kerberos User extension
    urnietfparamsscimschemasoracleidcsextensionmfaUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionpasswordlessUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionposixUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser
    (Updatable) POSIX User extension
    urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    urnietfparamsscimschemasoracleidcsextensionselfChangeUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    urnietfparamsscimschemasoracleidcsextensionsffUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser
    (Updatable) SFF Auth Keys User extension
    urnietfparamsscimschemasoracleidcsextensionsocialAccountUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser
    (Updatable) Social User extension
    urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser
    (Updatable) Terms Of Use extension
    urnietfparamsscimschemasoracleidcsextensionuserStateUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser
    (Updatable) Oracle Identity Cloud Service User
    userType String

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    x509certificates List<DomainsUserX509certificate>

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    idcsEndpoint string
    The basic endpoint for the identity domain
    schemas string[]

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    userName string

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    active boolean

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    addresses DomainsUserAddress[]

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    attributeSets string[]
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    description string

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    displayName string

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    emails DomainsUserEmail[]

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    entitlements DomainsUserEntitlement[]

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    externalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ims DomainsUserIm[]

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    locale string

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    name DomainsUserName

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nickName string

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    password string

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    phoneNumbers DomainsUserPhoneNumber[]

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    photos DomainsUserPhoto[]

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferredLanguage string

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    profileUrl string

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    resourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    roles DomainsUserRole[]

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    tags DomainsUserTag[]

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    title string

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasextensionenterprise20user DomainsUserUrnietfparamsscimschemasextensionenterprise20user
    (Updatable) Enterprise User
    urnietfparamsscimschemasoracleidcsextensionOciTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags
    (Updatable) Oracle Cloud Infrastructure Tags.
    urnietfparamsscimschemasoracleidcsextensionadaptiveUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser
    (Updatable) This extension defines attributes to manage user's risk score.
    urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser
    (Updatable) User's Capabilities
    urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser
    (Updatable) The database credentials user extension.
    urnietfparamsscimschemasoracleidcsextensionkerberosUserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser
    (Updatable) Kerberos User extension
    urnietfparamsscimschemasoracleidcsextensionmfaUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionpasswordlessUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionposixUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser
    (Updatable) POSIX User extension
    urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    urnietfparamsscimschemasoracleidcsextensionselfChangeUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    urnietfparamsscimschemasoracleidcsextensionsffUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser
    (Updatable) SFF Auth Keys User extension
    urnietfparamsscimschemasoracleidcsextensionsocialAccountUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser
    (Updatable) Social User extension
    urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser
    (Updatable) Terms Of Use extension
    urnietfparamsscimschemasoracleidcsextensionuserStateUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser
    (Updatable) Oracle Identity Cloud Service User
    userType string

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    x509certificates DomainsUserX509certificate[]

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    idcs_endpoint str
    The basic endpoint for the identity domain
    schemas Sequence[str]

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    user_name str

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    active bool

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    addresses Sequence[identity.DomainsUserAddressArgs]

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    attribute_sets Sequence[str]
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes str
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization str
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    description str

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display_name str

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    emails Sequence[identity.DomainsUserEmailArgs]

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    entitlements Sequence[identity.DomainsUserEntitlementArgs]

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    external_id str

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ims Sequence[identity.DomainsUserImArgs]

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    locale str

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    name identity.DomainsUserNameArgs

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nick_name str

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    password str

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    phone_numbers Sequence[identity.DomainsUserPhoneNumberArgs]

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    photos Sequence[identity.DomainsUserPhotoArgs]

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferred_language str

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    profile_url str

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    resource_type_schema_version str
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    roles Sequence[identity.DomainsUserRoleArgs]

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    tags Sequence[identity.DomainsUserTagArgs]

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    timezone str

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    title str

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasextensionenterprise20user identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs
    (Updatable) Enterprise User
    urnietfparamsscimschemasoracleidcsextension_oci_tags identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs
    (Updatable) Oracle Cloud Infrastructure Tags.
    urnietfparamsscimschemasoracleidcsextensionadaptive_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs
    (Updatable) This extension defines attributes to manage user's risk score.
    urnietfparamsscimschemasoracleidcsextensioncapabilities_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs
    (Updatable) User's Capabilities
    urnietfparamsscimschemasoracleidcsextensiondb_credentials_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs
    (Updatable) The database credentials user extension.
    urnietfparamsscimschemasoracleidcsextensionkerberos_user_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs
    (Updatable) Kerberos User extension
    urnietfparamsscimschemasoracleidcsextensionmfa_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionpasswordless_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionposix_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs
    (Updatable) POSIX User extension
    urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    urnietfparamsscimschemasoracleidcsextensionself_change_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    urnietfparamsscimschemasoracleidcsextensionself_registration_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    urnietfparamsscimschemasoracleidcsextensionsff_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs
    (Updatable) SFF Auth Keys User extension
    urnietfparamsscimschemasoracleidcsextensionsocial_account_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs
    (Updatable) Social User extension
    urnietfparamsscimschemasoracleidcsextensionterms_of_use_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs
    (Updatable) Terms Of Use extension
    urnietfparamsscimschemasoracleidcsextensionuser_state_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuser_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs
    (Updatable) Oracle Identity Cloud Service User
    user_type str

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    x509certificates Sequence[identity.DomainsUserX509certificateArgs]

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    idcsEndpoint String
    The basic endpoint for the identity domain
    schemas List<String>

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    userName String

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    active Boolean

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    addresses List<Property Map>

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    attributeSets List<String>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes String
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    description String

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    displayName String

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    emails List<Property Map>

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    entitlements List<Property Map>

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    externalId String

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ims List<Property Map>

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    locale String

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    name Property Map

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nickName String

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    password String

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    phoneNumbers List<Property Map>

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    photos List<Property Map>

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferredLanguage String

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    profileUrl String

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    resourceTypeSchemaVersion String
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    roles List<Property Map>

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    tags List<Property Map>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    timezone String

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    title String

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasextensionenterprise20user Property Map
    (Updatable) Enterprise User
    urnietfparamsscimschemasoracleidcsextensionOciTags Property Map
    (Updatable) Oracle Cloud Infrastructure Tags.
    urnietfparamsscimschemasoracleidcsextensionadaptiveUser Property Map
    (Updatable) This extension defines attributes to manage user's risk score.
    urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser Property Map
    (Updatable) User's Capabilities
    urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser Property Map
    (Updatable) The database credentials user extension.
    urnietfparamsscimschemasoracleidcsextensionkerberosUserUser Property Map
    (Updatable) Kerberos User extension
    urnietfparamsscimschemasoracleidcsextensionmfaUser Property Map
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionpasswordlessUser Property Map
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionposixUser Property Map
    (Updatable) POSIX User extension
    urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser Property Map
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    urnietfparamsscimschemasoracleidcsextensionselfChangeUser Property Map
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser Property Map
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    urnietfparamsscimschemasoracleidcsextensionsffUser Property Map
    (Updatable) SFF Auth Keys User extension
    urnietfparamsscimschemasoracleidcsextensionsocialAccountUser Property Map
    (Updatable) Social User extension
    urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser Property Map
    (Updatable) Terms Of Use extension
    urnietfparamsscimschemasoracleidcsextensionuserStateUser Property Map
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuserUser Property Map
    (Updatable) Oracle Identity Cloud Service User
    userType String

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    x509certificates List<Property Map>

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DomainsUser resource produces the following output properties:

    CompartmentOcid string

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DeleteInProgress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    DomainOcid string

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Groups List<DomainsUserGroup>

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    Id string
    The provider-assigned unique ID for this managed resource.
    IdcsCreatedBies List<DomainsUserIdcsCreatedBy>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    IdcsLastModifiedBies List<DomainsUserIdcsLastModifiedBy>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    IdcsLastUpgradedInRelease string

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    IdcsPreventedOperations List<string>

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    Metas List<DomainsUserMeta>

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    TenancyOcid string

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    UrnietfparamsscimschemasoracleidcsextensiondbUserUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser>
    (Updatable) DB User extension
    UrnietfparamsscimschemasoracleidcsextensionpasswordStateUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser>
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    UrnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser>
    (Updatable) User's credentials
    CompartmentOcid string

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DeleteInProgress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    DomainOcid string

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Groups []DomainsUserGroup

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    Id string
    The provider-assigned unique ID for this managed resource.
    IdcsCreatedBies []DomainsUserIdcsCreatedBy

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    IdcsLastModifiedBies []DomainsUserIdcsLastModifiedBy

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    IdcsLastUpgradedInRelease string

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    IdcsPreventedOperations []string

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    Metas []DomainsUserMeta

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    TenancyOcid string

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    UrnietfparamsscimschemasoracleidcsextensiondbUserUsers []DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser
    (Updatable) DB User extension
    UrnietfparamsscimschemasoracleidcsextensionpasswordStateUsers []DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    UrnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser
    (Updatable) User's credentials
    compartmentOcid String

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    deleteInProgress Boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    domainOcid String

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    groups List<DomainsUserGroup>

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    id String
    The provider-assigned unique ID for this managed resource.
    idcsCreatedBies List<DomainsUserIdcsCreatedBy>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsLastModifiedBies List<DomainsUserIdcsLastModifiedBy>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease String

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idcsPreventedOperations List<String>

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    metas List<DomainsUserMeta>

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    tenancyOcid String

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensiondbUserUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser>
    (Updatable) DB User extension
    urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser>
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser>
    (Updatable) User's credentials
    compartmentOcid string

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    deleteInProgress boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    domainOcid string

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    groups DomainsUserGroup[]

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    id string
    The provider-assigned unique ID for this managed resource.
    idcsCreatedBies DomainsUserIdcsCreatedBy[]

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsLastModifiedBies DomainsUserIdcsLastModifiedBy[]

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease string

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idcsPreventedOperations string[]

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    metas DomainsUserMeta[]

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    tenancyOcid string

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensiondbUserUsers DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser[]
    (Updatable) DB User extension
    urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser[]
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser[]
    (Updatable) User's credentials
    compartment_ocid str

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    delete_in_progress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    domain_ocid str

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    groups Sequence[identity.DomainsUserGroup]

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    id str
    The provider-assigned unique ID for this managed resource.
    idcs_created_bies Sequence[identity.DomainsUserIdcsCreatedBy]

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcs_last_modified_bies Sequence[identity.DomainsUserIdcsLastModifiedBy]

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcs_last_upgraded_in_release str

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idcs_prevented_operations Sequence[str]

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    metas Sequence[identity.DomainsUserMeta]

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    tenancy_ocid str

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensiondb_user_users Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser]
    (Updatable) DB User extension
    urnietfparamsscimschemasoracleidcsextensionpassword_state_users Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser]
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuser_credentials_users Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser]
    (Updatable) User's credentials
    compartmentOcid String

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    deleteInProgress Boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    domainOcid String

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    groups List<Property Map>

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    id String
    The provider-assigned unique ID for this managed resource.
    idcsCreatedBies List<Property Map>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsLastModifiedBies List<Property Map>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease String

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idcsPreventedOperations List<String>

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    metas List<Property Map>

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    tenancyOcid String

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensiondbUserUsers List<Property Map>
    (Updatable) DB User extension
    urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers List<Property Map>
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers List<Property Map>
    (Updatable) User's credentials

    Look up Existing DomainsUser Resource

    Get an existing DomainsUser resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DomainsUserState, opts?: CustomResourceOptions): DomainsUser
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            active: Optional[bool] = None,
            addresses: Optional[Sequence[_identity.DomainsUserAddressArgs]] = None,
            attribute_sets: Optional[Sequence[str]] = None,
            attributes: Optional[str] = None,
            authorization: Optional[str] = None,
            compartment_ocid: Optional[str] = None,
            delete_in_progress: Optional[bool] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            domain_ocid: Optional[str] = None,
            emails: Optional[Sequence[_identity.DomainsUserEmailArgs]] = None,
            entitlements: Optional[Sequence[_identity.DomainsUserEntitlementArgs]] = None,
            external_id: Optional[str] = None,
            groups: Optional[Sequence[_identity.DomainsUserGroupArgs]] = None,
            idcs_created_bies: Optional[Sequence[_identity.DomainsUserIdcsCreatedByArgs]] = None,
            idcs_endpoint: Optional[str] = None,
            idcs_last_modified_bies: Optional[Sequence[_identity.DomainsUserIdcsLastModifiedByArgs]] = None,
            idcs_last_upgraded_in_release: Optional[str] = None,
            idcs_prevented_operations: Optional[Sequence[str]] = None,
            ims: Optional[Sequence[_identity.DomainsUserImArgs]] = None,
            locale: Optional[str] = None,
            metas: Optional[Sequence[_identity.DomainsUserMetaArgs]] = None,
            name: Optional[_identity.DomainsUserNameArgs] = None,
            nick_name: Optional[str] = None,
            ocid: Optional[str] = None,
            password: Optional[str] = None,
            phone_numbers: Optional[Sequence[_identity.DomainsUserPhoneNumberArgs]] = None,
            photos: Optional[Sequence[_identity.DomainsUserPhotoArgs]] = None,
            preferred_language: Optional[str] = None,
            profile_url: Optional[str] = None,
            resource_type_schema_version: Optional[str] = None,
            roles: Optional[Sequence[_identity.DomainsUserRoleArgs]] = None,
            schemas: Optional[Sequence[str]] = None,
            tags: Optional[Sequence[_identity.DomainsUserTagArgs]] = None,
            tenancy_ocid: Optional[str] = None,
            timezone: Optional[str] = None,
            title: Optional[str] = None,
            urnietfparamsscimschemasextensionenterprise20user: Optional[_identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs] = None,
            urnietfparamsscimschemasoracleidcsextension_oci_tags: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionadaptive_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensioncapabilities_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensiondb_credentials_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensiondb_user_users: Optional[Sequence[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserArgs]] = None,
            urnietfparamsscimschemasoracleidcsextensionkerberos_user_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionmfa_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionpassword_state_users: Optional[Sequence[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserArgs]] = None,
            urnietfparamsscimschemasoracleidcsextensionpasswordless_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionposix_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionself_change_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionself_registration_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionsff_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionsocial_account_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionterms_of_use_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionuser_credentials_users: Optional[Sequence[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserArgs]] = None,
            urnietfparamsscimschemasoracleidcsextensionuser_state_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionuser_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs] = None,
            user_name: Optional[str] = None,
            user_type: Optional[str] = None,
            x509certificates: Optional[Sequence[_identity.DomainsUserX509certificateArgs]] = None) -> DomainsUser
    func GetDomainsUser(ctx *Context, name string, id IDInput, state *DomainsUserState, opts ...ResourceOption) (*DomainsUser, error)
    public static DomainsUser Get(string name, Input<string> id, DomainsUserState? state, CustomResourceOptions? opts = null)
    public static DomainsUser get(String name, Output<String> id, DomainsUserState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Active bool

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Addresses List<DomainsUserAddress>

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    AttributeSets List<string>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    Attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    CompartmentOcid string

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DeleteInProgress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Description string

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DisplayName string

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DomainOcid string

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Emails List<DomainsUserEmail>

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Entitlements List<DomainsUserEntitlement>

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    ExternalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Groups List<DomainsUserGroup>

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    IdcsCreatedBies List<DomainsUserIdcsCreatedBy>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    IdcsEndpoint string
    The basic endpoint for the identity domain
    IdcsLastModifiedBies List<DomainsUserIdcsLastModifiedBy>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    IdcsLastUpgradedInRelease string

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    IdcsPreventedOperations List<string>

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    Ims List<DomainsUserIm>

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Locale string

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Metas List<DomainsUserMeta>

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    Name DomainsUserName

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    NickName string

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Password string

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    PhoneNumbers List<DomainsUserPhoneNumber>

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Photos List<DomainsUserPhoto>

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    PreferredLanguage string

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ProfileUrl string

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    ResourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    Roles List<DomainsUserRole>

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Schemas List<string>

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Tags List<DomainsUserTag>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    TenancyOcid string

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Title string

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Urnietfparamsscimschemasextensionenterprise20user DomainsUserUrnietfparamsscimschemasextensionenterprise20user
    (Updatable) Enterprise User
    UrnietfparamsscimschemasoracleidcsextensionOciTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags
    (Updatable) Oracle Cloud Infrastructure Tags.
    UrnietfparamsscimschemasoracleidcsextensionadaptiveUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser
    (Updatable) This extension defines attributes to manage user's risk score.
    UrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser
    (Updatable) User's Capabilities
    UrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser
    (Updatable) The database credentials user extension.
    UrnietfparamsscimschemasoracleidcsextensiondbUserUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser>
    (Updatable) DB User extension
    UrnietfparamsscimschemasoracleidcsextensionkerberosUserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser
    (Updatable) Kerberos User extension
    UrnietfparamsscimschemasoracleidcsextensionmfaUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    UrnietfparamsscimschemasoracleidcsextensionpasswordStateUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser>
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    UrnietfparamsscimschemasoracleidcsextensionpasswordlessUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    UrnietfparamsscimschemasoracleidcsextensionposixUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser
    (Updatable) POSIX User extension
    UrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    UrnietfparamsscimschemasoracleidcsextensionselfChangeUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    UrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    UrnietfparamsscimschemasoracleidcsextensionsffUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser
    (Updatable) SFF Auth Keys User extension
    UrnietfparamsscimschemasoracleidcsextensionsocialAccountUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser
    (Updatable) Social User extension
    UrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser
    (Updatable) Terms Of Use extension
    UrnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser>
    (Updatable) User's credentials
    UrnietfparamsscimschemasoracleidcsextensionuserStateUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    UrnietfparamsscimschemasoracleidcsextensionuserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser
    (Updatable) Oracle Identity Cloud Service User
    UserName string

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    UserType string

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    X509certificates List<DomainsUserX509certificate>

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Active bool

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Addresses []DomainsUserAddressArgs

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    AttributeSets []string
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    Attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    CompartmentOcid string

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DeleteInProgress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Description string

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DisplayName string

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DomainOcid string

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Emails []DomainsUserEmailArgs

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Entitlements []DomainsUserEntitlementArgs

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    ExternalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Groups []DomainsUserGroupArgs

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    IdcsCreatedBies []DomainsUserIdcsCreatedByArgs

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    IdcsEndpoint string
    The basic endpoint for the identity domain
    IdcsLastModifiedBies []DomainsUserIdcsLastModifiedByArgs

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    IdcsLastUpgradedInRelease string

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    IdcsPreventedOperations []string

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    Ims []DomainsUserImArgs

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Locale string

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Metas []DomainsUserMetaArgs

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    Name DomainsUserNameArgs

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    NickName string

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Password string

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    PhoneNumbers []DomainsUserPhoneNumberArgs

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Photos []DomainsUserPhotoArgs

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    PreferredLanguage string

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ProfileUrl string

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    ResourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    Roles []DomainsUserRoleArgs

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Schemas []string

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Tags []DomainsUserTagArgs

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    TenancyOcid string

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Title string

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Urnietfparamsscimschemasextensionenterprise20user DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs
    (Updatable) Enterprise User
    UrnietfparamsscimschemasoracleidcsextensionOciTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs
    (Updatable) Oracle Cloud Infrastructure Tags.
    UrnietfparamsscimschemasoracleidcsextensionadaptiveUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs
    (Updatable) This extension defines attributes to manage user's risk score.
    UrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs
    (Updatable) User's Capabilities
    UrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs
    (Updatable) The database credentials user extension.
    UrnietfparamsscimschemasoracleidcsextensiondbUserUsers []DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserArgs
    (Updatable) DB User extension
    UrnietfparamsscimschemasoracleidcsextensionkerberosUserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs
    (Updatable) Kerberos User extension
    UrnietfparamsscimschemasoracleidcsextensionmfaUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    UrnietfparamsscimschemasoracleidcsextensionpasswordStateUsers []DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserArgs
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    UrnietfparamsscimschemasoracleidcsextensionpasswordlessUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    UrnietfparamsscimschemasoracleidcsextensionposixUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs
    (Updatable) POSIX User extension
    UrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    UrnietfparamsscimschemasoracleidcsextensionselfChangeUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    UrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    UrnietfparamsscimschemasoracleidcsextensionsffUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs
    (Updatable) SFF Auth Keys User extension
    UrnietfparamsscimschemasoracleidcsextensionsocialAccountUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs
    (Updatable) Social User extension
    UrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs
    (Updatable) Terms Of Use extension
    UrnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserArgs
    (Updatable) User's credentials
    UrnietfparamsscimschemasoracleidcsextensionuserStateUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    UrnietfparamsscimschemasoracleidcsextensionuserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs
    (Updatable) Oracle Identity Cloud Service User
    UserName string

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    UserType string

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    X509certificates []DomainsUserX509certificateArgs

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    active Boolean

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    addresses List<DomainsUserAddress>

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    attributeSets List<String>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes String
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    compartmentOcid String

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    deleteInProgress Boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    description String

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    displayName String

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    domainOcid String

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    emails List<DomainsUserEmail>

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    entitlements List<DomainsUserEntitlement>

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    externalId String

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    groups List<DomainsUserGroup>

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    idcsCreatedBies List<DomainsUserIdcsCreatedBy>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsEndpoint String
    The basic endpoint for the identity domain
    idcsLastModifiedBies List<DomainsUserIdcsLastModifiedBy>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease String

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idcsPreventedOperations List<String>

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    ims List<DomainsUserIm>

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    locale String

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    metas List<DomainsUserMeta>

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    name DomainsUserName

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nickName String

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    password String

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    phoneNumbers List<DomainsUserPhoneNumber>

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    photos List<DomainsUserPhoto>

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferredLanguage String

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    profileUrl String

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    resourceTypeSchemaVersion String
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    roles List<DomainsUserRole>

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    schemas List<String>

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    tags List<DomainsUserTag>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    tenancyOcid String

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone String

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    title String

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasextensionenterprise20user DomainsUserUrnietfparamsscimschemasextensionenterprise20user
    (Updatable) Enterprise User
    urnietfparamsscimschemasoracleidcsextensionOciTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags
    (Updatable) Oracle Cloud Infrastructure Tags.
    urnietfparamsscimschemasoracleidcsextensionadaptiveUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser
    (Updatable) This extension defines attributes to manage user's risk score.
    urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser
    (Updatable) User's Capabilities
    urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser
    (Updatable) The database credentials user extension.
    urnietfparamsscimschemasoracleidcsextensiondbUserUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser>
    (Updatable) DB User extension
    urnietfparamsscimschemasoracleidcsextensionkerberosUserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser
    (Updatable) Kerberos User extension
    urnietfparamsscimschemasoracleidcsextensionmfaUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser>
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionpasswordlessUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionposixUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser
    (Updatable) POSIX User extension
    urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    urnietfparamsscimschemasoracleidcsextensionselfChangeUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    urnietfparamsscimschemasoracleidcsextensionsffUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser
    (Updatable) SFF Auth Keys User extension
    urnietfparamsscimschemasoracleidcsextensionsocialAccountUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser
    (Updatable) Social User extension
    urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser
    (Updatable) Terms Of Use extension
    urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser>
    (Updatable) User's credentials
    urnietfparamsscimschemasoracleidcsextensionuserStateUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser
    (Updatable) Oracle Identity Cloud Service User
    userName String

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    userType String

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    x509certificates List<DomainsUserX509certificate>

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    active boolean

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    addresses DomainsUserAddress[]

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    attributeSets string[]
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    compartmentOcid string

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    deleteInProgress boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    description string

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    displayName string

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    domainOcid string

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    emails DomainsUserEmail[]

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    entitlements DomainsUserEntitlement[]

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    externalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    groups DomainsUserGroup[]

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    idcsCreatedBies DomainsUserIdcsCreatedBy[]

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsEndpoint string
    The basic endpoint for the identity domain
    idcsLastModifiedBies DomainsUserIdcsLastModifiedBy[]

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease string

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idcsPreventedOperations string[]

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    ims DomainsUserIm[]

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    locale string

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    metas DomainsUserMeta[]

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    name DomainsUserName

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nickName string

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    password string

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    phoneNumbers DomainsUserPhoneNumber[]

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    photos DomainsUserPhoto[]

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferredLanguage string

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    profileUrl string

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    resourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    roles DomainsUserRole[]

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    schemas string[]

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    tags DomainsUserTag[]

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    tenancyOcid string

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    title string

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasextensionenterprise20user DomainsUserUrnietfparamsscimschemasextensionenterprise20user
    (Updatable) Enterprise User
    urnietfparamsscimschemasoracleidcsextensionOciTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags
    (Updatable) Oracle Cloud Infrastructure Tags.
    urnietfparamsscimschemasoracleidcsextensionadaptiveUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser
    (Updatable) This extension defines attributes to manage user's risk score.
    urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser
    (Updatable) User's Capabilities
    urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser
    (Updatable) The database credentials user extension.
    urnietfparamsscimschemasoracleidcsextensiondbUserUsers DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser[]
    (Updatable) DB User extension
    urnietfparamsscimschemasoracleidcsextensionkerberosUserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser
    (Updatable) Kerberos User extension
    urnietfparamsscimschemasoracleidcsextensionmfaUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser[]
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionpasswordlessUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionposixUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser
    (Updatable) POSIX User extension
    urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    urnietfparamsscimschemasoracleidcsextensionselfChangeUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    urnietfparamsscimschemasoracleidcsextensionsffUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser
    (Updatable) SFF Auth Keys User extension
    urnietfparamsscimschemasoracleidcsextensionsocialAccountUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser
    (Updatable) Social User extension
    urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser
    (Updatable) Terms Of Use extension
    urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser[]
    (Updatable) User's credentials
    urnietfparamsscimschemasoracleidcsextensionuserStateUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser
    (Updatable) Oracle Identity Cloud Service User
    userName string

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    userType string

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    x509certificates DomainsUserX509certificate[]

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    active bool

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    addresses Sequence[identity.DomainsUserAddressArgs]

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    attribute_sets Sequence[str]
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes str
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization str
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    compartment_ocid str

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    delete_in_progress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    description str

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display_name str

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    domain_ocid str

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    emails Sequence[identity.DomainsUserEmailArgs]

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    entitlements Sequence[identity.DomainsUserEntitlementArgs]

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    external_id str

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    groups Sequence[identity.DomainsUserGroupArgs]

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    idcs_created_bies Sequence[identity.DomainsUserIdcsCreatedByArgs]

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcs_endpoint str
    The basic endpoint for the identity domain
    idcs_last_modified_bies Sequence[identity.DomainsUserIdcsLastModifiedByArgs]

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcs_last_upgraded_in_release str

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idcs_prevented_operations Sequence[str]

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    ims Sequence[identity.DomainsUserImArgs]

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    locale str

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    metas Sequence[identity.DomainsUserMetaArgs]

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    name identity.DomainsUserNameArgs

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nick_name str

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    password str

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    phone_numbers Sequence[identity.DomainsUserPhoneNumberArgs]

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    photos Sequence[identity.DomainsUserPhotoArgs]

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferred_language str

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    profile_url str

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    resource_type_schema_version str
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    roles Sequence[identity.DomainsUserRoleArgs]

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    schemas Sequence[str]

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    tags Sequence[identity.DomainsUserTagArgs]

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    tenancy_ocid str

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone str

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    title str

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasextensionenterprise20user identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs
    (Updatable) Enterprise User
    urnietfparamsscimschemasoracleidcsextension_oci_tags identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs
    (Updatable) Oracle Cloud Infrastructure Tags.
    urnietfparamsscimschemasoracleidcsextensionadaptive_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs
    (Updatable) This extension defines attributes to manage user's risk score.
    urnietfparamsscimschemasoracleidcsextensioncapabilities_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs
    (Updatable) User's Capabilities
    urnietfparamsscimschemasoracleidcsextensiondb_credentials_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs
    (Updatable) The database credentials user extension.
    urnietfparamsscimschemasoracleidcsextensiondb_user_users Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserArgs]
    (Updatable) DB User extension
    urnietfparamsscimschemasoracleidcsextensionkerberos_user_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs
    (Updatable) Kerberos User extension
    urnietfparamsscimschemasoracleidcsextensionmfa_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionpassword_state_users Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserArgs]
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionpasswordless_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionposix_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs
    (Updatable) POSIX User extension
    urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    urnietfparamsscimschemasoracleidcsextensionself_change_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    urnietfparamsscimschemasoracleidcsextensionself_registration_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    urnietfparamsscimschemasoracleidcsextensionsff_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs
    (Updatable) SFF Auth Keys User extension
    urnietfparamsscimschemasoracleidcsextensionsocial_account_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs
    (Updatable) Social User extension
    urnietfparamsscimschemasoracleidcsextensionterms_of_use_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs
    (Updatable) Terms Of Use extension
    urnietfparamsscimschemasoracleidcsextensionuser_credentials_users Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserArgs]
    (Updatable) User's credentials
    urnietfparamsscimschemasoracleidcsextensionuser_state_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuser_user identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs
    (Updatable) Oracle Identity Cloud Service User
    user_name str

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    user_type str

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    x509certificates Sequence[identity.DomainsUserX509certificateArgs]

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    active Boolean

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    addresses List<Property Map>

    (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    attributeSets List<String>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes String
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    compartmentOcid String

    (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    deleteInProgress Boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    description String

    (Updatable) Description of the user

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsPii: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    displayName String

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    domainOcid String

    (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    emails List<Property Map>

    (Updatable) A complex attribute representing emails

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    entitlements List<Property Map>

    (Updatable) A list of entitlements for the User that represent a thing the User has.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    externalId String

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    groups List<Property Map>

    (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    idcsCreatedBies List<Property Map>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsEndpoint String
    The basic endpoint for the identity domain
    idcsLastModifiedBies List<Property Map>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease String

    (Updatable) The release number when the resource was upgraded.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idcsPreventedOperations List<String>

    (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    ims List<Property Map>

    (Updatable) User's instant messaging addresses

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    locale String

    (Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Locale
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    metas List<Property Map>

    (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
    • type: complex
    name Property Map

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nickName String

    (Updatable) Nick name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Nick Name
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    password String

    (Updatable) Password attribute. Max length for password is controlled via Password Policy.

    SCIM++ Properties:

    • idcsCsvAttributeName: Password
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
    • idcsPii: true
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    phoneNumbers List<Property Map>

    (Updatable) Phone numbers

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    photos List<Property Map>

    (Updatable) URLs of photos for the User

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • idcsPii: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferredLanguage String

    (Updatable) User's preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Preferred Language
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    profileUrl String

    (Updatable) A fully-qualified URL to a page representing the User's online profile

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Profile URL
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    resourceTypeSchemaVersion String
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    roles List<Property Map>

    (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    SCIM++ Properties:

    • idcsCompositeKey: [value, type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    schemas List<String>

    (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    tags List<Property Map>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    tenancyOcid String

    (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone String

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsCsvAttributeName: TimeZone
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    title String

    (Updatable) Title

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Title
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasextensionenterprise20user Property Map
    (Updatable) Enterprise User
    urnietfparamsscimschemasoracleidcsextensionOciTags Property Map
    (Updatable) Oracle Cloud Infrastructure Tags.
    urnietfparamsscimschemasoracleidcsextensionadaptiveUser Property Map
    (Updatable) This extension defines attributes to manage user's risk score.
    urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser Property Map
    (Updatable) User's Capabilities
    urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser Property Map
    (Updatable) The database credentials user extension.
    urnietfparamsscimschemasoracleidcsextensiondbUserUsers List<Property Map>
    (Updatable) DB User extension
    urnietfparamsscimschemasoracleidcsextensionkerberosUserUser Property Map
    (Updatable) Kerberos User extension
    urnietfparamsscimschemasoracleidcsextensionmfaUser Property Map
    (Updatable) This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers List<Property Map>
    (Updatable) This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionpasswordlessUser Property Map
    (Updatable) This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
    urnietfparamsscimschemasoracleidcsextensionposixUser Property Map
    (Updatable) POSIX User extension
    urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser Property Map
    (Updatable) This extension defines the attributes used to store the security questions of a user.
    urnietfparamsscimschemasoracleidcsextensionselfChangeUser Property Map
    (Updatable) Controls whether a user can update themselves or not via User related APIs
    urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser Property Map
    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
    urnietfparamsscimschemasoracleidcsextensionsffUser Property Map
    (Updatable) SFF Auth Keys User extension
    urnietfparamsscimschemasoracleidcsextensionsocialAccountUser Property Map
    (Updatable) Social User extension
    urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser Property Map
    (Updatable) Terms Of Use extension
    urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers List<Property Map>
    (Updatable) User's credentials
    urnietfparamsscimschemasoracleidcsextensionuserStateUser Property Map
    (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
    urnietfparamsscimschemasoracleidcsextensionuserUser Property Map
    (Updatable) Oracle Identity Cloud Service User
    userName String

    (Updatable) User name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User ID
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: global
    userType String

    (Updatable) Used to identify the organization-to-user relationship

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: User Type
    • idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    x509certificates List<Property Map>

    (Updatable) A list of certificates issued to the User.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none

    Supporting Types

    DomainsUserAddress, DomainsUserAddressArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Country string

    (Updatable) The country name component.

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Formatted string

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Locality string

    (Updatable) The city or locality component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PostalCode string

    (Updatable) The zipcode or postal code component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Region string

    (Updatable) The state or region component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    StreetAddress string

    (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Country string

    (Updatable) The country name component.

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Formatted string

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Locality string

    (Updatable) The city or locality component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PostalCode string

    (Updatable) The zipcode or postal code component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Region string

    (Updatable) The state or region component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    StreetAddress string

    (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    country String

    (Updatable) The country name component.

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    formatted String

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locality String

    (Updatable) The city or locality component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    postalCode String

    (Updatable) The zipcode or postal code component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    region String

    (Updatable) The state or region component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    streetAddress String

    (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    country string

    (Updatable) The country name component.

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    formatted string

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locality string

    (Updatable) The city or locality component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    postalCode string

    (Updatable) The zipcode or postal code component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    region string

    (Updatable) The state or region component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    streetAddress string

    (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    country str

    (Updatable) The country name component.

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    formatted str

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locality str

    (Updatable) The city or locality component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    postal_code str

    (Updatable) The zipcode or postal code component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    region str

    (Updatable) The state or region component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    street_address str

    (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    country String

    (Updatable) The country name component.

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    formatted String

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locality String

    (Updatable) The city or locality component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    postalCode String

    (Updatable) The zipcode or postal code component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    region String

    (Updatable) The state or region component.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    streetAddress String

    (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    DomainsUserEmail, DomainsUserEmailArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    PendingVerificationData string

    (Updatable) Pending e-mail address verification

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Secondary bool

    (Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Verified bool

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    PendingVerificationData string

    (Updatable) Pending e-mail address verification

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Secondary bool

    (Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Verified bool

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    pendingVerificationData String

    (Updatable) Pending e-mail address verification

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    secondary Boolean

    (Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    verified Boolean

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    pendingVerificationData string

    (Updatable) Pending e-mail address verification

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    secondary boolean

    (Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    verified boolean

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    pending_verification_data str

    (Updatable) Pending e-mail address verification

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    secondary bool

    (Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    verified bool

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    pendingVerificationData String

    (Updatable) Pending e-mail address verification

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    secondary Boolean

    (Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    verified Boolean

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none

    DomainsUserEntitlement, DomainsUserEntitlementArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none

    DomainsUserGroup, DomainsUserGroupArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DateAdded string

    (Updatable) Date when the member is Added to the group

    Added In: 2105200541

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ExternalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    MembershipOcid string

    (Updatable) The membership OCID.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    NonUniqueDisplay string

    (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DateAdded string

    (Updatable) Date when the member is Added to the group

    Added In: 2105200541

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ExternalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    MembershipOcid string

    (Updatable) The membership OCID.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    NonUniqueDisplay string

    (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    dateAdded String

    (Updatable) Date when the member is Added to the group

    Added In: 2105200541

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    externalId String

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    membershipOcid String

    (Updatable) The membership OCID.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nonUniqueDisplay String

    (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    dateAdded string

    (Updatable) Date when the member is Added to the group

    Added In: 2105200541

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    externalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    membershipOcid string

    (Updatable) The membership OCID.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nonUniqueDisplay string

    (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    date_added str

    (Updatable) Date when the member is Added to the group

    Added In: 2105200541

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    external_id str

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    membership_ocid str

    (Updatable) The membership OCID.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    non_unique_display str

    (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    dateAdded String

    (Updatable) Date when the member is Added to the group

    Added In: 2105200541

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    externalId String

    (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    membershipOcid String

    (Updatable) The membership OCID.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    nonUniqueDisplay String

    (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    DomainsUserIdcsCreatedBy, DomainsUserIdcsCreatedByArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    DomainsUserIdcsLastModifiedBy, DomainsUserIdcsLastModifiedByArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    DomainsUserIm, DomainsUserImArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none

    DomainsUserMeta, DomainsUserMetaArgs

    Created string

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    LastModified string

    (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    Location string

    (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ResourceType string

    (Updatable) Name of the resource type of the resource--for example, Users or Groups

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Version string

    (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Created string

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    LastModified string

    (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    Location string

    (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ResourceType string

    (Updatable) Name of the resource type of the resource--for example, Users or Groups

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Version string

    (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    created String

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    lastModified String

    (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    location String

    (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    resourceType String

    (Updatable) Name of the resource type of the resource--for example, Users or Groups

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    version String

    (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    created string

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    lastModified string

    (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    location string

    (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    resourceType string

    (Updatable) Name of the resource type of the resource--for example, Users or Groups

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    version string

    (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    created str

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    last_modified str

    (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    location str

    (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    resource_type str

    (Updatable) Name of the resource type of the resource--for example, Users or Groups

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    version str

    (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    created String

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    lastModified String

    (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    location String

    (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    resourceType String

    (Updatable) Name of the resource type of the resource--for example, Users or Groups

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    version String

    (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    DomainsUserName, DomainsUserNameArgs

    FamilyName string

    (Updatable) Last name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Last Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Formatted string

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    GivenName string

    (Updatable) First name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: First Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    HonorificPrefix string

    (Updatable) Prefix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Prefix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    HonorificSuffix string

    (Updatable) Suffix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Suffix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    MiddleName string

    (Updatable) Middle name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Middle Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    FamilyName string

    (Updatable) Last name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Last Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Formatted string

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    GivenName string

    (Updatable) First name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: First Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    HonorificPrefix string

    (Updatable) Prefix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Prefix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    HonorificSuffix string

    (Updatable) Suffix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Suffix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    MiddleName string

    (Updatable) Middle name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Middle Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    familyName String

    (Updatable) Last name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Last Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    formatted String

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    givenName String

    (Updatable) First name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: First Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    honorificPrefix String

    (Updatable) Prefix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Prefix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    honorificSuffix String

    (Updatable) Suffix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Suffix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    middleName String

    (Updatable) Middle name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Middle Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    familyName string

    (Updatable) Last name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Last Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    formatted string

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    givenName string

    (Updatable) First name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: First Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    honorificPrefix string

    (Updatable) Prefix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Prefix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    honorificSuffix string

    (Updatable) Suffix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Suffix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    middleName string

    (Updatable) Middle name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Middle Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    family_name str

    (Updatable) Last name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Last Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    formatted str

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    given_name str

    (Updatable) First name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: First Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    honorific_prefix str

    (Updatable) Prefix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Prefix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    honorific_suffix str

    (Updatable) Suffix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Suffix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    middle_name str

    (Updatable) Middle name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Middle Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    familyName String

    (Updatable) Last name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Last Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    formatted String

    (Updatable) Full name

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    givenName String

    (Updatable) First name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: First Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    honorificPrefix String

    (Updatable) Prefix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Prefix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    honorificSuffix String

    (Updatable) Suffix

    SCIM++ Properties:

    • idcsCsvAttributeName: Honorific Suffix
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    middleName String

    (Updatable) Middle name

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Middle Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    DomainsUserPhoneNumber, DomainsUserPhoneNumberArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Verified bool

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Verified bool

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    verified Boolean

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    verified boolean

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    verified bool

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    verified Boolean

    (Updatable) A Boolean value that indicates if the phone number is verified.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none

    DomainsUserPhoto, DomainsUserPhotoArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none

    DomainsUserRole, DomainsUserRoleArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none

    DomainsUserTag, DomainsUserTagArgs

    Key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key String

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key str

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key String

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasextensionenterprise20user, DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs

    CostCenter string

    (Updatable) Identifies the name of a cost center.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Cost Center
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Department string

    (Updatable) Identifies the name of a department.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Department
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Division string

    (Updatable) Identifies the name of a division.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Division
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    EmployeeNumber string

    (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Employee Number
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Manager DomainsUserUrnietfparamsscimschemasextensionenterprise20userManager

    (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
    • idcsPii: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Organization string

    (Updatable) Identifies the name of an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Organization
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CostCenter string

    (Updatable) Identifies the name of a cost center.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Cost Center
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Department string

    (Updatable) Identifies the name of a department.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Department
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Division string

    (Updatable) Identifies the name of a division.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Division
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    EmployeeNumber string

    (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Employee Number
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Manager DomainsUserUrnietfparamsscimschemasextensionenterprise20userManager

    (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
    • idcsPii: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    Organization string

    (Updatable) Identifies the name of an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Organization
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    costCenter String

    (Updatable) Identifies the name of a cost center.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Cost Center
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    department String

    (Updatable) Identifies the name of a department.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Department
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    division String

    (Updatable) Identifies the name of a division.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Division
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    employeeNumber String

    (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Employee Number
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    manager DomainsUserUrnietfparamsscimschemasextensionenterprise20userManager

    (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
    • idcsPii: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    organization String

    (Updatable) Identifies the name of an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Organization
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    costCenter string

    (Updatable) Identifies the name of a cost center.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Cost Center
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    department string

    (Updatable) Identifies the name of a department.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Department
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    division string

    (Updatable) Identifies the name of a division.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Division
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    employeeNumber string

    (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Employee Number
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    manager DomainsUserUrnietfparamsscimschemasextensionenterprise20userManager

    (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
    • idcsPii: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    organization string

    (Updatable) Identifies the name of an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Organization
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cost_center str

    (Updatable) Identifies the name of a cost center.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Cost Center
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    department str

    (Updatable) Identifies the name of a department.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Department
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    division str

    (Updatable) Identifies the name of a division.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Division
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    employee_number str

    (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Employee Number
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    manager identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userManager

    (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
    • idcsPii: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    organization str

    (Updatable) Identifies the name of an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Organization
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    costCenter String

    (Updatable) Identifies the name of a cost center.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Cost Center
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    department String

    (Updatable) Identifies the name of a department.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Department
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    division String

    (Updatable) Identifies the name of a division.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Division
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    employeeNumber String

    (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Employee Number
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    manager Property Map

    (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
    • idcsPii: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    organization String

    (Updatable) Identifies the name of an organization.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Organization
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasextensionenterprise20userManager, DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs

    DisplayName string

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DisplayName string

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    displayName String

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    displayName string

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display_name str

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    displayName String

    (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags, DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs

    DefinedTags List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag>

    (Updatable) Oracle Cloud Infrastructure Defined Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [namespace, key, value]
    • type: complex
    • idcsSearchable: true
    • required: false
    • mutability: readWrite
    • multiValued: true
    • returned: default
    FreeformTags List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag>

    (Updatable) Oracle Cloud Infrastructure Freeform Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • type: complex
    • required: false
    • mutability: readWrite
    • returned: default
    • multiValued: true
    TagSlug string

    (Updatable) Oracle Cloud Infrastructure Tag slug

    Added In: 2011192329

    SCIM++ Properties:

    • type: binary
    • mutability: readOnly
    • returned: request
    DefinedTags []DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag

    (Updatable) Oracle Cloud Infrastructure Defined Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [namespace, key, value]
    • type: complex
    • idcsSearchable: true
    • required: false
    • mutability: readWrite
    • multiValued: true
    • returned: default
    FreeformTags []DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag

    (Updatable) Oracle Cloud Infrastructure Freeform Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • type: complex
    • required: false
    • mutability: readWrite
    • returned: default
    • multiValued: true
    TagSlug string

    (Updatable) Oracle Cloud Infrastructure Tag slug

    Added In: 2011192329

    SCIM++ Properties:

    • type: binary
    • mutability: readOnly
    • returned: request
    definedTags List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag>

    (Updatable) Oracle Cloud Infrastructure Defined Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [namespace, key, value]
    • type: complex
    • idcsSearchable: true
    • required: false
    • mutability: readWrite
    • multiValued: true
    • returned: default
    freeformTags List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag>

    (Updatable) Oracle Cloud Infrastructure Freeform Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • type: complex
    • required: false
    • mutability: readWrite
    • returned: default
    • multiValued: true
    tagSlug String

    (Updatable) Oracle Cloud Infrastructure Tag slug

    Added In: 2011192329

    SCIM++ Properties:

    • type: binary
    • mutability: readOnly
    • returned: request
    definedTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag[]

    (Updatable) Oracle Cloud Infrastructure Defined Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [namespace, key, value]
    • type: complex
    • idcsSearchable: true
    • required: false
    • mutability: readWrite
    • multiValued: true
    • returned: default
    freeformTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag[]

    (Updatable) Oracle Cloud Infrastructure Freeform Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • type: complex
    • required: false
    • mutability: readWrite
    • returned: default
    • multiValued: true
    tagSlug string

    (Updatable) Oracle Cloud Infrastructure Tag slug

    Added In: 2011192329

    SCIM++ Properties:

    • type: binary
    • mutability: readOnly
    • returned: request
    defined_tags Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag]

    (Updatable) Oracle Cloud Infrastructure Defined Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [namespace, key, value]
    • type: complex
    • idcsSearchable: true
    • required: false
    • mutability: readWrite
    • multiValued: true
    • returned: default
    freeform_tags Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag]

    (Updatable) Oracle Cloud Infrastructure Freeform Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • type: complex
    • required: false
    • mutability: readWrite
    • returned: default
    • multiValued: true
    tag_slug str

    (Updatable) Oracle Cloud Infrastructure Tag slug

    Added In: 2011192329

    SCIM++ Properties:

    • type: binary
    • mutability: readOnly
    • returned: request
    definedTags List<Property Map>

    (Updatable) Oracle Cloud Infrastructure Defined Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [namespace, key, value]
    • type: complex
    • idcsSearchable: true
    • required: false
    • mutability: readWrite
    • multiValued: true
    • returned: default
    freeformTags List<Property Map>

    (Updatable) Oracle Cloud Infrastructure Freeform Tags

    Added In: 2011192329

    SCIM++ Properties:

    • idcsCompositeKey: [key, value]
    • idcsSearchable: true
    • type: complex
    • required: false
    • mutability: readWrite
    • returned: default
    • multiValued: true
    tagSlug String

    (Updatable) Oracle Cloud Infrastructure Tag slug

    Added In: 2011192329

    SCIM++ Properties:

    • type: binary
    • mutability: readOnly
    • returned: request

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag, DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTagArgs

    Key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Namespace string

    (Updatable) Oracle Cloud Infrastructure Tag namespace

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • type: string
    • required: true
    • mutability: readWrite
    • returned: default
    • idcsSearchable: true
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Namespace string

    (Updatable) Oracle Cloud Infrastructure Tag namespace

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • type: string
    • required: true
    • mutability: readWrite
    • returned: default
    • idcsSearchable: true
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key String

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    namespace String

    (Updatable) Oracle Cloud Infrastructure Tag namespace

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • type: string
    • required: true
    • mutability: readWrite
    • returned: default
    • idcsSearchable: true
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    namespace string

    (Updatable) Oracle Cloud Infrastructure Tag namespace

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • type: string
    • required: true
    • mutability: readWrite
    • returned: default
    • idcsSearchable: true
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key str

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    namespace str

    (Updatable) Oracle Cloud Infrastructure Tag namespace

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • type: string
    • required: true
    • mutability: readWrite
    • returned: default
    • idcsSearchable: true
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key String

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    namespace String

    (Updatable) Oracle Cloud Infrastructure Tag namespace

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • type: string
    • required: true
    • mutability: readWrite
    • returned: default
    • idcsSearchable: true
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag, DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTagArgs

    Key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key String

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key str

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key String

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs

    RiskLevel string

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    RiskScores List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore>

    (Updatable) The risk score pertaining to the user.

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    RiskLevel string

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    RiskScores []DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore

    (Updatable) The risk score pertaining to the user.

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    riskLevel String

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    riskScores List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore>

    (Updatable) The risk score pertaining to the user.

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    riskLevel string

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    riskScores DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore[]

    (Updatable) The risk score pertaining to the user.

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    risk_level str

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    risk_scores Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore]

    (Updatable) The risk score pertaining to the user.

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    riskLevel String

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    riskScores List<Property Map>

    (Updatable) The risk score pertaining to the user.

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore, DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScoreArgs

    LastUpdateTimestamp string

    (Updatable) Last update timestamp for the risk score

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: dateTime
    • uniqueness: none
    RiskLevel string

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    Score int

    (Updatable) Risk Score value

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: integer
    • uniqueness: none
    • idcsMaxValue: 100
    • idcsMinValue: 0
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Source string

    (Updatable) Risk Provider Profile Source

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Status string

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    LastUpdateTimestamp string

    (Updatable) Last update timestamp for the risk score

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: dateTime
    • uniqueness: none
    RiskLevel string

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    Score int

    (Updatable) Risk Score value

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: integer
    • uniqueness: none
    • idcsMaxValue: 100
    • idcsMinValue: 0
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Source string

    (Updatable) Risk Provider Profile Source

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Status string

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    lastUpdateTimestamp String

    (Updatable) Last update timestamp for the risk score

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: dateTime
    • uniqueness: none
    riskLevel String

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    score Integer

    (Updatable) Risk Score value

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: integer
    • uniqueness: none
    • idcsMaxValue: 100
    • idcsMinValue: 0
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    source String

    (Updatable) Risk Provider Profile Source

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    status String

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    lastUpdateTimestamp string

    (Updatable) Last update timestamp for the risk score

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: dateTime
    • uniqueness: none
    riskLevel string

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    score number

    (Updatable) Risk Score value

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: integer
    • uniqueness: none
    • idcsMaxValue: 100
    • idcsMinValue: 0
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    source string

    (Updatable) Risk Provider Profile Source

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    status string

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    last_update_timestamp str

    (Updatable) Last update timestamp for the risk score

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: dateTime
    • uniqueness: none
    risk_level str

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    score int

    (Updatable) Risk Score value

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: integer
    • uniqueness: none
    • idcsMaxValue: 100
    • idcsMinValue: 0
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    source str

    (Updatable) Risk Provider Profile Source

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    status str

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    lastUpdateTimestamp String

    (Updatable) Last update timestamp for the risk score

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: dateTime
    • uniqueness: none
    riskLevel String

    (Updatable) Risk Level

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: none
    score Number

    (Updatable) Risk Score value

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: integer
    • uniqueness: none
    • idcsMaxValue: 100
    • idcsMinValue: 0
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    source String

    (Updatable) Risk Provider Profile Source

    Added In: 18.1.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    status String

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs

    CanUseApiKeys bool

    (Updatable) Indicates whether a user can use API keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseAuthTokens bool

    (Updatable) Indicates whether a user can use Auth tokens.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseConsole bool

    (Updatable) Specifies whether user can access the Console.

    Added In: 2206280902

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseConsolePassword bool

    (Updatable) Indicates whether a user can use Console passwords.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseCustomerSecretKeys bool

    (Updatable) Indicates whether a user can use customer secret keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseDbCredentials bool

    (Updatable) Indicates whether a user can use database credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseOauth2clientCredentials bool

    (Updatable) Indicates whether a user can use OAuth2 client credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseSmtpCredentials bool

    (Updatable) Indicates whether a user can use SMTP credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseApiKeys bool

    (Updatable) Indicates whether a user can use API keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseAuthTokens bool

    (Updatable) Indicates whether a user can use Auth tokens.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseConsole bool

    (Updatable) Specifies whether user can access the Console.

    Added In: 2206280902

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseConsolePassword bool

    (Updatable) Indicates whether a user can use Console passwords.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseCustomerSecretKeys bool

    (Updatable) Indicates whether a user can use customer secret keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseDbCredentials bool

    (Updatable) Indicates whether a user can use database credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseOauth2clientCredentials bool

    (Updatable) Indicates whether a user can use OAuth2 client credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CanUseSmtpCredentials bool

    (Updatable) Indicates whether a user can use SMTP credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseApiKeys Boolean

    (Updatable) Indicates whether a user can use API keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseAuthTokens Boolean

    (Updatable) Indicates whether a user can use Auth tokens.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseConsole Boolean

    (Updatable) Specifies whether user can access the Console.

    Added In: 2206280902

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseConsolePassword Boolean

    (Updatable) Indicates whether a user can use Console passwords.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseCustomerSecretKeys Boolean

    (Updatable) Indicates whether a user can use customer secret keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseDbCredentials Boolean

    (Updatable) Indicates whether a user can use database credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseOauth2clientCredentials Boolean

    (Updatable) Indicates whether a user can use OAuth2 client credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseSmtpCredentials Boolean

    (Updatable) Indicates whether a user can use SMTP credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseApiKeys boolean

    (Updatable) Indicates whether a user can use API keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseAuthTokens boolean

    (Updatable) Indicates whether a user can use Auth tokens.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseConsole boolean

    (Updatable) Specifies whether user can access the Console.

    Added In: 2206280902

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseConsolePassword boolean

    (Updatable) Indicates whether a user can use Console passwords.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseCustomerSecretKeys boolean

    (Updatable) Indicates whether a user can use customer secret keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseDbCredentials boolean

    (Updatable) Indicates whether a user can use database credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseOauth2clientCredentials boolean

    (Updatable) Indicates whether a user can use OAuth2 client credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseSmtpCredentials boolean

    (Updatable) Indicates whether a user can use SMTP credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    can_use_api_keys bool

    (Updatable) Indicates whether a user can use API keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    can_use_auth_tokens bool

    (Updatable) Indicates whether a user can use Auth tokens.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    can_use_console bool

    (Updatable) Specifies whether user can access the Console.

    Added In: 2206280902

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    can_use_console_password bool

    (Updatable) Indicates whether a user can use Console passwords.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    can_use_customer_secret_keys bool

    (Updatable) Indicates whether a user can use customer secret keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    can_use_db_credentials bool

    (Updatable) Indicates whether a user can use database credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    can_use_oauth2client_credentials bool

    (Updatable) Indicates whether a user can use OAuth2 client credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    can_use_smtp_credentials bool

    (Updatable) Indicates whether a user can use SMTP credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseApiKeys Boolean

    (Updatable) Indicates whether a user can use API keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseAuthTokens Boolean

    (Updatable) Indicates whether a user can use Auth tokens.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseConsole Boolean

    (Updatable) Specifies whether user can access the Console.

    Added In: 2206280902

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseConsolePassword Boolean

    (Updatable) Indicates whether a user can use Console passwords.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseCustomerSecretKeys Boolean

    (Updatable) Indicates whether a user can use customer secret keys.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseDbCredentials Boolean

    (Updatable) Indicates whether a user can use database credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseOauth2clientCredentials Boolean

    (Updatable) Indicates whether a user can use OAuth2 client credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    canUseSmtpCredentials Boolean

    (Updatable) Indicates whether a user can use SMTP credentials.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs

    DbLoginAttempts int

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    DbUserName string

    (Updatable) The database username.

    Added In: 2102181953

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • type: string
    • returned: request
    • caseExact: false
    • uniqueness: none
    • idcsSearchable: true
    DbLoginAttempts int

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    DbUserName string

    (Updatable) The database username.

    Added In: 2102181953

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • type: string
    • returned: request
    • caseExact: false
    • uniqueness: none
    • idcsSearchable: true
    dbLoginAttempts Integer

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    dbUserName String

    (Updatable) The database username.

    Added In: 2102181953

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • type: string
    • returned: request
    • caseExact: false
    • uniqueness: none
    • idcsSearchable: true
    dbLoginAttempts number

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    dbUserName string

    (Updatable) The database username.

    Added In: 2102181953

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • type: string
    • returned: request
    • caseExact: false
    • uniqueness: none
    • idcsSearchable: true
    db_login_attempts int

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    db_user_name str

    (Updatable) The database username.

    Added In: 2102181953

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • type: string
    • returned: request
    • caseExact: false
    • uniqueness: none
    • idcsSearchable: true
    dbLoginAttempts Number

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    dbUserName String

    (Updatable) The database username.

    Added In: 2102181953

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • type: string
    • returned: request
    • caseExact: false
    • uniqueness: none
    • idcsSearchable: true

    DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserArgs

    DbGlobalRoles List<string>

    (Updatable) DB global roles to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    DomainLevelSchema string

    (Updatable) DB domain level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    InstanceLevelSchema string

    (Updatable) DB instance level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    IsDbUser bool

    (Updatable) If true, indicates this is a database user.

    Added In: 18.2.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    PasswordVerifiers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier>

    (Updatable) Password Verifiers for DB User.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    DbGlobalRoles []string

    (Updatable) DB global roles to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    DomainLevelSchema string

    (Updatable) DB domain level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    InstanceLevelSchema string

    (Updatable) DB instance level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    IsDbUser bool

    (Updatable) If true, indicates this is a database user.

    Added In: 18.2.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    PasswordVerifiers []DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier

    (Updatable) Password Verifiers for DB User.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    dbGlobalRoles List<String>

    (Updatable) DB global roles to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    domainLevelSchema String

    (Updatable) DB domain level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    instanceLevelSchema String

    (Updatable) DB instance level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    isDbUser Boolean

    (Updatable) If true, indicates this is a database user.

    Added In: 18.2.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    passwordVerifiers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier>

    (Updatable) Password Verifiers for DB User.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    dbGlobalRoles string[]

    (Updatable) DB global roles to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    domainLevelSchema string

    (Updatable) DB domain level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    instanceLevelSchema string

    (Updatable) DB instance level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    isDbUser boolean

    (Updatable) If true, indicates this is a database user.

    Added In: 18.2.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    passwordVerifiers DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier[]

    (Updatable) Password Verifiers for DB User.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    db_global_roles Sequence[str]

    (Updatable) DB global roles to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    domain_level_schema str

    (Updatable) DB domain level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    instance_level_schema str

    (Updatable) DB instance level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    is_db_user bool

    (Updatable) If true, indicates this is a database user.

    Added In: 18.2.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    password_verifiers Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier]

    (Updatable) Password Verifiers for DB User.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    dbGlobalRoles List<String>

    (Updatable) DB global roles to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    domainLevelSchema String

    (Updatable) DB domain level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    instanceLevelSchema String

    (Updatable) DB instance level schema to which the user is granted access.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsSensitive: none
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    isDbUser Boolean

    (Updatable) If true, indicates this is a database user.

    Added In: 18.2.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    passwordVerifiers List<Property Map>

    (Updatable) Password Verifiers for DB User.

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier, DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifierArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs

    RealmUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser>

    (Updatable) A list of kerberos realm users for an Oracle Identity Cloud Service User

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    RealmUsers []DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser

    (Updatable) A list of kerberos realm users for an Oracle Identity Cloud Service User

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    realmUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser>

    (Updatable) A list of kerberos realm users for an Oracle Identity Cloud Service User

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    realmUsers DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser[]

    (Updatable) A list of kerberos realm users for an Oracle Identity Cloud Service User

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    realm_users Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser]

    (Updatable) A list of kerberos realm users for an Oracle Identity Cloud Service User

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    realmUsers List<Property Map>

    (Updatable) A list of kerberos realm users for an Oracle Identity Cloud Service User

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUserArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    PrincipalName string

    (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    RealmName string

    (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    PrincipalName string

    (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    RealmName string

    (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    principalName String

    (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    realmName String

    (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    principalName string

    (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    realmName string

    (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    principal_name str

    (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    realm_name str

    (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    principalName String

    (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    realmName String

    (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs

    BypassCodes List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode>

    (Updatable) A list of bypass codes that belongs to the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    Devices List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice>

    (Updatable) A list of devices enrolled by the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    LoginAttempts int

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    MfaEnabledOn string

    (Updatable) The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    MfaIgnoredApps List<string>

    (Updatable) User MFA Ignored Apps Identifiers

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    MfaStatus string

    (Updatable) The user opted for MFA.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PreferredAuthenticationFactor string

    (Updatable) The preferred authentication factor type.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PreferredAuthenticationMethod string

    (Updatable) The preferred authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PreferredDevice DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

    (Updatable) The user's preferred device.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    PreferredThirdPartyVendor string

    (Updatable) The preferred third-party vendor name.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    TrustedUserAgents List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent>

    (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    BypassCodes []DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode

    (Updatable) A list of bypass codes that belongs to the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    Devices []DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice

    (Updatable) A list of devices enrolled by the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    LoginAttempts int

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    MfaEnabledOn string

    (Updatable) The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    MfaIgnoredApps []string

    (Updatable) User MFA Ignored Apps Identifiers

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    MfaStatus string

    (Updatable) The user opted for MFA.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PreferredAuthenticationFactor string

    (Updatable) The preferred authentication factor type.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PreferredAuthenticationMethod string

    (Updatable) The preferred authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PreferredDevice DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

    (Updatable) The user's preferred device.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    PreferredThirdPartyVendor string

    (Updatable) The preferred third-party vendor name.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    TrustedUserAgents []DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent

    (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    bypassCodes List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode>

    (Updatable) A list of bypass codes that belongs to the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    devices List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice>

    (Updatable) A list of devices enrolled by the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    loginAttempts Integer

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    mfaEnabledOn String

    (Updatable) The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    mfaIgnoredApps List<String>

    (Updatable) User MFA Ignored Apps Identifiers

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    mfaStatus String

    (Updatable) The user opted for MFA.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferredAuthenticationFactor String

    (Updatable) The preferred authentication factor type.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferredAuthenticationMethod String

    (Updatable) The preferred authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferredDevice DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

    (Updatable) The user's preferred device.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferredThirdPartyVendor String

    (Updatable) The preferred third-party vendor name.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    trustedUserAgents List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent>

    (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    bypassCodes DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode[]

    (Updatable) A list of bypass codes that belongs to the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    devices DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice[]

    (Updatable) A list of devices enrolled by the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    loginAttempts number

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    mfaEnabledOn string

    (Updatable) The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    mfaIgnoredApps string[]

    (Updatable) User MFA Ignored Apps Identifiers

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    mfaStatus string

    (Updatable) The user opted for MFA.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferredAuthenticationFactor string

    (Updatable) The preferred authentication factor type.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferredAuthenticationMethod string

    (Updatable) The preferred authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferredDevice DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

    (Updatable) The user's preferred device.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferredThirdPartyVendor string

    (Updatable) The preferred third-party vendor name.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    trustedUserAgents DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent[]

    (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    bypass_codes Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode]

    (Updatable) A list of bypass codes that belongs to the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    devices Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice]

    (Updatable) A list of devices enrolled by the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    login_attempts int

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    mfa_enabled_on str

    (Updatable) The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    mfa_ignored_apps Sequence[str]

    (Updatable) User MFA Ignored Apps Identifiers

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    mfa_status str

    (Updatable) The user opted for MFA.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferred_authentication_factor str

    (Updatable) The preferred authentication factor type.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferred_authentication_method str

    (Updatable) The preferred authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferred_device identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

    (Updatable) The user's preferred device.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferred_third_party_vendor str

    (Updatable) The preferred third-party vendor name.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    trusted_user_agents Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent]

    (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    bypassCodes List<Property Map>

    (Updatable) A list of bypass codes that belongs to the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    devices List<Property Map>

    (Updatable) A list of devices enrolled by the user.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    loginAttempts Number

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    mfaEnabledOn String

    (Updatable) The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    mfaIgnoredApps List<String>

    (Updatable) User MFA Ignored Apps Identifiers

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    mfaStatus String

    (Updatable) The user opted for MFA.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferredAuthenticationFactor String

    (Updatable) The preferred authentication factor type.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferredAuthenticationMethod String

    (Updatable) The preferred authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    preferredDevice Property Map

    (Updatable) The user's preferred device.

    Added In: 18.3.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    preferredThirdPartyVendor String

    (Updatable) The preferred third-party vendor name.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    trustedUserAgents List<Property Map>

    (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    Added In: 18.3.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode, DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCodeArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice, DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDeviceArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    AuthenticationMethod string

    (Updatable) The authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    FactorStatus string

    (Updatable) The device authentication factor status.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    FactorType string

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    LastSyncTime string

    (Updatable) The last sync time for device.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Status string

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    ThirdPartyVendorName string

    (Updatable) The third-party factor vendor name.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    AuthenticationMethod string

    (Updatable) The authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    FactorStatus string

    (Updatable) The device authentication factor status.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    FactorType string

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    LastSyncTime string

    (Updatable) The last sync time for device.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Status string

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    ThirdPartyVendorName string

    (Updatable) The third-party factor vendor name.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    authenticationMethod String

    (Updatable) The authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorStatus String

    (Updatable) The device authentication factor status.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorType String

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    lastSyncTime String

    (Updatable) The last sync time for device.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    status String

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    thirdPartyVendorName String

    (Updatable) The third-party factor vendor name.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    authenticationMethod string

    (Updatable) The authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorStatus string

    (Updatable) The device authentication factor status.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorType string

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    lastSyncTime string

    (Updatable) The last sync time for device.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    status string

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    thirdPartyVendorName string

    (Updatable) The third-party factor vendor name.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    authentication_method str

    (Updatable) The authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factor_status str

    (Updatable) The device authentication factor status.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factor_type str

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    last_sync_time str

    (Updatable) The last sync time for device.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    status str

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    third_party_vendor_name str

    (Updatable) The third-party factor vendor name.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    authenticationMethod String

    (Updatable) The authentication method.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorStatus String

    (Updatable) The device authentication factor status.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorType String

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    lastSyncTime String

    (Updatable) The last sync time for device.

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    status String

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    thirdPartyVendorName String

    (Updatable) The third-party factor vendor name.

    Added In: 2009232244

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice, DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent, DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgentArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserArgs

    ApplicablePasswordPolicy DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

    (Updatable) Applicable Password Policy

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    CantChange bool

    (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    CantExpire bool

    (Updatable) Indicates that the password expiry policy will not be applied for the current Resource

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    Expired bool

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    LastFailedValidationDate string

    (Updatable) A DateTime that specifies the date and time when last failed password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    LastSuccessfulSetDate string

    (Updatable) A DateTime that specifies the date and time when the current password was set

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    LastSuccessfulValidationDate string

    (Updatable) A DateTime that specifies the date and time when last successful password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    MustChange bool

    (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    ApplicablePasswordPolicy DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

    (Updatable) Applicable Password Policy

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    CantChange bool

    (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    CantExpire bool

    (Updatable) Indicates that the password expiry policy will not be applied for the current Resource

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    Expired bool

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    LastFailedValidationDate string

    (Updatable) A DateTime that specifies the date and time when last failed password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    LastSuccessfulSetDate string

    (Updatable) A DateTime that specifies the date and time when the current password was set

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    LastSuccessfulValidationDate string

    (Updatable) A DateTime that specifies the date and time when last successful password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    MustChange bool

    (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    applicablePasswordPolicy DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

    (Updatable) Applicable Password Policy

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    cantChange Boolean

    (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    cantExpire Boolean

    (Updatable) Indicates that the password expiry policy will not be applied for the current Resource

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    expired Boolean

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    lastFailedValidationDate String

    (Updatable) A DateTime that specifies the date and time when last failed password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    lastSuccessfulSetDate String

    (Updatable) A DateTime that specifies the date and time when the current password was set

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    lastSuccessfulValidationDate String

    (Updatable) A DateTime that specifies the date and time when last successful password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    mustChange Boolean

    (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    applicablePasswordPolicy DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

    (Updatable) Applicable Password Policy

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    cantChange boolean

    (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    cantExpire boolean

    (Updatable) Indicates that the password expiry policy will not be applied for the current Resource

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    expired boolean

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    lastFailedValidationDate string

    (Updatable) A DateTime that specifies the date and time when last failed password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    lastSuccessfulSetDate string

    (Updatable) A DateTime that specifies the date and time when the current password was set

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    lastSuccessfulValidationDate string

    (Updatable) A DateTime that specifies the date and time when last successful password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    mustChange boolean

    (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    applicable_password_policy identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

    (Updatable) Applicable Password Policy

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    cant_change bool

    (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    cant_expire bool

    (Updatable) Indicates that the password expiry policy will not be applied for the current Resource

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    expired bool

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    last_failed_validation_date str

    (Updatable) A DateTime that specifies the date and time when last failed password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    last_successful_set_date str

    (Updatable) A DateTime that specifies the date and time when the current password was set

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    last_successful_validation_date str

    (Updatable) A DateTime that specifies the date and time when last successful password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    must_change bool

    (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    applicablePasswordPolicy Property Map

    (Updatable) Applicable Password Policy

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    cantChange Boolean

    (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    cantExpire Boolean

    (Updatable) Indicates that the password expiry policy will not be applied for the current Resource

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    expired Boolean

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    lastFailedValidationDate String

    (Updatable) A DateTime that specifies the date and time when last failed password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    lastSuccessfulSetDate String

    (Updatable) A DateTime that specifies the date and time when the current password was set

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    lastSuccessfulValidationDate String

    (Updatable) A DateTime that specifies the date and time when last successful password validation was set

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    mustChange Boolean

    (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy, DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicyArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Priority int

    (Updatable) PasswordPolicy priority

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Priority int

    (Updatable) PasswordPolicy priority

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    priority Integer

    (Updatable) PasswordPolicy priority

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    priority number

    (Updatable) PasswordPolicy priority

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    priority int

    (Updatable) PasswordPolicy priority

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    priority Number

    (Updatable) PasswordPolicy priority

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs

    FactorIdentifier DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

    (Updatable) Factor Identifier ID

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    FactorMethod string

    (Updatable) Authentication Factor Method

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    FactorType string

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    FactorIdentifier DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

    (Updatable) Factor Identifier ID

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    FactorMethod string

    (Updatable) Authentication Factor Method

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    FactorType string

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorIdentifier DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

    (Updatable) Factor Identifier ID

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    factorMethod String

    (Updatable) Authentication Factor Method

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorType String

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorIdentifier DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

    (Updatable) Factor Identifier ID

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    factorMethod string

    (Updatable) Authentication Factor Method

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorType string

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factor_identifier identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

    (Updatable) Factor Identifier ID

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    factor_method str

    (Updatable) Authentication Factor Method

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factor_type str

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorIdentifier Property Map

    (Updatable) Factor Identifier ID

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    factorMethod String

    (Updatable) Authentication Factor Method

    Added In: 2009232244

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    factorType String

    (Updatable) Authentication Factor Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier, DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs

    Gecos string

    (Updatable) General information about the POSIX account such as their real name and phone number

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    GidNumber int

    (Updatable) Primary Group identifier of the POSIX user

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    HomeDirectory string

    (Updatable) The absolute path to the home directory of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    LoginShell string

    (Updatable) The path to the login shell of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    UidNumber int

    (Updatable) Integer uniquely identifying a user in a POSIX administrative domain

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: server
    Gecos string

    (Updatable) General information about the POSIX account such as their real name and phone number

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    GidNumber int

    (Updatable) Primary Group identifier of the POSIX user

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    HomeDirectory string

    (Updatable) The absolute path to the home directory of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    LoginShell string

    (Updatable) The path to the login shell of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    UidNumber int

    (Updatable) Integer uniquely identifying a user in a POSIX administrative domain

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: server
    gecos String

    (Updatable) General information about the POSIX account such as their real name and phone number

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    gidNumber Integer

    (Updatable) Primary Group identifier of the POSIX user

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    homeDirectory String

    (Updatable) The absolute path to the home directory of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    loginShell String

    (Updatable) The path to the login shell of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    uidNumber Integer

    (Updatable) Integer uniquely identifying a user in a POSIX administrative domain

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: server
    gecos string

    (Updatable) General information about the POSIX account such as their real name and phone number

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    gidNumber number

    (Updatable) Primary Group identifier of the POSIX user

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    homeDirectory string

    (Updatable) The absolute path to the home directory of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    loginShell string

    (Updatable) The path to the login shell of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    uidNumber number

    (Updatable) Integer uniquely identifying a user in a POSIX administrative domain

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: server
    gecos str

    (Updatable) General information about the POSIX account such as their real name and phone number

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    gid_number int

    (Updatable) Primary Group identifier of the POSIX user

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    home_directory str

    (Updatable) The absolute path to the home directory of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    login_shell str

    (Updatable) The path to the login shell of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    uid_number int

    (Updatable) Integer uniquely identifying a user in a POSIX administrative domain

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: server
    gecos String

    (Updatable) General information about the POSIX account such as their real name and phone number

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    gidNumber Number

    (Updatable) Primary Group identifier of the POSIX user

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    homeDirectory String

    (Updatable) The absolute path to the home directory of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    loginShell String

    (Updatable) The path to the login shell of the POSIX account

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    uidNumber Number

    (Updatable) Integer uniquely identifying a user in a POSIX administrative domain

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: integer
    • uniqueness: server

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs

    SecQuestions List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion>

    (Updatable) The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    SecQuestions []DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion

    (Updatable) The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    secQuestions List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion>

    (Updatable) The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    secQuestions DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion[]

    (Updatable) The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    sec_questions Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion]

    (Updatable) The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    secQuestions List<Property Map>

    (Updatable) The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion, DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestionArgs

    Answer string

    (Updatable) The answer provided by a user for a security question.

    SCIM++ Properties:

    • idcsCsvAttributeName: Answer
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: true
    • returned: never
    • type: string
    • uniqueness: none
    • idcsPii: true
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    HintText string

    (Updatable) The hint for an answer that's given by user when setting up a security question.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Answer string

    (Updatable) The answer provided by a user for a security question.

    SCIM++ Properties:

    • idcsCsvAttributeName: Answer
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: true
    • returned: never
    • type: string
    • uniqueness: none
    • idcsPii: true
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    HintText string

    (Updatable) The hint for an answer that's given by user when setting up a security question.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    answer String

    (Updatable) The answer provided by a user for a security question.

    SCIM++ Properties:

    • idcsCsvAttributeName: Answer
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: true
    • returned: never
    • type: string
    • uniqueness: none
    • idcsPii: true
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    hintText String

    (Updatable) The hint for an answer that's given by user when setting up a security question.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    answer string

    (Updatable) The answer provided by a user for a security question.

    SCIM++ Properties:

    • idcsCsvAttributeName: Answer
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: true
    • returned: never
    • type: string
    • uniqueness: none
    • idcsPii: true
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    hintText string

    (Updatable) The hint for an answer that's given by user when setting up a security question.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    answer str

    (Updatable) The answer provided by a user for a security question.

    SCIM++ Properties:

    • idcsCsvAttributeName: Answer
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: true
    • returned: never
    • type: string
    • uniqueness: none
    • idcsPii: true
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    hint_text str

    (Updatable) The hint for an answer that's given by user when setting up a security question.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    answer String

    (Updatable) The answer provided by a user for a security question.

    SCIM++ Properties:

    • idcsCsvAttributeName: Answer
    • idcsSearchable: false
    • idcsSensitive: hash
    • multiValued: false
    • mutability: writeOnly
    • required: true
    • returned: never
    • type: string
    • uniqueness: none
    • idcsPii: true
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    hintText String

    (Updatable) The hint for an answer that's given by user when setting up a security question.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs

    AllowSelfChange bool

    (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    AllowSelfChange bool

    (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    allowSelfChange Boolean

    (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    allowSelfChange boolean

    (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    allow_self_change bool

    (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    allowSelfChange Boolean

    (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs

    SelfRegistrationProfile DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

    (Updatable) Self registration profile used when user is self registered.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: true
    • returned: request
    • type: complex
    • uniqueness: none
    ConsentGranted bool

    (Updatable) A boolean value that indicates whether the consent is granted.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    UserToken string

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    SelfRegistrationProfile DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

    (Updatable) Self registration profile used when user is self registered.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: true
    • returned: request
    • type: complex
    • uniqueness: none
    ConsentGranted bool

    (Updatable) A boolean value that indicates whether the consent is granted.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    UserToken string

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    selfRegistrationProfile DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

    (Updatable) Self registration profile used when user is self registered.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: true
    • returned: request
    • type: complex
    • uniqueness: none
    consentGranted Boolean

    (Updatable) A boolean value that indicates whether the consent is granted.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    userToken String

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    selfRegistrationProfile DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

    (Updatable) Self registration profile used when user is self registered.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: true
    • returned: request
    • type: complex
    • uniqueness: none
    consentGranted boolean

    (Updatable) A boolean value that indicates whether the consent is granted.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    userToken string

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    self_registration_profile identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

    (Updatable) Self registration profile used when user is self registered.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: true
    • returned: request
    • type: complex
    • uniqueness: none
    consent_granted bool

    (Updatable) A boolean value that indicates whether the consent is granted.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    user_token str

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    selfRegistrationProfile Property Map

    (Updatable) Self registration profile used when user is self registered.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: true
    • returned: request
    • type: complex
    • uniqueness: none
    consentGranted Boolean

    (Updatable) A boolean value that indicates whether the consent is granted.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    userToken String

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile, DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs

    SffAuthKeys string

    (Updatable) SFF auth keys clob

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    SffAuthKeys string

    (Updatable) SFF auth keys clob

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    sffAuthKeys String

    (Updatable) SFF auth keys clob

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    sffAuthKeys string

    (Updatable) SFF auth keys clob

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    sff_auth_keys str

    (Updatable) SFF auth keys clob

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    sffAuthKeys String

    (Updatable) SFF auth keys clob

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs

    SocialAccounts List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount>

    (Updatable) Description:

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • idcsPii: true
    • type: complex
    • uniqueness: none
    SocialAccounts []DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount

    (Updatable) Description:

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • idcsPii: true
    • type: complex
    • uniqueness: none
    socialAccounts List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount>

    (Updatable) Description:

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • idcsPii: true
    • type: complex
    • uniqueness: none
    socialAccounts DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount[]

    (Updatable) Description:

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • idcsPii: true
    • type: complex
    • uniqueness: none
    social_accounts Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount]

    (Updatable) Description:

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • idcsPii: true
    • type: complex
    • uniqueness: none
    socialAccounts List<Property Map>

    (Updatable) Description:

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • idcsPii: true
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount, DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccountArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs

    TermsOfUseConsents List<DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent>

    (Updatable) Description:

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    TermsOfUseConsents []DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent

    (Updatable) Description:

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    termsOfUseConsents List<DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent>

    (Updatable) Description:

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    termsOfUseConsents DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent[]

    (Updatable) Description:

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    terms_of_use_consents Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent]

    (Updatable) Description:

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    termsOfUseConsents List<Property Map>

    (Updatable) Description:

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent, DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsentArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserArgs

    ApiKeys List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey>

    (Updatable) A list of API keys corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    AuthTokens List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken>

    (Updatable) A list of Auth tokens corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    CustomerSecretKeys List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey>

    (Updatable) A list of customer secret keys corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    DbCredentials List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential>

    (Updatable) A list of database credentials corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    OAuth2clientCredentials List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential>

    (Updatable) A list of OAuth2 client credentials corresponding to a user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    SmtpCredentials List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential>

    (Updatable) A list of SMTP credentials corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    ApiKeys []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey

    (Updatable) A list of API keys corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    AuthTokens []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken

    (Updatable) A list of Auth tokens corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    CustomerSecretKeys []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey

    (Updatable) A list of customer secret keys corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    DbCredentials []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential

    (Updatable) A list of database credentials corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    OAuth2clientCredentials []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential

    (Updatable) A list of OAuth2 client credentials corresponding to a user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    SmtpCredentials []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential

    (Updatable) A list of SMTP credentials corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    apiKeys List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey>

    (Updatable) A list of API keys corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    authTokens List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken>

    (Updatable) A list of Auth tokens corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    customerSecretKeys List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey>

    (Updatable) A list of customer secret keys corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    dbCredentials List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential>

    (Updatable) A list of database credentials corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    oAuth2clientCredentials List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential>

    (Updatable) A list of OAuth2 client credentials corresponding to a user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    smtpCredentials List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential>

    (Updatable) A list of SMTP credentials corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    apiKeys DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey[]

    (Updatable) A list of API keys corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    authTokens DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken[]

    (Updatable) A list of Auth tokens corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    customerSecretKeys DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey[]

    (Updatable) A list of customer secret keys corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    dbCredentials DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential[]

    (Updatable) A list of database credentials corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    oAuth2clientCredentials DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential[]

    (Updatable) A list of OAuth2 client credentials corresponding to a user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    smtpCredentials DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential[]

    (Updatable) A list of SMTP credentials corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    api_keys Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey]

    (Updatable) A list of API keys corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    auth_tokens Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken]

    (Updatable) A list of Auth tokens corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    customer_secret_keys Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey]

    (Updatable) A list of customer secret keys corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    db_credentials Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential]

    (Updatable) A list of database credentials corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    o_auth2client_credentials Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential]

    (Updatable) A list of OAuth2 client credentials corresponding to a user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    smtp_credentials Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential]

    (Updatable) A list of SMTP credentials corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    apiKeys List<Property Map>

    (Updatable) A list of API keys corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    authTokens List<Property Map>

    (Updatable) A list of Auth tokens corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    customerSecretKeys List<Property Map>

    (Updatable) A list of customer secret keys corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    dbCredentials List<Property Map>

    (Updatable) A list of database credentials corresponding to user.

    Added In: 2102181953

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    oAuth2clientCredentials List<Property Map>

    (Updatable) A list of OAuth2 client credentials corresponding to a user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    smtpCredentials List<Property Map>

    (Updatable) A list of SMTP credentials corresponding to user.

    Added In: 2012271618

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKeyArgs

    Key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key String

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key string

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key str

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    key String

    (Updatable) The user's API key value.

    Added In: 2106240046

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthTokenArgs

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKeyArgs

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredentialArgs

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredentialArgs

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredentialArgs

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs

    LastFailedLoginDate string

    (Updatable) The last failed login date.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    LastSuccessfulLoginDate string

    (Updatable) The last successful login date.

    SCIM++ Properties:

    • idcsSearchable: true
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    Locked DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked

    (Updatable) A complex attribute that indicates an account is locked (blocking any new sessions).

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]
    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    LoginAttempts int

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    MaxConcurrentSessions int

    (Updatable) The maximum number of concurrent sessions for a user.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsMaxValue: 999
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    PreviousSuccessfulLoginDate string

    (Updatable) The previous successful login date.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    RecoveryAttempts int

    (Updatable) The number of failed recovery attempts. The value is reset to 0 after a successful login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    RecoveryEnrollAttempts int

    (Updatable) The number of failed account recovery enrollment attempts.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    RecoveryLocked DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked

    (Updatable) A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    LastFailedLoginDate string

    (Updatable) The last failed login date.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    LastSuccessfulLoginDate string

    (Updatable) The last successful login date.

    SCIM++ Properties:

    • idcsSearchable: true
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    Locked DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked

    (Updatable) A complex attribute that indicates an account is locked (blocking any new sessions).

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]
    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    LoginAttempts int

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    MaxConcurrentSessions int

    (Updatable) The maximum number of concurrent sessions for a user.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsMaxValue: 999
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    PreviousSuccessfulLoginDate string

    (Updatable) The previous successful login date.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    RecoveryAttempts int

    (Updatable) The number of failed recovery attempts. The value is reset to 0 after a successful login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    RecoveryEnrollAttempts int

    (Updatable) The number of failed account recovery enrollment attempts.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    RecoveryLocked DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked

    (Updatable) A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    lastFailedLoginDate String

    (Updatable) The last failed login date.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    lastSuccessfulLoginDate String

    (Updatable) The last successful login date.

    SCIM++ Properties:

    • idcsSearchable: true
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    locked DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked

    (Updatable) A complex attribute that indicates an account is locked (blocking any new sessions).

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]
    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    loginAttempts Integer

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    maxConcurrentSessions Integer

    (Updatable) The maximum number of concurrent sessions for a user.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsMaxValue: 999
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    previousSuccessfulLoginDate String

    (Updatable) The previous successful login date.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    recoveryAttempts Integer

    (Updatable) The number of failed recovery attempts. The value is reset to 0 after a successful login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    recoveryEnrollAttempts Integer

    (Updatable) The number of failed account recovery enrollment attempts.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    recoveryLocked DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked

    (Updatable) A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    lastFailedLoginDate string

    (Updatable) The last failed login date.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    lastSuccessfulLoginDate string

    (Updatable) The last successful login date.

    SCIM++ Properties:

    • idcsSearchable: true
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    locked DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked

    (Updatable) A complex attribute that indicates an account is locked (blocking any new sessions).

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]
    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    loginAttempts number

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    maxConcurrentSessions number

    (Updatable) The maximum number of concurrent sessions for a user.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsMaxValue: 999
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    previousSuccessfulLoginDate string

    (Updatable) The previous successful login date.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    recoveryAttempts number

    (Updatable) The number of failed recovery attempts. The value is reset to 0 after a successful login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    recoveryEnrollAttempts number

    (Updatable) The number of failed account recovery enrollment attempts.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    recoveryLocked DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked

    (Updatable) A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    last_failed_login_date str

    (Updatable) The last failed login date.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    last_successful_login_date str

    (Updatable) The last successful login date.

    SCIM++ Properties:

    • idcsSearchable: true
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    locked identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked

    (Updatable) A complex attribute that indicates an account is locked (blocking any new sessions).

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]
    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    login_attempts int

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    max_concurrent_sessions int

    (Updatable) The maximum number of concurrent sessions for a user.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsMaxValue: 999
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    previous_successful_login_date str

    (Updatable) The previous successful login date.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    recovery_attempts int

    (Updatable) The number of failed recovery attempts. The value is reset to 0 after a successful login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    recovery_enroll_attempts int

    (Updatable) The number of failed account recovery enrollment attempts.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    recovery_locked identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked

    (Updatable) A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    lastFailedLoginDate String

    (Updatable) The last failed login date.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    lastSuccessfulLoginDate String

    (Updatable) The last successful login date.

    SCIM++ Properties:

    • idcsSearchable: true
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    locked Property Map

    (Updatable) A complex attribute that indicates an account is locked (blocking any new sessions).

    SCIM++ Properties:

    • idcsCsvAttributeNameMappings: [[columnHeaderName:Locked, mapsTo:locked.on], [columnHeaderName:Locked Reason, mapsTo:locked.reason], [columnHeaderName:Locked Date, mapsTo:locked.lockDate]]
    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    loginAttempts Number

    (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

    SCIM++ Properties:

    • idcsSearchable: false
    • idcsAllowUpdatesInReadOnlyMode: true
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    maxConcurrentSessions Number

    (Updatable) The maximum number of concurrent sessions for a user.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsMaxValue: 999
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    previousSuccessfulLoginDate String

    (Updatable) The previous successful login date.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    recoveryAttempts Number

    (Updatable) The number of failed recovery attempts. The value is reset to 0 after a successful login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    recoveryEnrollAttempts Number

    (Updatable) The number of failed account recovery enrollment attempts.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: integer
    • uniqueness: none
    recoveryLocked Property Map

    (Updatable) A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs

    Expired bool

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    LockDate string

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    On bool

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Reason int

    (Updatable) Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    Expired bool

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    LockDate string

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    On bool

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Reason int

    (Updatable) Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    expired Boolean

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    lockDate String

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    on Boolean

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    reason Integer

    (Updatable) Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    expired boolean

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    lockDate string

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    on boolean

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    reason number

    (Updatable) Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    expired bool

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    lock_date str

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    on bool

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    reason int

    (Updatable) Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    expired Boolean

    (Updatable) Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    lockDate String

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    on Boolean

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    reason Number

    (Updatable) Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs

    LockDate string

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    On bool

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    LockDate string

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    On bool

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    lockDate String

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    on Boolean

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    lockDate string

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    on boolean

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    lock_date str

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    on bool

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    lockDate String

    (Updatable) The date and time that the current resource was locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    on Boolean

    (Updatable) Indicates that the recovery is locked.

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs

    AccountRecoveryRequired bool

    (Updatable) Boolean value to prompt user to setup account recovery during login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    Accounts List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount>

    (Updatable) Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    AppRoles List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole>

    (Updatable) A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    ApplicableAuthenticationTargetApps List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp>

    (Updatable) The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    BypassNotification bool

    (Updatable) A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[columnHeaderName:ByPass Notification]]
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    CreationMechanism string

    (Updatable) User creation mechanism

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[defaultValue:import]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    DelegatedAuthenticationTargetApp DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp

    (Updatable) If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    DoNotShowGettingStarted bool

    (Updatable) A Boolean value indicating whether or not to hide the getting started page

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Grants List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant>

    (Updatable) Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    GroupMembershipLastModified string

    (Updatable) Specifies date time when a User's group membership was last modified.

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    IdcsAppRolesLimitedToGroups List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup>

    (Updatable) Description:

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCompositeKey: [value, idcsAppRoleId]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    IsAccountRecoveryEnrolled bool

    (Updatable) A Boolean value indicating whether or not a user is enrolled for account recovery

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    IsAuthenticationDelegated bool

    (Updatable) A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    IsFederatedUser bool

    (Updatable) A Boolean value indicating whether or not the user is federated.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Federated
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Federated]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    IsGroupMembershipNormalized bool

    (Updatable) A Boolean value indicating whether or not group membership is normalized for this user.

    Deprecated Since: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    IsGroupMembershipSyncedToUsersGroups bool

    (Updatable) A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    Added In: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    NotificationEmailTemplateId string

    (Updatable) Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    PreferredUiLandingPage string

    (Updatable) User's preferred landing page following login, logout and reset password.

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ServiceUser bool

    (Updatable) Indicates if User is a Service User

    Added In: 2306131901

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Service User
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Service User]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Status string

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    SupportAccounts List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount>

    (Updatable) A list of Support Accounts corresponding to user.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    SyncedFromApp DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp

    (Updatable) Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    UserFlowControlledByExternalClient bool

    (Updatable) A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    UserProvider string

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    UserTokens List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken>

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    AccountRecoveryRequired bool

    (Updatable) Boolean value to prompt user to setup account recovery during login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    Accounts []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount

    (Updatable) Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    AppRoles []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole

    (Updatable) A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    ApplicableAuthenticationTargetApps []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp

    (Updatable) The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    BypassNotification bool

    (Updatable) A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[columnHeaderName:ByPass Notification]]
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    CreationMechanism string

    (Updatable) User creation mechanism

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[defaultValue:import]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    DelegatedAuthenticationTargetApp DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp

    (Updatable) If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    DoNotShowGettingStarted bool

    (Updatable) A Boolean value indicating whether or not to hide the getting started page

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Grants []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant

    (Updatable) Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    GroupMembershipLastModified string

    (Updatable) Specifies date time when a User's group membership was last modified.

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    IdcsAppRolesLimitedToGroups []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup

    (Updatable) Description:

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCompositeKey: [value, idcsAppRoleId]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    IsAccountRecoveryEnrolled bool

    (Updatable) A Boolean value indicating whether or not a user is enrolled for account recovery

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    IsAuthenticationDelegated bool

    (Updatable) A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    IsFederatedUser bool

    (Updatable) A Boolean value indicating whether or not the user is federated.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Federated
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Federated]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    IsGroupMembershipNormalized bool

    (Updatable) A Boolean value indicating whether or not group membership is normalized for this user.

    Deprecated Since: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    IsGroupMembershipSyncedToUsersGroups bool

    (Updatable) A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    Added In: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    NotificationEmailTemplateId string

    (Updatable) Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    PreferredUiLandingPage string

    (Updatable) User's preferred landing page following login, logout and reset password.

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ServiceUser bool

    (Updatable) Indicates if User is a Service User

    Added In: 2306131901

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Service User
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Service User]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Status string

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    SupportAccounts []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount

    (Updatable) A list of Support Accounts corresponding to user.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    SyncedFromApp DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp

    (Updatable) Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    UserFlowControlledByExternalClient bool

    (Updatable) A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    UserProvider string

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    UserTokens []DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    accountRecoveryRequired Boolean

    (Updatable) Boolean value to prompt user to setup account recovery during login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    accounts List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount>

    (Updatable) Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    appRoles List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole>

    (Updatable) A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    applicableAuthenticationTargetApps List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp>

    (Updatable) The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    bypassNotification Boolean

    (Updatable) A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[columnHeaderName:ByPass Notification]]
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    creationMechanism String

    (Updatable) User creation mechanism

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[defaultValue:import]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    delegatedAuthenticationTargetApp DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp

    (Updatable) If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    doNotShowGettingStarted Boolean

    (Updatable) A Boolean value indicating whether or not to hide the getting started page

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    grants List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant>

    (Updatable) Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    groupMembershipLastModified String

    (Updatable) Specifies date time when a User's group membership was last modified.

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    idcsAppRolesLimitedToGroups List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup>

    (Updatable) Description:

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCompositeKey: [value, idcsAppRoleId]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    isAccountRecoveryEnrolled Boolean

    (Updatable) A Boolean value indicating whether or not a user is enrolled for account recovery

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    isAuthenticationDelegated Boolean

    (Updatable) A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    isFederatedUser Boolean

    (Updatable) A Boolean value indicating whether or not the user is federated.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Federated
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Federated]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    isGroupMembershipNormalized Boolean

    (Updatable) A Boolean value indicating whether or not group membership is normalized for this user.

    Deprecated Since: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    isGroupMembershipSyncedToUsersGroups Boolean

    (Updatable) A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    Added In: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    notificationEmailTemplateId String

    (Updatable) Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    preferredUiLandingPage String

    (Updatable) User's preferred landing page following login, logout and reset password.

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    serviceUser Boolean

    (Updatable) Indicates if User is a Service User

    Added In: 2306131901

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Service User
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Service User]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    status String

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    supportAccounts List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount>

    (Updatable) A list of Support Accounts corresponding to user.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    syncedFromApp DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp

    (Updatable) Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    userFlowControlledByExternalClient Boolean

    (Updatable) A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    userProvider String

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    userTokens List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken>

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    accountRecoveryRequired boolean

    (Updatable) Boolean value to prompt user to setup account recovery during login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    accounts DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount[]

    (Updatable) Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    appRoles DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole[]

    (Updatable) A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    applicableAuthenticationTargetApps DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp[]

    (Updatable) The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    bypassNotification boolean

    (Updatable) A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[columnHeaderName:ByPass Notification]]
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    creationMechanism string

    (Updatable) User creation mechanism

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[defaultValue:import]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    delegatedAuthenticationTargetApp DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp

    (Updatable) If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    doNotShowGettingStarted boolean

    (Updatable) A Boolean value indicating whether or not to hide the getting started page

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    grants DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant[]

    (Updatable) Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    groupMembershipLastModified string

    (Updatable) Specifies date time when a User's group membership was last modified.

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    idcsAppRolesLimitedToGroups DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup[]

    (Updatable) Description:

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCompositeKey: [value, idcsAppRoleId]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    isAccountRecoveryEnrolled boolean

    (Updatable) A Boolean value indicating whether or not a user is enrolled for account recovery

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    isAuthenticationDelegated boolean

    (Updatable) A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    isFederatedUser boolean

    (Updatable) A Boolean value indicating whether or not the user is federated.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Federated
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Federated]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    isGroupMembershipNormalized boolean

    (Updatable) A Boolean value indicating whether or not group membership is normalized for this user.

    Deprecated Since: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    isGroupMembershipSyncedToUsersGroups boolean

    (Updatable) A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    Added In: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    notificationEmailTemplateId string

    (Updatable) Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    preferredUiLandingPage string

    (Updatable) User's preferred landing page following login, logout and reset password.

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    serviceUser boolean

    (Updatable) Indicates if User is a Service User

    Added In: 2306131901

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Service User
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Service User]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    status string

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    supportAccounts DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount[]

    (Updatable) A list of Support Accounts corresponding to user.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    syncedFromApp DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp

    (Updatable) Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    userFlowControlledByExternalClient boolean

    (Updatable) A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    userProvider string

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    userTokens DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken[]

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    account_recovery_required bool

    (Updatable) Boolean value to prompt user to setup account recovery during login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    accounts Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount]

    (Updatable) Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    app_roles Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole]

    (Updatable) A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    applicable_authentication_target_apps Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp]

    (Updatable) The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    bypass_notification bool

    (Updatable) A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[columnHeaderName:ByPass Notification]]
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    creation_mechanism str

    (Updatable) User creation mechanism

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[defaultValue:import]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    delegated_authentication_target_app identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp

    (Updatable) If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    do_not_show_getting_started bool

    (Updatable) A Boolean value indicating whether or not to hide the getting started page

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    grants Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant]

    (Updatable) Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    group_membership_last_modified str

    (Updatable) Specifies date time when a User's group membership was last modified.

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    idcs_app_roles_limited_to_groups Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup]

    (Updatable) Description:

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCompositeKey: [value, idcsAppRoleId]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    is_account_recovery_enrolled bool

    (Updatable) A Boolean value indicating whether or not a user is enrolled for account recovery

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    is_authentication_delegated bool

    (Updatable) A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    is_federated_user bool

    (Updatable) A Boolean value indicating whether or not the user is federated.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Federated
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Federated]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    is_group_membership_normalized bool

    (Updatable) A Boolean value indicating whether or not group membership is normalized for this user.

    Deprecated Since: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    is_group_membership_synced_to_users_groups bool

    (Updatable) A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    Added In: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    notification_email_template_id str

    (Updatable) Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    preferred_ui_landing_page str

    (Updatable) User's preferred landing page following login, logout and reset password.

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    service_user bool

    (Updatable) Indicates if User is a Service User

    Added In: 2306131901

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Service User
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Service User]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    status str

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    support_accounts Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount]

    (Updatable) A list of Support Accounts corresponding to user.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    synced_from_app identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp

    (Updatable) Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    user_flow_controlled_by_external_client bool

    (Updatable) A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    user_provider str

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    user_tokens Sequence[identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken]

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    accountRecoveryRequired Boolean

    (Updatable) Boolean value to prompt user to setup account recovery during login.

    Added In: 19.1.4

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    accounts List<Property Map>

    (Updatable) Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    SCIM++ Properties:

    • idcsPii: true
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    appRoles List<Property Map>

    (Updatable) A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    applicableAuthenticationTargetApps List<Property Map>

    (Updatable) The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    Added In: 18.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    bypassNotification Boolean

    (Updatable) A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[columnHeaderName:ByPass Notification]]
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    creationMechanism String

    (Updatable) User creation mechanism

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeNameMappings: [[defaultValue:import]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    delegatedAuthenticationTargetApp Property Map

    (Updatable) If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    doNotShowGettingStarted Boolean

    (Updatable) A Boolean value indicating whether or not to hide the getting started page

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    grants List<Property Map>

    (Updatable) Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    groupMembershipLastModified String

    (Updatable) Specifies date time when a User's group membership was last modified.

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: dateTime
    • uniqueness: none
    idcsAppRolesLimitedToGroups List<Property Map>

    (Updatable) Description:

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCompositeKey: [value, idcsAppRoleId]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    isAccountRecoveryEnrolled Boolean

    (Updatable) A Boolean value indicating whether or not a user is enrolled for account recovery

    Added In: 19.1.4

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: boolean
    • uniqueness: none
    isAuthenticationDelegated Boolean

    (Updatable) A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    isFederatedUser Boolean

    (Updatable) A Boolean value indicating whether or not the user is federated.

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Federated
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Federated]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • idcsRequiresWriteForAccessFlows: true
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    isGroupMembershipNormalized Boolean

    (Updatable) A Boolean value indicating whether or not group membership is normalized for this user.

    Deprecated Since: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    isGroupMembershipSyncedToUsersGroups Boolean

    (Updatable) A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    Added In: 19.3.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    notificationEmailTemplateId String

    (Updatable) Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: writeOnly
    • required: false
    • returned: never
    • type: string
    • uniqueness: none
    preferredUiLandingPage String

    (Updatable) User's preferred landing page following login, logout and reset password.

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    serviceUser Boolean

    (Updatable) Indicates if User is a Service User

    Added In: 2306131901

    SCIM++ Properties:

    • caseExact: false
    • idcsCsvAttributeName: Service User
    • idcsCsvAttributeNameMappings: [[columnHeaderName:Service User]]
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    status String

    (Updatable) A supplemental status indicating the reason why a user is disabled

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    supportAccounts List<Property Map>

    (Updatable) A list of Support Accounts corresponding to user.

    Added In: 2103141444

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: complex
    • uniqueness: none
    syncedFromApp Property Map

    (Updatable) Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    Added In: 18.2.6

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    userFlowControlledByExternalClient Boolean

    (Updatable) A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: never
    • type: boolean
    • uniqueness: none
    userProvider String

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    userTokens List<Property Map>

    (Updatable) User token returned if userFlowControlledByExternalClient is true

    Added In: 18.4.2

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccountArgs

    Active bool

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    AppId string

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Name string

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Active bool

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    AppId string

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Name string

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    active Boolean

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    appId String

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    name String

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    active boolean

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    appId string

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    name string

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    active bool

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    app_id str

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    name str

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    active Boolean

    (Updatable) Status of the account

    Added In: 17.4.6

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    appId String

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    name String

    (Updatable) Name of the account assigned to the User.

    Added In: 17.4.6

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRoleArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    AdminRole bool

    (Updatable) If true, then the role provides administrative access privileges. READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    AppId string

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    AppName string

    (Updatable) The name (Client ID) of the App that defines this AppRole.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    LegacyGroupName string

    (Updatable) The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    AdminRole bool

    (Updatable) If true, then the role provides administrative access privileges. READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    AppId string

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    AppName string

    (Updatable) The name (Client ID) of the App that defines this AppRole.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    LegacyGroupName string

    (Updatable) The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    adminRole Boolean

    (Updatable) If true, then the role provides administrative access privileges. READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    appId String

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    appName String

    (Updatable) The name (Client ID) of the App that defines this AppRole.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    legacyGroupName String

    (Updatable) The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    adminRole boolean

    (Updatable) If true, then the role provides administrative access privileges. READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    appId string

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    appName string

    (Updatable) The name (Client ID) of the App that defines this AppRole.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    legacyGroupName string

    (Updatable) The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    admin_role bool

    (Updatable) If true, then the role provides administrative access privileges. READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    app_id str

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    app_name str

    (Updatable) The name (Client ID) of the App that defines this AppRole.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    legacy_group_name str

    (Updatable) The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    adminRole Boolean

    (Updatable) If true, then the role provides administrative access privileges. READ-ONLY.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    appId String

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    appName String

    (Updatable) The name (Client ID) of the App that defines this AppRole.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    legacyGroupName String

    (Updatable) The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetAppArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    TargetRequestTimeout int

    (Updatable) Timeout interval for Synchronization TargetAction in milliseconds

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    TargetRequestTimeout int

    (Updatable) Timeout interval for Synchronization TargetAction in milliseconds

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    targetRequestTimeout Integer

    (Updatable) Timeout interval for Synchronization TargetAction in milliseconds

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    targetRequestTimeout number

    (Updatable) Timeout interval for Synchronization TargetAction in milliseconds

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    target_request_timeout int

    (Updatable) Timeout interval for Synchronization TargetAction in milliseconds

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    targetRequestTimeout Number

    (Updatable) Timeout interval for Synchronization TargetAction in milliseconds

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrantArgs

    AppId string

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    GrantMechanism string

    (Updatable) Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    GrantorId string

    (Updatable) Grantor identifier

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    AppId string

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    GrantMechanism string

    (Updatable) Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    GrantorId string

    (Updatable) Grantor identifier

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    appId String

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    grantMechanism String

    (Updatable) Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    grantorId String

    (Updatable) Grantor identifier

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    appId string

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    grantMechanism string

    (Updatable) Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    grantorId string

    (Updatable) Grantor identifier

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    app_id str

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    grant_mechanism str

    (Updatable) Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    grantor_id str

    (Updatable) Grantor identifier

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    appId String

    (Updatable) The ID of the App in this Grant.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    grantMechanism String

    (Updatable) Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    grantorId String

    (Updatable) Grantor identifier

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroupArgs

    IdcsAppRoleId string

    (Updatable) The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCsvAttributeName: IDCS AppRole Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    IdcsAppRoleId string

    (Updatable) The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCsvAttributeName: IDCS AppRole Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    idcsAppRoleId String

    (Updatable) The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCsvAttributeName: IDCS AppRole Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    idcsAppRoleId string

    (Updatable) The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCsvAttributeName: IDCS AppRole Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    idcs_app_role_id str

    (Updatable) The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCsvAttributeName: IDCS AppRole Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    idcsAppRoleId String

    (Updatable) The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    Added In: 19.2.1

    SCIM++ Properties:

    • idcsCsvAttributeName: IDCS AppRole Name
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccountArgs

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    UserId string

    (Updatable) User Support User Id

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    UserProvider string

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    UserId string

    (Updatable) User Support User Id

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    UserProvider string

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    userId String

    (Updatable) User Support User Id

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    userProvider String

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid string

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    userId string

    (Updatable) User Support User Id

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    userProvider string

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid str

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    user_id str

    (Updatable) User Support User Id

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    user_provider str

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ocid String

    (Updatable) The OCID of the user's support account.

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    userId String

    (Updatable) User Support User Id

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    userProvider String

    (Updatable) User Support Account Provider

    Added In: 2103141444

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs

    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none

    DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken, DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserTokenArgs

    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref string

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref str

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ref String

    (Updatable) User Token URI

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: reference
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DomainsUserX509certificate, DomainsUserX509certificateArgs

    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display string

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type string

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display str

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary bool

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type str

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) The value of a X509 certificate.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: binary
    • uniqueness: none

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    display String

    (Updatable) A human readable name, primarily used for display purposes.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    primary Boolean

    (Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    type String

    (Updatable) A label indicating the attribute's function.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    Import

    Users can be imported using the id, e.g.

    $ pulumi import oci:Identity/domainsUser:DomainsUser test_user "idcsEndpoint/{idcsEndpoint}/users/{userId}"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi