oci.Identity.DomainsAuthenticationFactorSetting
Explore with Pulumi AI
This resource provides the Authentication Factor Setting resource in Oracle Cloud Infrastructure Identity Domains service.
Replace Authentication Factor Settings
Create DomainsAuthenticationFactorSetting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DomainsAuthenticationFactorSetting(name: string, args: DomainsAuthenticationFactorSettingArgs, opts?: CustomResourceOptions);
@overload
def DomainsAuthenticationFactorSetting(resource_name: str,
args: DomainsAuthenticationFactorSettingArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DomainsAuthenticationFactorSetting(resource_name: str,
opts: Optional[ResourceOptions] = None,
mfa_enrollment_type: Optional[str] = None,
client_app_settings: Optional[_identity.DomainsAuthenticationFactorSettingClientAppSettingsArgs] = None,
authentication_factor_setting_id: Optional[str] = None,
totp_settings: Optional[_identity.DomainsAuthenticationFactorSettingTotpSettingsArgs] = None,
totp_enabled: Optional[bool] = None,
bypass_code_enabled: Optional[bool] = None,
bypass_code_settings: Optional[_identity.DomainsAuthenticationFactorSettingBypassCodeSettingsArgs] = None,
notification_settings: Optional[_identity.DomainsAuthenticationFactorSettingNotificationSettingsArgs] = None,
compliance_policies: Optional[Sequence[_identity.DomainsAuthenticationFactorSettingCompliancePolicyArgs]] = None,
sms_enabled: Optional[bool] = None,
security_questions_enabled: Optional[bool] = None,
endpoint_restrictions: Optional[_identity.DomainsAuthenticationFactorSettingEndpointRestrictionsArgs] = None,
schemas: Optional[Sequence[str]] = None,
push_enabled: Optional[bool] = None,
idcs_endpoint: Optional[str] = None,
email_enabled: Optional[bool] = None,
attributes: Optional[str] = None,
identity_store_settings: Optional[_identity.DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs] = None,
hide_backup_factor_enabled: Optional[bool] = None,
phone_call_enabled: Optional[bool] = None,
ocid: Optional[str] = None,
resource_type_schema_version: Optional[str] = None,
fido_authenticator_enabled: Optional[bool] = None,
email_settings: Optional[_identity.DomainsAuthenticationFactorSettingEmailSettingsArgs] = None,
authorization: Optional[str] = None,
tags: Optional[Sequence[_identity.DomainsAuthenticationFactorSettingTagArgs]] = None,
third_party_factor: Optional[_identity.DomainsAuthenticationFactorSettingThirdPartyFactorArgs] = None,
auto_enroll_email_factor_disabled: Optional[bool] = None,
attribute_sets: Optional[Sequence[str]] = None,
urnietfparamsscimschemasoracleidcsextensionfido_authentication_factor_settings: Optional[_identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettingsArgs] = None,
urnietfparamsscimschemasoracleidcsextensionthird_party_authentication_factor_settings: Optional[_identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsArgs] = None,
user_enrollment_disabled_factors: Optional[Sequence[str]] = None,
yubico_otp_enabled: Optional[bool] = None)
func NewDomainsAuthenticationFactorSetting(ctx *Context, name string, args DomainsAuthenticationFactorSettingArgs, opts ...ResourceOption) (*DomainsAuthenticationFactorSetting, error)
public DomainsAuthenticationFactorSetting(string name, DomainsAuthenticationFactorSettingArgs args, CustomResourceOptions? opts = null)
public DomainsAuthenticationFactorSetting(String name, DomainsAuthenticationFactorSettingArgs args)
public DomainsAuthenticationFactorSetting(String name, DomainsAuthenticationFactorSettingArgs args, CustomResourceOptions options)
type: oci:Identity:DomainsAuthenticationFactorSetting
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DomainsAuthenticationFactorSettingArgs
- 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 DomainsAuthenticationFactorSettingArgs
- 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 DomainsAuthenticationFactorSettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainsAuthenticationFactorSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainsAuthenticationFactorSettingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var domainsAuthenticationFactorSettingResource = new Oci.Identity.DomainsAuthenticationFactorSetting("domainsAuthenticationFactorSettingResource", new()
{
MfaEnrollmentType = "string",
ClientAppSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingClientAppSettingsArgs
{
DeviceProtectionPolicy = "string",
InitialLockoutPeriodInSecs = 0,
KeyPairLength = 0,
LockoutEscalationPattern = "string",
MaxFailuresBeforeLockout = 0,
MaxFailuresBeforeWarning = 0,
MaxLockoutIntervalInSecs = 0,
MinPinLength = 0,
PolicyUpdateFreqInDays = 0,
RequestSigningAlgo = "string",
SharedSecretEncoding = "string",
UnlockAppForEachRequestEnabled = false,
UnlockAppIntervalInSecs = 0,
UnlockOnAppForegroundEnabled = false,
UnlockOnAppStartEnabled = false,
},
AuthenticationFactorSettingId = "string",
TotpSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingTotpSettingsArgs
{
EmailOtpValidityDurationInMins = 0,
EmailPasscodeLength = 0,
HashingAlgorithm = "string",
JwtValidityDurationInSecs = 0,
KeyRefreshIntervalInDays = 0,
PasscodeLength = 0,
SmsOtpValidityDurationInMins = 0,
SmsPasscodeLength = 0,
TimeStepInSecs = 0,
TimeStepTolerance = 0,
},
TotpEnabled = false,
BypassCodeEnabled = false,
BypassCodeSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingBypassCodeSettingsArgs
{
HelpDeskCodeExpiryInMins = 0,
HelpDeskGenerationEnabled = false,
HelpDeskMaxUsage = 0,
Length = 0,
MaxActive = 0,
SelfServiceGenerationEnabled = false,
},
NotificationSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingNotificationSettingsArgs
{
PullEnabled = false,
},
CompliancePolicies = new[]
{
new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingCompliancePolicyArgs
{
Action = "string",
Name = "string",
Value = "string",
},
},
SmsEnabled = false,
SecurityQuestionsEnabled = false,
EndpointRestrictions = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingEndpointRestrictionsArgs
{
MaxEndpointTrustDurationInDays = 0,
MaxEnrolledDevices = 0,
MaxIncorrectAttempts = 0,
MaxTrustedEndpoints = 0,
TrustedEndpointsEnabled = false,
},
Schemas = new[]
{
"string",
},
PushEnabled = false,
IdcsEndpoint = "string",
EmailEnabled = false,
Attributes = "string",
IdentityStoreSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs
{
MobileNumberEnabled = false,
MobileNumberUpdateEnabled = false,
},
HideBackupFactorEnabled = false,
PhoneCallEnabled = false,
Ocid = "string",
ResourceTypeSchemaVersion = "string",
FidoAuthenticatorEnabled = false,
EmailSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingEmailSettingsArgs
{
EmailLinkEnabled = false,
EmailLinkCustomUrl = "string",
},
Authorization = "string",
Tags = new[]
{
new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingTagArgs
{
Key = "string",
Value = "string",
},
},
ThirdPartyFactor = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingThirdPartyFactorArgs
{
DuoSecurity = false,
},
AutoEnrollEmailFactorDisabled = false,
AttributeSets = new[]
{
"string",
},
UrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettingsArgs
{
Attestation = "string",
AuthenticatorSelectionAttachment = "string",
AuthenticatorSelectionRequireResidentKey = false,
AuthenticatorSelectionResidentKey = "string",
AuthenticatorSelectionUserVerification = "string",
ExcludeCredentials = false,
PublicKeyTypes = new[]
{
"string",
},
Timeout = 0,
DomainValidationLevel = 0,
},
UrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsArgs
{
DuoSecuritySettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsDuoSecuritySettingsArgs
{
ApiHostname = "string",
IntegrationKey = "string",
SecretKey = "string",
UserMappingAttribute = "string",
AttestationKey = "string",
},
},
UserEnrollmentDisabledFactors = new[]
{
"string",
},
YubicoOtpEnabled = false,
});
example, err := Identity.NewDomainsAuthenticationFactorSetting(ctx, "domainsAuthenticationFactorSettingResource", &Identity.DomainsAuthenticationFactorSettingArgs{
MfaEnrollmentType: pulumi.String("string"),
ClientAppSettings: &identity.DomainsAuthenticationFactorSettingClientAppSettingsArgs{
DeviceProtectionPolicy: pulumi.String("string"),
InitialLockoutPeriodInSecs: pulumi.Int(0),
KeyPairLength: pulumi.Int(0),
LockoutEscalationPattern: pulumi.String("string"),
MaxFailuresBeforeLockout: pulumi.Int(0),
MaxFailuresBeforeWarning: pulumi.Int(0),
MaxLockoutIntervalInSecs: pulumi.Int(0),
MinPinLength: pulumi.Int(0),
PolicyUpdateFreqInDays: pulumi.Int(0),
RequestSigningAlgo: pulumi.String("string"),
SharedSecretEncoding: pulumi.String("string"),
UnlockAppForEachRequestEnabled: pulumi.Bool(false),
UnlockAppIntervalInSecs: pulumi.Int(0),
UnlockOnAppForegroundEnabled: pulumi.Bool(false),
UnlockOnAppStartEnabled: pulumi.Bool(false),
},
AuthenticationFactorSettingId: pulumi.String("string"),
TotpSettings: &identity.DomainsAuthenticationFactorSettingTotpSettingsArgs{
EmailOtpValidityDurationInMins: pulumi.Int(0),
EmailPasscodeLength: pulumi.Int(0),
HashingAlgorithm: pulumi.String("string"),
JwtValidityDurationInSecs: pulumi.Int(0),
KeyRefreshIntervalInDays: pulumi.Int(0),
PasscodeLength: pulumi.Int(0),
SmsOtpValidityDurationInMins: pulumi.Int(0),
SmsPasscodeLength: pulumi.Int(0),
TimeStepInSecs: pulumi.Int(0),
TimeStepTolerance: pulumi.Int(0),
},
TotpEnabled: pulumi.Bool(false),
BypassCodeEnabled: pulumi.Bool(false),
BypassCodeSettings: &identity.DomainsAuthenticationFactorSettingBypassCodeSettingsArgs{
HelpDeskCodeExpiryInMins: pulumi.Int(0),
HelpDeskGenerationEnabled: pulumi.Bool(false),
HelpDeskMaxUsage: pulumi.Int(0),
Length: pulumi.Int(0),
MaxActive: pulumi.Int(0),
SelfServiceGenerationEnabled: pulumi.Bool(false),
},
NotificationSettings: &identity.DomainsAuthenticationFactorSettingNotificationSettingsArgs{
PullEnabled: pulumi.Bool(false),
},
CompliancePolicies: identity.DomainsAuthenticationFactorSettingCompliancePolicyArray{
&identity.DomainsAuthenticationFactorSettingCompliancePolicyArgs{
Action: pulumi.String("string"),
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
SmsEnabled: pulumi.Bool(false),
SecurityQuestionsEnabled: pulumi.Bool(false),
EndpointRestrictions: &identity.DomainsAuthenticationFactorSettingEndpointRestrictionsArgs{
MaxEndpointTrustDurationInDays: pulumi.Int(0),
MaxEnrolledDevices: pulumi.Int(0),
MaxIncorrectAttempts: pulumi.Int(0),
MaxTrustedEndpoints: pulumi.Int(0),
TrustedEndpointsEnabled: pulumi.Bool(false),
},
Schemas: pulumi.StringArray{
pulumi.String("string"),
},
PushEnabled: pulumi.Bool(false),
IdcsEndpoint: pulumi.String("string"),
EmailEnabled: pulumi.Bool(false),
Attributes: pulumi.String("string"),
IdentityStoreSettings: &identity.DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs{
MobileNumberEnabled: pulumi.Bool(false),
MobileNumberUpdateEnabled: pulumi.Bool(false),
},
HideBackupFactorEnabled: pulumi.Bool(false),
PhoneCallEnabled: pulumi.Bool(false),
Ocid: pulumi.String("string"),
ResourceTypeSchemaVersion: pulumi.String("string"),
FidoAuthenticatorEnabled: pulumi.Bool(false),
EmailSettings: &identity.DomainsAuthenticationFactorSettingEmailSettingsArgs{
EmailLinkEnabled: pulumi.Bool(false),
EmailLinkCustomUrl: pulumi.String("string"),
},
Authorization: pulumi.String("string"),
Tags: identity.DomainsAuthenticationFactorSettingTagArray{
&identity.DomainsAuthenticationFactorSettingTagArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ThirdPartyFactor: &identity.DomainsAuthenticationFactorSettingThirdPartyFactorArgs{
DuoSecurity: pulumi.Bool(false),
},
AutoEnrollEmailFactorDisabled: pulumi.Bool(false),
AttributeSets: pulumi.StringArray{
pulumi.String("string"),
},
UrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings: &identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettingsArgs{
Attestation: pulumi.String("string"),
AuthenticatorSelectionAttachment: pulumi.String("string"),
AuthenticatorSelectionRequireResidentKey: pulumi.Bool(false),
AuthenticatorSelectionResidentKey: pulumi.String("string"),
AuthenticatorSelectionUserVerification: pulumi.String("string"),
ExcludeCredentials: pulumi.Bool(false),
PublicKeyTypes: pulumi.StringArray{
pulumi.String("string"),
},
Timeout: pulumi.Int(0),
DomainValidationLevel: pulumi.Int(0),
},
UrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings: &identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsArgs{
DuoSecuritySettings: &identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsDuoSecuritySettingsArgs{
ApiHostname: pulumi.String("string"),
IntegrationKey: pulumi.String("string"),
SecretKey: pulumi.String("string"),
UserMappingAttribute: pulumi.String("string"),
AttestationKey: pulumi.String("string"),
},
},
UserEnrollmentDisabledFactors: pulumi.StringArray{
pulumi.String("string"),
},
YubicoOtpEnabled: pulumi.Bool(false),
})
var domainsAuthenticationFactorSettingResource = new DomainsAuthenticationFactorSetting("domainsAuthenticationFactorSettingResource", DomainsAuthenticationFactorSettingArgs.builder()
.mfaEnrollmentType("string")
.clientAppSettings(DomainsAuthenticationFactorSettingClientAppSettingsArgs.builder()
.deviceProtectionPolicy("string")
.initialLockoutPeriodInSecs(0)
.keyPairLength(0)
.lockoutEscalationPattern("string")
.maxFailuresBeforeLockout(0)
.maxFailuresBeforeWarning(0)
.maxLockoutIntervalInSecs(0)
.minPinLength(0)
.policyUpdateFreqInDays(0)
.requestSigningAlgo("string")
.sharedSecretEncoding("string")
.unlockAppForEachRequestEnabled(false)
.unlockAppIntervalInSecs(0)
.unlockOnAppForegroundEnabled(false)
.unlockOnAppStartEnabled(false)
.build())
.authenticationFactorSettingId("string")
.totpSettings(DomainsAuthenticationFactorSettingTotpSettingsArgs.builder()
.emailOtpValidityDurationInMins(0)
.emailPasscodeLength(0)
.hashingAlgorithm("string")
.jwtValidityDurationInSecs(0)
.keyRefreshIntervalInDays(0)
.passcodeLength(0)
.smsOtpValidityDurationInMins(0)
.smsPasscodeLength(0)
.timeStepInSecs(0)
.timeStepTolerance(0)
.build())
.totpEnabled(false)
.bypassCodeEnabled(false)
.bypassCodeSettings(DomainsAuthenticationFactorSettingBypassCodeSettingsArgs.builder()
.helpDeskCodeExpiryInMins(0)
.helpDeskGenerationEnabled(false)
.helpDeskMaxUsage(0)
.length(0)
.maxActive(0)
.selfServiceGenerationEnabled(false)
.build())
.notificationSettings(DomainsAuthenticationFactorSettingNotificationSettingsArgs.builder()
.pullEnabled(false)
.build())
.compliancePolicies(DomainsAuthenticationFactorSettingCompliancePolicyArgs.builder()
.action("string")
.name("string")
.value("string")
.build())
.smsEnabled(false)
.securityQuestionsEnabled(false)
.endpointRestrictions(DomainsAuthenticationFactorSettingEndpointRestrictionsArgs.builder()
.maxEndpointTrustDurationInDays(0)
.maxEnrolledDevices(0)
.maxIncorrectAttempts(0)
.maxTrustedEndpoints(0)
.trustedEndpointsEnabled(false)
.build())
.schemas("string")
.pushEnabled(false)
.idcsEndpoint("string")
.emailEnabled(false)
.attributes("string")
.identityStoreSettings(DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs.builder()
.mobileNumberEnabled(false)
.mobileNumberUpdateEnabled(false)
.build())
.hideBackupFactorEnabled(false)
.phoneCallEnabled(false)
.ocid("string")
.resourceTypeSchemaVersion("string")
.fidoAuthenticatorEnabled(false)
.emailSettings(DomainsAuthenticationFactorSettingEmailSettingsArgs.builder()
.emailLinkEnabled(false)
.emailLinkCustomUrl("string")
.build())
.authorization("string")
.tags(DomainsAuthenticationFactorSettingTagArgs.builder()
.key("string")
.value("string")
.build())
.thirdPartyFactor(DomainsAuthenticationFactorSettingThirdPartyFactorArgs.builder()
.duoSecurity(false)
.build())
.autoEnrollEmailFactorDisabled(false)
.attributeSets("string")
.urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings(DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettingsArgs.builder()
.attestation("string")
.authenticatorSelectionAttachment("string")
.authenticatorSelectionRequireResidentKey(false)
.authenticatorSelectionResidentKey("string")
.authenticatorSelectionUserVerification("string")
.excludeCredentials(false)
.publicKeyTypes("string")
.timeout(0)
.domainValidationLevel(0)
.build())
.urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings(DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsArgs.builder()
.duoSecuritySettings(DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsDuoSecuritySettingsArgs.builder()
.apiHostname("string")
.integrationKey("string")
.secretKey("string")
.userMappingAttribute("string")
.attestationKey("string")
.build())
.build())
.userEnrollmentDisabledFactors("string")
.yubicoOtpEnabled(false)
.build());
domains_authentication_factor_setting_resource = oci.identity.DomainsAuthenticationFactorSetting("domainsAuthenticationFactorSettingResource",
mfa_enrollment_type="string",
client_app_settings={
"device_protection_policy": "string",
"initial_lockout_period_in_secs": 0,
"key_pair_length": 0,
"lockout_escalation_pattern": "string",
"max_failures_before_lockout": 0,
"max_failures_before_warning": 0,
"max_lockout_interval_in_secs": 0,
"min_pin_length": 0,
"policy_update_freq_in_days": 0,
"request_signing_algo": "string",
"shared_secret_encoding": "string",
"unlock_app_for_each_request_enabled": False,
"unlock_app_interval_in_secs": 0,
"unlock_on_app_foreground_enabled": False,
"unlock_on_app_start_enabled": False,
},
authentication_factor_setting_id="string",
totp_settings={
"email_otp_validity_duration_in_mins": 0,
"email_passcode_length": 0,
"hashing_algorithm": "string",
"jwt_validity_duration_in_secs": 0,
"key_refresh_interval_in_days": 0,
"passcode_length": 0,
"sms_otp_validity_duration_in_mins": 0,
"sms_passcode_length": 0,
"time_step_in_secs": 0,
"time_step_tolerance": 0,
},
totp_enabled=False,
bypass_code_enabled=False,
bypass_code_settings={
"help_desk_code_expiry_in_mins": 0,
"help_desk_generation_enabled": False,
"help_desk_max_usage": 0,
"length": 0,
"max_active": 0,
"self_service_generation_enabled": False,
},
notification_settings={
"pull_enabled": False,
},
compliance_policies=[{
"action": "string",
"name": "string",
"value": "string",
}],
sms_enabled=False,
security_questions_enabled=False,
endpoint_restrictions={
"max_endpoint_trust_duration_in_days": 0,
"max_enrolled_devices": 0,
"max_incorrect_attempts": 0,
"max_trusted_endpoints": 0,
"trusted_endpoints_enabled": False,
},
schemas=["string"],
push_enabled=False,
idcs_endpoint="string",
email_enabled=False,
attributes="string",
identity_store_settings={
"mobile_number_enabled": False,
"mobile_number_update_enabled": False,
},
hide_backup_factor_enabled=False,
phone_call_enabled=False,
ocid="string",
resource_type_schema_version="string",
fido_authenticator_enabled=False,
email_settings={
"email_link_enabled": False,
"email_link_custom_url": "string",
},
authorization="string",
tags=[{
"key": "string",
"value": "string",
}],
third_party_factor={
"duo_security": False,
},
auto_enroll_email_factor_disabled=False,
attribute_sets=["string"],
urnietfparamsscimschemasoracleidcsextensionfido_authentication_factor_settings={
"attestation": "string",
"authenticator_selection_attachment": "string",
"authenticator_selection_require_resident_key": False,
"authenticator_selection_resident_key": "string",
"authenticator_selection_user_verification": "string",
"exclude_credentials": False,
"public_key_types": ["string"],
"timeout": 0,
"domain_validation_level": 0,
},
urnietfparamsscimschemasoracleidcsextensionthird_party_authentication_factor_settings={
"duo_security_settings": {
"api_hostname": "string",
"integration_key": "string",
"secret_key": "string",
"user_mapping_attribute": "string",
"attestation_key": "string",
},
},
user_enrollment_disabled_factors=["string"],
yubico_otp_enabled=False)
const domainsAuthenticationFactorSettingResource = new oci.identity.DomainsAuthenticationFactorSetting("domainsAuthenticationFactorSettingResource", {
mfaEnrollmentType: "string",
clientAppSettings: {
deviceProtectionPolicy: "string",
initialLockoutPeriodInSecs: 0,
keyPairLength: 0,
lockoutEscalationPattern: "string",
maxFailuresBeforeLockout: 0,
maxFailuresBeforeWarning: 0,
maxLockoutIntervalInSecs: 0,
minPinLength: 0,
policyUpdateFreqInDays: 0,
requestSigningAlgo: "string",
sharedSecretEncoding: "string",
unlockAppForEachRequestEnabled: false,
unlockAppIntervalInSecs: 0,
unlockOnAppForegroundEnabled: false,
unlockOnAppStartEnabled: false,
},
authenticationFactorSettingId: "string",
totpSettings: {
emailOtpValidityDurationInMins: 0,
emailPasscodeLength: 0,
hashingAlgorithm: "string",
jwtValidityDurationInSecs: 0,
keyRefreshIntervalInDays: 0,
passcodeLength: 0,
smsOtpValidityDurationInMins: 0,
smsPasscodeLength: 0,
timeStepInSecs: 0,
timeStepTolerance: 0,
},
totpEnabled: false,
bypassCodeEnabled: false,
bypassCodeSettings: {
helpDeskCodeExpiryInMins: 0,
helpDeskGenerationEnabled: false,
helpDeskMaxUsage: 0,
length: 0,
maxActive: 0,
selfServiceGenerationEnabled: false,
},
notificationSettings: {
pullEnabled: false,
},
compliancePolicies: [{
action: "string",
name: "string",
value: "string",
}],
smsEnabled: false,
securityQuestionsEnabled: false,
endpointRestrictions: {
maxEndpointTrustDurationInDays: 0,
maxEnrolledDevices: 0,
maxIncorrectAttempts: 0,
maxTrustedEndpoints: 0,
trustedEndpointsEnabled: false,
},
schemas: ["string"],
pushEnabled: false,
idcsEndpoint: "string",
emailEnabled: false,
attributes: "string",
identityStoreSettings: {
mobileNumberEnabled: false,
mobileNumberUpdateEnabled: false,
},
hideBackupFactorEnabled: false,
phoneCallEnabled: false,
ocid: "string",
resourceTypeSchemaVersion: "string",
fidoAuthenticatorEnabled: false,
emailSettings: {
emailLinkEnabled: false,
emailLinkCustomUrl: "string",
},
authorization: "string",
tags: [{
key: "string",
value: "string",
}],
thirdPartyFactor: {
duoSecurity: false,
},
autoEnrollEmailFactorDisabled: false,
attributeSets: ["string"],
urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings: {
attestation: "string",
authenticatorSelectionAttachment: "string",
authenticatorSelectionRequireResidentKey: false,
authenticatorSelectionResidentKey: "string",
authenticatorSelectionUserVerification: "string",
excludeCredentials: false,
publicKeyTypes: ["string"],
timeout: 0,
domainValidationLevel: 0,
},
urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings: {
duoSecuritySettings: {
apiHostname: "string",
integrationKey: "string",
secretKey: "string",
userMappingAttribute: "string",
attestationKey: "string",
},
},
userEnrollmentDisabledFactors: ["string"],
yubicoOtpEnabled: false,
});
type: oci:Identity:DomainsAuthenticationFactorSetting
properties:
attributeSets:
- string
attributes: string
authenticationFactorSettingId: string
authorization: string
autoEnrollEmailFactorDisabled: false
bypassCodeEnabled: false
bypassCodeSettings:
helpDeskCodeExpiryInMins: 0
helpDeskGenerationEnabled: false
helpDeskMaxUsage: 0
length: 0
maxActive: 0
selfServiceGenerationEnabled: false
clientAppSettings:
deviceProtectionPolicy: string
initialLockoutPeriodInSecs: 0
keyPairLength: 0
lockoutEscalationPattern: string
maxFailuresBeforeLockout: 0
maxFailuresBeforeWarning: 0
maxLockoutIntervalInSecs: 0
minPinLength: 0
policyUpdateFreqInDays: 0
requestSigningAlgo: string
sharedSecretEncoding: string
unlockAppForEachRequestEnabled: false
unlockAppIntervalInSecs: 0
unlockOnAppForegroundEnabled: false
unlockOnAppStartEnabled: false
compliancePolicies:
- action: string
name: string
value: string
emailEnabled: false
emailSettings:
emailLinkCustomUrl: string
emailLinkEnabled: false
endpointRestrictions:
maxEndpointTrustDurationInDays: 0
maxEnrolledDevices: 0
maxIncorrectAttempts: 0
maxTrustedEndpoints: 0
trustedEndpointsEnabled: false
fidoAuthenticatorEnabled: false
hideBackupFactorEnabled: false
idcsEndpoint: string
identityStoreSettings:
mobileNumberEnabled: false
mobileNumberUpdateEnabled: false
mfaEnrollmentType: string
notificationSettings:
pullEnabled: false
ocid: string
phoneCallEnabled: false
pushEnabled: false
resourceTypeSchemaVersion: string
schemas:
- string
securityQuestionsEnabled: false
smsEnabled: false
tags:
- key: string
value: string
thirdPartyFactor:
duoSecurity: false
totpEnabled: false
totpSettings:
emailOtpValidityDurationInMins: 0
emailPasscodeLength: 0
hashingAlgorithm: string
jwtValidityDurationInSecs: 0
keyRefreshIntervalInDays: 0
passcodeLength: 0
smsOtpValidityDurationInMins: 0
smsPasscodeLength: 0
timeStepInSecs: 0
timeStepTolerance: 0
urnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings:
attestation: string
authenticatorSelectionAttachment: string
authenticatorSelectionRequireResidentKey: false
authenticatorSelectionResidentKey: string
authenticatorSelectionUserVerification: string
domainValidationLevel: 0
excludeCredentials: false
publicKeyTypes:
- string
timeout: 0
urnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings:
duoSecuritySettings:
apiHostname: string
attestationKey: string
integrationKey: string
secretKey: string
userMappingAttribute: string
userEnrollmentDisabledFactors:
- string
yubicoOtpEnabled: false
DomainsAuthenticationFactorSetting Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DomainsAuthenticationFactorSetting resource accepts the following input properties:
- Authentication
Factor stringSetting Id - ID of the resource
- Bypass
Code boolEnabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Bypass
Code DomainsSettings Authentication Factor Setting Bypass Code Settings (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Client
App DomainsSettings Authentication Factor Setting Client App Settings (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Compliance
Policies List<DomainsAuthentication Factor Setting Compliance Policy> (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Endpoint
Restrictions DomainsAuthentication Factor Setting Endpoint Restrictions (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Idcs
Endpoint string - The basic endpoint for the identity domain
- Mfa
Enrollment stringType (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Notification
Settings DomainsAuthentication Factor Setting Notification Settings (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Push
Enabled bool (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Schemas List<string>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Security
Questions boolEnabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Sms
Enabled bool (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Totp
Enabled bool (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Totp
Settings DomainsAuthentication Factor Setting Totp Settings (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Attribute
Sets List<string> - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- string
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Auto
Enroll boolEmail Factor Disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Email
Enabled bool (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Email
Settings DomainsAuthentication Factor Setting Email Settings (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Fido
Authenticator boolEnabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Hide
Backup boolFactor Enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Identity
Store DomainsSettings Authentication Factor Setting Identity Store Settings (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Ocid string
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- Phone
Call boolEnabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Resource
Type stringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- List<Domains
Authentication Factor Setting Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Third
Party DomainsFactor Authentication Factor Setting Third Party Factor (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Urnietfparamsscimschemasoracleidcsextensionfido
Authentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- Urnietfparamsscimschemasoracleidcsextensionthird
Party DomainsAuthentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- User
Enrollment List<string>Disabled Factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Yubico
Otp boolEnabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Authentication
Factor stringSetting Id - ID of the resource
- Bypass
Code boolEnabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Bypass
Code DomainsSettings Authentication Factor Setting Bypass Code Settings Args (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Client
App DomainsSettings Authentication Factor Setting Client App Settings Args (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Compliance
Policies []DomainsAuthentication Factor Setting Compliance Policy Args (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Endpoint
Restrictions DomainsAuthentication Factor Setting Endpoint Restrictions Args (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Idcs
Endpoint string - The basic endpoint for the identity domain
- Mfa
Enrollment stringType (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Notification
Settings DomainsAuthentication Factor Setting Notification Settings Args (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Push
Enabled bool (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Schemas []string
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Security
Questions boolEnabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Sms
Enabled bool (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Totp
Enabled bool (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Totp
Settings DomainsAuthentication Factor Setting Totp Settings Args (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Attribute
Sets []string - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- string
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Auto
Enroll boolEmail Factor Disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Email
Enabled bool (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Email
Settings DomainsAuthentication Factor Setting Email Settings Args (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Fido
Authenticator boolEnabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Hide
Backup boolFactor Enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Identity
Store DomainsSettings Authentication Factor Setting Identity Store Settings Args (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Ocid string
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- Phone
Call boolEnabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Resource
Type stringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- []Domains
Authentication Factor Setting Tag Args (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Third
Party DomainsFactor Authentication Factor Setting Third Party Factor Args (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Urnietfparamsscimschemasoracleidcsextensionfido
Authentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings Args - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- Urnietfparamsscimschemasoracleidcsextensionthird
Party DomainsAuthentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings Args - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- User
Enrollment []stringDisabled Factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Yubico
Otp boolEnabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- authentication
Factor StringSetting Id - ID of the resource
- bypass
Code BooleanEnabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- bypass
Code DomainsSettings Authentication Factor Setting Bypass Code Settings (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- client
App DomainsSettings Authentication Factor Setting Client App Settings (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- compliance
Policies List<DomainsAuthentication Factor Setting Compliance Policy> (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- endpoint
Restrictions DomainsAuthentication Factor Setting Endpoint Restrictions (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- idcs
Endpoint String - The basic endpoint for the identity domain
- mfa
Enrollment StringType (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- notification
Settings DomainsAuthentication Factor Setting Notification Settings (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- push
Enabled Boolean (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- security
Questions BooleanEnabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- sms
Enabled Boolean (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp
Enabled Boolean (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp
Settings DomainsAuthentication Factor Setting Totp Settings (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- attribute
Sets List<String> - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- String
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- auto
Enroll BooleanEmail Factor Disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email
Enabled Boolean (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email
Settings DomainsAuthentication Factor Setting Email Settings (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- fido
Authenticator BooleanEnabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- hide
Backup BooleanFactor Enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- identity
Store DomainsSettings Authentication Factor Setting Store Settings (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- ocid String
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- phone
Call BooleanEnabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- resource
Type StringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- List<Domains
Authentication Factor Setting Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- third
Party DomainsFactor Authentication Factor Setting Third Party Factor (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensionfido
Authentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird
Party DomainsAuthentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user
Enrollment List<String>Disabled Factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- yubico
Otp BooleanEnabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- authentication
Factor stringSetting Id - ID of the resource
- bypass
Code booleanEnabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- bypass
Code DomainsSettings Authentication Factor Setting Bypass Code Settings (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- client
App DomainsSettings Authentication Factor Setting Client App Settings (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- compliance
Policies DomainsAuthentication Factor Setting Compliance Policy[] (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- endpoint
Restrictions DomainsAuthentication Factor Setting Endpoint Restrictions (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- idcs
Endpoint string - The basic endpoint for the identity domain
- mfa
Enrollment stringType (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- notification
Settings DomainsAuthentication Factor Setting Notification Settings (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- push
Enabled boolean (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- schemas string[]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- security
Questions booleanEnabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- sms
Enabled boolean (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp
Enabled boolean (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp
Settings DomainsAuthentication Factor Setting Totp Settings (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- attribute
Sets string[] - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- string
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- auto
Enroll booleanEmail Factor Disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email
Enabled boolean (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email
Settings DomainsAuthentication Factor Setting Email Settings (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- fido
Authenticator booleanEnabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- hide
Backup booleanFactor Enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- identity
Store DomainsSettings Authentication Factor Setting Identity Store Settings (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- ocid string
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- phone
Call booleanEnabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- resource
Type stringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Domains
Authentication Factor Setting Tag[] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- third
Party DomainsFactor Authentication Factor Setting Third Party Factor (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensionfido
Authentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird
Party DomainsAuthentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user
Enrollment string[]Disabled Factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- yubico
Otp booleanEnabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- authentication_
factor_ strsetting_ id - ID of the resource
- bypass_
code_ boolenabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- bypass_
code_ identity.settings Domains Authentication Factor Setting Bypass Code Settings Args (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- client_
app_ identity.settings Domains Authentication Factor Setting Client App Settings Args (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- compliance_
policies Sequence[identity.Domains Authentication Factor Setting Compliance Policy Args] (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- endpoint_
restrictions identity.Domains Authentication Factor Setting Endpoint Restrictions Args (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- idcs_
endpoint str - The basic endpoint for the identity domain
- mfa_
enrollment_ strtype (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- notification_
settings identity.Domains Authentication Factor Setting Notification Settings Args (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- push_
enabled bool (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- schemas Sequence[str]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- security_
questions_ boolenabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- sms_
enabled bool (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp_
enabled bool (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp_
settings identity.Domains Authentication Factor Setting Totp Settings Args (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- attribute_
sets Sequence[str] - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes str
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- str
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- auto_
enroll_ boolemail_ factor_ disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email_
enabled bool (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email_
settings identity.Domains Authentication Factor Setting Email Settings Args (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- fido_
authenticator_ boolenabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- hide_
backup_ boolfactor_ enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- identity_
store_ identity.settings Domains Authentication Factor Setting Identity Store Settings Args (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- ocid str
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- phone_
call_ boolenabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- resource_
type_ strschema_ version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Sequence[identity.
Domains Authentication Factor Setting Tag Args] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- third_
party_ identity.factor Domains Authentication Factor Setting Third Party Factor Args (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensionfido_
authentication_ identity.factor_ settings Domains Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings Args - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird_
party_ identity.authentication_ factor_ settings Domains Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings Args - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user_
enrollment_ Sequence[str]disabled_ factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- yubico_
otp_ boolenabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- authentication
Factor StringSetting Id - ID of the resource
- bypass
Code BooleanEnabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- bypass
Code Property MapSettings (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- client
App Property MapSettings (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- compliance
Policies List<Property Map> (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- endpoint
Restrictions Property Map (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- idcs
Endpoint String - The basic endpoint for the identity domain
- mfa
Enrollment StringType (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- notification
Settings Property Map (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- push
Enabled Boolean (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- security
Questions BooleanEnabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- sms
Enabled Boolean (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp
Enabled Boolean (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp
Settings Property Map (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- attribute
Sets List<String> - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- String
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- auto
Enroll BooleanEmail Factor Disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email
Enabled Boolean (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email
Settings Property Map (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- fido
Authenticator BooleanEnabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- hide
Backup BooleanFactor Enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- identity
Store Property MapSettings (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- ocid String
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- phone
Call BooleanEnabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- resource
Type StringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- List<Property Map>
(Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- third
Party Property MapFactor (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensionfido
Authentication Property MapFactor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird
Party Property MapAuthentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user
Enrollment List<String>Disabled Factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- yubico
Otp BooleanEnabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
Outputs
All input properties are implicitly available as output properties. Additionally, the DomainsAuthenticationFactorSetting resource produces the following output properties:
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Delete
In boolProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Id string
- The provider-assigned unique ID for this managed resource.
- Idcs
Created List<DomainsBies Authentication Factor Setting Idcs Created By> (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- Idcs
Last List<DomainsModified Bies Authentication Factor Setting Idcs Last Modified By> (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented List<string>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Metas
List<Domains
Authentication Factor Setting Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Mfa
Enabled stringCategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Delete
In boolProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Id string
- The provider-assigned unique ID for this managed resource.
- Idcs
Created []DomainsBies Authentication Factor Setting Idcs Created By (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- Idcs
Last []DomainsModified Bies Authentication Factor Setting Idcs Last Modified By (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented []stringOperations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Metas
[]Domains
Authentication Factor Setting Meta (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Mfa
Enabled stringCategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- id String
- The provider-assigned unique ID for this managed resource.
- idcs
Created List<DomainsBies Authentication Factor Setting Idcs Created By> (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Last List<DomainsModified Bies Authentication Factor Setting Idcs Last Modified By> (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas
List<Domains
Authentication Factor Setting Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- mfa
Enabled StringCategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete
In booleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- id string
- The provider-assigned unique ID for this managed resource.
- idcs
Created DomainsBies Authentication Factor Setting Idcs Created By[] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Last DomainsModified Bies Authentication Factor Setting Idcs Last Modified By[] (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented string[]Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas
Domains
Authentication Factor Setting Meta[] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- mfa
Enabled stringCategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- compartment_
ocid str (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete_
in_ boolprogress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain_
ocid str (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- id str
- The provider-assigned unique ID for this managed resource.
- idcs_
created_ Sequence[identity.bies Domains Authentication Factor Setting Idcs Created By] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs_
last_ Sequence[identity.modified_ bies Domains Authentication Factor Setting Idcs Last Modified By] (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs_
last_ strupgraded_ in_ release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs_
prevented_ Sequence[str]operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas
Sequence[identity.
Domains Authentication Factor Setting Meta] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- mfa_
enabled_ strcategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- tenancy_
ocid str (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- id String
- The provider-assigned unique ID for this managed resource.
- idcs
Created List<Property Map>Bies (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Last List<Property Map>Modified Bies (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas List<Property Map>
(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- mfa
Enabled StringCategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Look up Existing DomainsAuthenticationFactorSetting Resource
Get an existing DomainsAuthenticationFactorSetting 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?: DomainsAuthenticationFactorSettingState, opts?: CustomResourceOptions): DomainsAuthenticationFactorSetting
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
attribute_sets: Optional[Sequence[str]] = None,
attributes: Optional[str] = None,
authentication_factor_setting_id: Optional[str] = None,
authorization: Optional[str] = None,
auto_enroll_email_factor_disabled: Optional[bool] = None,
bypass_code_enabled: Optional[bool] = None,
bypass_code_settings: Optional[_identity.DomainsAuthenticationFactorSettingBypassCodeSettingsArgs] = None,
client_app_settings: Optional[_identity.DomainsAuthenticationFactorSettingClientAppSettingsArgs] = None,
compartment_ocid: Optional[str] = None,
compliance_policies: Optional[Sequence[_identity.DomainsAuthenticationFactorSettingCompliancePolicyArgs]] = None,
delete_in_progress: Optional[bool] = None,
domain_ocid: Optional[str] = None,
email_enabled: Optional[bool] = None,
email_settings: Optional[_identity.DomainsAuthenticationFactorSettingEmailSettingsArgs] = None,
endpoint_restrictions: Optional[_identity.DomainsAuthenticationFactorSettingEndpointRestrictionsArgs] = None,
fido_authenticator_enabled: Optional[bool] = None,
hide_backup_factor_enabled: Optional[bool] = None,
idcs_created_bies: Optional[Sequence[_identity.DomainsAuthenticationFactorSettingIdcsCreatedByArgs]] = None,
idcs_endpoint: Optional[str] = None,
idcs_last_modified_bies: Optional[Sequence[_identity.DomainsAuthenticationFactorSettingIdcsLastModifiedByArgs]] = None,
idcs_last_upgraded_in_release: Optional[str] = None,
idcs_prevented_operations: Optional[Sequence[str]] = None,
identity_store_settings: Optional[_identity.DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs] = None,
metas: Optional[Sequence[_identity.DomainsAuthenticationFactorSettingMetaArgs]] = None,
mfa_enabled_category: Optional[str] = None,
mfa_enrollment_type: Optional[str] = None,
notification_settings: Optional[_identity.DomainsAuthenticationFactorSettingNotificationSettingsArgs] = None,
ocid: Optional[str] = None,
phone_call_enabled: Optional[bool] = None,
push_enabled: Optional[bool] = None,
resource_type_schema_version: Optional[str] = None,
schemas: Optional[Sequence[str]] = None,
security_questions_enabled: Optional[bool] = None,
sms_enabled: Optional[bool] = None,
tags: Optional[Sequence[_identity.DomainsAuthenticationFactorSettingTagArgs]] = None,
tenancy_ocid: Optional[str] = None,
third_party_factor: Optional[_identity.DomainsAuthenticationFactorSettingThirdPartyFactorArgs] = None,
totp_enabled: Optional[bool] = None,
totp_settings: Optional[_identity.DomainsAuthenticationFactorSettingTotpSettingsArgs] = None,
urnietfparamsscimschemasoracleidcsextensionfido_authentication_factor_settings: Optional[_identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettingsArgs] = None,
urnietfparamsscimschemasoracleidcsextensionthird_party_authentication_factor_settings: Optional[_identity.DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsArgs] = None,
user_enrollment_disabled_factors: Optional[Sequence[str]] = None,
yubico_otp_enabled: Optional[bool] = None) -> DomainsAuthenticationFactorSetting
func GetDomainsAuthenticationFactorSetting(ctx *Context, name string, id IDInput, state *DomainsAuthenticationFactorSettingState, opts ...ResourceOption) (*DomainsAuthenticationFactorSetting, error)
public static DomainsAuthenticationFactorSetting Get(string name, Input<string> id, DomainsAuthenticationFactorSettingState? state, CustomResourceOptions? opts = null)
public static DomainsAuthenticationFactorSetting get(String name, Output<String> id, DomainsAuthenticationFactorSettingState 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.
- 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.
- Authentication
Factor stringSetting Id - ID of the resource
- 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.
- Auto
Enroll boolEmail Factor Disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Bypass
Code boolEnabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Bypass
Code DomainsSettings Authentication Factor Setting Bypass Code Settings (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Client
App DomainsSettings Authentication Factor Setting Client App Settings (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Compliance
Policies List<DomainsAuthentication Factor Setting Compliance Policy> (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Delete
In boolProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Email
Enabled bool (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Email
Settings DomainsAuthentication Factor Setting Email Settings (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Endpoint
Restrictions DomainsAuthentication Factor Setting Endpoint Restrictions (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Fido
Authenticator boolEnabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Hide
Backup boolFactor Enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Idcs
Created List<DomainsBies Authentication Factor Setting Idcs Created By> (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- Idcs
Endpoint string - The basic endpoint for the identity domain
- Idcs
Last List<DomainsModified Bies Authentication Factor Setting Idcs Last Modified By> (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented List<string>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Identity
Store DomainsSettings Authentication Factor Setting Identity Store Settings (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Metas
List<Domains
Authentication Factor Setting Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Mfa
Enabled stringCategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Mfa
Enrollment stringType (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Notification
Settings DomainsAuthentication Factor Setting Notification Settings (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Ocid string
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- Phone
Call boolEnabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Push
Enabled bool (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Resource
Type stringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Schemas List<string>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Security
Questions boolEnabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Sms
Enabled bool (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- List<Domains
Authentication Factor Setting Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Third
Party DomainsFactor Authentication Factor Setting Third Party Factor (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Totp
Enabled bool (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Totp
Settings DomainsAuthentication Factor Setting Totp Settings (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Urnietfparamsscimschemasoracleidcsextensionfido
Authentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- Urnietfparamsscimschemasoracleidcsextensionthird
Party DomainsAuthentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- User
Enrollment List<string>Disabled Factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Yubico
Otp boolEnabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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.
- Authentication
Factor stringSetting Id - ID of the resource
- 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.
- Auto
Enroll boolEmail Factor Disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Bypass
Code boolEnabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Bypass
Code DomainsSettings Authentication Factor Setting Bypass Code Settings Args (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Client
App DomainsSettings Authentication Factor Setting Client App Settings Args (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Compliance
Policies []DomainsAuthentication Factor Setting Compliance Policy Args (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Delete
In boolProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Email
Enabled bool (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Email
Settings DomainsAuthentication Factor Setting Email Settings Args (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Endpoint
Restrictions DomainsAuthentication Factor Setting Endpoint Restrictions Args (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Fido
Authenticator boolEnabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Hide
Backup boolFactor Enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Idcs
Created []DomainsBies Authentication Factor Setting Idcs Created By Args (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- Idcs
Endpoint string - The basic endpoint for the identity domain
- Idcs
Last []DomainsModified Bies Authentication Factor Setting Idcs Last Modified By Args (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented []stringOperations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Identity
Store DomainsSettings Authentication Factor Setting Identity Store Settings Args (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Metas
[]Domains
Authentication Factor Setting Meta Args (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Mfa
Enabled stringCategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Mfa
Enrollment stringType (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Notification
Settings DomainsAuthentication Factor Setting Notification Settings Args (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Ocid string
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- Phone
Call boolEnabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Push
Enabled bool (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Resource
Type stringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Schemas []string
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Security
Questions boolEnabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Sms
Enabled bool (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- []Domains
Authentication Factor Setting Tag Args (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Third
Party DomainsFactor Authentication Factor Setting Third Party Factor Args (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Totp
Enabled bool (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Totp
Settings DomainsAuthentication Factor Setting Totp Settings Args (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- Urnietfparamsscimschemasoracleidcsextensionfido
Authentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings Args - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- Urnietfparamsscimschemasoracleidcsextensionthird
Party DomainsAuthentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings Args - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- User
Enrollment []stringDisabled Factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Yubico
Otp boolEnabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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.
- authentication
Factor StringSetting Id - ID of the resource
- 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.
- auto
Enroll BooleanEmail Factor Disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- bypass
Code BooleanEnabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- bypass
Code DomainsSettings Authentication Factor Setting Bypass Code Settings (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- client
App DomainsSettings Authentication Factor Setting Client App Settings (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- compliance
Policies List<DomainsAuthentication Factor Setting Compliance Policy> (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- email
Enabled Boolean (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email
Settings DomainsAuthentication Factor Setting Email Settings (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- endpoint
Restrictions DomainsAuthentication Factor Setting Endpoint Restrictions (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- fido
Authenticator BooleanEnabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- hide
Backup BooleanFactor Enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- idcs
Created List<DomainsBies Authentication Factor Setting Idcs Created By> (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Endpoint String - The basic endpoint for the identity domain
- idcs
Last List<DomainsModified Bies Authentication Factor Setting Idcs Last Modified By> (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- identity
Store DomainsSettings Authentication Factor Setting Store Settings (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- metas
List<Domains
Authentication Factor Setting Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- mfa
Enabled StringCategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- mfa
Enrollment StringType (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- notification
Settings DomainsAuthentication Factor Setting Notification Settings (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- ocid String
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- phone
Call BooleanEnabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- push
Enabled Boolean (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- resource
Type StringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- security
Questions BooleanEnabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- sms
Enabled Boolean (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- List<Domains
Authentication Factor Setting Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- third
Party DomainsFactor Authentication Factor Setting Third Party Factor (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- totp
Enabled Boolean (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp
Settings DomainsAuthentication Factor Setting Totp Settings (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensionfido
Authentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird
Party DomainsAuthentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user
Enrollment List<String>Disabled Factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- yubico
Otp BooleanEnabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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.
- authentication
Factor stringSetting Id - ID of the resource
- 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.
- auto
Enroll booleanEmail Factor Disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- bypass
Code booleanEnabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- bypass
Code DomainsSettings Authentication Factor Setting Bypass Code Settings (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- client
App DomainsSettings Authentication Factor Setting Client App Settings (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- compliance
Policies DomainsAuthentication Factor Setting Compliance Policy[] (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- delete
In booleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- email
Enabled boolean (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email
Settings DomainsAuthentication Factor Setting Email Settings (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- endpoint
Restrictions DomainsAuthentication Factor Setting Endpoint Restrictions (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- fido
Authenticator booleanEnabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- hide
Backup booleanFactor Enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- idcs
Created DomainsBies Authentication Factor Setting Idcs Created By[] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Endpoint string - The basic endpoint for the identity domain
- idcs
Last DomainsModified Bies Authentication Factor Setting Idcs Last Modified By[] (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented string[]Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- identity
Store DomainsSettings Authentication Factor Setting Identity Store Settings (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- metas
Domains
Authentication Factor Setting Meta[] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- mfa
Enabled stringCategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- mfa
Enrollment stringType (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- notification
Settings DomainsAuthentication Factor Setting Notification Settings (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- ocid string
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- phone
Call booleanEnabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- push
Enabled boolean (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- resource
Type stringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas string[]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- security
Questions booleanEnabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- sms
Enabled boolean (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Domains
Authentication Factor Setting Tag[] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- third
Party DomainsFactor Authentication Factor Setting Third Party Factor (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- totp
Enabled boolean (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp
Settings DomainsAuthentication Factor Setting Totp Settings (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensionfido
Authentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird
Party DomainsAuthentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user
Enrollment string[]Disabled Factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- yubico
Otp booleanEnabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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.
- authentication_
factor_ strsetting_ id - ID of the resource
- 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.
- auto_
enroll_ boolemail_ factor_ disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- bypass_
code_ boolenabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- bypass_
code_ identity.settings Domains Authentication Factor Setting Bypass Code Settings Args (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- client_
app_ identity.settings Domains Authentication Factor Setting Client App Settings Args (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- compartment_
ocid str (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- compliance_
policies Sequence[identity.Domains Authentication Factor Setting Compliance Policy Args] (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- delete_
in_ boolprogress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain_
ocid str (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- email_
enabled bool (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email_
settings identity.Domains Authentication Factor Setting Email Settings Args (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- endpoint_
restrictions identity.Domains Authentication Factor Setting Endpoint Restrictions Args (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- fido_
authenticator_ boolenabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- hide_
backup_ boolfactor_ enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- idcs_
created_ Sequence[identity.bies Domains Authentication Factor Setting Idcs Created By Args] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs_
endpoint str - The basic endpoint for the identity domain
- idcs_
last_ Sequence[identity.modified_ bies Domains Authentication Factor Setting Idcs Last Modified By Args] (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs_
last_ strupgraded_ in_ release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs_
prevented_ Sequence[str]operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- identity_
store_ identity.settings Domains Authentication Factor Setting Identity Store Settings Args (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- metas
Sequence[identity.
Domains Authentication Factor Setting Meta Args] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- mfa_
enabled_ strcategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- mfa_
enrollment_ strtype (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- notification_
settings identity.Domains Authentication Factor Setting Notification Settings Args (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- ocid str
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- phone_
call_ boolenabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- push_
enabled bool (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- resource_
type_ strschema_ version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas Sequence[str]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- security_
questions_ boolenabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- sms_
enabled bool (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Sequence[identity.
Domains Authentication Factor Setting Tag Args] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy_
ocid str (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- third_
party_ identity.factor Domains Authentication Factor Setting Third Party Factor Args (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- totp_
enabled bool (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp_
settings identity.Domains Authentication Factor Setting Totp Settings Args (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensionfido_
authentication_ identity.factor_ settings Domains Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings Args - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird_
party_ identity.authentication_ factor_ settings Domains Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings Args - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user_
enrollment_ Sequence[str]disabled_ factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- yubico_
otp_ boolenabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- 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.
- authentication
Factor StringSetting Id - ID of the resource
- 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.
- auto
Enroll BooleanEmail Factor Disabled (Updatable) If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
Added In: 2011192329
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- bypass
Code BooleanEnabled (Updatable) If true, indicates that Bypass Code is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- bypass
Code Property MapSettings (Updatable) Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- client
App Property MapSettings (Updatable) Settings related to compliance, Personal Identification Number (PIN) policy, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- compliance
Policies List<Property Map> (Updatable) Compliance Policy that defines actions to be taken when a condition is violated
SCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- email
Enabled Boolean (Updatable) If true, indicates that the EMAIL channel is enabled for authentication
Added In: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- email
Settings Property Map (Updatable) Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- endpoint
Restrictions Property Map (Updatable) Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- fido
Authenticator BooleanEnabled (Updatable) If true, indicates that the Fido Authenticator channels are enabled for authentication
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- hide
Backup BooleanFactor Enabled (Updatable) If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
Added In: 19.3.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- idcs
Created List<Property Map>Bies (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Endpoint String - The basic endpoint for the identity domain
- idcs
Last List<Property Map>Modified Bies (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- identity
Store Property MapSettings (Updatable) Settings related to the use of a user's profile details from the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- metas List<Property Map>
(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- mfa
Enabled StringCategory (Updatable) Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- mfa
Enrollment StringType (Updatable) Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
Deprecated Since: 18.1.2
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "mfaEnrollmentType" and attrValues.value eq "$(mfaEnrollmentType)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- notification
Settings Property Map (Updatable) Settings related to the Mobile App Notification channel, such as pull
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- ocid String
(Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
- phone
Call BooleanEnabled (Updatable) If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- push
Enabled Boolean (Updatable) If true, indicates that the Mobile App Push Notification channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- resource
Type StringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- security
Questions BooleanEnabled (Updatable) If true, indicates that Security Questions are enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- sms
Enabled Boolean (Updatable) If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- List<Property Map>
(Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- third
Party Property MapFactor (Updatable) Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- totp
Enabled Boolean (Updatable) If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- totp
Settings Property Map (Updatable) Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
- urnietfparamsscimschemasoracleidcsextensionfido
Authentication Property MapFactor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird
Party Property MapAuthentication Factor Settings - (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user
Enrollment List<String>Disabled Factors (Updatable) Factors for which enrollment should be blocked for End User
Added In: 2012271618
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- yubico
Otp BooleanEnabled (Updatable) If true, indicates that the Yubico OTP is enabled for authentication
Added In: 2109090424
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
Supporting Types
DomainsAuthenticationFactorSettingBypassCodeSettings, DomainsAuthenticationFactorSettingBypassCodeSettingsArgs
- Help
Desk intCode Expiry In Mins (Updatable) Expiry (in minutes) of any bypass code that is generated by the help desk
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Help
Desk boolGeneration Enabled (Updatable) If true, indicates that help desk bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Help
Desk intMax Usage (Updatable) The maximum number of times that any bypass code that is generated by the help desk can be used
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Length int
(Updatable) Exact length of the bypass code to be generated
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 8
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Active int (Updatable) The maximum number of bypass codes that can be issued to any user
SCIM++ Properties:
- idcsMaxValue: 6
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Self
Service boolGeneration Enabled (Updatable) If true, indicates that self-service bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Help
Desk intCode Expiry In Mins (Updatable) Expiry (in minutes) of any bypass code that is generated by the help desk
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Help
Desk boolGeneration Enabled (Updatable) If true, indicates that help desk bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Help
Desk intMax Usage (Updatable) The maximum number of times that any bypass code that is generated by the help desk can be used
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Length int
(Updatable) Exact length of the bypass code to be generated
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 8
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Active int (Updatable) The maximum number of bypass codes that can be issued to any user
SCIM++ Properties:
- idcsMaxValue: 6
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Self
Service boolGeneration Enabled (Updatable) If true, indicates that self-service bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- help
Desk IntegerCode Expiry In Mins (Updatable) Expiry (in minutes) of any bypass code that is generated by the help desk
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- help
Desk BooleanGeneration Enabled (Updatable) If true, indicates that help desk bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- help
Desk IntegerMax Usage (Updatable) The maximum number of times that any bypass code that is generated by the help desk can be used
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- length Integer
(Updatable) Exact length of the bypass code to be generated
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 8
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Active Integer (Updatable) The maximum number of bypass codes that can be issued to any user
SCIM++ Properties:
- idcsMaxValue: 6
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- self
Service BooleanGeneration Enabled (Updatable) If true, indicates that self-service bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- help
Desk numberCode Expiry In Mins (Updatable) Expiry (in minutes) of any bypass code that is generated by the help desk
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- help
Desk booleanGeneration Enabled (Updatable) If true, indicates that help desk bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- help
Desk numberMax Usage (Updatable) The maximum number of times that any bypass code that is generated by the help desk can be used
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- length number
(Updatable) Exact length of the bypass code to be generated
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 8
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Active number (Updatable) The maximum number of bypass codes that can be issued to any user
SCIM++ Properties:
- idcsMaxValue: 6
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- self
Service booleanGeneration Enabled (Updatable) If true, indicates that self-service bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- help_
desk_ intcode_ expiry_ in_ mins (Updatable) Expiry (in minutes) of any bypass code that is generated by the help desk
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- help_
desk_ boolgeneration_ enabled (Updatable) If true, indicates that help desk bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- help_
desk_ intmax_ usage (Updatable) The maximum number of times that any bypass code that is generated by the help desk can be used
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- length int
(Updatable) Exact length of the bypass code to be generated
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 8
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max_
active int (Updatable) The maximum number of bypass codes that can be issued to any user
SCIM++ Properties:
- idcsMaxValue: 6
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- self_
service_ boolgeneration_ enabled (Updatable) If true, indicates that self-service bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- help
Desk NumberCode Expiry In Mins (Updatable) Expiry (in minutes) of any bypass code that is generated by the help desk
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- help
Desk BooleanGeneration Enabled (Updatable) If true, indicates that help desk bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- help
Desk NumberMax Usage (Updatable) The maximum number of times that any bypass code that is generated by the help desk can be used
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- length Number
(Updatable) Exact length of the bypass code to be generated
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 8
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Active Number (Updatable) The maximum number of bypass codes that can be issued to any user
SCIM++ Properties:
- idcsMaxValue: 6
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- self
Service BooleanGeneration Enabled (Updatable) If true, indicates that self-service bypass code generation is enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
DomainsAuthenticationFactorSettingClientAppSettings, DomainsAuthenticationFactorSettingClientAppSettingsArgs
- Device
Protection stringPolicy (Updatable) Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "deviceProtectionPolicy" and attrValues.value eq "$(deviceProtectionPolicy)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Initial
Lockout intPeriod In Secs (Updatable) The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Key
Pair intLength (Updatable) The size of the key that the system uses to generate the public-private key pair
SCIM++ Properties:
- idcsMaxValue: 4000
- idcsMinValue: 32
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Lockout
Escalation stringPattern (Updatable) The pattern of escalation that the system follows, in locking a particular user out of the service.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "lockoutEscalationPattern" and attrValues.value eq "$(lockoutEscalationPattern)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Max
Failures intBefore Lockout (Updatable) The maximum number of times that a particular user can fail to login before the system locks that user out of the service
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Failures intBefore Warning (Updatable) The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Lockout intInterval In Secs (Updatable) The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Min
Pin intLength (Updatable) Minimum length of the Personal Identification Number (PIN)
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 6
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Policy
Update intFreq In Days (Updatable) The period of time in days after which a client should refresh its policy by re-reading that policy from the server
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Request
Signing stringAlgo (Updatable) Indicates which algorithm the system will use to sign requests
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- string
(Updatable) Indicates the type of encoding that the system should use to generate a shared secret
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Unlock
App boolFor Each Request Enabled (Updatable) If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Unlock
App intInterval In Secs (Updatable) Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Unlock
On boolApp Foreground Enabled (Updatable) If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Unlock
On boolApp Start Enabled (Updatable) If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Device
Protection stringPolicy (Updatable) Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "deviceProtectionPolicy" and attrValues.value eq "$(deviceProtectionPolicy)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Initial
Lockout intPeriod In Secs (Updatable) The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Key
Pair intLength (Updatable) The size of the key that the system uses to generate the public-private key pair
SCIM++ Properties:
- idcsMaxValue: 4000
- idcsMinValue: 32
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Lockout
Escalation stringPattern (Updatable) The pattern of escalation that the system follows, in locking a particular user out of the service.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "lockoutEscalationPattern" and attrValues.value eq "$(lockoutEscalationPattern)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Max
Failures intBefore Lockout (Updatable) The maximum number of times that a particular user can fail to login before the system locks that user out of the service
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Failures intBefore Warning (Updatable) The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Lockout intInterval In Secs (Updatable) The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Min
Pin intLength (Updatable) Minimum length of the Personal Identification Number (PIN)
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 6
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Policy
Update intFreq In Days (Updatable) The period of time in days after which a client should refresh its policy by re-reading that policy from the server
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Request
Signing stringAlgo (Updatable) Indicates which algorithm the system will use to sign requests
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- string
(Updatable) Indicates the type of encoding that the system should use to generate a shared secret
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Unlock
App boolFor Each Request Enabled (Updatable) If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Unlock
App intInterval In Secs (Updatable) Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Unlock
On boolApp Foreground Enabled (Updatable) If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Unlock
On boolApp Start Enabled (Updatable) If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- device
Protection StringPolicy (Updatable) Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "deviceProtectionPolicy" and attrValues.value eq "$(deviceProtectionPolicy)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- initial
Lockout IntegerPeriod In Secs (Updatable) The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- key
Pair IntegerLength (Updatable) The size of the key that the system uses to generate the public-private key pair
SCIM++ Properties:
- idcsMaxValue: 4000
- idcsMinValue: 32
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- lockout
Escalation StringPattern (Updatable) The pattern of escalation that the system follows, in locking a particular user out of the service.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "lockoutEscalationPattern" and attrValues.value eq "$(lockoutEscalationPattern)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- max
Failures IntegerBefore Lockout (Updatable) The maximum number of times that a particular user can fail to login before the system locks that user out of the service
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Failures IntegerBefore Warning (Updatable) The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Lockout IntegerInterval In Secs (Updatable) The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- min
Pin IntegerLength (Updatable) Minimum length of the Personal Identification Number (PIN)
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 6
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- policy
Update IntegerFreq In Days (Updatable) The period of time in days after which a client should refresh its policy by re-reading that policy from the server
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- request
Signing StringAlgo (Updatable) Indicates which algorithm the system will use to sign requests
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- String
(Updatable) Indicates the type of encoding that the system should use to generate a shared secret
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- unlock
App BooleanFor Each Request Enabled (Updatable) If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- unlock
App IntegerInterval In Secs (Updatable) Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- unlock
On BooleanApp Foreground Enabled (Updatable) If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- unlock
On BooleanApp Start Enabled (Updatable) If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- device
Protection stringPolicy (Updatable) Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "deviceProtectionPolicy" and attrValues.value eq "$(deviceProtectionPolicy)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- initial
Lockout numberPeriod In Secs (Updatable) The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- key
Pair numberLength (Updatable) The size of the key that the system uses to generate the public-private key pair
SCIM++ Properties:
- idcsMaxValue: 4000
- idcsMinValue: 32
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- lockout
Escalation stringPattern (Updatable) The pattern of escalation that the system follows, in locking a particular user out of the service.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "lockoutEscalationPattern" and attrValues.value eq "$(lockoutEscalationPattern)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- max
Failures numberBefore Lockout (Updatable) The maximum number of times that a particular user can fail to login before the system locks that user out of the service
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Failures numberBefore Warning (Updatable) The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Lockout numberInterval In Secs (Updatable) The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- min
Pin numberLength (Updatable) Minimum length of the Personal Identification Number (PIN)
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 6
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- policy
Update numberFreq In Days (Updatable) The period of time in days after which a client should refresh its policy by re-reading that policy from the server
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- request
Signing stringAlgo (Updatable) Indicates which algorithm the system will use to sign requests
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- string
(Updatable) Indicates the type of encoding that the system should use to generate a shared secret
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- unlock
App booleanFor Each Request Enabled (Updatable) If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- unlock
App numberInterval In Secs (Updatable) Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- unlock
On booleanApp Foreground Enabled (Updatable) If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- unlock
On booleanApp Start Enabled (Updatable) If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- device_
protection_ strpolicy (Updatable) Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "deviceProtectionPolicy" and attrValues.value eq "$(deviceProtectionPolicy)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- initial_
lockout_ intperiod_ in_ secs (Updatable) The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- key_
pair_ intlength (Updatable) The size of the key that the system uses to generate the public-private key pair
SCIM++ Properties:
- idcsMaxValue: 4000
- idcsMinValue: 32
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- lockout_
escalation_ strpattern (Updatable) The pattern of escalation that the system follows, in locking a particular user out of the service.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "lockoutEscalationPattern" and attrValues.value eq "$(lockoutEscalationPattern)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- max_
failures_ intbefore_ lockout (Updatable) The maximum number of times that a particular user can fail to login before the system locks that user out of the service
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max_
failures_ intbefore_ warning (Updatable) The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max_
lockout_ intinterval_ in_ secs (Updatable) The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- min_
pin_ intlength (Updatable) Minimum length of the Personal Identification Number (PIN)
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 6
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- policy_
update_ intfreq_ in_ days (Updatable) The period of time in days after which a client should refresh its policy by re-reading that policy from the server
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- request_
signing_ stralgo (Updatable) Indicates which algorithm the system will use to sign requests
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- str
(Updatable) Indicates the type of encoding that the system should use to generate a shared secret
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- unlock_
app_ boolfor_ each_ request_ enabled (Updatable) If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- unlock_
app_ intinterval_ in_ secs (Updatable) Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- unlock_
on_ boolapp_ foreground_ enabled (Updatable) If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- unlock_
on_ boolapp_ start_ enabled (Updatable) If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- device
Protection StringPolicy (Updatable) Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "deviceProtectionPolicy" and attrValues.value eq "$(deviceProtectionPolicy)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- initial
Lockout NumberPeriod In Secs (Updatable) The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- key
Pair NumberLength (Updatable) The size of the key that the system uses to generate the public-private key pair
SCIM++ Properties:
- idcsMaxValue: 4000
- idcsMinValue: 32
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- lockout
Escalation StringPattern (Updatable) The pattern of escalation that the system follows, in locking a particular user out of the service.
SCIM++ Properties:
- idcsCanonicalValueSourceFilter: attrName eq "lockoutEscalationPattern" and attrValues.value eq "$(lockoutEscalationPattern)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- max
Failures NumberBefore Lockout (Updatable) The maximum number of times that a particular user can fail to login before the system locks that user out of the service
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Failures NumberBefore Warning (Updatable) The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Lockout NumberInterval In Secs (Updatable) The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
SCIM++ Properties:
- idcsMaxValue: 86400
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- min
Pin NumberLength (Updatable) Minimum length of the Personal Identification Number (PIN)
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 6
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- policy
Update NumberFreq In Days (Updatable) The period of time in days after which a client should refresh its policy by re-reading that policy from the server
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- request
Signing StringAlgo (Updatable) Indicates which algorithm the system will use to sign requests
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- String
(Updatable) Indicates the type of encoding that the system should use to generate a shared secret
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- unlock
App BooleanFor Each Request Enabled (Updatable) If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- unlock
App NumberInterval In Secs (Updatable) Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
SCIM++ Properties:
- idcsMaxValue: 9999999
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- unlock
On BooleanApp Foreground Enabled (Updatable) If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- unlock
On BooleanApp Start Enabled (Updatable) If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
DomainsAuthenticationFactorSettingCompliancePolicy, DomainsAuthenticationFactorSettingCompliancePolicyArgs
- Action string
(Updatable) The action to be taken if the value of the attribute is not as expected
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Name string
(Updatable) The name of the attribute being evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of the attribute to be evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Action string
(Updatable) The action to be taken if the value of the attribute is not as expected
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Name string
(Updatable) The name of the attribute being evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The value of the attribute to be evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- action String
(Updatable) The action to be taken if the value of the attribute is not as expected
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- name String
(Updatable) The name of the attribute being evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of the attribute to be evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- action string
(Updatable) The action to be taken if the value of the attribute is not as expected
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- name string
(Updatable) The name of the attribute being evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The value of the attribute to be evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- action str
(Updatable) The action to be taken if the value of the attribute is not as expected
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- name str
(Updatable) The name of the attribute being evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The value of the attribute to be evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- action String
(Updatable) The action to be taken if the value of the attribute is not as expected
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- name String
(Updatable) The name of the attribute being evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The value of the attribute to be evaluated
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
DomainsAuthenticationFactorSettingEmailSettings, DomainsAuthenticationFactorSettingEmailSettingsArgs
- Email
Link boolEnabled (Updatable) Specifies whether Email link is enabled or not.
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Email
Link stringCustom Url (Updatable) Custom redirect Url which will be used in email link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- Email
Link boolEnabled (Updatable) Specifies whether Email link is enabled or not.
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Email
Link stringCustom Url (Updatable) Custom redirect Url which will be used in email link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- email
Link BooleanEnabled (Updatable) Specifies whether Email link is enabled or not.
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- email
Link StringCustom Url (Updatable) Custom redirect Url which will be used in email link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- email
Link booleanEnabled (Updatable) Specifies whether Email link is enabled or not.
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- email
Link stringCustom Url (Updatable) Custom redirect Url which will be used in email link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- email_
link_ boolenabled (Updatable) Specifies whether Email link is enabled or not.
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- email_
link_ strcustom_ url (Updatable) Custom redirect Url which will be used in email link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- email
Link BooleanEnabled (Updatable) Specifies whether Email link is enabled or not.
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- email
Link StringCustom Url (Updatable) Custom redirect Url which will be used in email link
Added In: 20.1.3
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsAuthenticationFactorSettingEndpointRestrictions, DomainsAuthenticationFactorSettingEndpointRestrictionsArgs
- Max
Endpoint intTrust Duration In Days (Updatable) Maximum number of days until an endpoint can be trusted
SCIM++ Properties:
- idcsMaxValue: 180
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Enrolled intDevices (Updatable) Maximum number of enrolled devices per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Incorrect intAttempts (Updatable) An integer that represents the maximum number of failed MFA logins before an account is locked
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Trusted intEndpoints (Updatable) Max number of trusted endpoints per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Trusted
Endpoints boolEnabled (Updatable) Specify if trusted endpoints are enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Max
Endpoint intTrust Duration In Days (Updatable) Maximum number of days until an endpoint can be trusted
SCIM++ Properties:
- idcsMaxValue: 180
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Enrolled intDevices (Updatable) Maximum number of enrolled devices per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Incorrect intAttempts (Updatable) An integer that represents the maximum number of failed MFA logins before an account is locked
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Max
Trusted intEndpoints (Updatable) Max number of trusted endpoints per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Trusted
Endpoints boolEnabled (Updatable) Specify if trusted endpoints are enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- max
Endpoint IntegerTrust Duration In Days (Updatable) Maximum number of days until an endpoint can be trusted
SCIM++ Properties:
- idcsMaxValue: 180
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Enrolled IntegerDevices (Updatable) Maximum number of enrolled devices per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Incorrect IntegerAttempts (Updatable) An integer that represents the maximum number of failed MFA logins before an account is locked
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Trusted IntegerEndpoints (Updatable) Max number of trusted endpoints per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- trusted
Endpoints BooleanEnabled (Updatable) Specify if trusted endpoints are enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- max
Endpoint numberTrust Duration In Days (Updatable) Maximum number of days until an endpoint can be trusted
SCIM++ Properties:
- idcsMaxValue: 180
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Enrolled numberDevices (Updatable) Maximum number of enrolled devices per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Incorrect numberAttempts (Updatable) An integer that represents the maximum number of failed MFA logins before an account is locked
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Trusted numberEndpoints (Updatable) Max number of trusted endpoints per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- trusted
Endpoints booleanEnabled (Updatable) Specify if trusted endpoints are enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- max_
endpoint_ inttrust_ duration_ in_ days (Updatable) Maximum number of days until an endpoint can be trusted
SCIM++ Properties:
- idcsMaxValue: 180
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max_
enrolled_ intdevices (Updatable) Maximum number of enrolled devices per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max_
incorrect_ intattempts (Updatable) An integer that represents the maximum number of failed MFA logins before an account is locked
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max_
trusted_ intendpoints (Updatable) Max number of trusted endpoints per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- trusted_
endpoints_ boolenabled (Updatable) Specify if trusted endpoints are enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- max
Endpoint NumberTrust Duration In Days (Updatable) Maximum number of days until an endpoint can be trusted
SCIM++ Properties:
- idcsMaxValue: 180
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Enrolled NumberDevices (Updatable) Maximum number of enrolled devices per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Incorrect NumberAttempts (Updatable) An integer that represents the maximum number of failed MFA logins before an account is locked
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 5
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- max
Trusted NumberEndpoints (Updatable) Max number of trusted endpoints per user
SCIM++ Properties:
- idcsMaxValue: 20
- idcsMinValue: 1
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- trusted
Endpoints BooleanEnabled (Updatable) Specify if trusted endpoints are enabled
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
DomainsAuthenticationFactorSettingIdcsCreatedBy, DomainsAuthenticationFactorSettingIdcsCreatedByArgs
- Value string
(Updatable) The ID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- Display string
(Updatable) The displayName of the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- Ref string
(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- Type string
(Updatable) The type of resource, User or App, that created this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The ID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- Display string
(Updatable) The displayName of the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- Ref string
(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- Type string
(Updatable) The type of resource, User or App, that created this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The ID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- display String
(Updatable) The displayName of the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- ref String
(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type String
(Updatable) The type of resource, User or App, that created this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The ID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- display string
(Updatable) The displayName of the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid string
(Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- ref string
(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type string
(Updatable) The type of resource, User or App, that created this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The ID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- display str
(Updatable) The displayName of the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid str
(Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- ref str
(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type str
(Updatable) The type of resource, User or App, that created this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The ID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- display String
(Updatable) The displayName of the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- ref String
(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type String
(Updatable) The type of resource, User or App, that created this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsAuthenticationFactorSettingIdcsLastModifiedBy, DomainsAuthenticationFactorSettingIdcsLastModifiedByArgs
- Value string
(Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- Display string
(Updatable) The displayName of the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- Ref string
(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- Type string
(Updatable) The type of resource, User or App, that modified this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- Display string
(Updatable) The displayName of the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Ocid string
(Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- Ref string
(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- Type string
(Updatable) The type of resource, User or App, that modified this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- display String
(Updatable) The displayName of the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- ref String
(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type String
(Updatable) The type of resource, User or App, that modified this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- display string
(Updatable) The displayName of the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid string
(Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- ref string
(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type string
(Updatable) The type of resource, User or App, that modified this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- display str
(Updatable) The displayName of the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid str
(Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- ref str
(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type str
(Updatable) The type of resource, User or App, that modified this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- display String
(Updatable) The displayName of the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- ocid String
(Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
- ref String
(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource
SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
- type String
(Updatable) The type of resource, User or App, that modified this Resource
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsAuthenticationFactorSettingIdentityStoreSettings, DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs
- Mobile
Number boolEnabled (Updatable) If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Mobile
Number boolUpdate Enabled (Updatable) If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Mobile
Number boolEnabled (Updatable) If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- Mobile
Number boolUpdate Enabled (Updatable) If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- mobile
Number BooleanEnabled (Updatable) If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- mobile
Number BooleanUpdate Enabled (Updatable) If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- mobile
Number booleanEnabled (Updatable) If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- mobile
Number booleanUpdate Enabled (Updatable) If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- mobile_
number_ boolenabled (Updatable) If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- mobile_
number_ boolupdate_ enabled (Updatable) If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- mobile
Number BooleanEnabled (Updatable) If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- mobile
Number BooleanUpdate Enabled (Updatable) If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
DomainsAuthenticationFactorSettingMeta, DomainsAuthenticationFactorSettingMetaArgs
- Created string
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Last
Modified string (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Created string
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Last
Modified string (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created String
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last
Modified String (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location String
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource
Type String (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version String
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created string
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last
Modified string (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created str
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last_
modified str (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location str
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource_
type str (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version str
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created String
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last
Modified String (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location String
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource
Type String (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version String
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsAuthenticationFactorSettingNotificationSettings, DomainsAuthenticationFactorSettingNotificationSettingsArgs
- Pull
Enabled bool (Updatable) If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Pull
Enabled bool (Updatable) If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- pull
Enabled Boolean (Updatable) If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- pull
Enabled boolean (Updatable) If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- pull_
enabled bool (Updatable) If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- pull
Enabled Boolean (Updatable) If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
Added In: 17.4.2
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
DomainsAuthenticationFactorSettingTag, DomainsAuthenticationFactorSettingTagArgs
- Key string
(Updatable) Key or name of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) Value of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Key string
(Updatable) Key or name of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Value string
(Updatable) Value of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- key String
(Updatable) Key or name of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) Value of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- key string
(Updatable) Key or name of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- value string
(Updatable) Value of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- key str
(Updatable) Key or name of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- value str
(Updatable) Value of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- key String
(Updatable) Key or name of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) Value of the tag.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
DomainsAuthenticationFactorSettingThirdPartyFactor, DomainsAuthenticationFactorSettingThirdPartyFactorArgs
- Duo
Security bool (Updatable) To enable Duo Security factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Duo
Security bool (Updatable) To enable Duo Security factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- duo
Security Boolean (Updatable) To enable Duo Security factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- duo
Security boolean (Updatable) To enable Duo Security factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- duo_
security bool (Updatable) To enable Duo Security factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- duo
Security Boolean (Updatable) To enable Duo Security factor
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
DomainsAuthenticationFactorSettingTotpSettings, DomainsAuthenticationFactorSettingTotpSettingsArgs
- Email
Otp intValidity Duration In Mins (Updatable) The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Email
Passcode intLength (Updatable) Exact length of the email one-time passcode.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Hashing
Algorithm string (Updatable) The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Jwt
Validity intDuration In Secs (Updatable) The period of time (in seconds) that a JSON Web Token (JWT) is valid
SCIM++ Properties:
- idcsMaxValue: 99999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Key
Refresh intInterval In Days (Updatable) The duration of time (in days) after which the shared secret has to be refreshed
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Passcode
Length int (Updatable) Exact length of the One-Time Passcode that the system should generate
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Sms
Otp intValidity Duration In Mins (Updatable) The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Sms
Passcode intLength (Updatable) Exact length of the Short Message Service (SMS) One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Time
Step intIn Secs (Updatable) Time (in secs) to be used as the time step
SCIM++ Properties:
- idcsMaxValue: 300
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Time
Step intTolerance (Updatable) The tolerance/step-size that the system should use when validating a One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 3
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Email
Otp intValidity Duration In Mins (Updatable) The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Email
Passcode intLength (Updatable) Exact length of the email one-time passcode.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Hashing
Algorithm string (Updatable) The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Jwt
Validity intDuration In Secs (Updatable) The period of time (in seconds) that a JSON Web Token (JWT) is valid
SCIM++ Properties:
- idcsMaxValue: 99999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Key
Refresh intInterval In Days (Updatable) The duration of time (in days) after which the shared secret has to be refreshed
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Passcode
Length int (Updatable) Exact length of the One-Time Passcode that the system should generate
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Sms
Otp intValidity Duration In Mins (Updatable) The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Sms
Passcode intLength (Updatable) Exact length of the Short Message Service (SMS) One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Time
Step intIn Secs (Updatable) Time (in secs) to be used as the time step
SCIM++ Properties:
- idcsMaxValue: 300
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- Time
Step intTolerance (Updatable) The tolerance/step-size that the system should use when validating a One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 3
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- email
Otp IntegerValidity Duration In Mins (Updatable) The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- email
Passcode IntegerLength (Updatable) Exact length of the email one-time passcode.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- hashing
Algorithm String (Updatable) The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- jwt
Validity IntegerDuration In Secs (Updatable) The period of time (in seconds) that a JSON Web Token (JWT) is valid
SCIM++ Properties:
- idcsMaxValue: 99999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- key
Refresh IntegerInterval In Days (Updatable) The duration of time (in days) after which the shared secret has to be refreshed
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- passcode
Length Integer (Updatable) Exact length of the One-Time Passcode that the system should generate
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- sms
Otp IntegerValidity Duration In Mins (Updatable) The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- sms
Passcode IntegerLength (Updatable) Exact length of the Short Message Service (SMS) One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- time
Step IntegerIn Secs (Updatable) Time (in secs) to be used as the time step
SCIM++ Properties:
- idcsMaxValue: 300
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- time
Step IntegerTolerance (Updatable) The tolerance/step-size that the system should use when validating a One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 3
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- email
Otp numberValidity Duration In Mins (Updatable) The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- email
Passcode numberLength (Updatable) Exact length of the email one-time passcode.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- hashing
Algorithm string (Updatable) The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- jwt
Validity numberDuration In Secs (Updatable) The period of time (in seconds) that a JSON Web Token (JWT) is valid
SCIM++ Properties:
- idcsMaxValue: 99999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- key
Refresh numberInterval In Days (Updatable) The duration of time (in days) after which the shared secret has to be refreshed
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- passcode
Length number (Updatable) Exact length of the One-Time Passcode that the system should generate
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- sms
Otp numberValidity Duration In Mins (Updatable) The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- sms
Passcode numberLength (Updatable) Exact length of the Short Message Service (SMS) One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- time
Step numberIn Secs (Updatable) Time (in secs) to be used as the time step
SCIM++ Properties:
- idcsMaxValue: 300
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- time
Step numberTolerance (Updatable) The tolerance/step-size that the system should use when validating a One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 3
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- email_
otp_ intvalidity_ duration_ in_ mins (Updatable) The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- email_
passcode_ intlength (Updatable) Exact length of the email one-time passcode.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- hashing_
algorithm str (Updatable) The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- jwt_
validity_ intduration_ in_ secs (Updatable) The period of time (in seconds) that a JSON Web Token (JWT) is valid
SCIM++ Properties:
- idcsMaxValue: 99999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- key_
refresh_ intinterval_ in_ days (Updatable) The duration of time (in days) after which the shared secret has to be refreshed
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- passcode_
length int (Updatable) Exact length of the One-Time Passcode that the system should generate
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- sms_
otp_ intvalidity_ duration_ in_ mins (Updatable) The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- sms_
passcode_ intlength (Updatable) Exact length of the Short Message Service (SMS) One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- time_
step_ intin_ secs (Updatable) Time (in secs) to be used as the time step
SCIM++ Properties:
- idcsMaxValue: 300
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- time_
step_ inttolerance (Updatable) The tolerance/step-size that the system should use when validating a One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 3
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- email
Otp NumberValidity Duration In Mins (Updatable) The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- email
Passcode NumberLength (Updatable) Exact length of the email one-time passcode.
Added In: 18.1.2
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- hashing
Algorithm String (Updatable) The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- jwt
Validity NumberDuration In Secs (Updatable) The period of time (in seconds) that a JSON Web Token (JWT) is valid
SCIM++ Properties:
- idcsMaxValue: 99999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- key
Refresh NumberInterval In Days (Updatable) The duration of time (in days) after which the shared secret has to be refreshed
SCIM++ Properties:
- idcsMaxValue: 999
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- passcode
Length Number (Updatable) Exact length of the One-Time Passcode that the system should generate
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- sms
Otp NumberValidity Duration In Mins (Updatable) The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
SCIM++ Properties:
- idcsMaxValue: 60
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- sms
Passcode NumberLength (Updatable) Exact length of the Short Message Service (SMS) One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 10
- idcsMinValue: 4
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- time
Step NumberIn Secs (Updatable) Time (in secs) to be used as the time step
SCIM++ Properties:
- idcsMaxValue: 300
- idcsMinValue: 30
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
- time
Step NumberTolerance (Updatable) The tolerance/step-size that the system should use when validating a One-Time Passcode
SCIM++ Properties:
- idcsMaxValue: 3
- idcsMinValue: 2
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettings, DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettingsArgs
- Attestation string
(Updatable) Attribute used to define the type of attestation required.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Authenticator
Selection stringAttachment (Updatable) Attribute used to define authenticator selection attachment.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Authenticator
Selection boolRequire Resident Key (Updatable) Flag used to indicate authenticator selection is required or not
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Authenticator
Selection stringResident Key (Updatable) Attribute used to define authenticator selection resident key requirement.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Authenticator
Selection stringUser Verification (Updatable) Attribute used to define authenticator selection verification.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Exclude
Credentials bool (Updatable) Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Public
Key List<string>Types (Updatable) List of server supported public key algorithms
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Timeout int
(Updatable) Timeout for the fido authentication to complete
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 600000
- idcsMinValue: 10000
- required: true
- returned: default
- type: integer
- uniqueness: none
- Domain
Validation intLevel (Updatable) Number of domain levels Oracle Identity Cloud Service should use for origin comparision
Added In: 2109020413
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 2
- idcsMinValue: 0
- required: false
- returned: default
- type: integer
- uniqueness: none
- Attestation string
(Updatable) Attribute used to define the type of attestation required.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Authenticator
Selection stringAttachment (Updatable) Attribute used to define authenticator selection attachment.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Authenticator
Selection boolRequire Resident Key (Updatable) Flag used to indicate authenticator selection is required or not
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Authenticator
Selection stringResident Key (Updatable) Attribute used to define authenticator selection resident key requirement.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Authenticator
Selection stringUser Verification (Updatable) Attribute used to define authenticator selection verification.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Exclude
Credentials bool (Updatable) Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- Public
Key []stringTypes (Updatable) List of server supported public key algorithms
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Timeout int
(Updatable) Timeout for the fido authentication to complete
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 600000
- idcsMinValue: 10000
- required: true
- returned: default
- type: integer
- uniqueness: none
- Domain
Validation intLevel (Updatable) Number of domain levels Oracle Identity Cloud Service should use for origin comparision
Added In: 2109020413
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 2
- idcsMinValue: 0
- required: false
- returned: default
- type: integer
- uniqueness: none
- attestation String
(Updatable) Attribute used to define the type of attestation required.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator
Selection StringAttachment (Updatable) Attribute used to define authenticator selection attachment.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator
Selection BooleanRequire Resident Key (Updatable) Flag used to indicate authenticator selection is required or not
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- authenticator
Selection StringResident Key (Updatable) Attribute used to define authenticator selection resident key requirement.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator
Selection StringUser Verification (Updatable) Attribute used to define authenticator selection verification.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- exclude
Credentials Boolean (Updatable) Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- public
Key List<String>Types (Updatable) List of server supported public key algorithms
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- timeout Integer
(Updatable) Timeout for the fido authentication to complete
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 600000
- idcsMinValue: 10000
- required: true
- returned: default
- type: integer
- uniqueness: none
- domain
Validation IntegerLevel (Updatable) Number of domain levels Oracle Identity Cloud Service should use for origin comparision
Added In: 2109020413
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 2
- idcsMinValue: 0
- required: false
- returned: default
- type: integer
- uniqueness: none
- attestation string
(Updatable) Attribute used to define the type of attestation required.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator
Selection stringAttachment (Updatable) Attribute used to define authenticator selection attachment.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator
Selection booleanRequire Resident Key (Updatable) Flag used to indicate authenticator selection is required or not
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- authenticator
Selection stringResident Key (Updatable) Attribute used to define authenticator selection resident key requirement.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator
Selection stringUser Verification (Updatable) Attribute used to define authenticator selection verification.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- exclude
Credentials boolean (Updatable) Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- public
Key string[]Types (Updatable) List of server supported public key algorithms
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- timeout number
(Updatable) Timeout for the fido authentication to complete
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 600000
- idcsMinValue: 10000
- required: true
- returned: default
- type: integer
- uniqueness: none
- domain
Validation numberLevel (Updatable) Number of domain levels Oracle Identity Cloud Service should use for origin comparision
Added In: 2109020413
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 2
- idcsMinValue: 0
- required: false
- returned: default
- type: integer
- uniqueness: none
- attestation str
(Updatable) Attribute used to define the type of attestation required.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator_
selection_ strattachment (Updatable) Attribute used to define authenticator selection attachment.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator_
selection_ boolrequire_ resident_ key (Updatable) Flag used to indicate authenticator selection is required or not
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- authenticator_
selection_ strresident_ key (Updatable) Attribute used to define authenticator selection resident key requirement.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator_
selection_ struser_ verification (Updatable) Attribute used to define authenticator selection verification.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- exclude_
credentials bool (Updatable) Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- public_
key_ Sequence[str]types (Updatable) List of server supported public key algorithms
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- timeout int
(Updatable) Timeout for the fido authentication to complete
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 600000
- idcsMinValue: 10000
- required: true
- returned: default
- type: integer
- uniqueness: none
- domain_
validation_ intlevel (Updatable) Number of domain levels Oracle Identity Cloud Service should use for origin comparision
Added In: 2109020413
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 2
- idcsMinValue: 0
- required: false
- returned: default
- type: integer
- uniqueness: none
- attestation String
(Updatable) Attribute used to define the type of attestation required.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator
Selection StringAttachment (Updatable) Attribute used to define authenticator selection attachment.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator
Selection BooleanRequire Resident Key (Updatable) Flag used to indicate authenticator selection is required or not
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- authenticator
Selection StringResident Key (Updatable) Attribute used to define authenticator selection resident key requirement.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- authenticator
Selection StringUser Verification (Updatable) Attribute used to define authenticator selection verification.
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- exclude
Credentials Boolean (Updatable) Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
- public
Key List<String>Types (Updatable) List of server supported public key algorithms
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- timeout Number
(Updatable) Timeout for the fido authentication to complete
Added In: 2009232244
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 600000
- idcsMinValue: 10000
- required: true
- returned: default
- type: integer
- uniqueness: none
- domain
Validation NumberLevel (Updatable) Number of domain levels Oracle Identity Cloud Service should use for origin comparision
Added In: 2109020413
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsMaxValue: 2
- idcsMinValue: 0
- required: false
- returned: default
- type: integer
- uniqueness: none
DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettings, DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsArgs
- Duo
Security DomainsSettings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings Duo Security Settings (Updatable) Settings related to Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- Duo
Security DomainsSettings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings Duo Security Settings (Updatable) Settings related to Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- duo
Security DomainsSettings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings Duo Security Settings (Updatable) Settings related to Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- duo
Security DomainsSettings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings Duo Security Settings (Updatable) Settings related to Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- duo_
security_ identity.settings Domains Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Settings Duo Security Settings (Updatable) Settings related to Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- duo
Security Property MapSettings (Updatable) Settings related to Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsDuoSecuritySettings, DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsDuoSecuritySettingsArgs
- Api
Hostname string (Updatable) Hostname to access the Duo security account
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Integration
Key string (Updatable) Integration key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Secret
Key string (Updatable) Secret key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- User
Mapping stringAttribute (Updatable) User attribute mapping value
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Attestation
Key string (Updatable) Attestation key to attest the request and response between Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: never
- type: string
- uniqueness: none
- Api
Hostname string (Updatable) Hostname to access the Duo security account
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Integration
Key string (Updatable) Integration key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Secret
Key string (Updatable) Secret key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- User
Mapping stringAttribute (Updatable) User attribute mapping value
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Attestation
Key string (Updatable) Attestation key to attest the request and response between Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: never
- type: string
- uniqueness: none
- api
Hostname String (Updatable) Hostname to access the Duo security account
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- integration
Key String (Updatable) Integration key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- secret
Key String (Updatable) Secret key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- user
Mapping StringAttribute (Updatable) User attribute mapping value
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- attestation
Key String (Updatable) Attestation key to attest the request and response between Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: never
- type: string
- uniqueness: none
- api
Hostname string (Updatable) Hostname to access the Duo security account
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- integration
Key string (Updatable) Integration key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- secret
Key string (Updatable) Secret key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- user
Mapping stringAttribute (Updatable) User attribute mapping value
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- attestation
Key string (Updatable) Attestation key to attest the request and response between Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: never
- type: string
- uniqueness: none
- api_
hostname str (Updatable) Hostname to access the Duo security account
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- integration_
key str (Updatable) Integration key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- secret_
key str (Updatable) Secret key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- user_
mapping_ strattribute (Updatable) User attribute mapping value
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- attestation_
key str (Updatable) Attestation key to attest the request and response between Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: never
- type: string
- uniqueness: none
- api
Hostname String (Updatable) Hostname to access the Duo security account
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- integration
Key String (Updatable) Integration key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- secret
Key String (Updatable) Secret key from Duo Security authenticator
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- user
Mapping StringAttribute (Updatable) User attribute mapping value
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- attestation
Key String (Updatable) Attestation key to attest the request and response between Duo Security
Added In: 19.2.1
SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: never
- type: string
- uniqueness: none
Import
AuthenticationFactorSettings can be imported using the id
, e.g.
$ pulumi import oci:Identity/domainsAuthenticationFactorSetting:DomainsAuthenticationFactorSetting test_authentication_factor_setting "idcsEndpoint/{idcsEndpoint}/authenticationFactorSettings/{authenticationFactorSettingId}"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.