oci.Identity.DomainsUser
This resource provides the User resource in Oracle Cloud Infrastructure Identity Domains service.
Create a User
Example Usage
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Identity.DomainsUser;
import com.pulumi.oci.Identity.DomainsUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserNameArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserAddressArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserEmailArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserEntitlementArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserImArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserPhoneNumberArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserPhotoArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserRoleArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserTagArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs;
import com.pulumi.oci.Identity.inputs.DomainsUserX509certificateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var testUser = new DomainsUser("testUser", DomainsUserArgs.builder()
.idcsEndpoint(data.oci_identity_domain().test_domain().url())
.name(DomainsUserNameArgs.builder()
.familyName(var_.user_name_family_name())
.formatted(var_.user_name_formatted())
.givenName(var_.user_name_given_name())
.honorificPrefix(var_.user_name_honorific_prefix())
.honorificSuffix(var_.user_name_honorific_suffix())
.middleName(var_.user_name_middle_name())
.build())
.schemas("urn:ietf:params:scim:schemas:core:2.0:User")
.userName("userName")
.active(var_.user_active())
.addresses(DomainsUserAddressArgs.builder()
.type(var_.user_addresses_type())
.country(var_.user_addresses_country())
.formatted(var_.user_addresses_formatted())
.locality(var_.user_addresses_locality())
.postalCode(var_.user_addresses_postal_code())
.primary(var_.user_addresses_primary())
.region(var_.user_addresses_region())
.streetAddress(var_.user_addresses_street_address())
.build())
.attributeSets()
.attributes("")
.authorization(var_.user_authorization())
.description(var_.user_description())
.displayName(var_.user_display_name())
.emails(DomainsUserEmailArgs.builder()
.type(var_.user_emails_type())
.value(var_.user_emails_value())
.primary(var_.user_emails_primary())
.secondary(var_.user_emails_secondary())
.verified(var_.user_emails_verified())
.build())
.entitlements(DomainsUserEntitlementArgs.builder()
.type(var_.user_entitlements_type())
.value(var_.user_entitlements_value())
.display(var_.user_entitlements_display())
.primary(var_.user_entitlements_primary())
.build())
.externalId("externalId")
.id(var_.user_id())
.ims(DomainsUserImArgs.builder()
.type(var_.user_ims_type())
.value(var_.user_ims_value())
.display(var_.user_ims_display())
.primary(var_.user_ims_primary())
.build())
.locale(var_.user_locale())
.nickName(var_.user_nick_name())
.ocid(var_.user_ocid())
.password(var_.user_password())
.phoneNumbers(DomainsUserPhoneNumberArgs.builder()
.type(var_.user_phone_numbers_type())
.value(var_.user_phone_numbers_value())
.primary(var_.user_phone_numbers_primary())
.build())
.photos(DomainsUserPhotoArgs.builder()
.type(var_.user_photos_type())
.value(var_.user_photos_value())
.display(var_.user_photos_display())
.primary(var_.user_photos_primary())
.build())
.preferredLanguage(var_.user_preferred_language())
.profileUrl(var_.user_profile_url())
.resourceTypeSchemaVersion(var_.user_resource_type_schema_version())
.roles(DomainsUserRoleArgs.builder()
.type(var_.user_roles_type())
.value(var_.user_roles_value())
.display(var_.user_roles_display())
.primary(var_.user_roles_primary())
.build())
.tags(DomainsUserTagArgs.builder()
.key(var_.user_tags_key())
.value(var_.user_tags_value())
.build())
.timezone(var_.user_timezone())
.title(var_.user_title())
.urnietfparamsscimschemasextensionenterprise20user(DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs.builder()
.costCenter(var_.user_urnietfparamsscimschemasextensionenterprise20user_cost_center())
.department(var_.user_urnietfparamsscimschemasextensionenterprise20user_department())
.division(var_.user_urnietfparamsscimschemasextensionenterprise20user_division())
.employeeNumber(var_.user_urnietfparamsscimschemasextensionenterprise20user_employee_number())
.manager(DomainsUserUrnietfparamsscimschemasextensionenterprise20userManagerArgs.builder()
.value(var_.user_urnietfparamsscimschemasextensionenterprise20user_manager_value())
.build())
.organization(var_.user_urnietfparamsscimschemasextensionenterprise20user_organization())
.build())
.urnietfparamsscimschemasoracleidcsextensionOciTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs.builder()
.definedTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTagArgs.builder()
.key(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_key())
.namespace(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_namespace())
.value(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_value())
.build())
.freeformTags(DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTagArgs.builder()
.key(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_key())
.value(var_.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_value())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionadaptiveUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs.builder()
.riskLevel(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_level())
.riskScores(DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScoreArgs.builder()
.lastUpdateTimestamp(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_last_update_timestamp())
.riskLevel(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_risk_level())
.score(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_score())
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_value())
.source(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_source())
.status(var_.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_status())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs.builder()
.canUseApiKeys(true)
.canUseAuthTokens(true)
.canUseConsolePassword(true)
.canUseCustomerSecretKeys(true)
.canUseDbCredentials(true)
.canUseOauth2clientCredentials(true)
.canUseSmtpCredentials(true)
.build())
.urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs.builder()
.dbUserName("dbUserName")
.build())
.urnietfparamsscimschemasoracleidcsextensionkerberosUserUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs.builder()
.realmUsers(DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUserArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_value())
.principalName(var_.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_principal_name())
.realmName(var_.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_realm_name())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionmfaUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs.builder()
.bypassCodes(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCodeArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_bypass_codes_value())
.build())
.devices(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDeviceArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_value())
.authenticationMethod(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_authentication_method())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_display())
.factorStatus(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_status())
.factorType(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_type())
.lastSyncTime(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_last_sync_time())
.status(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_status())
.thirdPartyVendorName(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_third_party_vendor_name())
.build())
.loginAttempts(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_login_attempts())
.mfaEnabledOn(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_enabled_on())
.mfaIgnoredApps(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_ignored_apps())
.mfaStatus(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_status())
.preferredAuthenticationFactor(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_factor())
.preferredAuthenticationMethod(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_method())
.preferredDevice(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDeviceArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_display())
.build())
.preferredThirdPartyVendor(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_third_party_vendor())
.trustedUserAgents(DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgentArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_display())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionpasswordlessUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs.builder()
.factorIdentifier(DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifierArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_display())
.build())
.factorMethod(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_method())
.factorType(var_.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_type())
.build())
.urnietfparamsscimschemasoracleidcsextensionposixUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs.builder()
.gecos(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gecos())
.gidNumber(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gid_number())
.homeDirectory(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_home_directory())
.loginShell(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_login_shell())
.uidNumber(var_.user_urnietfparamsscimschemasoracleidcsextensionposix_user_uid_number())
.build())
.urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs.builder()
.secQuestions(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestionArgs.builder()
.answer(var_.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_answer())
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_value())
.hintText(var_.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_hint_text())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionselfChangeUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs.builder()
.allowSelfChange(var_.user_urnietfparamsscimschemasoracleidcsextensionself_change_user_allow_self_change())
.build())
.urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs.builder()
.selfRegistrationProfile(DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfileArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_display())
.build())
.consentGranted(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_consent_granted())
.userToken(var_.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_user_token())
.build())
.urnietfparamsscimschemasoracleidcsextensionsffUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs.builder()
.sffAuthKeys(var_.user_urnietfparamsscimschemasoracleidcsextensionsff_user_sff_auth_keys())
.build())
.urnietfparamsscimschemasoracleidcsextensionsocialAccountUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs.builder()
.socialAccounts(DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccountArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_display())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs.builder()
.termsOfUseConsents(DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsentArgs.builder()
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionterms_of_use_user_terms_of_use_consents_value())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionuserStateUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs.builder()
.locked(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLockedArgs.builder()
.expired(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_expired())
.lockDate(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_lock_date())
.on(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_on())
.reason(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_reason())
.build())
.maxConcurrentSessions(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_max_concurrent_sessions())
.recoveryLocked(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLockedArgs.builder()
.lockDate(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_lock_date())
.on(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_on())
.build())
.build())
.urnietfparamsscimschemasoracleidcsextensionuserUser(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs.builder()
.userProvider(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_provider())
.accountRecoveryRequired(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_account_recovery_required())
.bypassNotification(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_bypass_notification())
.creationMechanism(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_creation_mechanism())
.delegatedAuthenticationTargetApp(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetAppArgs.builder()
.type(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_type())
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_display())
.build())
.doNotShowGettingStarted(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_do_not_show_getting_started())
.isAuthenticationDelegated(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_authentication_delegated())
.isFederatedUser(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_federated_user())
.isGroupMembershipNormalized(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_normalized())
.isGroupMembershipSyncedToUsersGroups(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_synced_to_users_groups())
.notificationEmailTemplateId(oci_identity_domains_notification_email_template.test_notification_email_template().id())
.syncedFromApp(DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromAppArgs.builder()
.type(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_type())
.value(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_value())
.display(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_display())
.build())
.userFlowControlledByExternalClient(var_.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_flow_controlled_by_external_client())
.build())
.userType(var_.user_user_type())
.x509certificates(DomainsUserX509certificateArgs.builder()
.value(var_.user_x509certificates_value())
.display(var_.user_x509certificates_display())
.primary(var_.user_x509certificates_primary())
.type(var_.user_x509certificates_type())
.build())
.build());
}
}
Coming soon!
Coming soon!
resources:
testUser:
type: oci:Identity:DomainsUser
properties:
#Required
idcsEndpoint: ${data.oci_identity_domain.test_domain.url}
name:
familyName: ${var.user_name_family_name}
formatted: ${var.user_name_formatted}
givenName: ${var.user_name_given_name}
honorificPrefix: ${var.user_name_honorific_prefix}
honorificSuffix: ${var.user_name_honorific_suffix}
middleName: ${var.user_name_middle_name}
schemas:
- urn:ietf:params:scim:schemas:core:2.0:User
userName: userName
#Optional
active: ${var.user_active}
addresses:
- type: ${var.user_addresses_type}
country: ${var.user_addresses_country}
formatted: ${var.user_addresses_formatted}
locality: ${var.user_addresses_locality}
postalCode: ${var.user_addresses_postal_code}
primary: ${var.user_addresses_primary}
region: ${var.user_addresses_region}
streetAddress: ${var.user_addresses_street_address}
attributeSets: []
attributes:
authorization: ${var.user_authorization}
description: ${var.user_description}
displayName: ${var.user_display_name}
emails:
- type: ${var.user_emails_type}
value: ${var.user_emails_value}
primary: ${var.user_emails_primary}
secondary: ${var.user_emails_secondary}
verified: ${var.user_emails_verified}
entitlements:
- type: ${var.user_entitlements_type}
value: ${var.user_entitlements_value}
display: ${var.user_entitlements_display}
primary: ${var.user_entitlements_primary}
externalId: externalId
id: ${var.user_id}
ims:
- type: ${var.user_ims_type}
value: ${var.user_ims_value}
display: ${var.user_ims_display}
primary: ${var.user_ims_primary}
locale: ${var.user_locale}
nickName: ${var.user_nick_name}
ocid: ${var.user_ocid}
password: ${var.user_password}
phoneNumbers:
- type: ${var.user_phone_numbers_type}
value: ${var.user_phone_numbers_value}
primary: ${var.user_phone_numbers_primary}
photos:
- type: ${var.user_photos_type}
value: ${var.user_photos_value}
display: ${var.user_photos_display}
primary: ${var.user_photos_primary}
preferredLanguage: ${var.user_preferred_language}
profileUrl: ${var.user_profile_url}
resourceTypeSchemaVersion: ${var.user_resource_type_schema_version}
roles:
- type: ${var.user_roles_type}
value: ${var.user_roles_value}
display: ${var.user_roles_display}
primary: ${var.user_roles_primary}
tags:
- key: ${var.user_tags_key}
value: ${var.user_tags_value}
timezone: ${var.user_timezone}
title: ${var.user_title}
urnietfparamsscimschemasextensionenterprise20user:
costCenter: ${var.user_urnietfparamsscimschemasextensionenterprise20user_cost_center}
department: ${var.user_urnietfparamsscimschemasextensionenterprise20user_department}
division: ${var.user_urnietfparamsscimschemasextensionenterprise20user_division}
employeeNumber: ${var.user_urnietfparamsscimschemasextensionenterprise20user_employee_number}
manager:
value: ${var.user_urnietfparamsscimschemasextensionenterprise20user_manager_value}
organization: ${var.user_urnietfparamsscimschemasextensionenterprise20user_organization}
urnietfparamsscimschemasoracleidcsextensionOciTags:
definedTags:
- key: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_key}
namespace: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_namespace}
value: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_defined_tags_value}
freeformTags:
- key: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_key}
value: ${var.user_urnietfparamsscimschemasoracleidcsextension_oci_tags_freeform_tags_value}
urnietfparamsscimschemasoracleidcsextensionadaptiveUser:
riskLevel: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_level}
riskScores:
- lastUpdateTimestamp: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_last_update_timestamp}
riskLevel: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_risk_level}
score: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_score}
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_value}
source: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_source}
status: ${var.user_urnietfparamsscimschemasoracleidcsextensionadaptive_user_risk_scores_status}
urnietfparamsscimschemasoracleidcsextensioncapabilitiesUser:
canUseApiKeys: true
canUseAuthTokens: true
canUseConsolePassword: true
canUseCustomerSecretKeys: true
canUseDbCredentials: true
canUseOauth2clientCredentials: true
canUseSmtpCredentials: true
urnietfparamsscimschemasoracleidcsextensiondbCredentialsUser:
dbUserName: dbUserName
urnietfparamsscimschemasoracleidcsextensionkerberosUserUser:
realmUsers:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_value}
principalName: ${var.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_principal_name}
realmName: ${var.user_urnietfparamsscimschemasoracleidcsextensionkerberos_user_user_realm_users_realm_name}
urnietfparamsscimschemasoracleidcsextensionmfaUser:
bypassCodes:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_bypass_codes_value}
devices:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_value}
authenticationMethod: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_authentication_method}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_display}
factorStatus: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_status}
factorType: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_factor_type}
lastSyncTime: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_last_sync_time}
status: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_status}
thirdPartyVendorName: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_devices_third_party_vendor_name}
loginAttempts: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_login_attempts}
mfaEnabledOn: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_enabled_on}
mfaIgnoredApps: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_ignored_apps}
mfaStatus: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_mfa_status}
preferredAuthenticationFactor: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_factor}
preferredAuthenticationMethod: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_authentication_method}
preferredDevice:
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_device_display}
preferredThirdPartyVendor: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_preferred_third_party_vendor}
trustedUserAgents:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionmfa_user_trusted_user_agents_display}
urnietfparamsscimschemasoracleidcsextensionpasswordlessUser:
factorIdentifier:
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_identifier_display}
factorMethod: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_method}
factorType: ${var.user_urnietfparamsscimschemasoracleidcsextensionpasswordless_user_factor_type}
urnietfparamsscimschemasoracleidcsextensionposixUser:
gecos: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gecos}
gidNumber: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_gid_number}
homeDirectory: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_home_directory}
loginShell: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_login_shell}
uidNumber: ${var.user_urnietfparamsscimschemasoracleidcsextensionposix_user_uid_number}
urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser:
secQuestions:
- answer: ${var.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_answer}
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_value}
hintText: ${var.user_urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user_sec_questions_hint_text}
urnietfparamsscimschemasoracleidcsextensionselfChangeUser:
allowSelfChange: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_change_user_allow_self_change}
urnietfparamsscimschemasoracleidcsextensionselfRegistrationUser:
selfRegistrationProfile:
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_self_registration_profile_display}
consentGranted: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_consent_granted}
userToken: ${var.user_urnietfparamsscimschemasoracleidcsextensionself_registration_user_user_token}
urnietfparamsscimschemasoracleidcsextensionsffUser:
sffAuthKeys: ${var.user_urnietfparamsscimschemasoracleidcsextensionsff_user_sff_auth_keys}
urnietfparamsscimschemasoracleidcsextensionsocialAccountUser:
socialAccounts:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionsocial_account_user_social_accounts_display}
urnietfparamsscimschemasoracleidcsextensiontermsOfUseUser:
termsOfUseConsents:
- value: ${var.user_urnietfparamsscimschemasoracleidcsextensionterms_of_use_user_terms_of_use_consents_value}
urnietfparamsscimschemasoracleidcsextensionuserStateUser:
locked:
expired: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_expired}
lockDate: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_lock_date}
on: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_on}
reason: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_locked_reason}
maxConcurrentSessions: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_max_concurrent_sessions}
recoveryLocked:
lockDate: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_lock_date}
on: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_state_user_recovery_locked_on}
urnietfparamsscimschemasoracleidcsextensionuserUser:
userProvider: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_provider}
accountRecoveryRequired: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_account_recovery_required}
bypassNotification: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_bypass_notification}
creationMechanism: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_creation_mechanism}
delegatedAuthenticationTargetApp:
type: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_type}
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_delegated_authentication_target_app_display}
doNotShowGettingStarted: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_do_not_show_getting_started}
isAuthenticationDelegated: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_authentication_delegated}
isFederatedUser: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_federated_user}
isGroupMembershipNormalized: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_normalized}
isGroupMembershipSyncedToUsersGroups: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_is_group_membership_synced_to_users_groups}
notificationEmailTemplateId: ${oci_identity_domains_notification_email_template.test_notification_email_template.id}
syncedFromApp:
type: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_type}
value: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_value}
display: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_synced_from_app_display}
userFlowControlledByExternalClient: ${var.user_urnietfparamsscimschemasoracleidcsextensionuser_user_user_flow_controlled_by_external_client}
userType: ${var.user_user_type}
x509certificates:
- value: ${var.user_x509certificates_value}
display: ${var.user_x509certificates_display}
primary: ${var.user_x509certificates_primary}
type: ${var.user_x509certificates_type}
Create DomainsUser Resource
new DomainsUser(name: string, args: DomainsUserArgs, opts?: CustomResourceOptions);
@overload
def DomainsUser(resource_name: str,
opts: Optional[ResourceOptions] = None,
active: Optional[bool] = None,
addresses: Optional[Sequence[_identity.DomainsUserAddressArgs]] = None,
attribute_sets: Optional[Sequence[str]] = None,
attributes: Optional[str] = None,
authorization: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
emails: Optional[Sequence[_identity.DomainsUserEmailArgs]] = None,
entitlements: Optional[Sequence[_identity.DomainsUserEntitlementArgs]] = None,
external_id: Optional[str] = None,
idcs_endpoint: Optional[str] = None,
ims: Optional[Sequence[_identity.DomainsUserImArgs]] = None,
locale: Optional[str] = None,
name: Optional[_identity.DomainsUserNameArgs] = None,
nick_name: Optional[str] = None,
ocid: Optional[str] = None,
password: Optional[str] = None,
phone_numbers: Optional[Sequence[_identity.DomainsUserPhoneNumberArgs]] = None,
photos: Optional[Sequence[_identity.DomainsUserPhotoArgs]] = None,
preferred_language: Optional[str] = None,
profile_url: Optional[str] = None,
resource_type_schema_version: Optional[str] = None,
roles: Optional[Sequence[_identity.DomainsUserRoleArgs]] = None,
schemas: Optional[Sequence[str]] = None,
tags: Optional[Sequence[_identity.DomainsUserTagArgs]] = None,
timezone: Optional[str] = None,
title: Optional[str] = None,
urnietfparamsscimschemasextensionenterprise20user: Optional[_identity.DomainsUserUrnietfparamsscimschemasextensionenterprise20userArgs] = None,
urnietfparamsscimschemasoracleidcsextension_oci_tags: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsArgs] = None,
urnietfparamsscimschemasoracleidcsextensionadaptive_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensioncapabilities_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensiondb_credentials_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionkerberos_user_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionmfa_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionpasswordless_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionposix_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionsecurity_questions_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionself_change_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionself_registration_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionsff_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionsocial_account_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionterms_of_use_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionuser_state_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserArgs] = None,
urnietfparamsscimschemasoracleidcsextensionuser_user: Optional[_identity.DomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserArgs] = None,
user_name: Optional[str] = None,
user_type: Optional[str] = None,
x509certificates: Optional[Sequence[_identity.DomainsUserX509certificateArgs]] = None)
@overload
def DomainsUser(resource_name: str,
args: DomainsUserArgs,
opts: Optional[ResourceOptions] = None)
func NewDomainsUser(ctx *Context, name string, args DomainsUserArgs, opts ...ResourceOption) (*DomainsUser, error)
public DomainsUser(string name, DomainsUserArgs args, CustomResourceOptions? opts = null)
public DomainsUser(String name, DomainsUserArgs args)
public DomainsUser(String name, DomainsUserArgs args, CustomResourceOptions options)
type: oci:Identity:DomainsUser
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainsUserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DomainsUserArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DomainsUserArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainsUserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainsUserArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DomainsUser Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DomainsUser resource accepts the following input properties:
- Idcs
Endpoint string The basic endpoint for the identity domain
- Schemas List<string>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- User
Name string (Updatable) User name
- Active bool
(Updatable) Status of the account
- Addresses
List<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.
- 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
- Display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Emails
List<Domains
User Email Args> (Updatable) A complex attribute representing emails
- Entitlements
List<Domains
User Entitlement Args> (Updatable) A list of entitlements for the User that represent a thing the User has.
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Ims
List<Domains
User Im Args> (Updatable) User's instant messaging addresses
- Locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- Name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
- Nick
Name string (Updatable) Nick name
- Ocid string
(Updatable) Ocid of the User's Support Account.
- Password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- Phone
Numbers List<DomainsUser Phone Number Args> (Updatable) Phone numbers
- Photos
List<Domains
User Photo Args> (Updatable) URLs of photos for the User
- Preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
- Profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
- 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 Args> (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- List<Domains
User Tag Args> (Updatable) A list of tags on this resource.
- Timezone string
(Updatable) User's timezone
- Title string
(Updatable) Title
- 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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User
- User
Type string (Updatable) Used to identify the organization-to-user relationship
- X509certificates
List<Domains
User X509certificate Args> (Updatable) A list of certificates issued to the User.
- Idcs
Endpoint string The basic endpoint for the identity domain
- Schemas []string
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- User
Name string (Updatable) User name
- Active bool
(Updatable) Status of the account
- 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.
- 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
- Display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Emails
[]Domains
User Email Args (Updatable) A complex attribute representing emails
- Entitlements
[]Domains
User Entitlement Args (Updatable) A list of entitlements for the User that represent a thing the User has.
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Ims
[]Domains
User Im Args (Updatable) User's instant messaging addresses
- Locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- Name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
- Nick
Name string (Updatable) Nick name
- Ocid string
(Updatable) Ocid of the User's Support Account.
- Password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- Phone
Numbers []DomainsUser Phone Number Args (Updatable) Phone numbers
- Photos
[]Domains
User Photo Args (Updatable) URLs of photos for the User
- Preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
- Profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
- 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'.
- []Domains
User Tag Args (Updatable) A list of tags on this resource.
- Timezone string
(Updatable) User's timezone
- Title string
(Updatable) Title
- 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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User
- User
Type string (Updatable) Used to identify the organization-to-user relationship
- X509certificates
[]Domains
User X509certificate Args (Updatable) A list of certificates issued to the User.
- idcs
Endpoint String The basic endpoint for the identity domain
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- user
Name String (Updatable) User name
- active Boolean
(Updatable) Status of the account
- addresses
List<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.
- 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
- display
Name String (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- emails
List<Domains
User Email Args> (Updatable) A complex attribute representing emails
- entitlements
List<Domains
User Entitlement Args> (Updatable) A list of entitlements for the User that represent a thing the User has.
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- ims
List<Domains
User Im Args> (Updatable) User's instant messaging addresses
- locale String
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
- nick
Name String (Updatable) Nick name
- ocid String
(Updatable) Ocid of the User's Support Account.
- password String
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers List<DomainsUser Phone Number Args> (Updatable) Phone numbers
- photos
List<Domains
User Photo Args> (Updatable) URLs of photos for the User
- preferred
Language String (Updatable) User's preferred written or spoken language used for localized user interfaces
- profile
Url String (Updatable) A fully-qualified URL to a page representing the User's online profile
- 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 Args> (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- List<Domains
User Tag Args> (Updatable) A list of tags on this resource.
- timezone String
(Updatable) User's timezone
- title String
(Updatable) Title
- 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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User
- user
Type String (Updatable) Used to identify the organization-to-user relationship
- x509certificates
List<Domains
User X509certificate Args> (Updatable) A list of certificates issued to the User.
- idcs
Endpoint string The basic endpoint for the identity domain
- schemas string[]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- user
Name string (Updatable) User name
- active boolean
(Updatable) Status of the account
- 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.
- 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
- display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- emails
Domains
User Email Args[] (Updatable) A complex attribute representing emails
- entitlements
Domains
User Entitlement Args[] (Updatable) A list of entitlements for the User that represent a thing the User has.
- external
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- ims
Domains
User Im Args[] (Updatable) User's instant messaging addresses
- locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
- nick
Name string (Updatable) Nick name
- ocid string
(Updatable) Ocid of the User's Support Account.
- password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers DomainsUser Phone Number Args[] (Updatable) Phone numbers
- photos
Domains
User Photo Args[] (Updatable) URLs of photos for the User
- preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
- profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
- 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'.
- Domains
User Tag Args[] (Updatable) A list of tags on this resource.
- timezone string
(Updatable) User's timezone
- title string
(Updatable) Title
- 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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User
- user
Type string (Updatable) Used to identify the organization-to-user relationship
- x509certificates
Domains
User X509certificate Args[] (Updatable) A list of certificates issued to the User.
- idcs_
endpoint str The basic endpoint for the identity domain
- schemas Sequence[str]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- user_
name str (Updatable) User name
- active bool
(Updatable) Status of the account
- addresses
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.
- 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
- display_
name str (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- emails
Domains
User Email Args] (Updatable) A complex attribute representing emails
- entitlements
Domains
User Entitlement Args] (Updatable) A list of entitlements for the User that represent a thing the User has.
- external_
id str (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- ims
Domains
User Im Args] (Updatable) User's instant messaging addresses
- locale str
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
- nick_
name str (Updatable) Nick name
- ocid str
(Updatable) Ocid of the User's Support Account.
- password str
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- phone_
numbers DomainsUser Phone Number Args] (Updatable) Phone numbers
- photos
Domains
User Photo Args] (Updatable) URLs of photos for the User
- preferred_
language str (Updatable) User's preferred written or spoken language used for localized user interfaces
- profile_
url str (Updatable) A fully-qualified URL to a page representing the User's online profile
- resource_
type_ 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'.
- Domains
User Tag Args] (Updatable) A list of tags on this resource.
- timezone str
(Updatable) User's timezone
- title str
(Updatable) Title
- 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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User
- user_
type str (Updatable) Used to identify the organization-to-user relationship
- x509certificates
Domains
User X509certificate Args] (Updatable) A list of certificates issued to the User.
- idcs
Endpoint String The basic endpoint for the identity domain
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- user
Name String (Updatable) User name
- active Boolean
(Updatable) Status of the account
- addresses List<Property Map>
(Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
- 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
- display
Name String (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- emails List<Property Map>
(Updatable) A complex attribute representing emails
- entitlements List<Property Map>
(Updatable) A list of entitlements for the User that represent a thing the User has.
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- ims List<Property Map>
(Updatable) User's instant messaging addresses
- locale String
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- name Property Map
(Updatable) Name of the account assigned to the User.
- nick
Name String (Updatable) Nick name
- ocid String
(Updatable) Ocid of the User's Support Account.
- password String
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers List<Property Map> (Updatable) Phone numbers
- photos List<Property Map>
(Updatable) URLs of photos for the User
- preferred
Language String (Updatable) User's preferred written or spoken language used for localized user interfaces
- profile
Url String (Updatable) A fully-qualified URL to a page representing the User's online profile
- 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'.
- List<Property Map>
(Updatable) A list of tags on this resource.
- timezone String
(Updatable) User's timezone
- title String
(Updatable) Title
- urnietfparamsscimschemasextensionenterprise20user Property Map
(Updatable) Enterprise User
- 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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User
- user
Type String (Updatable) Used to identify the organization-to-user relationship
- x509certificates List<Property Map>
(Updatable) A list of certificates issued to the User.
Outputs
All input properties are implicitly available as output properties. Additionally, the DomainsUser resource produces the following output properties:
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- 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.
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Groups
List<Domains
User Group> (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- Id string
The provider-assigned unique ID for this managed resource.
- Idcs
Created List<DomainsBies User Idcs Created By> (Updatable) The User or App who created the Resource
- Idcs
Last List<DomainsModified Bies User Idcs Last Modified By> (Updatable) The User or App who modified the Resource
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
- 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.
- Metas
List<Domains
User Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- 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.
- 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.
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Groups
[]Domains
User Group (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- Id string
The provider-assigned unique ID for this managed resource.
- Idcs
Created []DomainsBies User Idcs Created By (Updatable) The User or App who created the Resource
- Idcs
Last []DomainsModified Bies User Idcs Last Modified By (Updatable) The User or App who modified the Resource
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
- Idcs
Prevented []stringOperations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- Metas
[]Domains
User Meta (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- 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.
- 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.
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- groups
List<Domains
User Group> (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id String
The provider-assigned unique ID for this managed resource.
- idcs
Created List<DomainsBies User Idcs Created By> (Updatable) The User or App who created the Resource
- idcs
Last List<DomainsModified Bies User Idcs Last Modified By> (Updatable) The User or App who modified the Resource
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
- 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.
- metas
List<Domains
User Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- 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.
- 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.
- domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- groups
Domains
User Group[] (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id string
The provider-assigned unique ID for this managed resource.
- idcs
Created DomainsBies User Idcs Created By[] (Updatable) The User or App who created the Resource
- idcs
Last DomainsModified Bies User Idcs Last Modified By[] (Updatable) The User or App who modified the Resource
- idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
- idcs
Prevented string[]Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- metas
Domains
User Meta[] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- 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.
- 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.
- domain_
ocid str (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- groups
Domains
User Group] (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id str
The provider-assigned unique ID for this managed resource.
- idcs_
created_ Domainsbies User Idcs Created By] (Updatable) The User or App who created the Resource
- idcs_
last_ Domainsmodified_ bies User Idcs Last Modified By] (Updatable) The User or App who modified the Resource
- idcs_
last_ strupgraded_ in_ release (Updatable) The release number when the resource was upgraded.
- 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.
- metas
Domains
User Meta] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- tenancy_
ocid str (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- urnietfparamsscimschemasoracleidcsextensiondb_
user_ 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.
- 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.
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- groups List<Property Map>
(Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id String
The provider-assigned unique ID for this managed resource.
- idcs
Created List<Property Map>Bies (Updatable) The User or App who created the Resource
- idcs
Last List<Property Map>Modified Bies (Updatable) The User or App who modified the Resource
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
- 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.
- metas List<Property Map>
(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- 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
- Addresses
List<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.
- 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.
- 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.
- Description string
(Updatable) Description of the user
- Display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Emails
List<Domains
User Email Args> (Updatable) A complex attribute representing emails
- Entitlements
List<Domains
User Entitlement Args> (Updatable) A list of entitlements for the User that represent a thing the User has.
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Groups
List<Domains
User Group Args> (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- Idcs
Created List<DomainsBies User Idcs Created By Args> (Updatable) The User or App who created the Resource
- Idcs
Endpoint string The basic endpoint for the identity domain
- Idcs
Last List<DomainsModified Bies User Idcs Last Modified By Args> (Updatable) The User or App who modified the Resource
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
- 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.
- Ims
List<Domains
User Im Args> (Updatable) User's instant messaging addresses
- Locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- Metas
List<Domains
User Meta Args> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
- Nick
Name string (Updatable) Nick name
- Ocid string
(Updatable) Ocid of the User's Support Account.
- Password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- Phone
Numbers List<DomainsUser Phone Number Args> (Updatable) Phone numbers
- Photos
List<Domains
User Photo Args> (Updatable) URLs of photos for the User
- Preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
- Profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
- 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 Args> (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- Schemas List<string>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- List<Domains
User Tag Args> (Updatable) A list of tags on this resource.
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- Timezone string
(Updatable) User's timezone
- Title string
(Updatable) Title
- 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) Db Credentials User extension
- Urnietfparamsscimschemasoracleidcsextensiondb
User List<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 List<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 attributes used to store Security Questions of 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 List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Args> (Updatable) User's credentials
- Urnietfparamsscimschemasoracleidcsextensionuser
State DomainsUser User Urnietfparamsscimschemasoracleidcsextensionuser 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.
- Urnietfparamsscimschemasoracleidcsextensionuser
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User Args (Updatable) Oracle Cloud Infrastructure IAM User
- User
Name string (Updatable) User name
- User
Type string (Updatable) Used to identify the organization-to-user relationship
- X509certificates
List<Domains
User X509certificate Args> (Updatable) A list of certificates issued to the User.
- Active bool
(Updatable) Status of the account
- 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.
- 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.
- 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.
- Description string
(Updatable) Description of the user
- Display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Emails
[]Domains
User Email Args (Updatable) A complex attribute representing emails
- Entitlements
[]Domains
User Entitlement Args (Updatable) A list of entitlements for the User that represent a thing the User has.
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Groups
[]Domains
User Group Args (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- Idcs
Created []DomainsBies User Idcs Created By Args (Updatable) The User or App who created the Resource
- 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
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
- Idcs
Prevented []stringOperations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- Ims
[]Domains
User Im Args (Updatable) User's instant messaging addresses
- Locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- Metas
[]Domains
User Meta Args (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
- Nick
Name string (Updatable) Nick name
- Ocid string
(Updatable) Ocid of the User's Support Account.
- Password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- Phone
Numbers []DomainsUser Phone Number Args (Updatable) Phone numbers
- Photos
[]Domains
User Photo Args (Updatable) URLs of photos for the User
- Preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
- Profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
- 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'.
- 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.
- []Domains
User Tag Args (Updatable) A list of tags on this resource.
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- Timezone string
(Updatable) User's timezone
- Title string
(Updatable) Title
- 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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User
- User
Name string (Updatable) User name
- User
Type string (Updatable) Used to identify the organization-to-user relationship
- X509certificates
[]Domains
User X509certificate Args (Updatable) A list of certificates issued to the User.
- active Boolean
(Updatable) Status of the account
- addresses
List<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.
- 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.
- 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.
- description String
(Updatable) Description of the user
- display
Name String (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails
List<Domains
User Email Args> (Updatable) A complex attribute representing emails
- entitlements
List<Domains
User Entitlement Args> (Updatable) A list of entitlements for the User that represent a thing the User has.
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- groups
List<Domains
User Group Args> (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- idcs
Created List<DomainsBies User Idcs Created By Args> (Updatable) The User or App who created the Resource
- idcs
Endpoint String The basic endpoint for the identity domain
- idcs
Last List<DomainsModified Bies User Idcs Last Modified By Args> (Updatable) The User or App who modified the Resource
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
- 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.
- ims
List<Domains
User Im Args> (Updatable) User's instant messaging addresses
- locale String
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- metas
List<Domains
User Meta Args> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
- nick
Name String (Updatable) Nick name
- ocid String
(Updatable) Ocid of the User's Support Account.
- password String
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers List<DomainsUser Phone Number Args> (Updatable) Phone numbers
- photos
List<Domains
User Photo Args> (Updatable) URLs of photos for the User
- preferred
Language String (Updatable) User's preferred written or spoken language used for localized user interfaces
- profile
Url String (Updatable) A fully-qualified URL to a page representing the User's online profile
- 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 Args> (Updatable) A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- List<Domains
User Tag Args> (Updatable) A list of tags on this resource.
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone String
(Updatable) User's timezone
- title String
(Updatable) Title
- 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) Db Credentials User extension
- urnietfparamsscimschemasoracleidcsextensiondb
User List<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 List<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 attributes used to store Security Questions of 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 List<DomainsUsers User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Args> (Updatable) User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser
State DomainsUser User Urnietfparamsscimschemasoracleidcsextensionuser 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.
- urnietfparamsscimschemasoracleidcsextensionuser
User DomainsUser Urnietfparamsscimschemasoracleidcsextensionuser User Args (Updatable) Oracle Cloud Infrastructure IAM User
- user
Name String (Updatable) User name
- user
Type String (Updatable) Used to identify the organization-to-user relationship
- x509certificates
List<Domains
User X509certificate Args> (Updatable) A list of certificates issued to the User.
- active boolean
(Updatable) Status of the account
- 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.
- 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.
- 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.
- description string
(Updatable) Description of the user
- display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails
Domains
User Email Args[] (Updatable) A complex attribute representing emails
- entitlements
Domains
User Entitlement Args[] (Updatable) A list of entitlements for the User that represent a thing the User has.
- external
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- groups
Domains
User Group Args[] (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- idcs
Created DomainsBies User Idcs Created By Args[] (Updatable) The User or App who created the Resource
- 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
- idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
- idcs
Prevented string[]Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- ims
Domains
User Im Args[] (Updatable) User's instant messaging addresses
- locale string
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- metas
Domains
User Meta Args[] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
- nick
Name string (Updatable) Nick name
- ocid string
(Updatable) Ocid of the User's Support Account.
- password string
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers DomainsUser Phone Number Args[] (Updatable) Phone numbers
- photos
Domains
User Photo Args[] (Updatable) URLs of photos for the User
- preferred
Language string (Updatable) User's preferred written or spoken language used for localized user interfaces
- profile
Url string (Updatable) A fully-qualified URL to a page representing the User's online profile
- 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'.
- 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.
- Domains
User Tag Args[] (Updatable) A list of tags on this resource.
- tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone string
(Updatable) User's timezone
- title string
(Updatable) Title
- 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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User
- user
Name string (Updatable) User name
- user
Type string (Updatable) Used to identify the organization-to-user relationship
- x509certificates
Domains
User X509certificate Args[] (Updatable) A list of certificates issued to the User.
- active bool
(Updatable) Status of the account
- 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.
- 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.
- 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.
- description str
(Updatable) Description of the user
- display_
name str (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain_
ocid str (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails
Domains
User Email Args] (Updatable) A complex attribute representing emails
- entitlements
Domains
User Entitlement Args] (Updatable) A list of entitlements for the User that represent a thing the User has.
- external_
id str (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- groups
Domains
User Group Args] (Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- idcs_
created_ Domainsbies User Idcs Created By Args] (Updatable) The User or App who created the Resource
- 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
- idcs_
last_ strupgraded_ in_ release (Updatable) The release number when the resource was upgraded.
- 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.
- ims
Domains
User Im Args] (Updatable) User's instant messaging addresses
- locale str
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- metas
Domains
User Meta Args] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- name
Domains
User Name Args (Updatable) Name of the account assigned to the User.
- nick_
name str (Updatable) Nick name
- ocid str
(Updatable) Ocid of the User's Support Account.
- password str
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- phone_
numbers DomainsUser Phone Number Args] (Updatable) Phone numbers
- photos
Domains
User Photo Args] (Updatable) URLs of photos for the User
- preferred_
language str (Updatable) User's preferred written or spoken language used for localized user interfaces
- profile_
url str (Updatable) A fully-qualified URL to a page representing the User's online profile
- resource_
type_ 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'.
- 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.
- Domains
User Tag Args] (Updatable) A list of tags on this resource.
- tenancy_
ocid str (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone str
(Updatable) User's timezone
- title str
(Updatable) Title
- urnietfparamsscimschemasextensionenterprise20user
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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User
- user_
name str (Updatable) User name
- user_
type str (Updatable) Used to identify the organization-to-user relationship
- x509certificates
Domains
User X509certificate Args] (Updatable) A list of certificates issued to the User.
- active Boolean
(Updatable) Status of the account
- addresses List<Property Map>
(Updatable) A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
- 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.
- 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.
- description String
(Updatable) Description of the user
- display
Name String (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails List<Property Map>
(Updatable) A complex attribute representing emails
- entitlements List<Property Map>
(Updatable) A list of entitlements for the User that represent a thing the User has.
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- groups List<Property Map>
(Updatable) A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- idcs
Created List<Property Map>Bies (Updatable) The User or App who created the Resource
- 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
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
- 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.
- ims List<Property Map>
(Updatable) User's instant messaging addresses
- locale String
(Updatable) Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- metas List<Property Map>
(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- name Property Map
(Updatable) Name of the account assigned to the User.
- nick
Name String (Updatable) Nick name
- ocid String
(Updatable) Ocid of the User's Support Account.
- password String
(Updatable) Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers List<Property Map> (Updatable) Phone numbers
- photos List<Property Map>
(Updatable) URLs of photos for the User
- preferred
Language String (Updatable) User's preferred written or spoken language used for localized user interfaces
- profile
Url String (Updatable) A fully-qualified URL to a page representing the User's online profile
- 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'.
- 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.
- List<Property Map>
(Updatable) A list of tags on this resource.
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone String
(Updatable) User's timezone
- title String
(Updatable) Title
- urnietfparamsscimschemasextensionenterprise20user Property Map
(Updatable) Enterprise User
- 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) Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM User
- user
Name String (Updatable) User name
- user
Type String (Updatable) Used to identify the organization-to-user relationship
- x509certificates List<Property Map>
(Updatable) A list of certificates issued to the User.
Supporting Types
DomainsUserAddress
- Type string
(Updatable) A label indicating the attribute's function.
- Country string
(Updatable) The country name component.
- Formatted string
(Updatable) Full name
- Locality string
(Updatable) The city or locality component.
- Postal
Code string (Updatable) The zipcode or postal code component.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Region string
(Updatable) The state or region component.
- 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.
- Type string
(Updatable) A label indicating the attribute's function.
- Country string
(Updatable) The country name component.
- Formatted string
(Updatable) Full name
- Locality string
(Updatable) The city or locality component.
- Postal
Code string (Updatable) The zipcode or postal code component.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Region string
(Updatable) The state or region component.
- 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.
- type String
(Updatable) A label indicating the attribute's function.
- country String
(Updatable) The country name component.
- formatted String
(Updatable) Full name
- locality String
(Updatable) The city or locality component.
- postal
Code String (Updatable) The zipcode or postal code component.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- region String
(Updatable) The state or region component.
- 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.
- type string
(Updatable) A label indicating the attribute's function.
- country string
(Updatable) The country name component.
- formatted string
(Updatable) Full name
- locality string
(Updatable) The city or locality component.
- postal
Code string (Updatable) The zipcode or postal code component.
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- region string
(Updatable) The state or region component.
- 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.
- type str
(Updatable) A label indicating the attribute's function.
- country str
(Updatable) The country name component.
- formatted str
(Updatable) Full name
- locality str
(Updatable) The city or locality component.
- postal_
code str (Updatable) The zipcode or postal code component.
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- region str
(Updatable) The state or region component.
- street_
address str (Updatable) The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
- type String
(Updatable) A label indicating the attribute's function.
- country String
(Updatable) The country name component.
- formatted String
(Updatable) Full name
- locality String
(Updatable) The city or locality component.
- postal
Code String (Updatable) The zipcode or postal code component.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- region String
(Updatable) The state or region component.
- 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.
DomainsUserEmail
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Pending
Verification stringData (Updatable) Pending e-mail address verification
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Secondary bool
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- Verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Pending
Verification stringData (Updatable) Pending e-mail address verification
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Secondary bool
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- Verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- pending
Verification StringData (Updatable) Pending e-mail address verification
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- secondary Boolean
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- verified Boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
- type string
(Updatable) A label indicating the attribute's function.
- value string
(Updatable) The value of a X509 certificate.
- pending
Verification stringData (Updatable) Pending e-mail address verification
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- secondary boolean
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- verified boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
- type str
(Updatable) A label indicating the attribute's function.
- value str
(Updatable) The value of a X509 certificate.
- pending_
verification_ strdata (Updatable) Pending e-mail address verification
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- secondary bool
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- pending
Verification StringData (Updatable) Pending e-mail address verification
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- secondary Boolean
(Updatable) A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- verified Boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
DomainsUserEntitlement
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type string
(Updatable) A label indicating the attribute's function.
- value string
(Updatable) The value of a X509 certificate.
- display string
(Updatable) A human readable name, primarily used for display purposes.
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type str
(Updatable) A label indicating the attribute's function.
- value str
(Updatable) The value of a X509 certificate.
- display str
(Updatable) A human readable name, primarily used for display purposes.
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
DomainsUserGroup
- Value string
(Updatable) The value of a X509 certificate.
- Date
Added string (Updatable) Date when the member is Added to the group
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Membership
Ocid string (Updatable) Membership Ocid
- Non
Unique stringDisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- Ocid string
(Updatable) Ocid of the User's Support Account.
- Ref string
(Updatable) User Token URI
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Date
Added string (Updatable) Date when the member is Added to the group
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- External
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Membership
Ocid string (Updatable) Membership Ocid
- Non
Unique stringDisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- Ocid string
(Updatable) Ocid of the User's Support Account.
- Ref string
(Updatable) User Token URI
- Type string
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- date
Added String (Updatable) Date when the member is Added to the group
- display String
(Updatable) A human readable name, primarily used for display purposes.
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership
Ocid String (Updatable) Membership Ocid
- non
Unique StringDisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid String
(Updatable) Ocid of the User's Support Account.
- ref String
(Updatable) User Token URI
- type String
(Updatable) A label indicating the attribute's function.
- value string
(Updatable) The value of a X509 certificate.
- date
Added string (Updatable) Date when the member is Added to the group
- display string
(Updatable) A human readable name, primarily used for display purposes.
- external
Id string (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership
Ocid string (Updatable) Membership Ocid
- non
Unique stringDisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid string
(Updatable) Ocid of the User's Support Account.
- ref string
(Updatable) User Token URI
- type string
(Updatable) A label indicating the attribute's function.
- value str
(Updatable) The value of a X509 certificate.
- date_
added str (Updatable) Date when the member is Added to the group
- display str
(Updatable) A human readable name, primarily used for display purposes.
- external_
id str (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership_
ocid str (Updatable) Membership Ocid
- non_
unique_ strdisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid str
(Updatable) Ocid of the User's Support Account.
- ref str
(Updatable) User Token URI
- type str
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- date
Added String (Updatable) Date when the member is Added to the group
- display String
(Updatable) A human readable name, primarily used for display purposes.
- external
Id String (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership
Ocid String (Updatable) Membership Ocid
- non
Unique StringDisplay (Updatable) A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid String
(Updatable) Ocid of the User's Support Account.
- ref String
(Updatable) User Token URI
- type String
(Updatable) A label indicating the attribute's function.
DomainsUserIdcsCreatedBy
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Ocid string
(Updatable) Ocid of the User's Support Account.
- Ref string
(Updatable) User Token URI
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Ocid string
(Updatable) Ocid of the User's Support Account.
- Ref string
(Updatable) User Token URI
- Type string
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- ocid String
(Updatable) Ocid of the User's Support Account.
- ref String
(Updatable) User Token URI
- type String
(Updatable) A label indicating the attribute's function.
- value string
(Updatable) The value of a X509 certificate.
- display string
(Updatable) A human readable name, primarily used for display purposes.
- ocid string
(Updatable) Ocid of the User's Support Account.
- ref string
(Updatable) User Token URI
- type string
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- ocid String
(Updatable) Ocid of the User's Support Account.
- ref String
(Updatable) User Token URI
- type String
(Updatable) A label indicating the attribute's function.
DomainsUserIdcsLastModifiedBy
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Ocid string
(Updatable) Ocid of the User's Support Account.
- Ref string
(Updatable) User Token URI
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Ocid string
(Updatable) Ocid of the User's Support Account.
- Ref string
(Updatable) User Token URI
- Type string
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- ocid String
(Updatable) Ocid of the User's Support Account.
- ref String
(Updatable) User Token URI
- type String
(Updatable) A label indicating the attribute's function.
- value string
(Updatable) The value of a X509 certificate.
- display string
(Updatable) A human readable name, primarily used for display purposes.
- ocid string
(Updatable) Ocid of the User's Support Account.
- ref string
(Updatable) User Token URI
- type string
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- ocid String
(Updatable) Ocid of the User's Support Account.
- ref String
(Updatable) User Token URI
- type String
(Updatable) A label indicating the attribute's function.
DomainsUserIm
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type string
(Updatable) A label indicating the attribute's function.
- value string
(Updatable) The value of a X509 certificate.
- display string
(Updatable) A human readable name, primarily used for display purposes.
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type str
(Updatable) A label indicating the attribute's function.
- value str
(Updatable) The value of a X509 certificate.
- display str
(Updatable) A human readable name, primarily used for display purposes.
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
DomainsUserMeta
- Created string
(Updatable) The DateTime the Resource was added to the Service Provider
- 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.
- Location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- Resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
- Version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- Created string
(Updatable) The DateTime the Resource was added to the Service Provider
- 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.
- Location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- Resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
- Version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created String
(Updatable) The DateTime the Resource was added to the Service Provider
- 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.
- location String
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type String (Updatable) Name of the resource type of the resource--for example, Users or Groups
- version String
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created string
(Updatable) The DateTime the Resource was added to the Service Provider
- 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.
- location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
- version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created str
(Updatable) The DateTime the Resource was added to the Service Provider
- last_
modified str (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location str
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource_
type str (Updatable) Name of the resource type of the resource--for example, Users or Groups
- version str
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created String
(Updatable) The DateTime the Resource was added to the Service Provider
- 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.
- location String
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type String (Updatable) Name of the resource type of the resource--for example, Users or Groups
- version String
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
DomainsUserName
- Family
Name string (Updatable) Last name
- Formatted string
(Updatable) Full name
- Given
Name string (Updatable) First name
- Honorific
Prefix string (Updatable) Prefix
- Honorific
Suffix string (Updatable) Suffix
- Middle
Name string (Updatable) Middle name
- Family
Name string (Updatable) Last name
- Formatted string
(Updatable) Full name
- Given
Name string (Updatable) First name
- Honorific
Prefix string (Updatable) Prefix
- Honorific
Suffix string (Updatable) Suffix
- Middle
Name string (Updatable) Middle name
- family
Name String (Updatable) Last name
- formatted String
(Updatable) Full name
- given
Name String (Updatable) First name
- honorific
Prefix String (Updatable) Prefix
- honorific
Suffix String (Updatable) Suffix
- middle
Name String (Updatable) Middle name
- family
Name string (Updatable) Last name
- formatted string
(Updatable) Full name
- given
Name string (Updatable) First name
- honorific
Prefix string (Updatable) Prefix
- honorific
Suffix string (Updatable) Suffix
- middle
Name string (Updatable) Middle name
- family_
name str (Updatable) Last name
- formatted str
(Updatable) Full name
- given_
name str (Updatable) First name
- honorific_
prefix str (Updatable) Prefix
- honorific_
suffix str (Updatable) Suffix
- middle_
name str (Updatable) Middle name
- family
Name String (Updatable) Last name
- formatted String
(Updatable) Full name
- given
Name String (Updatable) First name
- honorific
Prefix String (Updatable) Prefix
- honorific
Suffix String (Updatable) Suffix
- middle
Name String (Updatable) Middle name
DomainsUserPhoneNumber
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- verified Boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
- type string
(Updatable) A label indicating the attribute's function.
- value string
(Updatable) The value of a X509 certificate.
- display string
(Updatable) A human readable name, primarily used for display purposes.
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- verified boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
- type str
(Updatable) A label indicating the attribute's function.
- value str
(Updatable) The value of a X509 certificate.
- display str
(Updatable) A human readable name, primarily used for display purposes.
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- verified bool
(Updatable) A Boolean value that indicates if the phone number is verified.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- verified Boolean
(Updatable) A Boolean value that indicates if the phone number is verified.
DomainsUserPhoto
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type string
(Updatable) A label indicating the attribute's function.
- value string
(Updatable) The value of a X509 certificate.
- display string
(Updatable) A human readable name, primarily used for display purposes.
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type str
(Updatable) A label indicating the attribute's function.
- value str
(Updatable) The value of a X509 certificate.
- display str
(Updatable) A human readable name, primarily used for display purposes.
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
DomainsUserRole
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
(Updatable) A label indicating the attribute's function.
- Value string
(Updatable) The value of a X509 certificate.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type string
(Updatable) A label indicating the attribute's function.
- value string
(Updatable) The value of a X509 certificate.
- display string
(Updatable) A human readable name, primarily used for display purposes.
- primary boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type str
(Updatable) A label indicating the attribute's function.
- value str
(Updatable) The value of a X509 certificate.
- display str
(Updatable) A human readable name, primarily used for display purposes.
- primary bool
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
(Updatable) A label indicating the attribute's function.
- value String
(Updatable) The value of a X509 certificate.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- primary Boolean
(Updatable) A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
DomainsUserTag
DomainsUserUrnietfparamsscimschemasextensionenterprise20user
- Cost
Center string (Updatable) Identifies the name of a cost center.
- Department string
(Updatable) Identifies the name of a department.
- Division string
(Updatable) Identifies the name of a division.
- Employee
Number string (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- 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.
- Organization string
(Updatable) Identifies the name of an organization.
- Cost
Center string (Updatable) Identifies the name of a cost center.
- Department string
(Updatable) Identifies the name of a department.
- Division string
(Updatable) Identifies the name of a division.
- Employee
Number string (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- 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.
- Organization string
(Updatable) Identifies the name of an organization.
- cost
Center String (Updatable) Identifies the name of a cost center.
- department String
(Updatable) Identifies the name of a department.
- division String
(Updatable) Identifies the name of a division.
- employee
Number String (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- 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.
- organization String
(Updatable) Identifies the name of an organization.
- cost
Center string (Updatable) Identifies the name of a cost center.
- department string
(Updatable) Identifies the name of a department.
- division string
(Updatable) Identifies the name of a division.
- employee
Number string (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- 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.
- organization string
(Updatable) Identifies the name of an organization.
- cost_
center str (Updatable) Identifies the name of a cost center.
- department str
(Updatable) Identifies the name of a department.
- division str
(Updatable) Identifies the name of a division.
- employee_
number str (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- manager
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.
- organization str
(Updatable) Identifies the name of an organization.
- cost
Center String (Updatable) Identifies the name of a cost center.
- department String
(Updatable) Identifies the name of a department.
- division String
(Updatable) Identifies the name of a division.
- employee
Number String (Updatable) Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- manager Property Map
(Updatable) The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.
- organization String
(Updatable) Identifies the name of an organization.
DomainsUserUrnietfparamsscimschemasextensionenterprise20userManager
- Display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Ref string
(Updatable) User Token URI
- Value string
(Updatable) The value of a X509 certificate.
- Display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Ref string
(Updatable) User Token URI
- Value string
(Updatable) The value of a X509 certificate.
- display
Name String (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref String
(Updatable) User Token URI
- value String
(Updatable) The value of a X509 certificate.
- display
Name string (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref string
(Updatable) User Token URI
- value string
(Updatable) The value of a X509 certificate.
- display_
name str (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref str
(Updatable) User Token URI
- value str
(Updatable) The value of a X509 certificate.
- display
Name String (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref String
(Updatable) User Token URI
- value String
(Updatable) The value of a X509 certificate.
DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTags
- List<Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Defined Tag> (Updatable) Oracle Cloud Infrastructure Defined Tags
- List<Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Freeform Tag> (Updatable) Oracle Cloud Infrastructure Freeform Tags
- string
(Updatable) Oracle Cloud Infrastructure Tag slug
- []Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Defined Tag (Updatable) Oracle Cloud Infrastructure Defined Tags
- []Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Freeform Tag (Updatable) Oracle Cloud Infrastructure Freeform Tags
- string
(Updatable) Oracle Cloud Infrastructure Tag slug
- List<Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Defined Tag> (Updatable) Oracle Cloud Infrastructure Defined Tags
- List<Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Freeform Tag> (Updatable) Oracle Cloud Infrastructure Freeform Tags
- String
(Updatable) Oracle Cloud Infrastructure Tag slug
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Defined Tag[] (Updatable) Oracle Cloud Infrastructure Defined Tags
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Freeform Tag[] (Updatable) Oracle Cloud Infrastructure Freeform Tags
- string
(Updatable) Oracle Cloud Infrastructure Tag slug
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Defined Tag] (Updatable) Oracle Cloud Infrastructure Defined Tags
- Domains
User Urnietfparamsscimschemasoracleidcsextension Oci Tags Freeform Tag] (Updatable) Oracle Cloud Infrastructure Freeform Tags
- tag_
slug str (Updatable) Oracle Cloud Infrastructure Tag slug
- List<Property Map>
(Updatable) Oracle Cloud Infrastructure Defined Tags
- List<Property Map>
(Updatable) Oracle Cloud Infrastructure Freeform Tags
- String
(Updatable) Oracle Cloud Infrastructure Tag slug
DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsDefinedTag
DomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagsFreeformTag
DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser
- Risk
Level string (Updatable) Risk Level
- Risk
Scores List<DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score> (Updatable) The risk score pertaining to the user.
- Risk
Level string (Updatable) Risk Level
- Risk
Scores []DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score (Updatable) The risk score pertaining to the user.
- risk
Level String (Updatable) Risk Level
- risk
Scores List<DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score> (Updatable) The risk score pertaining to the user.
- risk
Level string (Updatable) Risk Level
- risk
Scores DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score[] (Updatable) The risk score pertaining to the user.
- risk_
level str (Updatable) Risk Level
- risk_
scores DomainsUser Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score] (Updatable) The risk score pertaining to the user.
- risk
Level String (Updatable) Risk Level
- risk
Scores List<Property Map> (Updatable) The risk score pertaining to the user.
DomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore
- Last
Update stringTimestamp (Updatable) Last update timestamp for the risk score
- Risk
Level string (Updatable) Risk Level
- Score int
(Updatable) Risk Score value
- Value string
(Updatable) The value of a X509 certificate.
- Ref string
(Updatable) User Token URI
- Source string
(Updatable) Risk Provider Profile Source
- Status string
(Updatable) A supplemental status indicating the reason why a user is disabled
- Last
Update stringTimestamp (Updatable) Last update timestamp for the risk score
- Risk
Level string (Updatable) Risk Level
- Score int
(Updatable) Risk Score value
- Value string
(Updatable) The value of a X509 certificate.
- Ref string
(Updatable) User Token URI
- Source string
(Updatable) Risk Provider Profile Source
- Status string
(Updatable) A supplemental status indicating the reason why a user is disabled
- last
Update StringTimestamp (Updatable) Last update timestamp for the risk score
- risk
Level String (Updatable) Risk Level
- score Integer
(Updatable) Risk Score value
- value String
(Updatable) The value of a X509 certificate.
- ref String
(Updatable) User Token URI
- source String
(Updatable) Risk Provider Profile Source
- status String
(Updatable) A supplemental status indicating the reason why a user is disabled
- last
Update stringTimestamp (Updatable) Last update timestamp for the risk score
- risk
Level string (Updatable) Risk Level
- score number
(Updatable) Risk Score value
- value string
(Updatable) The value of a X509 certificate.
- ref string
(Updatable) User Token URI
- source string
(Updatable) Risk Provider Profile Source
- status string
(Updatable) A supplemental status indicating the reason why a user is disabled
- last_
update_ strtimestamp (Updatable) Last update timestamp for the risk score
- risk_
level str (Updatable) Risk Level
- score int
(Updatable) Risk Score value
- value str
(Updatable) The value of a X509 certificate.
- ref str
(Updatable) User Token URI
- source str
(Updatable) Risk Provider Profile Source
- status str
(Updatable) A supplemental status indicating the reason why a user is disabled
- last
Update StringTimestamp (Updatable) Last update timestamp for the risk score
- risk
Level String (Updatable) Risk Level
- score Number
(Updatable) Risk Score value
- value String
(Updatable) The value of a X509 certificate.
- ref String
(Updatable) User Token URI
- source String
(Updatable) Risk Provider Profile Source
- status String
(Updatable) A supplemental status indicating the reason why a user is disabled
DomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser
- Can
Use boolApi Keys (Updatable) Indicates weather a user can use api keys
- Can
Use boolAuth Tokens (Updatable) Indicates weather a user can use auth tokens
- Can
Use boolConsole Password (Updatable) Indicates weather a user can use console password
- Can
Use boolCustomer Secret Keys (Updatable) Indicates weather a user can use customer secret keys
- Can
Use boolDb Credentials (Updatable) Indicates weather a user can use db credentials
- Can
Use boolOauth2client Credentials (Updatable) Indicates weather a user can use oauth2 client credentials
- Can
Use boolSmtp Credentials (Updatable) Indicates weather a user can use smtp credentials
- Can
Use boolApi Keys (Updatable) Indicates weather a user can use api keys
- Can
Use boolAuth Tokens (Updatable) Indicates weather a user can use auth tokens
- Can
Use boolConsole Password (Updatable) Indicates weather a user can use console password
- Can
Use boolCustomer Secret Keys (Updatable) Indicates weather a user can use customer secret keys
- Can
Use boolDb Credentials (Updatable) Indicates weather a user can use db credentials
- Can
Use boolOauth2client Credentials (Updatable) Indicates weather a user can use oauth2 client credentials
- Can
Use boolSmtp Credentials (Updatable) Indicates weather a user can use smtp credentials
- can
Use BooleanApi Keys (Updatable) Indicates weather a user can use api keys
- can
Use BooleanAuth Tokens (Updatable) Indicates weather a user can use auth tokens
- can
Use BooleanConsole Password (Updatable) Indicates weather a user can use console password
- can
Use BooleanCustomer Secret Keys (Updatable) Indicates weather a user can use customer secret keys
- can
Use BooleanDb Credentials (Updatable) Indicates weather a user can use db credentials
- can
Use BooleanOauth2client Credentials (Updatable) Indicates weather a user can use oauth2 client credentials
- can
Use BooleanSmtp Credentials (Updatable) Indicates weather a user can use smtp credentials
- can
Use booleanApi Keys (Updatable) Indicates weather a user can use api keys
- can
Use booleanAuth Tokens (Updatable) Indicates weather a user can use auth tokens
- can
Use booleanConsole Password (Updatable) Indicates weather a user can use console password
- can
Use booleanCustomer Secret Keys (Updatable) Indicates weather a user can use customer secret keys
- can
Use booleanDb Credentials (Updatable) Indicates weather a user can use db credentials
- can
Use booleanOauth2client Credentials (Updatable) Indicates weather a user can use oauth2 client credentials
- can
Use booleanSmtp Credentials (Updatable) Indicates weather a user can use smtp credentials
- can_
use_ boolapi_ keys (Updatable) Indicates weather a user can use api keys
- can_
use_ boolauth_ tokens (Updatable) Indicates weather a user can use auth tokens
- can_
use_ boolconsole_ password (Updatable) Indicates weather a user can use console password
- can_
use_ boolcustomer_ secret_ keys (Updatable) Indicates weather a user can use customer secret keys
- can_
use_ booldb_ credentials (Updatable) Indicates weather a user can use db credentials
- can_
use_ booloauth2client_ credentials (Updatable) Indicates weather a user can use oauth2 client credentials
- can_
use_ boolsmtp_ credentials (Updatable) Indicates weather a user can use smtp credentials
- can
Use BooleanApi Keys (Updatable) Indicates weather a user can use api keys
- can
Use BooleanAuth Tokens (Updatable) Indicates weather a user can use auth tokens
- can
Use BooleanConsole Password (Updatable) Indicates weather a user can use console password
- can
Use BooleanCustomer Secret Keys (Updatable) Indicates weather a user can use customer secret keys
- can
Use BooleanDb Credentials (Updatable) Indicates weather a user can use db credentials
- can
Use BooleanOauth2client Credentials (Updatable) Indicates weather a user can use oauth2 client credentials
- can
Use BooleanSmtp Credentials (Updatable) Indicates weather a user can use smtp credentials
DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser
- Db
Login intAttempts (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- Db
User stringName (Updatable) The Database User Name
- Db
Login intAttempts (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- Db
User stringName (Updatable) The Database User Name
- db
Login IntegerAttempts (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- db
User StringName (Updatable) The Database User Name
- db
Login numberAttempts (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- db
User stringName (Updatable) The Database User Name
- db_
login_ intattempts (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- db_
user_ strname (Updatable) The Database User Name
- db
Login NumberAttempts (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- db
User StringName (Updatable) The Database User Name
DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser
- Db
Global List<string>Roles (Updatable) DB global roles to which the user is granted access.
- Domain
Level stringSchema (Updatable) DB domain level schema to which the user is granted access.
- Instance
Level stringSchema (Updatable) DB instance level schema to which the user is granted access.
- Is
Db boolUser (Updatable) If true, indicates this is a database user.
- Password
Verifiers List<DomainsUser Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier> (Updatable) Password Verifiers for DB User.
- Db
Global []stringRoles (Updatable) DB global roles to which the user is granted access.
- Domain
Level stringSchema (Updatable) DB domain level schema to which the user is granted access.
- Instance
Level stringSchema (Updatable) DB instance level schema to which the user is granted access.
- Is
Db boolUser (Updatable) If true, indicates this is a database user.
- Password
Verifiers []DomainsUser Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier (Updatable) Password Verifiers for DB User.
- db
Global List<String>Roles (Updatable) DB global roles to which the user is granted access.
- domain
Level StringSchema (Updatable) DB domain level schema to which the user is granted access.
- instance
Level StringSchema (Updatable) DB instance level schema to which the user is granted access.
- is
Db BooleanUser (Updatable) If true, indicates this is a database user.
- password
Verifiers List<DomainsUser Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier> (Updatable) Password Verifiers for DB User.
- db
Global string[]Roles (Updatable) DB global roles to which the user is granted access.
- domain
Level stringSchema (Updatable) DB domain level schema to which the user is granted access.
- instance
Level stringSchema (Updatable) DB instance level schema to which the user is granted access.
- is
Db booleanUser (Updatable) If true, indicates this is a database user.
- password
Verifiers DomainsUser Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier[] (Updatable) Password Verifiers for DB User.
- db_
global_ Sequence[str]roles (Updatable) DB global roles to which the user is granted access.
- domain_
level_ strschema (Updatable) DB domain level schema to which the user is granted access.
- instance_
level_ strschema (Updatable) DB instance level schema to which the user is granted access.
- is_
db_ booluser (Updatable) If true, indicates this is a database user.
- password_
verifiers DomainsUser Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier] (Updatable) Password Verifiers for DB User.
- db
Global List<String>Roles (Updatable) DB global roles to which the user is granted access.
- domain
Level StringSchema (Updatable) DB domain level schema to which the user is granted access.
- instance
Level StringSchema (Updatable) DB instance level schema to which the user is granted access.
- is
Db BooleanUser (Updatable) If true, indicates this is a database user.
- password
Verifiers List<Property Map> (Updatable) Password Verifiers for DB User.
DomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier
DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser
- Realm
Users List<DomainsUser Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User> (Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User
- Realm
Users []DomainsUser Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User (Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User
- realm
Users List<DomainsUser Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User> (Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User
- realm
Users DomainsUser Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User[] (Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User
- realm_
users DomainsUser Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User] (Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User
- realm
Users List<Property Map> (Updatable) A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User
DomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser
- Value string
(Updatable) The value of a X509 certificate.
- Principal
Name string (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- Realm
Name string (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- Ref string
(Updatable) User Token URI
- Value string
(Updatable) The value of a X509 certificate.
- Principal
Name string (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- Realm
Name string (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- Ref string
(Updatable) User Token URI
- value String
(Updatable) The value of a X509 certificate.
- principal
Name String (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- realm
Name String (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- ref String
(Updatable) User Token URI
- value string
(Updatable) The value of a X509 certificate.
- principal
Name string (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- realm
Name string (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- ref string
(Updatable) User Token URI
- value str
(Updatable) The value of a X509 certificate.
- principal_
name str (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- realm_
name str (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- ref str
(Updatable) User Token URI
- value String
(Updatable) The value of a X509 certificate.
- principal
Name String (Updatable) Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- realm
Name String (Updatable) Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.
- ref String
(Updatable) User Token URI
DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser
- Bypass
Codes List<DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code> (Updatable) A list of bypass codes belongs to user
- Devices
List<Domains
User Urnietfparamsscimschemasoracleidcsextensionmfa User Device> (Updatable) A list of devices enrolled by the user.
- Login
Attempts int (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- Mfa
Enabled stringOn (Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.
- Mfa
Ignored List<string>Apps (Updatable) User MFA Ignored Apps Identifiers
- Mfa
Status string (Updatable) User Opted for MFA
- Preferred
Authentication stringFactor (Updatable) Preferred Authentication Factor Type
- Preferred
Authentication stringMethod (Updatable) Preferred Authentication method
- Preferred
Device DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device (Updatable) User preferred device
- Preferred
Third stringParty Vendor (Updatable) Preferred Third party vendor name
- Trusted
User List<DomainsAgents User Urnietfparamsscimschemasoracleidcsextensionmfa User Trusted User Agent> (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
- Bypass
Codes []DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code (Updatable) A list of bypass codes belongs to user
- Devices
[]Domains
User Urnietfparamsscimschemasoracleidcsextensionmfa User Device (Updatable) A list of devices enrolled by the user.
- Login
Attempts int (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- Mfa
Enabled stringOn (Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.
- Mfa
Ignored []stringApps (Updatable) User MFA Ignored Apps Identifiers
- Mfa
Status string (Updatable) User Opted for MFA
- Preferred
Authentication stringFactor (Updatable) Preferred Authentication Factor Type
- Preferred
Authentication stringMethod (Updatable) Preferred Authentication method
- Preferred
Device DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device (Updatable) User preferred device
- Preferred
Third stringParty Vendor (Updatable) Preferred Third party vendor name
- Trusted
User []DomainsAgents User Urnietfparamsscimschemasoracleidcsextensionmfa User Trusted User Agent (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
- bypass
Codes List<DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code> (Updatable) A list of bypass codes belongs to user
- devices
List<Domains
User Urnietfparamsscimschemasoracleidcsextensionmfa User Device> (Updatable) A list of devices enrolled by the user.
- login
Attempts Integer (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa
Enabled StringOn (Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.
- mfa
Ignored List<String>Apps (Updatable) User MFA Ignored Apps Identifiers
- mfa
Status String (Updatable) User Opted for MFA
- preferred
Authentication StringFactor (Updatable) Preferred Authentication Factor Type
- preferred
Authentication StringMethod (Updatable) Preferred Authentication method
- preferred
Device DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device (Updatable) User preferred device
- preferred
Third StringParty Vendor (Updatable) Preferred Third party vendor name
- trusted
User List<DomainsAgents User Urnietfparamsscimschemasoracleidcsextensionmfa User Trusted User Agent> (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
- bypass
Codes DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code[] (Updatable) A list of bypass codes belongs to user
- devices
Domains
User Urnietfparamsscimschemasoracleidcsextensionmfa User Device[] (Updatable) A list of devices enrolled by the user.
- login
Attempts number (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa
Enabled stringOn (Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.
- mfa
Ignored string[]Apps (Updatable) User MFA Ignored Apps Identifiers
- mfa
Status string (Updatable) User Opted for MFA
- preferred
Authentication stringFactor (Updatable) Preferred Authentication Factor Type
- preferred
Authentication stringMethod (Updatable) Preferred Authentication method
- preferred
Device DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device (Updatable) User preferred device
- preferred
Third stringParty Vendor (Updatable) Preferred Third party vendor name
- trusted
User DomainsAgents User Urnietfparamsscimschemasoracleidcsextensionmfa User Trusted User Agent[] (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
- bypass_
codes DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code] (Updatable) A list of bypass codes belongs to user
- devices
Domains
User Urnietfparamsscimschemasoracleidcsextensionmfa User Device] (Updatable) A list of devices enrolled by the user.
- login_
attempts int (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa_
enabled_ stron (Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.
- mfa_
ignored_ Sequence[str]apps (Updatable) User MFA Ignored Apps Identifiers
- mfa_
status str (Updatable) User Opted for MFA
- preferred_
authentication_ strfactor (Updatable) Preferred Authentication Factor Type
- preferred_
authentication_ strmethod (Updatable) Preferred Authentication method
- preferred_
device DomainsUser Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device (Updatable) User preferred device
- preferred_
third_ strparty_ vendor (Updatable) Preferred Third party vendor name
- trusted_
user_ Domainsagents User Urnietfparamsscimschemasoracleidcsextensionmfa User Trusted User Agent] (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
- bypass
Codes List<Property Map> (Updatable) A list of bypass codes belongs to user
- devices List<Property Map>
(Updatable) A list of devices enrolled by the user.
- login
Attempts Number (Updatable) The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa
Enabled StringOn (Updatable) This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.
- mfa
Ignored List<String>Apps (Updatable) User MFA Ignored Apps Identifiers
- mfa
Status String (Updatable) User Opted for MFA
- preferred
Authentication StringFactor (Updatable) Preferred Authentication Factor Type
- preferred
Authentication StringMethod (Updatable) Preferred Authentication method
- preferred
Device Property Map (Updatable) User preferred device
- preferred
Third StringParty Vendor (Updatable) Preferred Third party vendor name
- trusted
User List<Property Map>Agents (Updatable) A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode
DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice
- Value string
(Updatable) The value of a X509 certificate.
- Authentication
Method string (Updatable) Authentication method.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Factor
Status string (Updatable) Device authentication factor status.
- Factor
Type string (Updatable) Authentication Factor Type
- Last
Sync stringTime (Updatable) Last Sync time for device.
- Ref string
(Updatable) User Token URI
- Status string
(Updatable) A supplemental status indicating the reason why a user is disabled
- Third
Party stringVendor Name (Updatable) Third party factor vendor name.
- Value string
(Updatable) The value of a X509 certificate.
- Authentication
Method string (Updatable) Authentication method.
- Display string
(Updatable) A human readable name, primarily used for display purposes.
- Factor
Status string (Updatable) Device authentication factor status.
- Factor
Type string (Updatable) Authentication Factor Type
- Last
Sync stringTime (Updatable) Last Sync time for device.
- Ref string
(Updatable) User Token URI
- Status string
(Updatable) A supplemental status indicating the reason why a user is disabled
- Third
Party stringVendor Name (Updatable) Third party factor vendor name.
- value String
(Updatable) The value of a X509 certificate.
- authentication
Method String (Updatable) Authentication method.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- factor
Status String (Updatable) Device authentication factor status.
- factor
Type String (Updatable) Authentication Factor Type
- last
Sync StringTime (Updatable) Last Sync time for device.
- ref String
(Updatable) User Token URI
- status String
(Updatable) A supplemental status indicating the reason why a user is disabled
- third
Party StringVendor Name (Updatable) Third party factor vendor name.
- value string
(Updatable) The value of a X509 certificate.
- authentication
Method string (Updatable) Authentication method.
- display string
(Updatable) A human readable name, primarily used for display purposes.
- factor
Status string (Updatable) Device authentication factor status.
- factor
Type string (Updatable) Authentication Factor Type
- last
Sync stringTime (Updatable) Last Sync time for device.
- ref string
(Updatable) User Token URI
- status string
(Updatable) A supplemental status indicating the reason why a user is disabled
- third
Party stringVendor Name (Updatable) Third party factor vendor name.
- value str
(Updatable) The value of a X509 certificate.
- authentication_
method str (Updatable) Authentication method.
- display str
(Updatable) A human readable name, primarily used for display purposes.
- factor_
status str (Updatable) Device authentication factor status.
- factor_
type str (Updatable) Authentication Factor Type
- last_
sync_ strtime (Updatable) Last Sync time for device.
- ref str
(Updatable) User Token URI
- status str
(Updatable) A supplemental status indicating the reason why a user is disabled
- third_
party_ strvendor_ name (Updatable) Third party factor vendor name.
- value String
(Updatable) The value of a X509 certificate.
- authentication
Method String (Updatable) Authentication method.
- display String
(Updatable) A human readable name, primarily used for display purposes.
- factor
Status String (Updatable) Device authentication factor status.
- factor
Type String (Updatable) Authentication Factor Type
- last
Sync StringTime (Updatable) Last Sync time for device.
- ref String
(Updatable) User Token URI
- status String
(Updatable) A supplemental status indicating the reason why a user is disabled
- third
Party StringVendor Name (Updatable) Third party factor vendor name.
DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice
DomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent
DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser
- Applicable
Password DomainsPolicy User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy (Updatable) Applicable Password Policy
- Cant
Change bool (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- Cant
Expire bool (Updatable) Indicates that the password expiry policy will not be applied for the current Resource
- Expired bool
(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.
- Last
Failed stringValidation Date (Updatable) A DateTime that specifies the date and time when last failed password validation was set
- Last
Successful stringSet Date (Updatable) A DateTime that specifies the date and time when the current password was set
- Last
Successful stringValidation Date (Updatable) A DateTime that specifies the date and time when last successful password validation was set
- Must
Change bool (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
- Applicable
Password DomainsPolicy User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy (Updatable) Applicable Password Policy
- Cant
Change bool (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- Cant
Expire bool (Updatable) Indicates that the password expiry policy will not be applied for the current Resource
- Expired bool
(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.
- Last
Failed stringValidation Date (Updatable) A DateTime that specifies the date and time when last failed password validation was set
- Last
Successful stringSet Date (Updatable) A DateTime that specifies the date and time when the current password was set
- Last
Successful stringValidation Date (Updatable) A DateTime that specifies the date and time when last successful password validation was set
- Must
Change bool (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
- applicable
Password DomainsPolicy User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy (Updatable) Applicable Password Policy
- cant
Change Boolean (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant
Expire Boolean (Updatable) Indicates that the password expiry policy will not be applied for the current Resource
- expired Boolean
(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.
- last
Failed StringValidation Date (Updatable) A DateTime that specifies the date and time when last failed password validation was set
- last
Successful StringSet Date (Updatable) A DateTime that specifies the date and time when the current password was set
- last
Successful StringValidation Date (Updatable) A DateTime that specifies the date and time when last successful password validation was set
- must
Change Boolean (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
- applicable
Password DomainsPolicy User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy (Updatable) Applicable Password Policy
- cant
Change boolean (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant
Expire boolean (Updatable) Indicates that the password expiry policy will not be applied for the current Resource
- expired boolean
(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.
- last
Failed stringValidation Date (Updatable) A DateTime that specifies the date and time when last failed password validation was set
- last
Successful stringSet Date (Updatable) A DateTime that specifies the date and time when the current password was set
- last
Successful stringValidation Date (Updatable) A DateTime that specifies the date and time when last successful password validation was set
- must
Change boolean (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
- applicable_
password_ Domainspolicy User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy (Updatable) Applicable Password Policy
- cant_
change bool (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant_
expire bool (Updatable) Indicates that the password expiry policy will not be applied for the current Resource
- expired bool
(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.
- last_
failed_ strvalidation_ date (Updatable) A DateTime that specifies the date and time when last failed password validation was set
- last_
successful_ strset_ date (Updatable) A DateTime that specifies the date and time when the current password was set
- last_
successful_ strvalidation_ date (Updatable) A DateTime that specifies the date and time when last successful password validation was set
- must_
change bool (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
- applicable
Password Property MapPolicy (Updatable) Applicable Password Policy
- cant
Change Boolean (Updatable) Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant
Expire Boolean (Updatable) Indicates that the password expiry policy will not be applied for the current Resource
- expired Boolean
(Updatable) Indicates whether user password is expired. If this value is false, password expiry will still be evaluated during user login.
- last
Failed StringValidation Date (Updatable) A DateTime that specifies the date and time when last failed password validation was set
- last
Successful StringSet Date (Updatable) A DateTime that specifies the date and time when the current password was set
- last
Successful StringValidation Date (Updatable) A DateTime that specifies the date and time when last successful password validation was set
- must
Change Boolean (Updatable) Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy
DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser
- Factor
Identifier DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier (Updatable) Factor Identifier ID
- Factor
Method string (Updatable) Authentication Factor Method
- Factor
Type string (Updatable) Authentication Factor Type
- Factor
Identifier DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier (Updatable) Factor Identifier ID
- Factor
Method string (Updatable) Authentication Factor Method
- Factor
Type string (Updatable) Authentication Factor Type
- factor
Identifier DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier (Updatable) Factor Identifier ID
- factor
Method String (Updatable) Authentication Factor Method
- factor
Type String (Updatable) Authentication Factor Type
- factor
Identifier DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier (Updatable) Factor Identifier ID
- factor
Method string (Updatable) Authentication Factor Method
- factor
Type string (Updatable) Authentication Factor Type
- factor_
identifier DomainsUser Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier (Updatable) Factor Identifier ID
- factor_
method str (Updatable) Authentication Factor Method
- factor_
type str (Updatable) Authentication Factor Type
- factor
Identifier Property Map (Updatable) Factor Identifier ID
- factor
Method String (Updatable) Authentication Factor Method
- factor
Type String (Updatable) Authentication Factor Type
DomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier
DomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser
- Gecos string
(Updatable) General information about the POSIX account such as their real name and phone number
- Gid
Number int (Updatable) Primary Group identifier of the POSIX user
- Home
Directory string (Updatable) The absolute path to the home directory of the POSIX account
- Login
Shell string (Updatable) The path to the login shell of the POSIX account
- Uid
Number int (Updatable) Integer uniquely identifying a user in a POSIX administrative domain
- Gecos string
(Updatable) General information about the POSIX account such as their real name and phone number
- Gid
Number int (Updatable) Primary Group identifier of the POSIX user
- Home
Directory string (Updatable) The absolute path to the home directory of the POSIX account
- Login
Shell string (Updatable) The path to the login shell of the POSIX account
- Uid
Number int (Updatable) Integer uniquely identifying a user in a POSIX administrative domain
- gecos String
(Updatable) General information about the POSIX account such as their real name and phone number
- gid
Number Integer (Updatable) Primary Group identifier of the POSIX user
- home
Directory String (Updatable) The absolute path to the home directory of the POSIX account
- login
Shell String (Updatable) The path to the login shell of the POSIX account
- uid
Number Integer (Updatable) Integer uniquely identifying a user in a POSIX administrative domain
- gecos string
(Updatable) General information about the POSIX account such as their real name and phone number
- gid
Number number (Updatable) Primary Group identifier of the POSIX user
- home
Directory string (Updatable) The absolute path to the home directory of the POSIX account
- login
Shell string (Updatable) The path to the login shell of the POSIX account
- uid
Number number (Updatable) Integer uniquely identifying a user in a POSIX administrative domain
- gecos str
(Updatable) General information about the POSIX account such as their real name and phone number
- gid_
number int (Updatable) Primary Group identifier of the POSIX user
- home_
directory str (Updatable) The absolute path to the home directory of the POSIX account
- login_
shell str (Updatable) The path to the login shell of the POSIX account
- uid_
number int (Updatable) Integer uniquely identifying a user in a POSIX administrative domain
- gecos String
(Updatable) General information about the POSIX account such as their real name and phone number
- gid
Number Number (Updatable) Primary Group identifier of the POSIX user
- home
Directory String (Updatable) The absolute path to the home directory of the POSIX account
- login
Shell String (Updatable) The path to the login shell of the POSIX account
- uid
Number Number (Updatable) Integer uniquely identifying a user in a POSIX administrative domain
DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser
- Sec
Questions List<DomainsUser Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Sec Question> (Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
- Sec
Questions []DomainsUser Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Sec Question (Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
- sec
Questions List<DomainsUser Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Sec Question> (Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
- sec
Questions DomainsUser Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Sec Question[] (Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
- sec_
questions DomainsUser Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Sec Question] (Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
- sec
Questions List<Property Map> (Updatable) Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.
DomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion
DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser
- Allow
Self boolChange (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- Allow
Self boolChange (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow
Self BooleanChange (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow
Self booleanChange (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow_
self_ boolchange (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow
Self BooleanChange (Updatable) If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser
- Self
Registration DomainsProfile User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile (Updatable) Self registration profile used when user is self registered.
- Consent
Granted bool (Updatable) A boolean value that indicates whether the consent is granted.
- User
Token string (Updatable) User token returned if userFlowControlledByExternalClient is true
- Self
Registration DomainsProfile User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile (Updatable) Self registration profile used when user is self registered.
- Consent
Granted bool (Updatable) A boolean value that indicates whether the consent is granted.
- User
Token string (Updatable) User token returned if userFlowControlledByExternalClient is true
- self
Registration DomainsProfile User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile (Updatable) Self registration profile used when user is self registered.
- consent
Granted Boolean (Updatable) A boolean value that indicates whether the consent is granted.
- user
Token String (Updatable) User token returned if userFlowControlledByExternalClient is true
- self
Registration DomainsProfile User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile (Updatable) Self registration profile used when user is self registered.
- consent
Granted boolean (Updatable) A boolean value that indicates whether the consent is granted.
- user
Token string (Updatable) User token returned if userFlowControlledByExternalClient is true
- self_
registration_ Domainsprofile User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile (Updatable) Self registration profile used when user is self registered.
- consent_
granted bool (Updatable) A boolean value that indicates whether the consent is granted.
- user_
token str (Updatable) User token returned if userFlowControlledByExternalClient is true
- self
Registration Property MapProfile (Updatable) Self registration profile used when user is self registered.
- consent
Granted Boolean (Updatable) A boolean value that indicates whether the consent is granted.
- user
Token String (Updatable) User token returned if userFlowControlledByExternalClient is true
DomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile
DomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser
- Sff
Auth stringKeys (Updatable) SFF auth keys clob
- Sff
Auth stringKeys (Updatable) SFF auth keys clob
- sff
Auth StringKeys (Updatable) SFF auth keys clob
- sff
Auth stringKeys (Updatable) SFF auth keys clob
- sff_
auth_ strkeys (Updatable) SFF auth keys clob
- sff
Auth StringKeys (Updatable) SFF auth keys clob
DomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser
- List<Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Social Account> (Updatable) Description:
- []Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Social Account (Updatable) Description:
- List<Domains
User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Social Account> (Updatable) Description: