oci.Identity.DomainsUser
Explore with Pulumi AI
This resource provides the User resource in Oracle Cloud Infrastructure Identity Domains service.
Create a user.
Example Usage
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Identity.DomainsUser;
import com.pulumi.oci.Identity.DomainsUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserNameArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserAddressArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserEmailArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserEntitlementArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserImArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserPhoneNumberArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserPhotoArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserRoleArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserTagArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserX509certificateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var testUser = new DomainsUser("testUser", DomainsUserArgs.builder()
.idcsEndpoint(data.oci_identity_domain().test_domain().url())
.name(DomainsUserNameArgs.builder()
.familyName(var_.user_name_family_name())
.formatted(var_.user_name_formatted())
.givenName(var_.user_name_given_name())
.honorificPrefix(var_.user_name_honorific_prefix())
.honorificSuffix(var_.user_name_honorific_suffix())
.middleName(var_.user_name_middle_name())
.build())
.schemas("urn:ietf:params:scim:schemas:core:2.0:User")
.userName("userName")
.active(var_.user_active())
.addresses(DomainsUserAddressArgs.builder()
.type(var_.user_addresses_type())
.country(var_.user_addresses_country())
.formatted(var_.user_addresses_formatted())
.locality(var_.user_addresses_locality())
.postalCode(var_.user_addresses_postal_code())
.primary(var_.user_addresses_primary())
.region(var_.user_addresses_region())
.streetAddress(var_.user_addresses_street_address())
.build())
.attributeSets()
.attributes("")
.authorization(var_.user_authorization())
.description(var_.user_description())
.displayName(var_.user_display_name())
.emails(
DomainsUserEmailArgs.builder()
.type(var_.user_emails_type())
.value(var_.user_emails_value())
.primary(true)
.secondary(var_.user_emails_secondary())
.verified(var_.user_emails_verified())
.build(),
DomainsUserEmailArgs.builder()
.type("recovery")
.value(var_.user_emails_value())
.build())
.entitlements(DomainsUserEntitlementArgs.builder()
.type(var_.user_entitlements_type())
.value(var_.user_entitlements_value())
.display(var_.user_entitlements_display())
.primary(var_.user_entitlements_primary())
.build())
.externalId("externalId")
.id(var_.user_id())
.ims(DomainsUserImArgs.builder()
.type(var_.user_ims_type())
.value(var_.user_ims_value())
.display(var_.user_ims_display())
.primary(var_.user_ims_primary())
.build())
.locale(var_.user_locale())
.nickName(var_.user_nick_name())
.ocid(var_.user_ocid())
.password(var_.user_password())
.phoneNumbers(DomainsUserPhoneNumberArgs.builder()
.type(var_.user_phone_numbers_type())
.value(var_.user_phone_numbers_value())
.primary(var_.user_phone_numbers_primary())
.build())
.photos(DomainsUserPhotoArgs.builder()
.type(var_.user_photos_type())
.value(var_.user_photos_value())
.display(var_.user_photos_display())
.primary(var_.user_photos_primary())
.build())
.preferredLanguage(var_.user_preferred_language())
.profileUrl(var_.user_profile_url())
.resourceTypeSchemaVersion(var_.user_resource_type_schema_version())
.roles(DomainsUserRoleArgs.builder()
.type(var_.user_roles_type())
.value(var_.user_roles_value())
.display(var_.user_roles_display())
.primary(var_.user_roles_primary())
.build())
.tags(DomainsUserTagArgs.builder()
.key(var_.user_tags_key())
.value(var_.user_tags_value())
.build())
.timezone(var_.user_timezone())
.title(var_.user_title())
.urnietfparamsscimschemasextensionenterprise20user(DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs.builder()
.costCenter(var_.user_urnietfparamsscimschemasextensionenterprise20user_cost_center())
.department(var_.user_urnietfparamsscimschemasextensionenterprise20user_department())
.division(var_.user_urnietfparamsscimschemasextensionenterprise20user_division())
.employeeNumber(var_.user_urnietfparamsscimschemasextensionenterprise20user_employee_number())
.manager(DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs.builder()
.value(var_.user_urnietfparamsscimschemasextensionenterprise20user_manager_value())
.build())
.organization(var_.user_urnietfparamsscimschemasextensionenterprise20user_organization())
.build())
.urnietfparamsscimschemasoracleidcsextensionOciTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs.builder()
.definedTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTagArgs.builder()
.key(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_key())
.namespace(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_namespace())
.value(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_value())
.build())
.freeformTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTagArgs.builder()
.key(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_key())
.value(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_value())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionadaptiveUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs.builder()
.riskLevel(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_level())
.riskScores(DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScoreArgs.builder()
.lastUpdateTimestamp(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_last_update_timestamp())
.riskLevel(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_risk_level())
.score(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_score())
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_value())
.source(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_source())
.status(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_status())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs.builder()
.canUseApiKeys(true)
.canUseAuthTokens(true)
.canUseConsolePassword(true)
.canUseCustomerSecretKeys(true)
.canUseDbCredentials(true)
.canUseOauth2clientCredentials(true)
.canUseSmtpCredentials(true)
.build())
.urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs.builder()
.dbUserName("dbUserName")
.build())
.urnietfparamsscimschemasoracleidcsextensionkerberosUserUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs.builder()
.realmUsers(DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUserArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_value())
.principalName(var_.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_principal_name())
.realmName(var_.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_realm_name())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionmfaUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs.builder()
.bypassCodes(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCodeArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_bypass_codes_value())
.build())
.devices(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDeviceArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_value())
.authenticationMethod(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_authentication_method())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_display())
.factorStatus(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_status())
.factorType(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_type())
.lastSyncTime(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_last_sync_time())
.status(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_status())
.thirdPartyVendorName(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_third_party_vendor_name())
.build())
.loginAttempts(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_login_attempts())
.mfaEnabledOn(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_enabled_on())
.mfaIgnoredApps(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_ignored_apps())
.mfaStatus(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_status())
.preferredAuthenticationFactor(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_factor())
.preferredAuthenticationMethod(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_method())
.preferredDevice(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_display())
.build())
.preferredThirdPartyVendor(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_third_party_vendor())
.trustedUserAgents(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgentArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_display())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionpasswordlessUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs.builder()
.factorIdentifier(DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_display())
.build())
.factorMethod(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_method())
.factorType(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_type())
.build())
.urnietfparamsscimschemasoracleidcsextensionposixUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs.builder()
.gecos(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gecos())
.gidNumber(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gid_number())
.homeDirectory(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_home_directory())
.loginShell(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_login_shell())
.uidNumber(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_uid_number())
.build())
.urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs.builder()
.secQuestions(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestionArgs.builder()
.answer(var_.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_answer())
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_value())
.hintText(var_.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_hint_text())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionselfChangeUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs.builder()
.allowSelfChange(var_.user_urnietfparamsscimschemasoracleidcsextensionself_change_user_allow_self_change())
.build())
.urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs.builder()
.selfRegistrationProfile(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_display())
.build())
.consentGranted(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_consent_granted())
.userToken(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_user_token())
.build())
.urnietfparamsscimschemasoracleidcsextensionsffUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs.builder()
.sffAuthKeys(var_.user_urnietfparamsscimschemasoracleidcsextensionsff_user_sff_auth_keys())
.build())
.urnietfparamsscimschemasoracleidcsextensionsocialAccountUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs.builder()
.socialAccounts(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccountArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_display())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs.builder()
.termsOfUseConsents(DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsentArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionterms_of_use_user_terms_of_use_consents_value())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionuserStateUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs.builder()
.locked(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs.builder()
.expired(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_expired())
.lockDate(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_lock_date())
.on(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_on())
.reason(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_reason())
.build())
.maxConcurrentSessions(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_max_concurrent_sessions())
.recoveryLocked(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs.builder()
.lockDate(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_lock_date())
.on(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_on())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionuserUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs.builder()
.userProvider(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_provider())
.accountRecoveryRequired(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_account_recovery_required())
.bypassNotification(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_bypass_notification())
.creationMechanism(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_creation_mechanism())
.delegatedAuthenticationTargetApp(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs.builder()
.type(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_type())
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_display())
.build())
.doNotShowGettingStarted(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_do_not_show_getting_started())
.isAuthenticationDelegated(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_authentication_delegated())
.isFederatedUser(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_federated_user())
.isGroupMembershipNormalized(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_normalized())
.isGroupMembershipSyncedToUsersGroups(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_synced_to_users_groups())
.notificationEmailTemplateId(oci_identity_domains_notification_email_template.test_notification_email_template().id())
.preferredUiLandingPage(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_preferred_ui_landing_page())
.syncedFromApp(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs.builder()
.type(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_type())
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_display())
.build())
.userFlowControlledByExternalClient(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_flow_controlled_by_external_client())
.build())
.userType(var_.user_user_type())
.x509certificates(DomainsUserX509certificateArgs.builder()
.value(var_.user_x509certificates_value())
.display(var_.user_x509certificates_display())
.primary(var_.user_x509certificates_primary())
.type(var_.user_x509certificates_type())
.build())
.build());
}
}
Coming soon!
Coming soon!
resources:
testUser:
type: oci:Identity:DomainsUser
properties:
#Required
idcsEndpoint: ${data.oci_identity_domain.test_domain.url}
name:
familyName: ${var.user_name_family_name}
formatted: ${var.user_name_formatted}
givenName: ${var.user_name_given_name}
honorificPrefix: ${var.user_name_honorific_prefix}
honorificSuffix: ${var.user_name_honorific_suffix}
middleName: ${var.user_name_middle_name}
schemas:
- urn:ietf:params:scim:schemas:core:2.0:User
userName: userName
#Optional
active: ${var.user_active}
addresses:
- type: ${var.user_addresses_type}
country: ${var.user_addresses_country}
formatted: ${var.user_addresses_formatted}
locality: ${var.user_addresses_locality}
postalCode: ${var.user_addresses_postal_code}
primary: ${var.user_addresses_primary}
region: ${var.user_addresses_region}
streetAddress: ${var.user_addresses_street_address}
attributeSets: []
attributes:
authorization: ${var.user_authorization}
description: ${var.user_description}
displayName: ${var.user_display_name}
emails:
- type: ${var.user_emails_type}
value: ${var.user_emails_value}
primary: true
secondary: ${var.user_emails_secondary}
verified: ${var.user_emails_verified}
- type: recovery
value: ${var.user_emails_value}
entitlements:
- type: ${var.user_entitlements_type}
value: ${var.user_entitlements_value}
display: ${var.user_entitlements_display}
primary: ${var.user_entitlements_primary}
externalId: externalId
id: ${var.user_id}
ims:
- type: ${var.user_ims_type}
value: ${var.user_ims_value}
display: ${var.user_ims_display}
primary: ${var.user_ims_primary}
locale: ${var.user_locale}
nickName: ${var.user_nick_name}
ocid: ${var.user_ocid}
password: ${var.user_password}
phoneNumbers:
- type: ${var.user_phone_numbers_type}
value: ${var.user_phone_numbers_value}
primary: ${var.user_phone_numbers_primary}
photos:
- type: ${var.user_photos_type}
value: ${var.user_photos_value}
display: ${var.user_photos_display}
primary: ${var.user_photos_primary}
preferredLanguage: ${var.user_preferred_language}
profileUrl: ${var.user_profile_url}
resourceTypeSchemaVersion: ${var.user_resource_type_schema_version}
roles:
- type: ${var.user_roles_type}
value: ${var.user_roles_value}
display: ${var.user_roles_display}
primary: ${var.user_roles_primary}
tags:
- key: ${var.user_tags_key}
value: ${var.user_tags_value}
timezone: ${var.user_timezone}
title: ${var.user_title}
urnietfparamsscimschemasextensionenterprise20user:
costCenter: ${var.user_urnietfparamsscimschemasextensionenterprise20user_cost_center}
department: ${var.user_urnietfparamsscimschemasextensionenterprise20user_department}
division: ${var.user_urnietfparamsscimschemasextensionenterprise20user_division}
employeeNumber: ${var.user_urnietfparamsscimschemasextensionenterprise20user_employee_number}
manager:
value: ${var.user_urnietfparamsscimschemasextensionenterprise20user_manager_value}
organization: ${var.user_urnietfparamsscimschemasextensionenterprise20user_organization}
urnietfparamsscimschemasoracleidcsextensionOciTags:
definedTags:
- key: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_key}
namespace: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_namespace}
value: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_value}
freeformTags:
- key: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_key}
value: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_value}
urnietfparamsscimschemasoracleidcsextensionadaptiveUser:
riskLevel: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_level}
riskScores:
- lastUpdateTimestamp: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_last_update_timestamp}
riskLevel: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_risk_level}
score: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_score}
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_value}
source: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_source}
status: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_status}
urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser:
canUseApiKeys: true
canUseAuthTokens: true
canUseConsolePassword: true
canUseCustomerSecretKeys: true
canUseDbCredentials: true
canUseOauth2clientCredentials: true
canUseSmtpCredentials: true
urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser:
dbUserName: dbUserName
urnietfparamsscimschemasoracleidcsextensionkerberosUserUser:
realmUsers:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_value}
principalName: ${var.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_principal_name}
realmName: ${var.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_realm_name}
urnietfparamsscimschemasoracleidcsextensionmfaUser:
bypassCodes:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_bypass_codes_value}
devices:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_value}
authenticationMethod: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_authentication_method}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_display}
factorStatus: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_status}
factorType: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_type}
lastSyncTime: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_last_sync_time}
status: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_status}
thirdPartyVendorName: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_third_party_vendor_name}
loginAttempts: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_login_attempts}
mfaEnabledOn: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_enabled_on}
mfaIgnoredApps: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_ignored_apps}
mfaStatus: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_status}
preferredAuthenticationFactor: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_factor}
preferredAuthenticationMethod: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_method}
preferredDevice:
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_display}
preferredThirdPartyVendor: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_third_party_vendor}
trustedUserAgents:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_display}
urnietfparamsscimschemasoracleidcsextensionpasswordlessUser:
factorIdentifier:
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_display}
factorMethod: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_method}
factorType: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_type}
urnietfparamsscimschemasoracleidcsextensionposixUser:
gecos: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gecos}
gidNumber: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gid_number}
homeDirectory: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_home_directory}
loginShell: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_login_shell}
uidNumber: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_uid_number}
urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser:
secQuestions:
- answer: ${var.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_answer}
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_value}
hintText: ${var.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_hint_text}
urnietfparamsscimschemasoracleidcsextensionselfChangeUser:
allowSelfChange: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_change_user_allow_self_change}
urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser:
selfRegistrationProfile:
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_display}
consentGranted: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_consent_granted}
userToken: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_user_token}
urnietfparamsscimschemasoracleidcsextensionsffUser:
sffAuthKeys: ${var.user_urnietfparamsscimschemasoracleidcsextensionsff_user_sff_auth_keys}
urnietfparamsscimschemasoracleidcsextensionsocialAccountUser:
socialAccounts:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_display}
urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser:
termsOfUseConsents:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionterms_of_use_user_terms_of_use_consents_value}
urnietfparamsscimschemasoracleidcsextensionuserStateUser:
locked:
expired: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_expired}
lockDate: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_lock_date}
on: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_on}
reason: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_reason}
maxConcurrentSessions: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_max_concurrent_sessions}
recoveryLocked:
lockDate: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_lock_date}
on: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_on}
urnietfparamsscimschemasoracleidcsextensionuserUser:
userProvider: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_provider}
accountRecoveryRequired: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_account_recovery_required}
bypassNotification: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_bypass_notification}
creationMechanism: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_creation_mechanism}
delegatedAuthenticationTargetApp:
type: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_type}
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_display}
doNotShowGettingStarted: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_do_not_show_getting_started}
isAuthenticationDelegated: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_authentication_delegated}
isFederatedUser: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_federated_user}
isGroupMembershipNormalized: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_normalized}
isGroupMembershipSyncedToUsersGroups: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_synced_to_users_groups}
notificationEmailTemplateId: ${oci_identity_domains_notification_email_template.test_notification_email_template.id}
preferredUiLandingPage: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_preferred_ui_landing_page}
syncedFromApp:
type: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_type}
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_display}
userFlowControlledByExternalClient: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_flow_controlled_by_external_client}
userType: ${var.user_user_type}
x509certificates:
- value: ${var.user_x509certificates_value}
display: ${var.user_x509certificates_display}
primary: ${var.user_x509certificates_primary}
type: ${var.user_x509certificates_type}
Create DomainsUser Resource
new DomainsUser(name: string, args: DomainsUserArgs, opts?: CustomResourceOptions);
@overload
def DomainsUser(resource_name: str,
opts: Optional[ResourceOptions] = None,
active: Optional[bool] = None,
addresses: Optional[Sequence[_identity.DomainsUserAddressArgs]] = None,
attribute_sets: Optional[Sequence[str]] = None,
attributes: Optional[str] = None,
authorization: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
emails: Optional[Sequence[_identity.DomainsUserEmailArgs]] = None,
entitlements: Optional[Sequence[_identity.DomainsUserEntitlementArgs]] = None,
external_id: Optional[str] = None,
idcs_endpoint: Optional[str] = None,
ims: Optional[Sequence[_identity.DomainsUserImArgs]] = None,
locale: Optional[str] = None,
name: Optional[_identity.DomainsUserNameArgs] = None,
nick_name: Optional[str] = None,
ocid: Optional[str] = None,
password: Optional[str] = None,
phone_numbers: Optional[Sequence[_identity.DomainsUserPhoneNumberArgs]] = None,
photos: Optional[Sequence[_identity.DomainsUserPhotoArgs]] = None,
preferred_language: Optional[str] = None,
profile_url: Optional[str] = None,
resource_type_schema_version: Optional[str] = None,
roles: Optional[Sequence[_identity.DomainsUserRoleArgs]] = None,
schemas: Optional[Sequence[str]] = None,
tags: Optional[Sequence[_identity.DomainsUserTagArgs]] = None,
timezone: Optional[str] = None,
title: Optional[str] = None,
urnietfparamsscimschemasextensionenterprise20user: Optional[_identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs] = None,
urnietfparamsscimschemasoracleidcsextension_oci_tags: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs] = None,
urnietfparamsscimschemasoracleidcsextensionadaptive_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensioncapabilities_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensiondb_credentials_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionkerberos_user_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionmfa_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionpasswordless_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionposix_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionself_change_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionself_registration_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionsff_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionsocial_account_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionterms_of_use_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionuser_state_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionuser_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs] = None,
user_name: Optional[str] = None,
user_type: Optional[str] = None,
x509certificates: Optional[Sequence[_identity.DomainsUserX509certificateArgs]] = None)
@overload
def DomainsUser(resource_name: str,
args: DomainsUserArgs,
opts: Optional[ResourceOptions] = None)
func NewDomainsUser(ctx *Context, name string, args DomainsUserArgs, opts ...ResourceOption) (*DomainsUser, error)
public DomainsUser(string name, DomainsUserArgs args, CustomResourceOptions? opts = null)
public DomainsUser(String name, DomainsUserArgs args)
public DomainsUser(String name, DomainsUserArgs args, CustomResourceOptions options)
type: oci:Identity:DomainsUser
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainsUserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DomainsUserArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DomainsUserArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainsUserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainsUserArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DomainsUser Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DomainsUser resource accepts the following input properties:
- Idcs
Endpoint string The basic endpoint for the identity domain
- Name
Domains
User Name (Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Schemas List<string>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- User
Name string (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- Active bool
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Addresses
List<Domains
User Address> (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Attribute
Sets 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.
- string
(Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Description string
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Emails
List<Domains
User Email> (Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Entitlements
List<Domains
User Entitlement> (Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Ims
List<Domains
User Im> (Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Nick
Name string (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- Phone
Numbers List<DomainsUser Phone Number> (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Photos
List<Domains
User Photo> (Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- Resource
Type stringSchema Version (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<Domains
User Role> (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- List<Domains
User Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Timezone string
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Title string
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Urnietfparamsscimschemasextensionenterprise20user
Domains
User Urnietfparamsscimschemasextensionenterprise20user (Updatable) Enterprise User
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags (Updatable) Oracle Cloud Infrastructure Tags.
- Urnietfparamsscimschemasoracleidcsextensionadaptive
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User (Updatable) This extension defines attributes to manage user's risk score.
- Urnietfparamsscimschemasoracleidcsextensioncapabilities
User DomainsUser Urnietfparamsscimschemasoracleidcsextensioncapabilities User (Updatable) User's Capabilities
- Urnietfparamsscimschemasoracleidcsextensiondb
Credentials DomainsUser User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User (Updatable) The database credentials user extension.
- Urnietfparamsscimschemasoracleidcsextensionkerberos
User DomainsUser User Urnietfparamsscimschemasoracleidcsextensionkerberos User User (Updatable) Kerberos User extension
- Urnietfparamsscimschemasoracleidcsextensionmfa
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionposix User (Updatable) POSIX User extension
- Urnietfparamsscimschemasoracleidcsextensionsecurity
Questions DomainsUser User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User (Updatable) This extension defines the attributes used to store the security questions of a user.
- Urnietfparamsscimschemasoracleidcsextensionself
Change DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Change User (Updatable) Controls whether a user can update themselves or not via User related APIs
- Urnietfparamsscimschemasoracleidcsextensionself
Registration DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Registration User (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- Urnietfparamsscimschemasoracleidcsextensionsff
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionsff User (Updatable) SFF Auth Keys User extension
- Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User (Updatable) Social User extension
- Urnietfparamsscimschemasoracleidcsextensionterms
Of DomainsUse User User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User (Updatable) Terms Of Use extension
- Urnietfparamsscimschemasoracleidcsextensionuser
State DomainsUser User Urnietfparamsscimschemasoracleidcsextensionuser State User (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- Urnietfparamsscimschemasoracleidcsextensionuser
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User (Updatable) Oracle Identity Cloud Service User
- User
Type string (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- X509certificates
List<Domains
User X509certificate> (Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Idcs
Endpoint string The basic endpoint for the identity domain
- Name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Schemas []string
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- User
Name string (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- Active bool
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Addresses
[]Domains
User Address Args (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Attribute
Sets []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.
- string
(Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Description string
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Emails
[]Domains
User Email Args (Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Entitlements
[]Domains
User Entitlement Args (Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Ims
[]Domains
User Im Args (Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Nick
Name string (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- Phone
Numbers []DomainsUser Phone Number Args (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Photos
[]Domains
User Photo Args (Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- Resource
Type stringSchema Version (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
[]Domains
User Role Args (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- []Domains
User Tag Args (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Timezone string
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Title string
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Urnietfparamsscimschemasextensionenterprise20user
Domains
User Urnietfparamsscimschemasextensionenterprise20user Args (Updatable) Enterprise User
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Args (Updatable) Oracle Cloud Infrastructure Tags.
- Urnietfparamsscimschemasoracleidcsextensionadaptive
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User Args (Updatable) This extension defines attributes to manage user's risk score.
- Urnietfparamsscimschemasoracleidcsextensioncapabilities
User DomainsUser Urnietfparamsscimschemasoracleidcsextensioncapabilities User Args (Updatable) User's Capabilities
- Urnietfparamsscimschemasoracleidcsextensiondb
Credentials DomainsUser User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User Args (Updatable) The database credentials user extension.
- Urnietfparamsscimschemasoracleidcsextensionkerberos
User DomainsUser User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Args (Updatable) Kerberos User extension
- Urnietfparamsscimschemasoracleidcsextensionmfa
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Args (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User Args (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionposix User Args (Updatable) POSIX User extension
- Urnietfparamsscimschemasoracleidcsextensionsecurity
Questions DomainsUser User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Args (Updatable) This extension defines the attributes used to store the security questions of a user.
- Urnietfparamsscimschemasoracleidcsextensionself
Change DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Change User Args (Updatable) Controls whether a user can update themselves or not via User related APIs
- Urnietfparamsscimschemasoracleidcsextensionself
Registration DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Registration User Args (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- Urnietfparamsscimschemasoracleidcsextensionsff
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionsff User Args (Updatable) SFF Auth Keys User extension
- Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Args (Updatable) Social User extension
- Urnietfparamsscimschemasoracleidcsextensionterms
Of DomainsUse User User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User Args (Updatable) Terms Of Use extension
- Urnietfparamsscimschemasoracleidcsextensionuser
State DomainsUser User Urnietfparamsscimschemasoracleidcsextensionuser State User Args (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- Urnietfparamsscimschemasoracleidcsextensionuser
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User Args (Updatable) Oracle Identity Cloud Service User
- User
Type string (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- X509certificates
[]Domains
User X509certificate Args (Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- idcs
Endpoint String The basic endpoint for the identity domain
- name
Domains
User Name (Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- user
Name String (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- active Boolean
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- addresses
List<Domains
User Address> (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- attribute
Sets 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.
- String
(Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- description String
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- display
Name String (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- emails
List<Domains
User Email> (Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- entitlements
List<Domains
User Entitlement> (Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ims
List<Domains
User Im> (Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- locale String
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- nick
Name String (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- password String
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- phone
Numbers List<DomainsUser Phone Number> (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- photos
List<Domains
User Photo> (Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- preferred
Language String (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- profile
Url String (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- resource
Type StringSchema Version (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<Domains
User Role> (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- List<Domains
User Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- timezone String
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- title String
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasextensionenterprise20user
Domains
User Urnietfparamsscimschemasextensionenterprise20user (Updatable) Enterprise User
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags (Updatable) Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User (Updatable) This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
User DomainsUser Urnietfparamsscimschemasoracleidcsextensioncapabilities User (Updatable) User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials DomainsUser User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User (Updatable) The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensionkerberos
User DomainsUser User Urnietfparamsscimschemasoracleidcsextensionkerberos User User (Updatable) Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionposix User (Updatable) POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions DomainsUser User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User (Updatable) This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Change User (Updatable) Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Registration User (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionsff User (Updatable) SFF Auth Keys User extension
- Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User (Updatable) Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of DomainsUse User User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User (Updatable) Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
State DomainsUser User Urnietfparamsscimschemasoracleidcsextensionuser State User (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User (Updatable) Oracle Identity Cloud Service User
- user
Type String (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- x509certificates
List<Domains
User X509certificate> (Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- idcs
Endpoint string The basic endpoint for the identity domain
- name
Domains
User Name (Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- schemas string[]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- user
Name string (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- active boolean
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- addresses
Domains
User Address[] (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- attribute
Sets 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.
- string
(Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- description string
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- emails
Domains
User Email[] (Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- entitlements
Domains
User Entitlement[] (Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- external
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ims
Domains
User Im[] (Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- nick
Name string (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- phone
Numbers DomainsUser Phone Number[] (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- photos
Domains
User Photo[] (Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- resource
Type stringSchema Version (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
Domains
User Role[] (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Domains
User Tag[] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- timezone string
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- title string
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasextensionenterprise20user
Domains
User Urnietfparamsscimschemasextensionenterprise20user (Updatable) Enterprise User
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags (Updatable) Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User (Updatable) This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
User DomainsUser Urnietfparamsscimschemasoracleidcsextensioncapabilities User (Updatable) User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials DomainsUser User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User (Updatable) The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensionkerberos
User DomainsUser User Urnietfparamsscimschemasoracleidcsextensionkerberos User User (Updatable) Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionposix User (Updatable) POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions DomainsUser User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User (Updatable) This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Change User (Updatable) Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Registration User (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionsff User (Updatable) SFF Auth Keys User extension
- Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User (Updatable) Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of DomainsUse User User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User (Updatable) Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
State DomainsUser User Urnietfparamsscimschemasoracleidcsextensionuser State User (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User (Updatable) Oracle Identity Cloud Service User
- user
Type string (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- x509certificates
Domains
User X509certificate[] (Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- idcs_
endpoint str The basic endpoint for the identity domain
- name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- schemas Sequence[str]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- user_
name str (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- active bool
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- addresses
Domains
User Address Args] (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- attribute_
sets Sequence[str] (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes str
(Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- str
(Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- description str
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- display_
name str (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- emails
Domains
User Email Args] (Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- entitlements
Domains
User Entitlement Args] (Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- external_
id str (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ims
Domains
User Im Args] (Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- locale str
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- nick_
name str (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid str
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- password str
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- phone_
numbers DomainsUser Phone Number Args] (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- photos
Domains
User Photo Args] (Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- preferred_
language str (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- profile_
url str (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- resource_
type_ strschema_ version (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
Domains
User Role Args] (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Domains
User Tag Args] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- timezone str
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- title str
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasextensionenterprise20user
Domains
User Urnietfparamsscimschemasextensionenterprise20user Args (Updatable) Enterprise User
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Args (Updatable) Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive_
user DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User Args (Updatable) This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities_
user DomainsUser Urnietfparamsscimschemasoracleidcsextensioncapabilities User Args (Updatable) User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb_
credentials_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User Args (Updatable) The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensionkerberos_
user_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Args (Updatable) Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa_
user DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Args (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User Args (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionposix User Args (Updatable) POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity_
questions_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Args (Updatable) This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself_
change_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensionself Change User Args (Updatable) Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself_
registration_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensionself Registration User Args (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff_
user DomainsUser Urnietfparamsscimschemasoracleidcsextensionsff User Args (Updatable) SFF Auth Keys User extension
- Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Args (Updatable) Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms_
of_ Domainsuse_ user User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User Args (Updatable) Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser_
state_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensionuser State User Args (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser_
user DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User Args (Updatable) Oracle Identity Cloud Service User
- user_
type str (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- x509certificates
Domains
User X509certificate Args] (Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- idcs
Endpoint String The basic endpoint for the identity domain
- name Property Map
(Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- user
Name String (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- active Boolean
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- addresses List<Property Map>
(Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- attribute
Sets 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.
- String
(Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- description String
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- display
Name String (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- emails List<Property Map>
(Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- entitlements List<Property Map>
(Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ims List<Property Map>
(Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- locale String
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- nick
Name String (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- password String
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- phone
Numbers List<Property Map> (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- photos List<Property Map>
(Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- preferred
Language String (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- profile
Url String (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- resource
Type StringSchema Version (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- roles List<Property Map>
(Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- List<Property Map>
(Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- timezone String
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- title String
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasextensionenterprise20user Property Map
(Updatable) Enterprise User
- Property Map
(Updatable) Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
User Property Map (Updatable) This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
User Property Map (Updatable) User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials Property MapUser (Updatable) The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensionkerberos
User Property MapUser (Updatable) Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
User 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.
- urnietfparamsscimschemasoracleidcsextensionpasswordless
User 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.
- urnietfparamsscimschemasoracleidcsextensionposix
User Property Map (Updatable) POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions Property MapUser (Updatable) This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change Property MapUser (Updatable) Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration Property MapUser (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
User Property Map (Updatable) SFF Auth Keys User extension
- Property Map
(Updatable) Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of Property MapUse User (Updatable) Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
State Property MapUser (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser
User Property Map (Updatable) Oracle Identity Cloud Service User
- user
Type String (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- x509certificates List<Property Map>
(Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Outputs
All input properties are implicitly available as output properties. Additionally, the DomainsUser resource produces the following output properties:
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Delete
In boolProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Groups
List<Domains
User Group> (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- Id string
The provider-assigned unique ID for this managed resource.
- Idcs
Created List<DomainsBies User Idcs Created By> (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- Idcs
Last List<DomainsModified Bies User Idcs Last Modified By> (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented List<string>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Metas
List<Domains
User Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Urnietfparamsscimschemasoracleidcsextensiondb
User List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensiondb User User> (Updatable) DB User extension
- Urnietfparamsscimschemasoracleidcsextensionpassword
State List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionpassword State User> (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 List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User> (Updatable) User's credentials
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Delete
In boolProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Groups
[]Domains
User Group (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- Id string
The provider-assigned unique ID for this managed resource.
- Idcs
Created []DomainsBies User Idcs Created By (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- Idcs
Last []DomainsModified Bies User Idcs Last Modified By (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented []stringOperations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Metas
[]Domains
User Meta (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Urnietfparamsscimschemasoracleidcsextensiondb
User []DomainsUsers User Urnietfparamsscimschemasoracleidcsextensiondb User User (Updatable) DB User extension
- Urnietfparamsscimschemasoracleidcsextensionpassword
State []DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionpassword State User (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 []DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User (Updatable) User's credentials
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- groups
List<Domains
User Group> (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- id String
The provider-assigned unique ID for this managed resource.
- idcs
Created List<DomainsBies User Idcs Created By> (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Last List<DomainsModified Bies User Idcs Last Modified By> (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas
List<Domains
User Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensiondb
User List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensiondb User User> (Updatable) DB User extension
- urnietfparamsscimschemasoracleidcsextensionpassword
State List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionpassword State User> (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 List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User> (Updatable) User's credentials
- compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete
In booleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- groups
Domains
User Group[] (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- id string
The provider-assigned unique ID for this managed resource.
- idcs
Created DomainsBies User Idcs Created By[] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Last DomainsModified Bies User Idcs Last Modified By[] (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented string[]Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas
Domains
User Meta[] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensiondb
User DomainsUsers User Urnietfparamsscimschemasoracleidcsextensiondb User User[] (Updatable) DB User extension
- urnietfparamsscimschemasoracleidcsextensionpassword
State DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionpassword State User[] (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 DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User[] (Updatable) User's credentials
- compartment_
ocid str (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete_
in_ boolprogress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain_
ocid str (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- groups
Domains
User Group] (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- id str
The provider-assigned unique ID for this managed resource.
- idcs_
created_ Domainsbies User Idcs Created By] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs_
last_ Domainsmodified_ bies User Idcs Last Modified By] (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs_
last_ strupgraded_ in_ release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs_
prevented_ Sequence[str]operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas
Domains
User Meta] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- tenancy_
ocid str (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensiondb_
user_ Domainsusers User Urnietfparamsscimschemasoracleidcsextensiondb User User] (Updatable) DB User extension
- urnietfparamsscimschemasoracleidcsextensionpassword_
state_ Domainsusers User Urnietfparamsscimschemasoracleidcsextensionpassword State User] (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_ Domainsusers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User] (Updatable) User's credentials
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- groups List<Property Map>
(Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- id String
The provider-assigned unique ID for this managed resource.
- idcs
Created List<Property Map>Bies (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Last List<Property Map>Modified Bies (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas List<Property Map>
(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensiondb
User List<Property Map>Users (Updatable) DB User extension
- urnietfparamsscimschemasoracleidcsextensionpassword
State List<Property Map>Users (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 List<Property Map>Users (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.
- Active bool
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Addresses
List<Domains
User Address> (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Attribute
Sets 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.
- 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.
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Delete
In boolProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Description string
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Emails
List<Domains
User Email> (Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Entitlements
List<Domains
User Entitlement> (Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Groups
List<Domains
User Group> (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- Idcs
Created List<DomainsBies User Idcs Created By> (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- Idcs
Endpoint string The basic endpoint for the identity domain
- Idcs
Last List<DomainsModified Bies User Idcs Last Modified By> (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented List<string>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Ims
List<Domains
User Im> (Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Metas
List<Domains
User Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Name
Domains
User Name (Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Nick
Name string (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- Phone
Numbers List<DomainsUser Phone Number> (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Photos
List<Domains
User Photo> (Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- Resource
Type stringSchema Version (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<Domains
User Role> (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Schemas List<string>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- List<Domains
User Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Timezone string
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Title string
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Urnietfparamsscimschemasextensionenterprise20user
Domains
User Urnietfparamsscimschemasextensionenterprise20user (Updatable) Enterprise User
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags (Updatable) Oracle Cloud Infrastructure Tags.
- Urnietfparamsscimschemasoracleidcsextensionadaptive
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User (Updatable) This extension defines attributes to manage user's risk score.
- Urnietfparamsscimschemasoracleidcsextensioncapabilities
User DomainsUser Urnietfparamsscimschemasoracleidcsextensioncapabilities User (Updatable) User's Capabilities
- Urnietfparamsscimschemasoracleidcsextensiondb
Credentials DomainsUser User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User (Updatable) The database credentials user extension.
- Urnietfparamsscimschemasoracleidcsextensiondb
User List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensiondb User User> (Updatable) DB User extension
- Urnietfparamsscimschemasoracleidcsextensionkerberos
User DomainsUser User Urnietfparamsscimschemasoracleidcsextensionkerberos User User (Updatable) Kerberos User extension
- Urnietfparamsscimschemasoracleidcsextensionmfa
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User (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 List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionpassword State User> (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionposix User (Updatable) POSIX User extension
- Urnietfparamsscimschemasoracleidcsextensionsecurity
Questions DomainsUser User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User (Updatable) This extension defines the attributes used to store the security questions of a user.
- Urnietfparamsscimschemasoracleidcsextensionself
Change DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Change User (Updatable) Controls whether a user can update themselves or not via User related APIs
- Urnietfparamsscimschemasoracleidcsextensionself
Registration DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Registration User (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- Urnietfparamsscimschemasoracleidcsextensionsff
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionsff User (Updatable) SFF Auth Keys User extension
- Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User (Updatable) Social User extension
- Urnietfparamsscimschemasoracleidcsextensionterms
Of DomainsUse User User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User (Updatable) Terms Of Use extension
- Urnietfparamsscimschemasoracleidcsextensionuser
Credentials List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User> (Updatable) User's credentials
- Urnietfparamsscimschemasoracleidcsextensionuser
State DomainsUser User Urnietfparamsscimschemasoracleidcsextensionuser State User (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- Urnietfparamsscimschemasoracleidcsextensionuser
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User (Updatable) Oracle Identity Cloud Service User
- User
Name string (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- User
Type string (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- X509certificates
List<Domains
User X509certificate> (Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Active bool
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Addresses
[]Domains
User Address Args (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Attribute
Sets []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.
- 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.
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Delete
In boolProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Description string
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Emails
[]Domains
User Email Args (Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Entitlements
[]Domains
User Entitlement Args (Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Groups
[]Domains
User Group Args (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- Idcs
Created []DomainsBies User Idcs Created By Args (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- Idcs
Endpoint string The basic endpoint for the identity domain
- Idcs
Last []DomainsModified Bies User Idcs Last Modified By Args (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented []stringOperations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Ims
[]Domains
User Im Args (Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Metas
[]Domains
User Meta Args (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Nick
Name string (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- Phone
Numbers []DomainsUser Phone Number Args (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Photos
[]Domains
User Photo Args (Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- Resource
Type stringSchema Version (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
[]Domains
User Role Args (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Schemas []string
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- []Domains
User Tag Args (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Timezone string
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Title string
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Urnietfparamsscimschemasextensionenterprise20user
Domains
User Urnietfparamsscimschemasextensionenterprise20user Args (Updatable) Enterprise User
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Args (Updatable) Oracle Cloud Infrastructure Tags.
- Urnietfparamsscimschemasoracleidcsextensionadaptive
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User Args (Updatable) This extension defines attributes to manage user's risk score.
- Urnietfparamsscimschemasoracleidcsextensioncapabilities
User DomainsUser Urnietfparamsscimschemasoracleidcsextensioncapabilities User Args (Updatable) User's Capabilities
- Urnietfparamsscimschemasoracleidcsextensiondb
Credentials DomainsUser User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User Args (Updatable) The database credentials user extension.
- Urnietfparamsscimschemasoracleidcsextensiondb
User []DomainsUsers User Urnietfparamsscimschemasoracleidcsextensiondb User User Args (Updatable) DB User extension
- Urnietfparamsscimschemasoracleidcsextensionkerberos
User DomainsUser User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Args (Updatable) Kerberos User extension
- Urnietfparamsscimschemasoracleidcsextensionmfa
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Args (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 []DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionpassword State User Args (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User Args (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionposix User Args (Updatable) POSIX User extension
- Urnietfparamsscimschemasoracleidcsextensionsecurity
Questions DomainsUser User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Args (Updatable) This extension defines the attributes used to store the security questions of a user.
- Urnietfparamsscimschemasoracleidcsextensionself
Change DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Change User Args (Updatable) Controls whether a user can update themselves or not via User related APIs
- Urnietfparamsscimschemasoracleidcsextensionself
Registration DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Registration User Args (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- Urnietfparamsscimschemasoracleidcsextensionsff
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionsff User Args (Updatable) SFF Auth Keys User extension
- Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Args (Updatable) Social User extension
- Urnietfparamsscimschemasoracleidcsextensionterms
Of DomainsUse User User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User Args (Updatable) Terms Of Use extension
- Urnietfparamsscimschemasoracleidcsextensionuser
Credentials []DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Args (Updatable) User's credentials
- Urnietfparamsscimschemasoracleidcsextensionuser
State DomainsUser User Urnietfparamsscimschemasoracleidcsextensionuser State User Args (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- Urnietfparamsscimschemasoracleidcsextensionuser
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User Args (Updatable) Oracle Identity Cloud Service User
- User
Name string (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- User
Type string (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- X509certificates
[]Domains
User X509certificate Args (Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- active Boolean
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- addresses
List<Domains
User Address> (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- attribute
Sets 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.
- 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.
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- description String
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- display
Name String (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- emails
List<Domains
User Email> (Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- entitlements
List<Domains
User Entitlement> (Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- groups
List<Domains
User Group> (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- idcs
Created List<DomainsBies User Idcs Created By> (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Endpoint String The basic endpoint for the identity domain
- idcs
Last List<DomainsModified Bies User Idcs Last Modified By> (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- ims
List<Domains
User Im> (Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- locale String
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- metas
List<Domains
User Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- name
Domains
User Name (Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- nick
Name String (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- password String
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- phone
Numbers List<DomainsUser Phone Number> (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- photos
List<Domains
User Photo> (Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- preferred
Language String (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- profile
Url String (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- resource
Type StringSchema Version (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<Domains
User Role> (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- List<Domains
User Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- timezone String
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- title String
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasextensionenterprise20user
Domains
User Urnietfparamsscimschemasextensionenterprise20user (Updatable) Enterprise User
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags (Updatable) Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User (Updatable) This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
User DomainsUser Urnietfparamsscimschemasoracleidcsextensioncapabilities User (Updatable) User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials DomainsUser User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User (Updatable) The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb
User List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensiondb User User> (Updatable) DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos
User DomainsUser User Urnietfparamsscimschemasoracleidcsextensionkerberos User User (Updatable) Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User (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 List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionpassword State User> (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionposix User (Updatable) POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions DomainsUser User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User (Updatable) This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Change User (Updatable) Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Registration User (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionsff User (Updatable) SFF Auth Keys User extension
- Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User (Updatable) Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of DomainsUse User User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User (Updatable) Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
Credentials List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User> (Updatable) User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser
State DomainsUser User Urnietfparamsscimschemasoracleidcsextensionuser State User (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User (Updatable) Oracle Identity Cloud Service User
- user
Name String (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- user
Type String (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- x509certificates
List<Domains
User X509certificate> (Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- active boolean
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- addresses
Domains
User Address[] (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- attribute
Sets 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.
- 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.
- compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete
In booleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- description string
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- emails
Domains
User Email[] (Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- entitlements
Domains
User Entitlement[] (Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- external
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- groups
Domains
User Group[] (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- idcs
Created DomainsBies User Idcs Created By[] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Endpoint string The basic endpoint for the identity domain
- idcs
Last DomainsModified Bies User Idcs Last Modified By[] (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented string[]Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- ims
Domains
User Im[] (Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- metas
Domains
User Meta[] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- name
Domains
User Name (Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- nick
Name string (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- phone
Numbers DomainsUser Phone Number[] (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- photos
Domains
User Photo[] (Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- resource
Type stringSchema Version (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
Domains
User Role[] (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- schemas string[]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Domains
User Tag[] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- timezone string
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- title string
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasextensionenterprise20user
Domains
User Urnietfparamsscimschemasextensionenterprise20user (Updatable) Enterprise User
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags (Updatable) Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User (Updatable) This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
User DomainsUser Urnietfparamsscimschemasoracleidcsextensioncapabilities User (Updatable) User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials DomainsUser User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User (Updatable) The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb
User DomainsUsers User Urnietfparamsscimschemasoracleidcsextensiondb User User[] (Updatable) DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos
User DomainsUser User Urnietfparamsscimschemasoracleidcsextensionkerberos User User (Updatable) Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User (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 DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionpassword State User[] (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionposix User (Updatable) POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions DomainsUser User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User (Updatable) This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Change User (Updatable) Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration DomainsUser User Urnietfparamsscimschemasoracleidcsextensionself Registration User (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionsff User (Updatable) SFF Auth Keys User extension
- Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User (Updatable) Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of DomainsUse User User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User (Updatable) Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
Credentials DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User[] (Updatable) User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser
State DomainsUser User Urnietfparamsscimschemasoracleidcsextensionuser State User (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User (Updatable) Oracle Identity Cloud Service User
- user
Name string (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- user
Type string (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- x509certificates
Domains
User X509certificate[] (Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- active bool
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- addresses
Domains
User Address Args] (Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- attribute_
sets Sequence[str] (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes str
(Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- str
(Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment_
ocid str (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete_
in_ boolprogress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- description str
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- display_
name str (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- domain_
ocid str (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- emails
Domains
User Email Args] (Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- entitlements
Domains
User Entitlement Args] (Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- external_
id str (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- groups
Domains
User Group Args] (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- idcs_
created_ Domainsbies User Idcs Created By Args] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs_
endpoint str The basic endpoint for the identity domain
- idcs_
last_ Domainsmodified_ bies User Idcs Last Modified By Args] (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs_
last_ strupgraded_ in_ release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs_
prevented_ Sequence[str]operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- ims
Domains
User Im Args] (Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- locale str
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- metas
Domains
User Meta Args] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- nick_
name str (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid str
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- password str
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- phone_
numbers DomainsUser Phone Number Args] (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- photos
Domains
User Photo Args] (Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- preferred_
language str (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- profile_
url str (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- resource_
type_ strschema_ version (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
Domains
User Role Args] (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- schemas Sequence[str]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Domains
User Tag Args] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy_
ocid str (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- timezone str
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- title str
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasextensionenterprise20user
Domains
User Urnietfparamsscimschemasextensionenterprise20user Args (Updatable) Enterprise User
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Args (Updatable) Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive_
user DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User Args (Updatable) This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities_
user DomainsUser Urnietfparamsscimschemasoracleidcsextensioncapabilities User Args (Updatable) User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb_
credentials_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User Args (Updatable) The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb_
user_ Domainsusers User Urnietfparamsscimschemasoracleidcsextensiondb User User Args] (Updatable) DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos_
user_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Args (Updatable) Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa_
user DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Args (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_ Domainsusers User Urnietfparamsscimschemasoracleidcsextensionpassword State User Args] (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User Args (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 DomainsUser Urnietfparamsscimschemasoracleidcsextensionposix User Args (Updatable) POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity_
questions_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Args (Updatable) This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself_
change_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensionself Change User Args (Updatable) Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself_
registration_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensionself Registration User Args (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff_
user DomainsUser Urnietfparamsscimschemasoracleidcsextensionsff User Args (Updatable) SFF Auth Keys User extension
- Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Args (Updatable) Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms_
of_ Domainsuse_ user User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User Args (Updatable) Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser_
credentials_ Domainsusers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Args] (Updatable) User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser_
state_ Domainsuser User Urnietfparamsscimschemasoracleidcsextensionuser State User Args (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser_
user DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User Args (Updatable) Oracle Identity Cloud Service User
- user_
name str (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- user_
type str (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- x509certificates
Domains
User X509certificate Args] (Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- active Boolean
(Updatable) Status of the account
Added In: 17.4.6
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- addresses List<Property Map>
(Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
SCIM++ Properties:
- idcsCompositeKey: [type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Address Street, deprecatedColumnHeaderName:Work Street Address, mapsTo:addresses[work].streetAddress], [columnHeaderName:Work Address Locality, deprecatedColumnHeaderName:Work City, mapsTo:addresses[work].locality], [columnHeaderName:Work Address Region, deprecatedColumnHeaderName:Work State, mapsTo:addresses[work].region], [columnHeaderName:Work Address Postal Code, deprecatedColumnHeaderName:Work Postal Code, mapsTo:addresses[work].postalCode], [columnHeaderName:Work Address Country, deprecatedColumnHeaderName:Work Country, mapsTo:addresses[work].country], [columnHeaderName:Work Address Formatted, mapsTo:addresses[work].formatted], [columnHeaderName:Home Address Formatted, mapsTo:addresses[home].formatted], [columnHeaderName:Other Address Formatted, mapsTo:addresses[other].formatted], [columnHeaderName:Home Address Street, mapsTo:addresses[home].streetAddress], [columnHeaderName:Other Address Street, mapsTo:addresses[other].streetAddress], [columnHeaderName:Home Address Locality, mapsTo:addresses[home].locality], [columnHeaderName:Other Address Locality, mapsTo:addresses[other].locality], [columnHeaderName:Home Address Region, mapsTo:addresses[home].region], [columnHeaderName:Other Address Region, mapsTo:addresses[other].region], [columnHeaderName:Home Address Country, mapsTo:addresses[home].country], [columnHeaderName:Other Address Country, mapsTo:addresses[other].country], [columnHeaderName:Home Address Postal Code, mapsTo:addresses[home].postalCode], [columnHeaderName:Other Address Postal Code, mapsTo:addresses[other].postalCode], [columnHeaderName:Primary Address Type, mapsTo:addresses[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- attribute
Sets 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.
- 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.
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- description String
(Updatable) Description of the user
Added In: 2012271618
SCIM++ Properties:
- caseExact: false
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- display
Name String (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- emails List<Property Map>
(Updatable) A complex attribute representing emails
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Email, mapsTo:emails[work].value], [columnHeaderName:Home Email, mapsTo:emails[home].value], [columnHeaderName:Primary Email Type, mapsTo:emails[$(type)].primary], [columnHeaderName:Other Email, mapsTo:emails[other].value], [columnHeaderName:Recovery Email, mapsTo:emails[recovery].value], [columnHeaderName:Work Email Verified, mapsTo:emails[work].verified], [columnHeaderName:Home Email Verified, mapsTo:emails[home].verified], [columnHeaderName:Other Email Verified, mapsTo:emails[other].verified], [columnHeaderName:Recovery Email Verified, mapsTo:emails[recovery].verified]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- entitlements List<Property Map>
(Updatable) A list of entitlements for the User that represent a thing the User has.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- groups List<Property Map>
(Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- idcs
Created List<Property Map>Bies (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Endpoint String The basic endpoint for the identity domain
- idcs
Last List<Property Map>Modified Bies (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- ims List<Property Map>
(Updatable) User's instant messaging addresses
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- locale String
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Locale
- idcsCsvAttributeNameMappings: [[columnHeaderName:Locale]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- metas List<Property Map>
(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- name Property Map
(Updatable) Name of the account assigned to the User.
Added In: 17.4.6
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- nick
Name String (Updatable) Nick name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Nick Name
- idcsCsvAttributeNameMappings: [[columnHeaderName:Nick Name]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- password String
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
SCIM++ Properties:
- idcsCsvAttributeName: Password
- idcsCsvAttributeNameMappings: [[columnHeaderName:Password]]
- idcsPii: true
- idcsSearchable: false
- idcsSensitive: hash
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: string
- uniqueness: none
- phone
Numbers List<Property Map> (Updatable) Phone numbers
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsCsvAttributeNameMappings: [[columnHeaderName:Work Phone, mapsTo:phoneNumbers[work].value], [columnHeaderName:Mobile No, mapsTo:phoneNumbers[mobile].value], [columnHeaderName:Home Phone, mapsTo:phoneNumbers[home].value], [columnHeaderName:Fax, mapsTo:phoneNumbers[fax].value], [columnHeaderName:Pager, mapsTo:phoneNumbers[pager].value], [columnHeaderName:Other Phone, mapsTo:phoneNumbers[other].value], [columnHeaderName:Recovery Phone, mapsTo:phoneNumbers[recovery].value], [columnHeaderName:Primary Phone Type, mapsTo:phoneNumbers[$(type)].primary]]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- photos List<Property Map>
(Updatable) URLs of photos for the User
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- idcsPii: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- preferred
Language String (Updatable) User's preferred written or spoken language used for localized user interfaces
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Preferred Language
- idcsCsvAttributeNameMappings: [[columnHeaderName:Preferred Language]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- profile
Url String (Updatable) A fully-qualified URL to a page representing the User's online profile
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Profile URL
- idcsCsvAttributeNameMappings: [[columnHeaderName:Profile Url]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
- resource
Type StringSchema Version (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- roles List<Property Map>
(Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
SCIM++ Properties:
- idcsCompositeKey: [value, type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- List<Property Map>
(Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- timezone String
(Updatable) User's timezone
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsCsvAttributeName: TimeZone
- idcsCsvAttributeNameMappings: [[columnHeaderName:Time Zone, deprecatedColumnHeaderName:TimeZone]]
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- title String
(Updatable) Title
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Title
- idcsCsvAttributeNameMappings: [[columnHeaderName:Title]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- urnietfparamsscimschemasextensionenterprise20user Property Map
(Updatable) Enterprise User
- Property Map
(Updatable) Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
User Property Map (Updatable) This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
User Property Map (Updatable) User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials Property MapUser (Updatable) The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb
User List<Property Map>Users (Updatable) DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos
User Property MapUser (Updatable) Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
User 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.
- urnietfparamsscimschemasoracleidcsextensionpassword
State List<Property Map>Users (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 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.
- urnietfparamsscimschemasoracleidcsextensionposix
User Property Map (Updatable) POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions Property MapUser (Updatable) This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change Property MapUser (Updatable) Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration Property MapUser (Updatable) This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
User Property Map (Updatable) SFF Auth Keys User extension
- Property Map
(Updatable) Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of Property MapUse User (Updatable) Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
Credentials List<Property Map>Users (Updatable) User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser
State Property MapUser (Updatable) This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser
User Property Map (Updatable) Oracle Identity Cloud Service User
- user
Name String (Updatable) User name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User ID
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Name, deprecatedColumnHeaderName:User ID]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
- user
Type String (Updatable) Used to identify the organization-to-user relationship
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: User Type
- idcsCsvAttributeNameMappings: [[columnHeaderName:User Type]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- x509certificates List<Property Map>
(Updatable) A list of certificates issued to the User.
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Supporting Types
DomainsUserAddress, DomainsUserAddressArgs
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Country string
(Updatable) The country name component.
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Formatted string
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Locality string
(Updatable) The city or locality component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Postal
Code string (Updatable) The zipcode or postal code component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Region string
(Updatable) The state or region component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Street
Address string (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Country string
(Updatable) The country name component.
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Formatted string
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Locality string
(Updatable) The city or locality component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Postal
Code string (Updatable) The zipcode or postal code component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Region string
(Updatable) The state or region component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Street
Address string (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- country String
(Updatable) The country name component.
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- formatted String
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- locality String
(Updatable) The city or locality component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- postal
Code String (Updatable) The zipcode or postal code component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- region String
(Updatable) The state or region component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- street
Address String (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- country string
(Updatable) The country name component.
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- formatted string
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- locality string
(Updatable) The city or locality component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- postal
Code string (Updatable) The zipcode or postal code component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- region string
(Updatable) The state or region component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- street
Address string (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- type str
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- country str
(Updatable) The country name component.
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- formatted str
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- locality str
(Updatable) The city or locality component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- postal_
code str (Updatable) The zipcode or postal code component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- region str
(Updatable) The state or region component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- street_
address str (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- country String
(Updatable) The country name component.
SCIM++ Properties:
- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "countries" and attrValues.value eq "upper($(country))"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- formatted String
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- locality String
(Updatable) The city or locality component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- postal
Code String (Updatable) The zipcode or postal code component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- region String
(Updatable) The state or region component.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- street
Address String (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsUserEmail, DomainsUserEmailArgs
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Pending
Verification stringData (Updatable) Pending e-mail address verification
Added In: 19.1.4
SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Secondary bool
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
Added In: 18.2.6
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Pending
Verification stringData (Updatable) Pending e-mail address verification
Added In: 19.1.4
SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Secondary bool
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
Added In: 18.2.6
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- pending
Verification StringData (Updatable) Pending e-mail address verification
Added In: 19.1.4
SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- secondary Boolean
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
Added In: 18.2.6
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- verified Boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- pending
Verification stringData (Updatable) Pending e-mail address verification
Added In: 19.1.4
SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- secondary boolean
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
Added In: 18.2.6
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- verified boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type str
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- pending_
verification_ strdata (Updatable) Pending e-mail address verification
Added In: 19.1.4
SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- secondary bool
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
Added In: 18.2.6
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- pending
Verification StringData (Updatable) Pending e-mail address verification
Added In: 19.1.4
SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- secondary Boolean
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
Added In: 18.2.6
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- verified Boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
DomainsUserEntitlement, DomainsUserEntitlementArgs
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type str
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display str
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
DomainsUserGroup, DomainsUserGroupArgs
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Date
Added string (Updatable) Date when the member is Added to the group
Added In: 2105200541
SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Membership
Ocid string (Updatable) The membership OCID.
Added In: 2103141444
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Non
Unique stringDisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Ref string
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Date
Added string (Updatable) Date when the member is Added to the group
Added In: 2105200541
SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Membership
Ocid string (Updatable) The membership OCID.
Added In: 2103141444
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Non
Unique stringDisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Ref string
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- date
Added String (Updatable) Date when the member is Added to the group
Added In: 2105200541
SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- membership
Ocid String (Updatable) The membership OCID.
Added In: 2103141444
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- non
Unique StringDisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref String
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- date
Added string (Updatable) Date when the member is Added to the group
Added In: 2105200541
SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- external
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- membership
Ocid string (Updatable) The membership OCID.
Added In: 2103141444
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- non
Unique stringDisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref string
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- date_
added str (Updatable) Date when the member is Added to the group
Added In: 2105200541
SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- display str
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- external_
id str (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- membership_
ocid str (Updatable) The membership OCID.
Added In: 2103141444
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- non_
unique_ strdisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid str
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref str
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type str
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- date
Added String (Updatable) Date when the member is Added to the group
Added In: 2105200541
SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- membership
Ocid String (Updatable) The membership OCID.
Added In: 2103141444
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- non
Unique StringDisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref String
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsUserIdcsCreatedBy, DomainsUserIdcsCreatedByArgs
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Ref string
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Ref string
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref String
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref string
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display str
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid str
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref str
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type str
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref String
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsUserIdcsLastModifiedBy, DomainsUserIdcsLastModifiedByArgs
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Ref string
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Ref string
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref String
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid string
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref string
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display str
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid str
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref str
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type str
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the user's support account.
Added In: 2103141444
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- ref String
(Updatable) User Token URI
Added In: 18.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsUserIm, DomainsUserImArgs
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type str
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display str
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
DomainsUserMeta, DomainsUserMetaArgs
- Created string
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Last
Modified string (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Created string
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Last
Modified string (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created String
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last
Modified String (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location String
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource
Type String (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version String
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created string
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last
Modified string (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created str
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last_
modified str (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location str
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource_
type str (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version str
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created String
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last
Modified String (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location String
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource
Type String (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version String
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsUserName, DomainsUserNameArgs
- Family
Name string (Updatable) Last name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Last Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Formatted string
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Given
Name string (Updatable) First name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: First Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Honorific
Prefix string (Updatable) Prefix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Prefix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Honorific
Suffix string (Updatable) Suffix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Suffix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Middle
Name string (Updatable) Middle name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Middle Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Family
Name string (Updatable) Last name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Last Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Formatted string
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Given
Name string (Updatable) First name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: First Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Honorific
Prefix string (Updatable) Prefix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Prefix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Honorific
Suffix string (Updatable) Suffix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Suffix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Middle
Name string (Updatable) Middle name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Middle Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- family
Name String (Updatable) Last name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Last Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- formatted String
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- given
Name String (Updatable) First name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: First Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- honorific
Prefix String (Updatable) Prefix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Prefix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- honorific
Suffix String (Updatable) Suffix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Suffix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- middle
Name String (Updatable) Middle name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Middle Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- family
Name string (Updatable) Last name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Last Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- formatted string
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- given
Name string (Updatable) First name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: First Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- honorific
Prefix string (Updatable) Prefix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Prefix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- honorific
Suffix string (Updatable) Suffix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Suffix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- middle
Name string (Updatable) Middle name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Middle Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- family_
name str (Updatable) Last name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Last Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- formatted str
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- given_
name str (Updatable) First name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: First Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- honorific_
prefix str (Updatable) Prefix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Prefix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- honorific_
suffix str (Updatable) Suffix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Suffix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- middle_
name str (Updatable) Middle name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Middle Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- family
Name String (Updatable) Last name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Last Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- formatted String
(Updatable) Full name
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- given
Name String (Updatable) First name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: First Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- honorific
Prefix String (Updatable) Prefix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Prefix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- honorific
Suffix String (Updatable) Suffix
SCIM++ Properties:
- idcsCsvAttributeName: Honorific Suffix
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- middle
Name String (Updatable) Middle name
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Middle Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsUserPhoneNumber, DomainsUserPhoneNumberArgs
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- verified Boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- verified boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type str
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display str
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- verified Boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
DomainsUserPhoto, DomainsUserPhotoArgs
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type str
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display str
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
DomainsUserRole, DomainsUserRoleArgs
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type string
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display string
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type str
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display str
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- type String
(Updatable) A label indicating the attribute's function.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- display String
(Updatable) A human readable name, primarily used for display purposes.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
DomainsUserTag, DomainsUserTagArgs
- Key string
(Updatable) The user's API key value.
Added In: 2106240046
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Key string
(Updatable) The user's API key value.
Added In: 2106240046
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- Value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- key String
(Updatable) The user's API key value.
Added In: 2106240046
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- key string
(Updatable) The user's API key value.
Added In: 2106240046
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- value string
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- key str
(Updatable) The user's API key value.
Added In: 2106240046
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- value str
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- key String
(Updatable) The user's API key value.
Added In: 2106240046
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
- value String
(Updatable) The value of a X509 certificate.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: binary
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
DomainsUserUrnietfparamsscimschemasextensionenterprise20user, DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs
- Cost
Center string (Updatable) Identifies the name of a cost center.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Cost Center
- idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Department string
(Updatable) Identifies the name of a department.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Department
- idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Division string
(Updatable) Identifies the name of a division.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Division
- idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Employee
Number string (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Employee Number
- idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Manager
Domains
User Urnietfparamsscimschemasextensionenterprise20user Manager (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.
SCIM++ Properties:
- idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
- idcsPii: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Organization string
(Updatable) Identifies the name of an organization.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Organization
- idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Cost
Center string (Updatable) Identifies the name of a cost center.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Cost Center
- idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Department string
(Updatable) Identifies the name of a department.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Department
- idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Division string
(Updatable) Identifies the name of a division.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Division
- idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Employee
Number string (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Employee Number
- idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Manager
Domains
User Urnietfparamsscimschemasextensionenterprise20user Manager (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.
SCIM++ Properties:
- idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
- idcsPii: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Organization string
(Updatable) Identifies the name of an organization.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Organization
- idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- cost
Center String (Updatable) Identifies the name of a cost center.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Cost Center
- idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- department String
(Updatable) Identifies the name of a department.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Department
- idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- division String
(Updatable) Identifies the name of a division.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Division
- idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- employee
Number String (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Employee Number
- idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- manager
Domains
User Urnietfparamsscimschemasextensionenterprise20user Manager (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.
SCIM++ Properties:
- idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
- idcsPii: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- organization String
(Updatable) Identifies the name of an organization.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Organization
- idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- cost
Center string (Updatable) Identifies the name of a cost center.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Cost Center
- idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- department string
(Updatable) Identifies the name of a department.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Department
- idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- division string
(Updatable) Identifies the name of a division.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Division
- idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- employee
Number string (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Employee Number
- idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- manager
Domains
User Urnietfparamsscimschemasextensionenterprise20user Manager (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.
SCIM++ Properties:
- idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
- idcsPii: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- organization string
(Updatable) Identifies the name of an organization.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Organization
- idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- cost_
center str (Updatable) Identifies the name of a cost center.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Cost Center
- idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- department str
(Updatable) Identifies the name of a department.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Department
- idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- division str
(Updatable) Identifies the name of a division.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Division
- idcsCsvAttributeNameMappings: [[columnHeaderName:Division]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- employee_
number str (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Employee Number
- idcsCsvAttributeNameMappings: [[columnHeaderName:Employee Number]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- manager
Domains
User Urnietfparamsscimschemasextensionenterprise20user Manager (Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.
SCIM++ Properties:
- idcsCsvAttributeNameMappings: [[columnHeaderName:Manager, deprecatedColumnHeaderName:Manager Name, mapsTo:manager.value]]
- idcsPii: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- organization str
(Updatable) Identifies the name of an organization.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Organization
- idcsCsvAttributeNameMappings: [[columnHeaderName:Organization Name, deprecatedColumnHeaderName:Organization]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- cost
Center String (Updatable) Identifies the name of a cost center.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Cost Center
- idcsCsvAttributeNameMappings: [[columnHeaderName:Cost Center]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- department String
(Updatable) Identifies the name of a department.
SCIM++ Properties:
- caseExact: false
- idcsCsvAttributeName: Department
- idcsCsvAttributeNameMappings: [[columnHeaderName:Department]]
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- division String
(Updatable) Identifies the name of a division.