1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Identity
  5. DomainsUser
Oracle Cloud Infrastructure v1.11.0 published on Wednesday, Sep 27, 2023 by Pulumi

oci.Identity.DomainsUser

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.11.0 published on Wednesday, Sep 27, 2023 by Pulumi

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

    Create a user.

    Example Usage

    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.DomainsUserNameArgs;
    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.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())
                .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())
                .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())
                .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_urnietfparamsscimschemasoracleidcsextensionuser_user_preferred_ui_landing_page())
                    .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());
    
        }
    }
    

    Coming soon!

    Coming soon!

    resources:
      testUser:
        type: oci:Identity:DomainsUser
        properties:
          #Required
          idcsEndpoint: ${data.oci_identity_domain.test_domain.url}
          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}
          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}
          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_urnietfparamsscimschemasoracleidcsextensionuser_user_preferred_ui_landing_page}
            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

    new DomainsUser(name: string, args: DomainsUserArgs, opts?: CustomResourceOptions);
    @overload
    def DomainsUser(resource_name: 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,
                    description: Optional[str] = None,
                    display_name: Optional[str] = None,
                    emails: Optional[Sequence[_identity.DomainsUserEmailArgs]] = None,
                    entitlements: Optional[Sequence[_identity.DomainsUserEntitlementArgs]] = None,
                    external_id: Optional[str] = None,
                    idcs_endpoint: Optional[str] = None,
                    ims: Optional[Sequence[_identity.DomainsUserImArgs]] = None,
                    locale: Optional[str] = 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,
                    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,
                    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,
                    user_name: Optional[str] = None,
                    user_type: Optional[str] = None,
                    x509certificates: Optional[Sequence[_identity.DomainsUserX509certificateArgs]] = None)
    @overload
    def DomainsUser(resource_name: str,
                    args: DomainsUserArgs,
                    opts: Optional[ResourceOptions] = 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.
    
    
    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.

    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

    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
    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
    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

    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
    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
    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

    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
    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
    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

    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
    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
    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

    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
    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 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 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
    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 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
    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 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
    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 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 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 DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs

    (Updatable) Enterprise User

    urnietfparamsscimschemasoracleidcsextension_oci_tags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs

    (Updatable) Oracle Cloud Infrastructure Tags.

    urnietfparamsscimschemasoracleidcsextensionadaptive_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs

    (Updatable) This extension defines attributes to manage user's risk score.

    urnietfparamsscimschemasoracleidcsextensioncapabilities_user DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs

    (Updatable) User's Capabilities

    urnietfparamsscimschemasoracleidcsextensiondb_credentials_user DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs

    (Updatable) The database credentials user extension.

    urnietfparamsscimschemasoracleidcsextensionkerberos_user_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs

    (Updatable) Kerberos User extension

    urnietfparamsscimschemasoracleidcsextensionmfa_user 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 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 DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs

    (Updatable) POSIX User extension

    urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs

    (Updatable) This extension defines the attributes used to store the security questions of a user.

    urnietfparamsscimschemasoracleidcsextensionself_change_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs

    (Updatable) Controls whether a user can update themselves or not via User related APIs

    urnietfparamsscimschemasoracleidcsextensionself_registration_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs

    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.

    urnietfparamsscimschemasoracleidcsextensionsff_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs

    (Updatable) SFF Auth Keys User extension

    urnietfparamsscimschemasoracleidcsextensionsocial_account_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs

    (Updatable) Social User extension

    urnietfparamsscimschemasoracleidcsextensionterms_of_use_user DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs

    (Updatable) Terms Of Use extension

    urnietfparamsscimschemasoracleidcsextensionuser_state_user 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 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 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

    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
    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
    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 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 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 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 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 DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser]

    (Updatable) DB User extension

    urnietfparamsscimschemasoracleidcsextensionpassword_state_users 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 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 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 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
    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 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 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 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 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 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
    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 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
    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 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 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 DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs

    (Updatable) Enterprise User

    urnietfparamsscimschemasoracleidcsextension_oci_tags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs

    (Updatable) Oracle Cloud Infrastructure Tags.

    urnietfparamsscimschemasoracleidcsextensionadaptive_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs

    (Updatable) This extension defines attributes to manage user's risk score.

    urnietfparamsscimschemasoracleidcsextensioncapabilities_user DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs

    (Updatable) User's Capabilities

    urnietfparamsscimschemasoracleidcsextensiondb_credentials_user DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs

    (Updatable) The database credentials user extension.

    urnietfparamsscimschemasoracleidcsextensiondb_user_users DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserArgs]

    (Updatable) DB User extension

    urnietfparamsscimschemasoracleidcsextensionkerberos_user_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs

    (Updatable) Kerberos User extension

    urnietfparamsscimschemasoracleidcsextensionmfa_user 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 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 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 DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs

    (Updatable) POSIX User extension

    urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs

    (Updatable) This extension defines the attributes used to store the security questions of a user.

    urnietfparamsscimschemasoracleidcsextensionself_change_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs

    (Updatable) Controls whether a user can update themselves or not via User related APIs

    urnietfparamsscimschemasoracleidcsextensionself_registration_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs

    (Updatable) This extension defines attributes used to manage self registration profile linked to the user.

    urnietfparamsscimschemasoracleidcsextensionsff_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs

    (Updatable) SFF Auth Keys User extension

    urnietfparamsscimschemasoracleidcsextensionsocial_account_user DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs

    (Updatable) Social User extension

    urnietfparamsscimschemasoracleidcsextensionterms_of_use_user DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs

    (Updatable) Terms Of Use extension

    urnietfparamsscimschemasoracleidcsextensionuser_credentials_users DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserArgs]

    (Updatable) User's credentials

    urnietfparamsscimschemasoracleidcsextensionuser_state_user 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 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 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: true
    • 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: true
    • 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: true
    • 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: true
    • 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: true
    • 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: true
    • 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 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.