oci logo
Oracle Cloud Infrastructure v0.13.0, Mar 28 23

oci.Identity.DomainsUser

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(var_.user_emails_primary())
                .secondary(var_.user_emails_secondary())
                .verified(var_.user_emails_verified())
                .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())
                .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: ${var.user_emails_primary}
          secondary: ${var.user_emails_secondary}
          verified: ${var.user_emails_verified}
      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}
        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

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.

UserName string

(Updatable) User name

Active bool

(Updatable) Status of the account

Addresses List<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.

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

DisplayName string

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

Emails List<DomainsUserEmailArgs>

(Updatable) A complex attribute representing emails

Entitlements List<DomainsUserEntitlementArgs>

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

ExternalId string

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

Ims List<DomainsUserImArgs>

(Updatable) User's instant messaging addresses

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.

Name DomainsUserNameArgs

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

NickName string

(Updatable) Nick name

Ocid string

(Updatable) Ocid of the User's Support Account.

Password string

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

PhoneNumbers List<DomainsUserPhoneNumberArgs>

(Updatable) Phone numbers

Photos List<DomainsUserPhotoArgs>

(Updatable) URLs of photos for the User

PreferredLanguage string

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

ProfileUrl string

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

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

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

Tags List<DomainsUserTagArgs>

(Updatable) A list of tags on this resource.

Timezone string

(Updatable) User's timezone

Title string

(Updatable) Title

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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User

UserType string

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

X509certificates List<DomainsUserX509certificateArgs>

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

IdcsEndpoint string

The basic endpoint for the identity domain

Schemas []string

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

UserName string

(Updatable) User name

Active bool

(Updatable) Status of the account

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.

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

DisplayName string

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

Emails []DomainsUserEmailArgs

(Updatable) A complex attribute representing emails

Entitlements []DomainsUserEntitlementArgs

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

ExternalId string

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

Ims []DomainsUserImArgs

(Updatable) User's instant messaging addresses

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.

Name DomainsUserNameArgs

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

NickName string

(Updatable) Nick name

Ocid string

(Updatable) Ocid of the User's Support Account.

Password string

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

PhoneNumbers []DomainsUserPhoneNumberArgs

(Updatable) Phone numbers

Photos []DomainsUserPhotoArgs

(Updatable) URLs of photos for the User

PreferredLanguage string

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

ProfileUrl string

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

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

Tags []DomainsUserTagArgs

(Updatable) A list of tags on this resource.

Timezone string

(Updatable) User's timezone

Title string

(Updatable) Title

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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User

UserType string

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

X509certificates []DomainsUserX509certificateArgs

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

idcsEndpoint String

The basic endpoint for the identity domain

schemas List<String>

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

userName String

(Updatable) User name

active Boolean

(Updatable) Status of the account

addresses List<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.

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

displayName String

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

emails List<DomainsUserEmailArgs>

(Updatable) A complex attribute representing emails

entitlements List<DomainsUserEntitlementArgs>

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

externalId String

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

ims List<DomainsUserImArgs>

(Updatable) User's instant messaging addresses

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.

name DomainsUserNameArgs

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

nickName String

(Updatable) Nick name

ocid String

(Updatable) Ocid of the User's Support Account.

password String

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

phoneNumbers List<DomainsUserPhoneNumberArgs>

(Updatable) Phone numbers

photos List<DomainsUserPhotoArgs>

(Updatable) URLs of photos for the User

preferredLanguage String

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

profileUrl String

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

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

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

tags List<DomainsUserTagArgs>

(Updatable) A list of tags on this resource.

timezone String

(Updatable) User's timezone

title String

(Updatable) Title

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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User

userType String

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

x509certificates List<DomainsUserX509certificateArgs>

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

idcsEndpoint string

The basic endpoint for the identity domain

schemas string[]

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

userName string

(Updatable) User name

active boolean

(Updatable) Status of the account

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.

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

displayName string

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

emails DomainsUserEmailArgs[]

(Updatable) A complex attribute representing emails

entitlements DomainsUserEntitlementArgs[]

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

externalId string

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

ims DomainsUserImArgs[]

(Updatable) User's instant messaging addresses

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.

name DomainsUserNameArgs

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

nickName string

(Updatable) Nick name

ocid string

(Updatable) Ocid of the User's Support Account.

password string

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

phoneNumbers DomainsUserPhoneNumberArgs[]

(Updatable) Phone numbers

photos DomainsUserPhotoArgs[]

(Updatable) URLs of photos for the User

preferredLanguage string

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

profileUrl string

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

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

tags DomainsUserTagArgs[]

(Updatable) A list of tags on this resource.

timezone string

(Updatable) User's timezone

title string

(Updatable) Title

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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User

userType string

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

x509certificates DomainsUserX509certificateArgs[]

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

idcs_endpoint str

The basic endpoint for the identity domain

schemas Sequence[str]

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

user_name str

(Updatable) User name

active bool

(Updatable) Status of the account

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.

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

display_name str

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

emails DomainsUserEmailArgs]

(Updatable) A complex attribute representing emails

entitlements DomainsUserEntitlementArgs]

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

external_id str

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

ims DomainsUserImArgs]

(Updatable) User's instant messaging addresses

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.

name DomainsUserNameArgs

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

nick_name str

(Updatable) Nick name

ocid str

(Updatable) Ocid of the User's Support Account.

password str

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

phone_numbers DomainsUserPhoneNumberArgs]

(Updatable) Phone numbers

photos DomainsUserPhotoArgs]

(Updatable) URLs of photos for the User

preferred_language str

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

profile_url str

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

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

tags DomainsUserTagArgs]

(Updatable) A list of tags on this resource.

timezone str

(Updatable) User's timezone

title str

(Updatable) Title

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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User

user_type str

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

x509certificates DomainsUserX509certificateArgs]

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

idcsEndpoint String

The basic endpoint for the identity domain

schemas List<String>

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

userName String

(Updatable) User name

active Boolean

(Updatable) Status of the account

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.

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

displayName String

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

emails List<Property Map>

(Updatable) A complex attribute representing emails

entitlements List<Property Map>

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

externalId String

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

ims List<Property Map>

(Updatable) User's instant messaging addresses

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.

name Property Map

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

nickName String

(Updatable) Nick name

ocid String

(Updatable) Ocid of the User's Support Account.

password String

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

phoneNumbers List<Property Map>

(Updatable) Phone numbers

photos List<Property Map>

(Updatable) URLs of photos for the User

preferredLanguage String

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

profileUrl String

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

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

tags List<Property Map>

(Updatable) A list of tags on this resource.

timezone String

(Updatable) User's timezone

title String

(Updatable) Title

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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User

userType String

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

x509certificates List<Property Map>

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

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.

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.

DomainOcid string

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

Groups List<DomainsUserGroup>

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

Id string

The provider-assigned unique ID for this managed resource.

IdcsCreatedBies List<DomainsUserIdcsCreatedBy>

(Updatable) The User or App who created the Resource

IdcsLastModifiedBies List<DomainsUserIdcsLastModifiedBy>

(Updatable) The User or App who modified the Resource

IdcsLastUpgradedInRelease string

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

IdcsPreventedOperations List<string>

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

Metas List<DomainsUserMeta>

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

TenancyOcid string

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

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.

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.

DomainOcid string

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

Groups []DomainsUserGroup

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

Id string

The provider-assigned unique ID for this managed resource.

IdcsCreatedBies []DomainsUserIdcsCreatedBy

(Updatable) The User or App who created the Resource

IdcsLastModifiedBies []DomainsUserIdcsLastModifiedBy

(Updatable) The User or App who modified the Resource

IdcsLastUpgradedInRelease string

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

IdcsPreventedOperations []string

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

Metas []DomainsUserMeta

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

TenancyOcid string

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

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.

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.

domainOcid String

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

groups List<DomainsUserGroup>

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

id String

The provider-assigned unique ID for this managed resource.

idcsCreatedBies List<DomainsUserIdcsCreatedBy>

(Updatable) The User or App who created the Resource

idcsLastModifiedBies List<DomainsUserIdcsLastModifiedBy>

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease String

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

idcsPreventedOperations List<String>

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

metas List<DomainsUserMeta>

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

tenancyOcid String

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

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.

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.

domainOcid string

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

groups DomainsUserGroup[]

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

id string

The provider-assigned unique ID for this managed resource.

idcsCreatedBies DomainsUserIdcsCreatedBy[]

(Updatable) The User or App who created the Resource

idcsLastModifiedBies DomainsUserIdcsLastModifiedBy[]

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease string

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

idcsPreventedOperations string[]

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

metas DomainsUserMeta[]

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

tenancyOcid string

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

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.

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.

domain_ocid str

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

groups DomainsUserGroup]

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

id str

The provider-assigned unique ID for this managed resource.

idcs_created_bies DomainsUserIdcsCreatedBy]

(Updatable) The User or App who created the Resource

idcs_last_modified_bies DomainsUserIdcsLastModifiedBy]

(Updatable) The User or App who modified the Resource

idcs_last_upgraded_in_release str

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

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.

metas DomainsUserMeta]

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

tenancy_ocid str

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

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.

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.

domainOcid String

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

groups List<Property Map>

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

id String

The provider-assigned unique ID for this managed resource.

idcsCreatedBies List<Property Map>

(Updatable) The User or App who created the Resource

idcsLastModifiedBies List<Property Map>

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease String

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

idcsPreventedOperations List<String>

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

metas List<Property Map>

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

tenancyOcid String

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

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

Addresses List<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.

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.

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.

Description string

(Updatable) Description of the user

DisplayName string

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

DomainOcid string

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

Emails List<DomainsUserEmailArgs>

(Updatable) A complex attribute representing emails

Entitlements List<DomainsUserEntitlementArgs>

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

ExternalId string

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

Groups List<DomainsUserGroupArgs>

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

IdcsCreatedBies List<DomainsUserIdcsCreatedByArgs>

(Updatable) The User or App who created the Resource

IdcsEndpoint string

The basic endpoint for the identity domain

IdcsLastModifiedBies List<DomainsUserIdcsLastModifiedByArgs>

(Updatable) The User or App who modified the Resource

IdcsLastUpgradedInRelease string

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

IdcsPreventedOperations List<string>

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

Ims List<DomainsUserImArgs>

(Updatable) User's instant messaging addresses

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.

Metas List<DomainsUserMetaArgs>

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

Name DomainsUserNameArgs

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

NickName string

(Updatable) Nick name

Ocid string

(Updatable) Ocid of the User's Support Account.

Password string

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

PhoneNumbers List<DomainsUserPhoneNumberArgs>

(Updatable) Phone numbers

Photos List<DomainsUserPhotoArgs>

(Updatable) URLs of photos for the User

PreferredLanguage string

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

ProfileUrl string

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

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

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

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.

Tags List<DomainsUserTagArgs>

(Updatable) A list of tags on this resource.

TenancyOcid string

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

Timezone string

(Updatable) User's timezone

Title string

(Updatable) Title

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) Db Credentials User extension

UrnietfparamsscimschemasoracleidcsextensiondbUserUsers List<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 List<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 attributes used to store Security Questions of 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 List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserArgs>

(Updatable) User's credentials

UrnietfparamsscimschemasoracleidcsextensionuserStateUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs

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

UrnietfparamsscimschemasoracleidcsextensionuserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs

(Updatable) Oracle Cloud Infrastructure IAM User

UserName string

(Updatable) User name

UserType string

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

X509certificates List<DomainsUserX509certificateArgs>

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

Active bool

(Updatable) Status of the account

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.

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.

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.

Description string

(Updatable) Description of the user

DisplayName string

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

DomainOcid string

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

Emails []DomainsUserEmailArgs

(Updatable) A complex attribute representing emails

Entitlements []DomainsUserEntitlementArgs

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

ExternalId string

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

Groups []DomainsUserGroupArgs

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

IdcsCreatedBies []DomainsUserIdcsCreatedByArgs

(Updatable) The User or App who created the Resource

IdcsEndpoint string

The basic endpoint for the identity domain

IdcsLastModifiedBies []DomainsUserIdcsLastModifiedByArgs

(Updatable) The User or App who modified the Resource

IdcsLastUpgradedInRelease string

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

IdcsPreventedOperations []string

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

Ims []DomainsUserImArgs

(Updatable) User's instant messaging addresses

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.

Metas []DomainsUserMetaArgs

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

Name DomainsUserNameArgs

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

NickName string

(Updatable) Nick name

Ocid string

(Updatable) Ocid of the User's Support Account.

Password string

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

PhoneNumbers []DomainsUserPhoneNumberArgs

(Updatable) Phone numbers

Photos []DomainsUserPhotoArgs

(Updatable) URLs of photos for the User

PreferredLanguage string

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

ProfileUrl string

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

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

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.

Tags []DomainsUserTagArgs

(Updatable) A list of tags on this resource.

TenancyOcid string

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

Timezone string

(Updatable) User's timezone

Title string

(Updatable) Title

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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User

UserName string

(Updatable) User name

UserType string

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

X509certificates []DomainsUserX509certificateArgs

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

active Boolean

(Updatable) Status of the account

addresses List<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.

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.

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.

description String

(Updatable) Description of the user

displayName String

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

domainOcid String

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

emails List<DomainsUserEmailArgs>

(Updatable) A complex attribute representing emails

entitlements List<DomainsUserEntitlementArgs>

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

externalId String

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

groups List<DomainsUserGroupArgs>

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

idcsCreatedBies List<DomainsUserIdcsCreatedByArgs>

(Updatable) The User or App who created the Resource

idcsEndpoint String

The basic endpoint for the identity domain

idcsLastModifiedBies List<DomainsUserIdcsLastModifiedByArgs>

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease String

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

idcsPreventedOperations List<String>

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

ims List<DomainsUserImArgs>

(Updatable) User's instant messaging addresses

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.

metas List<DomainsUserMetaArgs>

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

name DomainsUserNameArgs

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

nickName String

(Updatable) Nick name

ocid String

(Updatable) Ocid of the User's Support Account.

password String

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

phoneNumbers List<DomainsUserPhoneNumberArgs>

(Updatable) Phone numbers

photos List<DomainsUserPhotoArgs>

(Updatable) URLs of photos for the User

preferredLanguage String

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

profileUrl String

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

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

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

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.

tags List<DomainsUserTagArgs>

(Updatable) A list of tags on this resource.

tenancyOcid String

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

timezone String

(Updatable) User's timezone

title String

(Updatable) Title

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) Db Credentials User extension

urnietfparamsscimschemasoracleidcsextensiondbUserUsers List<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 List<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 attributes used to store Security Questions of 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 List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserArgs>

(Updatable) User's credentials

urnietfparamsscimschemasoracleidcsextensionuserStateUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs

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

urnietfparamsscimschemasoracleidcsextensionuserUser DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs

(Updatable) Oracle Cloud Infrastructure IAM User

userName String

(Updatable) User name

userType String

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

x509certificates List<DomainsUserX509certificateArgs>

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

active boolean

(Updatable) Status of the account

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.

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.

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.

description string

(Updatable) Description of the user

displayName string

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

domainOcid string

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

emails DomainsUserEmailArgs[]

(Updatable) A complex attribute representing emails

entitlements DomainsUserEntitlementArgs[]

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

externalId string

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

groups DomainsUserGroupArgs[]

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

idcsCreatedBies DomainsUserIdcsCreatedByArgs[]

(Updatable) The User or App who created the Resource

idcsEndpoint string

The basic endpoint for the identity domain

idcsLastModifiedBies DomainsUserIdcsLastModifiedByArgs[]

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease string

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

idcsPreventedOperations string[]

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

ims DomainsUserImArgs[]

(Updatable) User's instant messaging addresses

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.

metas DomainsUserMetaArgs[]

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

name DomainsUserNameArgs

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

nickName string

(Updatable) Nick name

ocid string

(Updatable) Ocid of the User's Support Account.

password string

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

phoneNumbers DomainsUserPhoneNumberArgs[]

(Updatable) Phone numbers

photos DomainsUserPhotoArgs[]

(Updatable) URLs of photos for the User

preferredLanguage string

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

profileUrl string

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

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

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.

tags DomainsUserTagArgs[]

(Updatable) A list of tags on this resource.

tenancyOcid string

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

timezone string

(Updatable) User's timezone

title string

(Updatable) Title

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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User

userName string

(Updatable) User name

userType string

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

x509certificates DomainsUserX509certificateArgs[]

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

active bool

(Updatable) Status of the account

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.

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.

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.

description str

(Updatable) Description of the user

display_name str

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

domain_ocid str

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

emails DomainsUserEmailArgs]

(Updatable) A complex attribute representing emails

entitlements DomainsUserEntitlementArgs]

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

external_id str

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

groups DomainsUserGroupArgs]

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

idcs_created_bies DomainsUserIdcsCreatedByArgs]

(Updatable) The User or App who created the Resource

idcs_endpoint str

The basic endpoint for the identity domain

idcs_last_modified_bies DomainsUserIdcsLastModifiedByArgs]

(Updatable) The User or App who modified the Resource

idcs_last_upgraded_in_release str

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

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.

ims DomainsUserImArgs]

(Updatable) User's instant messaging addresses

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.

metas DomainsUserMetaArgs]

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

name DomainsUserNameArgs

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

nick_name str

(Updatable) Nick name

ocid str

(Updatable) Ocid of the User's Support Account.

password str

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

phone_numbers DomainsUserPhoneNumberArgs]

(Updatable) Phone numbers

photos DomainsUserPhotoArgs]

(Updatable) URLs of photos for the User

preferred_language str

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

profile_url str

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

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

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.

tags DomainsUserTagArgs]

(Updatable) A list of tags on this resource.

tenancy_ocid str

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

timezone str

(Updatable) User's timezone

title str

(Updatable) Title

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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User

user_name str

(Updatable) User name

user_type str

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

x509certificates DomainsUserX509certificateArgs]

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

active Boolean

(Updatable) Status of the account

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.

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.

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.

description String

(Updatable) Description of the user

displayName String

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

domainOcid String

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

emails List<Property Map>

(Updatable) A complex attribute representing emails

entitlements List<Property Map>

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

externalId String

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

groups List<Property Map>

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

idcsCreatedBies List<Property Map>

(Updatable) The User or App who created the Resource

idcsEndpoint String

The basic endpoint for the identity domain

idcsLastModifiedBies List<Property Map>

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease String

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

idcsPreventedOperations List<String>

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

ims List<Property Map>

(Updatable) User's instant messaging addresses

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.

metas List<Property Map>

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

name Property Map

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

nickName String

(Updatable) Nick name

ocid String

(Updatable) Ocid of the User's Support Account.

password String

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

phoneNumbers List<Property Map>

(Updatable) Phone numbers

photos List<Property Map>

(Updatable) URLs of photos for the User

preferredLanguage String

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

profileUrl String

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

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

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.

tags List<Property Map>

(Updatable) A list of tags on this resource.

tenancyOcid String

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

timezone String

(Updatable) User's timezone

title String

(Updatable) Title

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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User

userName String

(Updatable) User name

userType String

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

x509certificates List<Property Map>

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

Supporting Types

DomainsUserAddress

Type string

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

Country string

(Updatable) The country name component.

Formatted string

(Updatable) Full name

Locality string

(Updatable) The city or locality component.

PostalCode string

(Updatable) The zipcode or postal code component.

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.

Region string

(Updatable) The state or region component.

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.

Type string

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

Country string

(Updatable) The country name component.

Formatted string

(Updatable) Full name

Locality string

(Updatable) The city or locality component.

PostalCode string

(Updatable) The zipcode or postal code component.

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.

Region string

(Updatable) The state or region component.

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.

type String

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

country String

(Updatable) The country name component.

formatted String

(Updatable) Full name

locality String

(Updatable) The city or locality component.

postalCode String

(Updatable) The zipcode or postal code component.

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.

region String

(Updatable) The state or region component.

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.

type string

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

country string

(Updatable) The country name component.

formatted string

(Updatable) Full name

locality string

(Updatable) The city or locality component.

postalCode string

(Updatable) The zipcode or postal code component.

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.

region string

(Updatable) The state or region component.

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.

type str

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

country str

(Updatable) The country name component.

formatted str

(Updatable) Full name

locality str

(Updatable) The city or locality component.

postal_code str

(Updatable) The zipcode or postal code component.

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.

region str

(Updatable) The state or region component.

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.

type String

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

country String

(Updatable) The country name component.

formatted String

(Updatable) Full name

locality String

(Updatable) The city or locality component.

postalCode String

(Updatable) The zipcode or postal code component.

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.

region String

(Updatable) The state or region component.

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.

DomainsUserEmail

Type string

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

Value string

(Updatable) The value of a X509 certificate.

PendingVerificationData string

(Updatable) Pending e-mail address verification

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.

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.

Verified bool

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

Type string

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

Value string

(Updatable) The value of a X509 certificate.

PendingVerificationData string

(Updatable) Pending e-mail address verification

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.

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.

Verified bool

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

type String

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

value String

(Updatable) The value of a X509 certificate.

pendingVerificationData String

(Updatable) Pending e-mail address verification

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.

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.

verified Boolean

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

type string

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

value string

(Updatable) The value of a X509 certificate.

pendingVerificationData string

(Updatable) Pending e-mail address verification

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.

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.

verified boolean

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

type str

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

value str

(Updatable) The value of a X509 certificate.

pending_verification_data str

(Updatable) Pending e-mail address verification

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.

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.

verified bool

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

type String

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

value String

(Updatable) The value of a X509 certificate.

pendingVerificationData String

(Updatable) Pending e-mail address verification

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.

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.

verified Boolean

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

DomainsUserEntitlement

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

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.

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

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.

type String

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

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.

type string

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

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

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.

type str

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

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

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.

type String

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

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.

DomainsUserGroup

Value string

(Updatable) The value of a X509 certificate.

DateAdded string

(Updatable) Date when the member is Added to the group

Display string

(Updatable) A human readable name, primarily used for display purposes.

ExternalId string

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

MembershipOcid string

(Updatable) Membership Ocid

NonUniqueDisplay string

(Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

Ocid string

(Updatable) Ocid of the User's Support Account.

Ref string

(Updatable) User Token URI

Type string

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

Value string

(Updatable) The value of a X509 certificate.

DateAdded string

(Updatable) Date when the member is Added to the group

Display string

(Updatable) A human readable name, primarily used for display purposes.

ExternalId string

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

MembershipOcid string

(Updatable) Membership Ocid

NonUniqueDisplay string

(Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

Ocid string

(Updatable) Ocid of the User's Support Account.

Ref string

(Updatable) User Token URI

Type string

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

value String

(Updatable) The value of a X509 certificate.

dateAdded String

(Updatable) Date when the member is Added to the group

display String

(Updatable) A human readable name, primarily used for display purposes.

externalId String

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

membershipOcid String

(Updatable) Membership Ocid

nonUniqueDisplay String

(Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

ocid String

(Updatable) Ocid of the User's Support Account.

ref String

(Updatable) User Token URI

type String

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

value string

(Updatable) The value of a X509 certificate.

dateAdded string

(Updatable) Date when the member is Added to the group

display string

(Updatable) A human readable name, primarily used for display purposes.

externalId string

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

membershipOcid string

(Updatable) Membership Ocid

nonUniqueDisplay string

(Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

ocid string

(Updatable) Ocid of the User's Support Account.

ref string

(Updatable) User Token URI

type string

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

value str

(Updatable) The value of a X509 certificate.

date_added str

(Updatable) Date when the member is Added to the group

display str

(Updatable) A human readable name, primarily used for display purposes.

external_id str

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

membership_ocid str

(Updatable) Membership Ocid

non_unique_display str

(Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

ocid str

(Updatable) Ocid of the User's Support Account.

ref str

(Updatable) User Token URI

type str

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

value String

(Updatable) The value of a X509 certificate.

dateAdded String

(Updatable) Date when the member is Added to the group

display String

(Updatable) A human readable name, primarily used for display purposes.

externalId String

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

membershipOcid String

(Updatable) Membership Ocid

nonUniqueDisplay String

(Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.

ocid String

(Updatable) Ocid of the User's Support Account.

ref String

(Updatable) User Token URI

type String

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

DomainsUserIdcsCreatedBy

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ocid string

(Updatable) Ocid of the User's Support Account.

Ref string

(Updatable) User Token URI

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ocid string

(Updatable) Ocid of the User's Support Account.

Ref string

(Updatable) User Token URI

Type string

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ocid String

(Updatable) Ocid of the User's Support Account.

ref String

(Updatable) User Token URI

type String

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

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

ocid string

(Updatable) Ocid of the User's Support Account.

ref string

(Updatable) User Token URI

type string

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

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

ocid str

(Updatable) Ocid of the User's Support Account.

ref str

(Updatable) User Token URI

type str

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ocid String

(Updatable) Ocid of the User's Support Account.

ref String

(Updatable) User Token URI

type String

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

DomainsUserIdcsLastModifiedBy

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ocid string

(Updatable) Ocid of the User's Support Account.

Ref string

(Updatable) User Token URI

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ocid string

(Updatable) Ocid of the User's Support Account.

Ref string

(Updatable) User Token URI

Type string

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ocid String

(Updatable) Ocid of the User's Support Account.

ref String

(Updatable) User Token URI

type String

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

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

ocid string

(Updatable) Ocid of the User's Support Account.

ref string

(Updatable) User Token URI

type string

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

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

ocid str

(Updatable) Ocid of the User's Support Account.

ref str

(Updatable) User Token URI

type str

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ocid String

(Updatable) Ocid of the User's Support Account.

ref String

(Updatable) User Token URI

type String

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

DomainsUserIm

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

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.

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

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.

type String

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

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.

type string

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

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

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.

type str

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

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

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.

type String

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

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.

DomainsUserMeta

Created string

(Updatable) The DateTime the Resource was added to the Service Provider

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.

Location string

(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

ResourceType string

(Updatable) Name of the resource type of the resource--for example, Users or Groups

Version string

(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

Created string

(Updatable) The DateTime the Resource was added to the Service Provider

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.

Location string

(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

ResourceType string

(Updatable) Name of the resource type of the resource--for example, Users or Groups

Version string

(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

created String

(Updatable) The DateTime the Resource was added to the Service Provider

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.

location String

(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

resourceType String

(Updatable) Name of the resource type of the resource--for example, Users or Groups

version String

(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

created string

(Updatable) The DateTime the Resource was added to the Service Provider

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.

location string

(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

resourceType string

(Updatable) Name of the resource type of the resource--for example, Users or Groups

version string

(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

created str

(Updatable) The DateTime the Resource was added to the Service Provider

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.

location str

(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

resource_type str

(Updatable) Name of the resource type of the resource--for example, Users or Groups

version str

(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

created String

(Updatable) The DateTime the Resource was added to the Service Provider

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.

location String

(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

resourceType String

(Updatable) Name of the resource type of the resource--for example, Users or Groups

version String

(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

DomainsUserName

FamilyName string

(Updatable) Last name

Formatted string

(Updatable) Full name

GivenName string

(Updatable) First name

HonorificPrefix string

(Updatable) Prefix

HonorificSuffix string

(Updatable) Suffix

MiddleName string

(Updatable) Middle name

FamilyName string

(Updatable) Last name

Formatted string

(Updatable) Full name

GivenName string

(Updatable) First name

HonorificPrefix string

(Updatable) Prefix

HonorificSuffix string

(Updatable) Suffix

MiddleName string

(Updatable) Middle name

familyName String

(Updatable) Last name

formatted String

(Updatable) Full name

givenName String

(Updatable) First name

honorificPrefix String

(Updatable) Prefix

honorificSuffix String

(Updatable) Suffix

middleName String

(Updatable) Middle name

familyName string

(Updatable) Last name

formatted string

(Updatable) Full name

givenName string

(Updatable) First name

honorificPrefix string

(Updatable) Prefix

honorificSuffix string

(Updatable) Suffix

middleName string

(Updatable) Middle name

family_name str

(Updatable) Last name

formatted str

(Updatable) Full name

given_name str

(Updatable) First name

honorific_prefix str

(Updatable) Prefix

honorific_suffix str

(Updatable) Suffix

middle_name str

(Updatable) Middle name

familyName String

(Updatable) Last name

formatted String

(Updatable) Full name

givenName String

(Updatable) First name

honorificPrefix String

(Updatable) Prefix

honorificSuffix String

(Updatable) Suffix

middleName String

(Updatable) Middle name

DomainsUserPhoneNumber

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

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.

Verified bool

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

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

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.

Verified bool

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

type String

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

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.

verified Boolean

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

type string

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

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

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.

verified boolean

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

type str

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

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

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.

verified bool

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

type String

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

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.

verified Boolean

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

DomainsUserPhoto

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

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.

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

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.

type String

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

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.

type string

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

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

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.

type str

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

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

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.

type String

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

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.

DomainsUserRole

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

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.

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

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.

type String

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

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.

type string

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

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

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.

type str

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

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

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.

type String

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

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

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.

DomainsUserTag

Key string

(Updatable) The value of of the User's api key.

Value string

(Updatable) The value of a X509 certificate.

Key string

(Updatable) The value of of the User's api key.

Value string

(Updatable) The value of a X509 certificate.

key String

(Updatable) The value of of the User's api key.

value String

(Updatable) The value of a X509 certificate.

key string

(Updatable) The value of of the User's api key.

value string

(Updatable) The value of a X509 certificate.

key str

(Updatable) The value of of the User's api key.

value str

(Updatable) The value of a X509 certificate.

key String

(Updatable) The value of of the User's api key.

value String

(Updatable) The value of a X509 certificate.

DomainsUserUrnietfparamsscimschemasextensionenterprise20user

CostCenter string

(Updatable) Identifies the name of a cost center.

Department string

(Updatable) Identifies the name of a department.

Division string

(Updatable) Identifies the name of a division.

EmployeeNumber string

(Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

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.

Organization string

(Updatable) Identifies the name of an organization.

CostCenter string

(Updatable) Identifies the name of a cost center.

Department string

(Updatable) Identifies the name of a department.

Division string

(Updatable) Identifies the name of a division.

EmployeeNumber string

(Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

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.

Organization string

(Updatable) Identifies the name of an organization.

costCenter String

(Updatable) Identifies the name of a cost center.

department String

(Updatable) Identifies the name of a department.

division String

(Updatable) Identifies the name of a division.

employeeNumber String

(Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

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.

organization String

(Updatable) Identifies the name of an organization.

costCenter string

(Updatable) Identifies the name of a cost center.

department string

(Updatable) Identifies the name of a department.

division string

(Updatable) Identifies the name of a division.

employeeNumber string

(Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

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.

organization string

(Updatable) Identifies the name of an organization.

cost_center str

(Updatable) Identifies the name of a cost center.

department str

(Updatable) Identifies the name of a department.

division str

(Updatable) Identifies the name of a division.

employee_number str

(Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

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.

organization str

(Updatable) Identifies the name of an organization.

costCenter String

(Updatable) Identifies the name of a cost center.

department String

(Updatable) Identifies the name of a department.

division String

(Updatable) Identifies the name of a division.

employeeNumber String

(Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

manager Property Map

(Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

organization String

(Updatable) Identifies the name of an organization.

DomainsUserUrnietfparamsscimschemasextensionenterprise20userManager

DisplayName string

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

Ref string

(Updatable) User Token URI

Value string

(Updatable) The value of a X509 certificate.

DisplayName string

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

Ref string

(Updatable) User Token URI

Value string

(Updatable) The value of a X509 certificate.

displayName String

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

ref String

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

displayName string

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

ref string

(Updatable) User Token URI

value string

(Updatable) The value of a X509 certificate.

display_name str

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

ref str

(Updatable) User Token URI

value str

(Updatable) The value of a X509 certificate.

displayName String

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

ref String

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags

DefinedTags List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag>

(Updatable) Oracle Cloud Infrastructure Defined Tags

FreeformTags List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag>

(Updatable) Oracle Cloud Infrastructure Freeform Tags

TagSlug string

(Updatable) Oracle Cloud Infrastructure Tag slug

DefinedTags []DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag

(Updatable) Oracle Cloud Infrastructure Defined Tags

FreeformTags []DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag

(Updatable) Oracle Cloud Infrastructure Freeform Tags

TagSlug string

(Updatable) Oracle Cloud Infrastructure Tag slug

definedTags List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag>

(Updatable) Oracle Cloud Infrastructure Defined Tags

freeformTags List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag>

(Updatable) Oracle Cloud Infrastructure Freeform Tags

tagSlug String

(Updatable) Oracle Cloud Infrastructure Tag slug

definedTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag[]

(Updatable) Oracle Cloud Infrastructure Defined Tags

freeformTags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag[]

(Updatable) Oracle Cloud Infrastructure Freeform Tags

tagSlug string

(Updatable) Oracle Cloud Infrastructure Tag slug

defined_tags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag]

(Updatable) Oracle Cloud Infrastructure Defined Tags

freeform_tags DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag]

(Updatable) Oracle Cloud Infrastructure Freeform Tags

tag_slug str

(Updatable) Oracle Cloud Infrastructure Tag slug

definedTags List<Property Map>

(Updatable) Oracle Cloud Infrastructure Defined Tags

freeformTags List<Property Map>

(Updatable) Oracle Cloud Infrastructure Freeform Tags

tagSlug String

(Updatable) Oracle Cloud Infrastructure Tag slug

DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag

Key string

(Updatable) The value of of the User's api key.

Namespace string

(Updatable) Oracle Cloud Infrastructure Tag namespace

Value string

(Updatable) The value of a X509 certificate.

Key string

(Updatable) The value of of the User's api key.

Namespace string

(Updatable) Oracle Cloud Infrastructure Tag namespace

Value string

(Updatable) The value of a X509 certificate.

key String

(Updatable) The value of of the User's api key.

namespace String

(Updatable) Oracle Cloud Infrastructure Tag namespace

value String

(Updatable) The value of a X509 certificate.

key string

(Updatable) The value of of the User's api key.

namespace string

(Updatable) Oracle Cloud Infrastructure Tag namespace

value string

(Updatable) The value of a X509 certificate.

key str

(Updatable) The value of of the User's api key.

namespace str

(Updatable) Oracle Cloud Infrastructure Tag namespace

value str

(Updatable) The value of a X509 certificate.

key String

(Updatable) The value of of the User's api key.

namespace String

(Updatable) Oracle Cloud Infrastructure Tag namespace

value String

(Updatable) The value of a X509 certificate.

DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag

Key string

(Updatable) The value of of the User's api key.

Value string

(Updatable) The value of a X509 certificate.

Key string

(Updatable) The value of of the User's api key.

Value string

(Updatable) The value of a X509 certificate.

key String

(Updatable) The value of of the User's api key.

value String

(Updatable) The value of a X509 certificate.

key string

(Updatable) The value of of the User's api key.

value string

(Updatable) The value of a X509 certificate.

key str

(Updatable) The value of of the User's api key.

value str

(Updatable) The value of a X509 certificate.

key String

(Updatable) The value of of the User's api key.

value String

(Updatable) The value of a X509 certificate.

DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser

RiskLevel string

(Updatable) Risk Level

RiskScores List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore>

(Updatable) The risk score pertaining to the user.

RiskLevel string

(Updatable) Risk Level

RiskScores []DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore

(Updatable) The risk score pertaining to the user.

riskLevel String

(Updatable) Risk Level

riskScores List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore>

(Updatable) The risk score pertaining to the user.

riskLevel string

(Updatable) Risk Level

riskScores DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore[]

(Updatable) The risk score pertaining to the user.

risk_level str

(Updatable) Risk Level

risk_scores DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore]

(Updatable) The risk score pertaining to the user.

riskLevel String

(Updatable) Risk Level

riskScores List<Property Map>

(Updatable) The risk score pertaining to the user.

DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore

LastUpdateTimestamp string

(Updatable) Last update timestamp for the risk score

RiskLevel string

(Updatable) Risk Level

Score int

(Updatable) Risk Score value

Value string

(Updatable) The value of a X509 certificate.

Ref string

(Updatable) User Token URI

Source string

(Updatable) Risk Provider Profile Source

Status string

(Updatable) A supplemental status indicating the reason why a user is disabled

LastUpdateTimestamp string

(Updatable) Last update timestamp for the risk score

RiskLevel string

(Updatable) Risk Level

Score int

(Updatable) Risk Score value

Value string

(Updatable) The value of a X509 certificate.

Ref string

(Updatable) User Token URI

Source string

(Updatable) Risk Provider Profile Source

Status string

(Updatable) A supplemental status indicating the reason why a user is disabled

lastUpdateTimestamp String

(Updatable) Last update timestamp for the risk score

riskLevel String

(Updatable) Risk Level

score Integer

(Updatable) Risk Score value

value String

(Updatable) The value of a X509 certificate.

ref String

(Updatable) User Token URI

source String

(Updatable) Risk Provider Profile Source

status String

(Updatable) A supplemental status indicating the reason why a user is disabled

lastUpdateTimestamp string

(Updatable) Last update timestamp for the risk score

riskLevel string

(Updatable) Risk Level

score number

(Updatable) Risk Score value

value string

(Updatable) The value of a X509 certificate.

ref string

(Updatable) User Token URI

source string

(Updatable) Risk Provider Profile Source

status string

(Updatable) A supplemental status indicating the reason why a user is disabled

last_update_timestamp str

(Updatable) Last update timestamp for the risk score

risk_level str

(Updatable) Risk Level

score int

(Updatable) Risk Score value

value str

(Updatable) The value of a X509 certificate.

ref str

(Updatable) User Token URI

source str

(Updatable) Risk Provider Profile Source

status str

(Updatable) A supplemental status indicating the reason why a user is disabled

lastUpdateTimestamp String

(Updatable) Last update timestamp for the risk score

riskLevel String

(Updatable) Risk Level

score Number

(Updatable) Risk Score value

value String

(Updatable) The value of a X509 certificate.

ref String

(Updatable) User Token URI

source String

(Updatable) Risk Provider Profile Source

status String

(Updatable) A supplemental status indicating the reason why a user is disabled

DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser

CanUseApiKeys bool

(Updatable) Indicates weather a user can use api keys

CanUseAuthTokens bool

(Updatable) Indicates weather a user can use auth tokens

CanUseConsolePassword bool

(Updatable) Indicates weather a user can use console password

CanUseCustomerSecretKeys bool

(Updatable) Indicates weather a user can use customer secret keys

CanUseDbCredentials bool

(Updatable) Indicates weather a user can use db credentials

CanUseOauth2clientCredentials bool

(Updatable) Indicates weather a user can use oauth2 client credentials

CanUseSmtpCredentials bool

(Updatable) Indicates weather a user can use smtp credentials

CanUseApiKeys bool

(Updatable) Indicates weather a user can use api keys

CanUseAuthTokens bool

(Updatable) Indicates weather a user can use auth tokens

CanUseConsolePassword bool

(Updatable) Indicates weather a user can use console password

CanUseCustomerSecretKeys bool

(Updatable) Indicates weather a user can use customer secret keys

CanUseDbCredentials bool

(Updatable) Indicates weather a user can use db credentials

CanUseOauth2clientCredentials bool

(Updatable) Indicates weather a user can use oauth2 client credentials

CanUseSmtpCredentials bool

(Updatable) Indicates weather a user can use smtp credentials

canUseApiKeys Boolean

(Updatable) Indicates weather a user can use api keys

canUseAuthTokens Boolean

(Updatable) Indicates weather a user can use auth tokens

canUseConsolePassword Boolean

(Updatable) Indicates weather a user can use console password

canUseCustomerSecretKeys Boolean

(Updatable) Indicates weather a user can use customer secret keys

canUseDbCredentials Boolean

(Updatable) Indicates weather a user can use db credentials

canUseOauth2clientCredentials Boolean

(Updatable) Indicates weather a user can use oauth2 client credentials

canUseSmtpCredentials Boolean

(Updatable) Indicates weather a user can use smtp credentials

canUseApiKeys boolean

(Updatable) Indicates weather a user can use api keys

canUseAuthTokens boolean

(Updatable) Indicates weather a user can use auth tokens

canUseConsolePassword boolean

(Updatable) Indicates weather a user can use console password

canUseCustomerSecretKeys boolean

(Updatable) Indicates weather a user can use customer secret keys

canUseDbCredentials boolean

(Updatable) Indicates weather a user can use db credentials

canUseOauth2clientCredentials boolean

(Updatable) Indicates weather a user can use oauth2 client credentials

canUseSmtpCredentials boolean

(Updatable) Indicates weather a user can use smtp credentials

can_use_api_keys bool

(Updatable) Indicates weather a user can use api keys

can_use_auth_tokens bool

(Updatable) Indicates weather a user can use auth tokens

can_use_console_password bool

(Updatable) Indicates weather a user can use console password

can_use_customer_secret_keys bool

(Updatable) Indicates weather a user can use customer secret keys

can_use_db_credentials bool

(Updatable) Indicates weather a user can use db credentials

can_use_oauth2client_credentials bool

(Updatable) Indicates weather a user can use oauth2 client credentials

can_use_smtp_credentials bool

(Updatable) Indicates weather a user can use smtp credentials

canUseApiKeys Boolean

(Updatable) Indicates weather a user can use api keys

canUseAuthTokens Boolean

(Updatable) Indicates weather a user can use auth tokens

canUseConsolePassword Boolean

(Updatable) Indicates weather a user can use console password

canUseCustomerSecretKeys Boolean

(Updatable) Indicates weather a user can use customer secret keys

canUseDbCredentials Boolean

(Updatable) Indicates weather a user can use db credentials

canUseOauth2clientCredentials Boolean

(Updatable) Indicates weather a user can use oauth2 client credentials

canUseSmtpCredentials Boolean

(Updatable) Indicates weather a user can use smtp credentials

DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser

DbLoginAttempts int

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

DbUserName string

(Updatable) The Database User Name

DbLoginAttempts int

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

DbUserName string

(Updatable) The Database User Name

dbLoginAttempts Integer

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

dbUserName String

(Updatable) The Database User Name

dbLoginAttempts number

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

dbUserName string

(Updatable) The Database User Name

db_login_attempts int

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

db_user_name str

(Updatable) The Database User Name

dbLoginAttempts Number

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

dbUserName String

(Updatable) The Database User Name

DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser

DbGlobalRoles List<string>

(Updatable) DB global roles to which the user is granted access.

DomainLevelSchema string

(Updatable) DB domain level schema to which the user is granted access.

InstanceLevelSchema string

(Updatable) DB instance level schema to which the user is granted access.

IsDbUser bool

(Updatable) If true, indicates this is a database user.

PasswordVerifiers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier>

(Updatable) Password Verifiers for DB User.

DbGlobalRoles []string

(Updatable) DB global roles to which the user is granted access.

DomainLevelSchema string

(Updatable) DB domain level schema to which the user is granted access.

InstanceLevelSchema string

(Updatable) DB instance level schema to which the user is granted access.

IsDbUser bool

(Updatable) If true, indicates this is a database user.

PasswordVerifiers []DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier

(Updatable) Password Verifiers for DB User.

dbGlobalRoles List<String>

(Updatable) DB global roles to which the user is granted access.

domainLevelSchema String

(Updatable) DB domain level schema to which the user is granted access.

instanceLevelSchema String

(Updatable) DB instance level schema to which the user is granted access.

isDbUser Boolean

(Updatable) If true, indicates this is a database user.

passwordVerifiers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier>

(Updatable) Password Verifiers for DB User.

dbGlobalRoles string[]

(Updatable) DB global roles to which the user is granted access.

domainLevelSchema string

(Updatable) DB domain level schema to which the user is granted access.

instanceLevelSchema string

(Updatable) DB instance level schema to which the user is granted access.

isDbUser boolean

(Updatable) If true, indicates this is a database user.

passwordVerifiers DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier[]

(Updatable) Password Verifiers for DB User.

db_global_roles Sequence[str]

(Updatable) DB global roles to which the user is granted access.

domain_level_schema str

(Updatable) DB domain level schema to which the user is granted access.

instance_level_schema str

(Updatable) DB instance level schema to which the user is granted access.

is_db_user bool

(Updatable) If true, indicates this is a database user.

password_verifiers DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier]

(Updatable) Password Verifiers for DB User.

dbGlobalRoles List<String>

(Updatable) DB global roles to which the user is granted access.

domainLevelSchema String

(Updatable) DB domain level schema to which the user is granted access.

instanceLevelSchema String

(Updatable) DB instance level schema to which the user is granted access.

isDbUser Boolean

(Updatable) If true, indicates this is a database user.

passwordVerifiers List<Property Map>

(Updatable) Password Verifiers for DB User.

DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier

Type string

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

Value string

(Updatable) The value of a X509 certificate.

Type string

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

Value string

(Updatable) The value of a X509 certificate.

type String

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

value String

(Updatable) The value of a X509 certificate.

type string

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

value string

(Updatable) The value of a X509 certificate.

type str

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

value str

(Updatable) The value of a X509 certificate.

type String

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

value String

(Updatable) The value of a X509 certificate.

DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser

RealmUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser>

(Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

RealmUsers []DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser

(Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

realmUsers List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser>

(Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

realmUsers DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser[]

(Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

realm_users DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser]

(Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

realmUsers List<Property Map>

(Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser

Value string

(Updatable) The value of a X509 certificate.

PrincipalName string

(Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

RealmName string

(Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

Ref string

(Updatable) User Token URI

Value string

(Updatable) The value of a X509 certificate.

PrincipalName string

(Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

RealmName string

(Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

Ref string

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

principalName String

(Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

realmName String

(Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

ref String

(Updatable) User Token URI

value string

(Updatable) The value of a X509 certificate.

principalName string

(Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

realmName string

(Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

ref string

(Updatable) User Token URI

value str

(Updatable) The value of a X509 certificate.

principal_name str

(Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

realm_name str

(Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

ref str

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

principalName String

(Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

realmName String

(Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

ref String

(Updatable) User Token URI

DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser

BypassCodes List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode>

(Updatable) A list of bypass codes belongs to user

Devices List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice>

(Updatable) A list of devices enrolled by the user.

LoginAttempts int

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

MfaEnabledOn string

(Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

MfaIgnoredApps List<string>

(Updatable) User MFA Ignored Apps Identifiers

MfaStatus string

(Updatable) User Opted for MFA

PreferredAuthenticationFactor string

(Updatable) Preferred Authentication Factor Type

PreferredAuthenticationMethod string

(Updatable) Preferred Authentication method

PreferredDevice DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

(Updatable) User preferred device

PreferredThirdPartyVendor string

(Updatable) Preferred Third party vendor name

TrustedUserAgents List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent>

(Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

BypassCodes []DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode

(Updatable) A list of bypass codes belongs to user

Devices []DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice

(Updatable) A list of devices enrolled by the user.

LoginAttempts int

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

MfaEnabledOn string

(Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

MfaIgnoredApps []string

(Updatable) User MFA Ignored Apps Identifiers

MfaStatus string

(Updatable) User Opted for MFA

PreferredAuthenticationFactor string

(Updatable) Preferred Authentication Factor Type

PreferredAuthenticationMethod string

(Updatable) Preferred Authentication method

PreferredDevice DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

(Updatable) User preferred device

PreferredThirdPartyVendor string

(Updatable) Preferred Third party vendor name

TrustedUserAgents []DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent

(Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

bypassCodes List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode>

(Updatable) A list of bypass codes belongs to user

devices List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice>

(Updatable) A list of devices enrolled by the user.

loginAttempts Integer

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

mfaEnabledOn String

(Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

mfaIgnoredApps List<String>

(Updatable) User MFA Ignored Apps Identifiers

mfaStatus String

(Updatable) User Opted for MFA

preferredAuthenticationFactor String

(Updatable) Preferred Authentication Factor Type

preferredAuthenticationMethod String

(Updatable) Preferred Authentication method

preferredDevice DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

(Updatable) User preferred device

preferredThirdPartyVendor String

(Updatable) Preferred Third party vendor name

trustedUserAgents List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent>

(Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

bypassCodes DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode[]

(Updatable) A list of bypass codes belongs to user

devices DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice[]

(Updatable) A list of devices enrolled by the user.

loginAttempts number

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

mfaEnabledOn string

(Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

mfaIgnoredApps string[]

(Updatable) User MFA Ignored Apps Identifiers

mfaStatus string

(Updatable) User Opted for MFA

preferredAuthenticationFactor string

(Updatable) Preferred Authentication Factor Type

preferredAuthenticationMethod string

(Updatable) Preferred Authentication method

preferredDevice DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

(Updatable) User preferred device

preferredThirdPartyVendor string

(Updatable) Preferred Third party vendor name

trustedUserAgents DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent[]

(Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

bypass_codes DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode]

(Updatable) A list of bypass codes belongs to user

devices DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice]

(Updatable) A list of devices enrolled by the user.

login_attempts int

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

mfa_enabled_on str

(Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

mfa_ignored_apps Sequence[str]

(Updatable) User MFA Ignored Apps Identifiers

mfa_status str

(Updatable) User Opted for MFA

preferred_authentication_factor str

(Updatable) Preferred Authentication Factor Type

preferred_authentication_method str

(Updatable) Preferred Authentication method

preferred_device DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

(Updatable) User preferred device

preferred_third_party_vendor str

(Updatable) Preferred Third party vendor name

trusted_user_agents DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent]

(Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

bypassCodes List<Property Map>

(Updatable) A list of bypass codes belongs to user

devices List<Property Map>

(Updatable) A list of devices enrolled by the user.

loginAttempts Number

(Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.

mfaEnabledOn String

(Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

mfaIgnoredApps List<String>

(Updatable) User MFA Ignored Apps Identifiers

mfaStatus String

(Updatable) User Opted for MFA

preferredAuthenticationFactor String

(Updatable) Preferred Authentication Factor Type

preferredAuthenticationMethod String

(Updatable) Preferred Authentication method

preferredDevice Property Map

(Updatable) User preferred device

preferredThirdPartyVendor String

(Updatable) Preferred Third party vendor name

trustedUserAgents List<Property Map>

(Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode

Value string

(Updatable) The value of a X509 certificate.

Ref string

(Updatable) User Token URI

Value string

(Updatable) The value of a X509 certificate.

Ref string

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

ref String

(Updatable) User Token URI

value string

(Updatable) The value of a X509 certificate.

ref string

(Updatable) User Token URI

value str

(Updatable) The value of a X509 certificate.

ref str

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

ref String

(Updatable) User Token URI

DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice

Value string

(Updatable) The value of a X509 certificate.

AuthenticationMethod string

(Updatable) Authentication method.

Display string

(Updatable) A human readable name, primarily used for display purposes.

FactorStatus string

(Updatable) Device authentication factor status.

FactorType string

(Updatable) Authentication Factor Type

LastSyncTime string

(Updatable) Last Sync time for device.

Ref string

(Updatable) User Token URI

Status string

(Updatable) A supplemental status indicating the reason why a user is disabled

ThirdPartyVendorName string

(Updatable) Third party factor vendor name.

Value string

(Updatable) The value of a X509 certificate.

AuthenticationMethod string

(Updatable) Authentication method.

Display string

(Updatable) A human readable name, primarily used for display purposes.

FactorStatus string

(Updatable) Device authentication factor status.

FactorType string

(Updatable) Authentication Factor Type

LastSyncTime string

(Updatable) Last Sync time for device.

Ref string

(Updatable) User Token URI

Status string

(Updatable) A supplemental status indicating the reason why a user is disabled

ThirdPartyVendorName string

(Updatable) Third party factor vendor name.

value String

(Updatable) The value of a X509 certificate.

authenticationMethod String

(Updatable) Authentication method.

display String

(Updatable) A human readable name, primarily used for display purposes.

factorStatus String

(Updatable) Device authentication factor status.

factorType String

(Updatable) Authentication Factor Type

lastSyncTime String

(Updatable) Last Sync time for device.

ref String

(Updatable) User Token URI

status String

(Updatable) A supplemental status indicating the reason why a user is disabled

thirdPartyVendorName String

(Updatable) Third party factor vendor name.

value string

(Updatable) The value of a X509 certificate.

authenticationMethod string

(Updatable) Authentication method.

display string

(Updatable) A human readable name, primarily used for display purposes.

factorStatus string

(Updatable) Device authentication factor status.

factorType string

(Updatable) Authentication Factor Type

lastSyncTime string

(Updatable) Last Sync time for device.

ref string

(Updatable) User Token URI

status string

(Updatable) A supplemental status indicating the reason why a user is disabled

thirdPartyVendorName string

(Updatable) Third party factor vendor name.

value str

(Updatable) The value of a X509 certificate.

authentication_method str

(Updatable) Authentication method.

display str

(Updatable) A human readable name, primarily used for display purposes.

factor_status str

(Updatable) Device authentication factor status.

factor_type str

(Updatable) Authentication Factor Type

last_sync_time str

(Updatable) Last Sync time for device.

ref str

(Updatable) User Token URI

status str

(Updatable) A supplemental status indicating the reason why a user is disabled

third_party_vendor_name str

(Updatable) Third party factor vendor name.

value String

(Updatable) The value of a X509 certificate.

authenticationMethod String

(Updatable) Authentication method.

display String

(Updatable) A human readable name, primarily used for display purposes.

factorStatus String

(Updatable) Device authentication factor status.

factorType String

(Updatable) Authentication Factor Type

lastSyncTime String

(Updatable) Last Sync time for device.

ref String

(Updatable) User Token URI

status String

(Updatable) A supplemental status indicating the reason why a user is disabled

thirdPartyVendorName String

(Updatable) Third party factor vendor name.

DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ref string

(Updatable) User Token URI

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ref string

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ref String

(Updatable) User Token URI

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

ref string

(Updatable) User Token URI

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

ref str

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ref String

(Updatable) User Token URI

DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ref string

(Updatable) User Token URI

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ref string

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ref String

(Updatable) User Token URI

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

ref string

(Updatable) User Token URI

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

ref str

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ref String

(Updatable) User Token URI

DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser

ApplicablePasswordPolicy DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

(Updatable) Applicable Password Policy

CantChange bool

(Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

CantExpire bool

(Updatable) Indicates that the password expiry policy will not be applied for the current Resource

Expired bool

(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.

LastFailedValidationDate string

(Updatable) A DateTime that specifies the date and time when last failed password validation was set

LastSuccessfulSetDate string

(Updatable) A DateTime that specifies the date and time when the current password was set

LastSuccessfulValidationDate string

(Updatable) A DateTime that specifies the date and time when last successful password validation was set

MustChange bool

(Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

ApplicablePasswordPolicy DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

(Updatable) Applicable Password Policy

CantChange bool

(Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

CantExpire bool

(Updatable) Indicates that the password expiry policy will not be applied for the current Resource

Expired bool

(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.

LastFailedValidationDate string

(Updatable) A DateTime that specifies the date and time when last failed password validation was set

LastSuccessfulSetDate string

(Updatable) A DateTime that specifies the date and time when the current password was set

LastSuccessfulValidationDate string

(Updatable) A DateTime that specifies the date and time when last successful password validation was set

MustChange bool

(Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

applicablePasswordPolicy DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

(Updatable) Applicable Password Policy

cantChange Boolean

(Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

cantExpire Boolean

(Updatable) Indicates that the password expiry policy will not be applied for the current Resource

expired Boolean

(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.

lastFailedValidationDate String

(Updatable) A DateTime that specifies the date and time when last failed password validation was set

lastSuccessfulSetDate String

(Updatable) A DateTime that specifies the date and time when the current password was set

lastSuccessfulValidationDate String

(Updatable) A DateTime that specifies the date and time when last successful password validation was set

mustChange Boolean

(Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

applicablePasswordPolicy DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

(Updatable) Applicable Password Policy

cantChange boolean

(Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

cantExpire boolean

(Updatable) Indicates that the password expiry policy will not be applied for the current Resource

expired boolean

(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.

lastFailedValidationDate string

(Updatable) A DateTime that specifies the date and time when last failed password validation was set

lastSuccessfulSetDate string

(Updatable) A DateTime that specifies the date and time when the current password was set

lastSuccessfulValidationDate string

(Updatable) A DateTime that specifies the date and time when last successful password validation was set

mustChange boolean

(Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

applicable_password_policy DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

(Updatable) Applicable Password Policy

cant_change bool

(Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

cant_expire bool

(Updatable) Indicates that the password expiry policy will not be applied for the current Resource

expired bool

(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.

last_failed_validation_date str

(Updatable) A DateTime that specifies the date and time when last failed password validation was set

last_successful_set_date str

(Updatable) A DateTime that specifies the date and time when the current password was set

last_successful_validation_date str

(Updatable) A DateTime that specifies the date and time when last successful password validation was set

must_change bool

(Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

applicablePasswordPolicy Property Map

(Updatable) Applicable Password Policy

cantChange Boolean

(Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

cantExpire Boolean

(Updatable) Indicates that the password expiry policy will not be applied for the current Resource

expired Boolean

(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.

lastFailedValidationDate String

(Updatable) A DateTime that specifies the date and time when last failed password validation was set

lastSuccessfulSetDate String

(Updatable) A DateTime that specifies the date and time when the current password was set

lastSuccessfulValidationDate String

(Updatable) A DateTime that specifies the date and time when last successful password validation was set

mustChange Boolean

(Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Priority int

(Updatable) PasswordPolicy priority

Ref string

(Updatable) User Token URI

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Priority int

(Updatable) PasswordPolicy priority

Ref string

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

priority Integer

(Updatable) PasswordPolicy priority

ref String

(Updatable) User Token URI

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

priority number

(Updatable) PasswordPolicy priority

ref string

(Updatable) User Token URI

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

priority int

(Updatable) PasswordPolicy priority

ref str

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

priority Number

(Updatable) PasswordPolicy priority

ref String

(Updatable) User Token URI

DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser

FactorIdentifier DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

(Updatable) Factor Identifier ID

FactorMethod string

(Updatable) Authentication Factor Method

FactorType string

(Updatable) Authentication Factor Type

FactorIdentifier DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

(Updatable) Factor Identifier ID

FactorMethod string

(Updatable) Authentication Factor Method

FactorType string

(Updatable) Authentication Factor Type

factorIdentifier DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

(Updatable) Factor Identifier ID

factorMethod String

(Updatable) Authentication Factor Method

factorType String

(Updatable) Authentication Factor Type

factorIdentifier DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

(Updatable) Factor Identifier ID

factorMethod string

(Updatable) Authentication Factor Method

factorType string

(Updatable) Authentication Factor Type

factor_identifier DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

(Updatable) Factor Identifier ID

factor_method str

(Updatable) Authentication Factor Method

factor_type str

(Updatable) Authentication Factor Type

factorIdentifier Property Map

(Updatable) Factor Identifier ID

factorMethod String

(Updatable) Authentication Factor Method

factorType String

(Updatable) Authentication Factor Type

DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ref string

(Updatable) User Token URI

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ref string

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ref String

(Updatable) User Token URI

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

ref string

(Updatable) User Token URI

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

ref str

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ref String

(Updatable) User Token URI

DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser

Gecos string

(Updatable) General information about the POSIX account such as their real name and phone number

GidNumber int

(Updatable) Primary Group identifier of the POSIX user

HomeDirectory string

(Updatable) The absolute path to the home directory of the POSIX account

LoginShell string

(Updatable) The path to the login shell of the POSIX account

UidNumber int

(Updatable) Integer uniquely identifying a user in a POSIX administrative domain

Gecos string

(Updatable) General information about the POSIX account such as their real name and phone number

GidNumber int

(Updatable) Primary Group identifier of the POSIX user

HomeDirectory string

(Updatable) The absolute path to the home directory of the POSIX account

LoginShell string

(Updatable) The path to the login shell of the POSIX account

UidNumber int

(Updatable) Integer uniquely identifying a user in a POSIX administrative domain

gecos String

(Updatable) General information about the POSIX account such as their real name and phone number

gidNumber Integer

(Updatable) Primary Group identifier of the POSIX user

homeDirectory String

(Updatable) The absolute path to the home directory of the POSIX account

loginShell String

(Updatable) The path to the login shell of the POSIX account

uidNumber Integer

(Updatable) Integer uniquely identifying a user in a POSIX administrative domain

gecos string

(Updatable) General information about the POSIX account such as their real name and phone number

gidNumber number

(Updatable) Primary Group identifier of the POSIX user

homeDirectory string

(Updatable) The absolute path to the home directory of the POSIX account

loginShell string

(Updatable) The path to the login shell of the POSIX account

uidNumber number

(Updatable) Integer uniquely identifying a user in a POSIX administrative domain

gecos str

(Updatable) General information about the POSIX account such as their real name and phone number

gid_number int

(Updatable) Primary Group identifier of the POSIX user

home_directory str

(Updatable) The absolute path to the home directory of the POSIX account

login_shell str

(Updatable) The path to the login shell of the POSIX account

uid_number int

(Updatable) Integer uniquely identifying a user in a POSIX administrative domain

gecos String

(Updatable) General information about the POSIX account such as their real name and phone number

gidNumber Number

(Updatable) Primary Group identifier of the POSIX user

homeDirectory String

(Updatable) The absolute path to the home directory of the POSIX account

loginShell String

(Updatable) The path to the login shell of the POSIX account

uidNumber Number

(Updatable) Integer uniquely identifying a user in a POSIX administrative domain

DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser

SecQuestions List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion>

(Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

SecQuestions []DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion

(Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

secQuestions List<DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion>

(Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

secQuestions DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion[]

(Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

sec_questions DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion]

(Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

secQuestions List<Property Map>

(Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion

Answer string

(Updatable) Answer provided by an user for a security question.

Value string

(Updatable) The value of a X509 certificate.

HintText string

(Updatable) Hint for an answer given by user while setting up Security Question.

Ref string

(Updatable) User Token URI

Answer string

(Updatable) Answer provided by an user for a security question.

Value string

(Updatable) The value of a X509 certificate.

HintText string

(Updatable) Hint for an answer given by user while setting up Security Question.

Ref string

(Updatable) User Token URI

answer String

(Updatable) Answer provided by an user for a security question.

value String

(Updatable) The value of a X509 certificate.

hintText String

(Updatable) Hint for an answer given by user while setting up Security Question.

ref String

(Updatable) User Token URI

answer string

(Updatable) Answer provided by an user for a security question.

value string

(Updatable) The value of a X509 certificate.

hintText string

(Updatable) Hint for an answer given by user while setting up Security Question.

ref string

(Updatable) User Token URI

answer str

(Updatable) Answer provided by an user for a security question.

value str

(Updatable) The value of a X509 certificate.

hint_text str

(Updatable) Hint for an answer given by user while setting up Security Question.

ref str

(Updatable) User Token URI

answer String

(Updatable) Answer provided by an user for a security question.

value String

(Updatable) The value of a X509 certificate.

hintText String

(Updatable) Hint for an answer given by user while setting up Security Question.

ref String

(Updatable) User Token URI

DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser

AllowSelfChange bool

(Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

AllowSelfChange bool

(Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

allowSelfChange Boolean

(Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

allowSelfChange boolean

(Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

allow_self_change bool

(Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

allowSelfChange Boolean

(Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser

SelfRegistrationProfile DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

(Updatable) Self registration profile used when user is self registered.

ConsentGranted bool

(Updatable) A boolean value that indicates whether the consent is granted.

UserToken string

(Updatable) User token returned if userFlowControlledByExternalClient is true

SelfRegistrationProfile DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

(Updatable) Self registration profile used when user is self registered.

ConsentGranted bool

(Updatable) A boolean value that indicates whether the consent is granted.

UserToken string

(Updatable) User token returned if userFlowControlledByExternalClient is true

selfRegistrationProfile DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

(Updatable) Self registration profile used when user is self registered.

consentGranted Boolean

(Updatable) A boolean value that indicates whether the consent is granted.

userToken String

(Updatable) User token returned if userFlowControlledByExternalClient is true

selfRegistrationProfile DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

(Updatable) Self registration profile used when user is self registered.

consentGranted boolean

(Updatable) A boolean value that indicates whether the consent is granted.

userToken string

(Updatable) User token returned if userFlowControlledByExternalClient is true

self_registration_profile DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

(Updatable) Self registration profile used when user is self registered.

consent_granted bool

(Updatable) A boolean value that indicates whether the consent is granted.

user_token str

(Updatable) User token returned if userFlowControlledByExternalClient is true

selfRegistrationProfile Property Map

(Updatable) Self registration profile used when user is self registered.

consentGranted Boolean

(Updatable) A boolean value that indicates whether the consent is granted.

userToken String

(Updatable) User token returned if userFlowControlledByExternalClient is true

DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ref string

(Updatable) User Token URI

Value string

(Updatable) The value of a X509 certificate.

Display string

(Updatable) A human readable name, primarily used for display purposes.

Ref string

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ref String

(Updatable) User Token URI

value string

(Updatable) The value of a X509 certificate.

display string

(Updatable) A human readable name, primarily used for display purposes.

ref string

(Updatable) User Token URI

value str

(Updatable) The value of a X509 certificate.

display str

(Updatable) A human readable name, primarily used for display purposes.

ref str

(Updatable) User Token URI

value String

(Updatable) The value of a X509 certificate.

display String

(Updatable) A human readable name, primarily used for display purposes.

ref String

(Updatable) User Token URI

DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser

SffAuthKeys string

(Updatable) SFF auth keys clob

SffAuthKeys string

(Updatable) SFF auth keys clob

sffAuthKeys String

(Updatable) SFF auth keys clob

sffAuthKeys string

(Updatable) SFF auth keys clob

sff_auth_keys str

(Updatable) SFF auth keys clob

sffAuthKeys String

(Updatable) SFF auth keys clob

DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser