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,
                                       notification_settings: Optional[DomainsAuthenticationFactorSettingNotificationSettingsArgs] = None,
                                       authentication_factor_setting_id: Optional[str] = None,
                                       totp_settings: Optional[DomainsAuthenticationFactorSettingTotpSettingsArgs] = None,
                                       totp_enabled: Optional[bool] = None,
                                       bypass_code_enabled: Optional[bool] = None,
                                       bypass_code_settings: Optional[DomainsAuthenticationFactorSettingBypassCodeSettingsArgs] = None,
                                       client_app_settings: Optional[DomainsAuthenticationFactorSettingClientAppSettingsArgs] = None,
                                       compliance_policies: Optional[Sequence[DomainsAuthenticationFactorSettingCompliancePolicyArgs]] = None,
                                       sms_enabled: Optional[bool] = None,
                                       security_questions_enabled: Optional[bool] = None,
                                       endpoint_restrictions: Optional[DomainsAuthenticationFactorSettingEndpointRestrictionsArgs] = None,
                                       schemas: Optional[Sequence[str]] = None,
                                       push_enabled: Optional[bool] = None,
                                       idcs_endpoint: Optional[str] = None,
                                       email_enabled: Optional[bool] = None,
                                       ocid: Optional[str] = None,
                                       identity_store_settings: Optional[DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs] = None,
                                       attribute_sets: Optional[Sequence[str]] = None,
                                       phone_call_enabled: Optional[bool] = None,
                                       hide_backup_factor_enabled: Optional[bool] = None,
                                       resource_type_schema_version: Optional[str] = None,
                                       fido_authenticator_enabled: Optional[bool] = None,
                                       email_settings: Optional[DomainsAuthenticationFactorSettingEmailSettingsArgs] = None,
                                       attributes: Optional[str] = None,
                                       tags: Optional[Sequence[DomainsAuthenticationFactorSettingTagArgs]] = None,
                                       third_party_factor: Optional[DomainsAuthenticationFactorSettingThirdPartyFactorArgs] = None,
                                       auto_enroll_email_factor_disabled: Optional[bool] = None,
                                       authorization: Optional[str] = None,
                                       urnietfparamsscimschemasoracleidcsextensionfido_authentication_factor_settings: Optional[DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettingsArgs] = None,
                                       urnietfparamsscimschemasoracleidcsextensionthird_party_authentication_factor_settings: Optional[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",
    NotificationSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingNotificationSettingsArgs
    {
        PullEnabled = 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,
    },
    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,
    },
    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,
    Ocid = "string",
    IdentityStoreSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs
    {
        MobileNumberEnabled = false,
        MobileNumberUpdateEnabled = false,
    },
    AttributeSets = new[]
    {
        "string",
    },
    PhoneCallEnabled = false,
    HideBackupFactorEnabled = false,
    ResourceTypeSchemaVersion = "string",
    FidoAuthenticatorEnabled = false,
    EmailSettings = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingEmailSettingsArgs
    {
        EmailLinkEnabled = false,
        EmailLinkCustomUrl = "string",
    },
    Attributes = "string",
    Tags = new[]
    {
        new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingTagArgs
        {
            Key = "string",
            Value = "string",
        },
    },
    ThirdPartyFactor = new Oci.Identity.Inputs.DomainsAuthenticationFactorSettingThirdPartyFactorArgs
    {
        DuoSecurity = false,
    },
    AutoEnrollEmailFactorDisabled = false,
    Authorization = "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"),
	NotificationSettings: &identity.DomainsAuthenticationFactorSettingNotificationSettingsArgs{
		PullEnabled: 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),
	},
	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),
	},
	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),
	Ocid:         pulumi.String("string"),
	IdentityStoreSettings: &identity.DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs{
		MobileNumberEnabled:       pulumi.Bool(false),
		MobileNumberUpdateEnabled: pulumi.Bool(false),
	},
	AttributeSets: pulumi.StringArray{
		pulumi.String("string"),
	},
	PhoneCallEnabled:          pulumi.Bool(false),
	HideBackupFactorEnabled:   pulumi.Bool(false),
	ResourceTypeSchemaVersion: pulumi.String("string"),
	FidoAuthenticatorEnabled:  pulumi.Bool(false),
	EmailSettings: &identity.DomainsAuthenticationFactorSettingEmailSettingsArgs{
		EmailLinkEnabled:   pulumi.Bool(false),
		EmailLinkCustomUrl: pulumi.String("string"),
	},
	Attributes: 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),
	Authorization:                 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")
    .notificationSettings(DomainsAuthenticationFactorSettingNotificationSettingsArgs.builder()
        .pullEnabled(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())
    .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())
    .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)
    .ocid("string")
    .identityStoreSettings(DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs.builder()
        .mobileNumberEnabled(false)
        .mobileNumberUpdateEnabled(false)
        .build())
    .attributeSets("string")
    .phoneCallEnabled(false)
    .hideBackupFactorEnabled(false)
    .resourceTypeSchemaVersion("string")
    .fidoAuthenticatorEnabled(false)
    .emailSettings(DomainsAuthenticationFactorSettingEmailSettingsArgs.builder()
        .emailLinkEnabled(false)
        .emailLinkCustomUrl("string")
        .build())
    .attributes("string")
    .tags(DomainsAuthenticationFactorSettingTagArgs.builder()
        .key("string")
        .value("string")
        .build())
    .thirdPartyFactor(DomainsAuthenticationFactorSettingThirdPartyFactorArgs.builder()
        .duoSecurity(false)
        .build())
    .autoEnrollEmailFactorDisabled(false)
    .authorization("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",
    notification_settings={
        "pull_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,
    },
    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,
    },
    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,
    ocid="string",
    identity_store_settings={
        "mobile_number_enabled": False,
        "mobile_number_update_enabled": False,
    },
    attribute_sets=["string"],
    phone_call_enabled=False,
    hide_backup_factor_enabled=False,
    resource_type_schema_version="string",
    fido_authenticator_enabled=False,
    email_settings={
        "email_link_enabled": False,
        "email_link_custom_url": "string",
    },
    attributes="string",
    tags=[{
        "key": "string",
        "value": "string",
    }],
    third_party_factor={
        "duo_security": False,
    },
    auto_enroll_email_factor_disabled=False,
    authorization="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",
    notificationSettings: {
        pullEnabled: 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,
    },
    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",
    }],
    smsEnabled: false,
    securityQuestionsEnabled: false,
    endpointRestrictions: {
        maxEndpointTrustDurationInDays: 0,
        maxEnrolledDevices: 0,
        maxIncorrectAttempts: 0,
        maxTrustedEndpoints: 0,
        trustedEndpointsEnabled: false,
    },
    schemas: ["string"],
    pushEnabled: false,
    idcsEndpoint: "string",
    emailEnabled: false,
    ocid: "string",
    identityStoreSettings: {
        mobileNumberEnabled: false,
        mobileNumberUpdateEnabled: false,
    },
    attributeSets: ["string"],
    phoneCallEnabled: false,
    hideBackupFactorEnabled: false,
    resourceTypeSchemaVersion: "string",
    fidoAuthenticatorEnabled: false,
    emailSettings: {
        emailLinkEnabled: false,
        emailLinkCustomUrl: "string",
    },
    attributes: "string",
    tags: [{
        key: "string",
        value: "string",
    }],
    thirdPartyFactor: {
        duoSecurity: false,
    },
    autoEnrollEmailFactorDisabled: false,
    authorization: "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:
- AuthenticationFactor stringSetting Id 
- ID of the resource
- BypassCode 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
 
- BypassCode 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
 
- ClientApp 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
 
- CompliancePolicies 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
 
- EndpointRestrictions 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
 
- IdcsEndpoint string
- The basic endpoint for the identity domain
- MfaEnrollment 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
 
- NotificationSettings 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
 
- PushEnabled 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
 
- SecurityQuestions 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
 
- SmsEnabled 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
 
- TotpEnabled 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
 
- TotpSettings 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
 
- AttributeSets List<string>
- (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- 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.
- AutoEnroll 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
 
- EmailEnabled 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
 
- EmailSettings 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
 
- FidoAuthenticator 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
 
- HideBackup 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
 
- IdentityStore 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
 
- PhoneCall 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
 
- ResourceType 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<DomainsAuthentication 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
 
- ThirdParty 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
 
- UrnietfparamsscimschemasoracleidcsextensionfidoAuthentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings 
- (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- UrnietfparamsscimschemasoracleidcsextensionthirdParty 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
- UserEnrollment 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
 
- YubicoOtp 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 
- AuthenticationFactor stringSetting Id 
- ID of the resource
- BypassCode 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
 
- BypassCode 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
 
- ClientApp 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
 
- CompliancePolicies []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
 
- EndpointRestrictions 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
 
- IdcsEndpoint string
- The basic endpoint for the identity domain
- MfaEnrollment 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
 
- NotificationSettings 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
 
- PushEnabled 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
 
- SecurityQuestions 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
 
- SmsEnabled 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
 
- TotpEnabled 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
 
- TotpSettings 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
 
- AttributeSets []string
- (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- 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.
- AutoEnroll 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
 
- EmailEnabled 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
 
- EmailSettings 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
 
- FidoAuthenticator 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
 
- HideBackup 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
 
- IdentityStore 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
 
- PhoneCall 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
 
- ResourceType 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.
- 
[]DomainsAuthentication 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
 
- ThirdParty 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
 
- UrnietfparamsscimschemasoracleidcsextensionfidoAuthentication 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
- UrnietfparamsscimschemasoracleidcsextensionthirdParty 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
- UserEnrollment []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
 
- YubicoOtp 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 
- authenticationFactor StringSetting Id 
- ID of the resource
- bypassCode 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
 
- bypassCode 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
 
- clientApp 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
 
- compliancePolicies 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
 
- endpointRestrictions 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
 
- idcsEndpoint String
- The basic endpoint for the identity domain
- mfaEnrollment 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
 
- notificationSettings 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
 
- pushEnabled 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
 
- securityQuestions 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
 
- smsEnabled 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
 
- totpEnabled 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
 
- totpSettings 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
 
- attributeSets List<String>
- (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- 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.
- autoEnroll 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
 
- emailEnabled 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
 
- emailSettings 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
 
- fidoAuthenticator 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
 
- hideBackup 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
 
- identityStore 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
 
- phoneCall 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
 
- resourceType 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<DomainsAuthentication 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
 
- thirdParty 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
 
- urnietfparamsscimschemasoracleidcsextensionfidoAuthentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings 
- (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthirdParty 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
- userEnrollment 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
 
- yubicoOtp 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 
- authenticationFactor stringSetting Id 
- ID of the resource
- bypassCode 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
 
- bypassCode 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
 
- clientApp 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
 
- compliancePolicies 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
 
- endpointRestrictions 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
 
- idcsEndpoint string
- The basic endpoint for the identity domain
- mfaEnrollment 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
 
- notificationSettings 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
 
- pushEnabled 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
 
- securityQuestions 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
 
- smsEnabled 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
 
- totpEnabled 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
 
- totpSettings 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
 
- attributeSets string[]
- (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- 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.
- autoEnroll 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
 
- emailEnabled 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
 
- emailSettings 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
 
- fidoAuthenticator 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
 
- hideBackup 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
 
- identityStore 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
 
- phoneCall 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
 
- resourceType 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.
- 
DomainsAuthentication 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
 
- thirdParty 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
 
- urnietfparamsscimschemasoracleidcsextensionfidoAuthentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings 
- (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthirdParty 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
- userEnrollment 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
 
- yubicoOtp 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_ 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 Sequence[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 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 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 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 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 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 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 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[DomainsAuthentication 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_ 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 
- authenticationFactor StringSetting Id 
- ID of the resource
- bypassCode 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
 
- bypassCode 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
 
- clientApp 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
 
- compliancePolicies 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
 
- endpointRestrictions 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
 
- idcsEndpoint String
- The basic endpoint for the identity domain
- mfaEnrollment 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
 
- notificationSettings 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
 
- pushEnabled 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
 
- securityQuestions 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
 
- smsEnabled 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
 
- totpEnabled 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
 
- totpSettings 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
 
- attributeSets List<String>
- (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- 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.
- autoEnroll 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
 
- emailEnabled 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
 
- emailSettings 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
 
- fidoAuthenticator 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
 
- hideBackup 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
 
- identityStore 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
 
- phoneCall 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
 
- resourceType 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
 
- thirdParty 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
 
- urnietfparamsscimschemasoracleidcsextensionfidoAuthentication Property MapFactor Settings 
- (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthirdParty Property MapAuthentication Factor Settings 
- (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- userEnrollment 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
 
- yubicoOtp 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:
- CompartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- DeleteIn 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
 
- DomainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Id string
- The provider-assigned unique ID for this managed resource.
- IdcsCreated 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
 
- IdcsLast 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
 
- IdcsLast 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
 
- IdcsPrevented 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<DomainsAuthentication 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
 
- MfaEnabled 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
 
- TenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- CompartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- DeleteIn 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
 
- DomainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Id string
- The provider-assigned unique ID for this managed resource.
- IdcsCreated []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
 
- IdcsLast []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
 
- IdcsLast 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
 
- IdcsPrevented []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
[]DomainsAuthentication 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
 
- MfaEnabled 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
 
- TenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- compartmentOcid String
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- deleteIn 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
 
- domainOcid String
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- id String
- The provider-assigned unique ID for this managed resource.
- idcsCreated 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
 
- idcsLast 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
 
- idcsLast 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
 
- idcsPrevented 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<DomainsAuthentication 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
 
- mfaEnabled 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
 
- tenancyOcid String
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- compartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- deleteIn 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
 
- domainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- id string
- The provider-assigned unique ID for this managed resource.
- idcsCreated 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
 
- idcsLast 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
 
- idcsLast 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
 
- idcsPrevented 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
DomainsAuthentication 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
 
- mfaEnabled 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
 
- tenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 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[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_ Sequence[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_ 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[DomainsAuthentication 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
 
- compartmentOcid String
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- deleteIn 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
 
- domainOcid String
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- id String
- The provider-assigned unique ID for this managed resource.
- idcsCreated 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
 
- idcsLast 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
 
- idcsLast 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
 
- idcsPrevented 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
 
- mfaEnabled 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
 
- tenancyOcid String
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
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[DomainsAuthenticationFactorSettingBypassCodeSettingsArgs] = None,
        client_app_settings: Optional[DomainsAuthenticationFactorSettingClientAppSettingsArgs] = None,
        compartment_ocid: Optional[str] = None,
        compliance_policies: Optional[Sequence[DomainsAuthenticationFactorSettingCompliancePolicyArgs]] = None,
        delete_in_progress: Optional[bool] = None,
        domain_ocid: Optional[str] = None,
        email_enabled: Optional[bool] = None,
        email_settings: Optional[DomainsAuthenticationFactorSettingEmailSettingsArgs] = None,
        endpoint_restrictions: Optional[DomainsAuthenticationFactorSettingEndpointRestrictionsArgs] = None,
        fido_authenticator_enabled: Optional[bool] = None,
        hide_backup_factor_enabled: Optional[bool] = None,
        idcs_created_bies: Optional[Sequence[DomainsAuthenticationFactorSettingIdcsCreatedByArgs]] = None,
        idcs_endpoint: Optional[str] = None,
        idcs_last_modified_bies: Optional[Sequence[DomainsAuthenticationFactorSettingIdcsLastModifiedByArgs]] = None,
        idcs_last_upgraded_in_release: Optional[str] = None,
        idcs_prevented_operations: Optional[Sequence[str]] = None,
        identity_store_settings: Optional[DomainsAuthenticationFactorSettingIdentityStoreSettingsArgs] = None,
        metas: Optional[Sequence[DomainsAuthenticationFactorSettingMetaArgs]] = None,
        mfa_enabled_category: Optional[str] = None,
        mfa_enrollment_type: Optional[str] = None,
        notification_settings: Optional[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[DomainsAuthenticationFactorSettingTagArgs]] = None,
        tenancy_ocid: Optional[str] = None,
        third_party_factor: Optional[DomainsAuthenticationFactorSettingThirdPartyFactorArgs] = None,
        totp_enabled: Optional[bool] = None,
        totp_settings: Optional[DomainsAuthenticationFactorSettingTotpSettingsArgs] = None,
        urnietfparamsscimschemasoracleidcsextensionfido_authentication_factor_settings: Optional[DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSettingsArgs] = None,
        urnietfparamsscimschemasoracleidcsextensionthird_party_authentication_factor_settings: Optional[DomainsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingsArgs] = None,
        user_enrollment_disabled_factors: Optional[Sequence[str]] = None,
        yubico_otp_enabled: Optional[bool] = None) -> DomainsAuthenticationFactorSettingfunc 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)resources:  _:    type: oci:Identity:DomainsAuthenticationFactorSetting    get:      id: ${id}- 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.
- AttributeSets List<string>
- (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- AuthenticationFactor 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.
- AutoEnroll 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
 
- BypassCode 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
 
- BypassCode 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
 
- ClientApp 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
 
- CompartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- CompliancePolicies 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
 
- DeleteIn 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
 
- DomainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- EmailEnabled 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
 
- EmailSettings 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
 
- EndpointRestrictions 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
 
- FidoAuthenticator 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
 
- HideBackup 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
 
- IdcsCreated 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
 
- IdcsEndpoint string
- The basic endpoint for the identity domain
- IdcsLast 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
 
- IdcsLast 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
 
- IdcsPrevented 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
 
- IdentityStore 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<DomainsAuthentication 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
 
- MfaEnabled 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
 
- MfaEnrollment 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
 
- NotificationSettings 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
 
- PhoneCall 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
 
- PushEnabled 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
 
- ResourceType 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
 
- SecurityQuestions 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
 
- SmsEnabled 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<DomainsAuthentication 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
 
- TenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ThirdParty 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
 
- TotpEnabled 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
 
- TotpSettings 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
 
- UrnietfparamsscimschemasoracleidcsextensionfidoAuthentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings 
- (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- UrnietfparamsscimschemasoracleidcsextensionthirdParty 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
- UserEnrollment 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
 
- YubicoOtp 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 
- AttributeSets []string
- (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- AuthenticationFactor 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.
- AutoEnroll 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
 
- BypassCode 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
 
- BypassCode 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
 
- ClientApp 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
 
- CompartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- CompliancePolicies []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
 
- DeleteIn 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
 
- DomainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- EmailEnabled 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
 
- EmailSettings 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
 
- EndpointRestrictions 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
 
- FidoAuthenticator 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
 
- HideBackup 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
 
- IdcsCreated []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
 
- IdcsEndpoint string
- The basic endpoint for the identity domain
- IdcsLast []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
 
- IdcsLast 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
 
- IdcsPrevented []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
 
- IdentityStore 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
[]DomainsAuthentication 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
 
- MfaEnabled 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
 
- MfaEnrollment 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
 
- NotificationSettings 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
 
- PhoneCall 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
 
- PushEnabled 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
 
- ResourceType 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
 
- SecurityQuestions 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
 
- SmsEnabled 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
 
- 
[]DomainsAuthentication 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
 
- TenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ThirdParty 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
 
- TotpEnabled 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
 
- TotpSettings 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
 
- UrnietfparamsscimschemasoracleidcsextensionfidoAuthentication 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
- UrnietfparamsscimschemasoracleidcsextensionthirdParty 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
- UserEnrollment []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
 
- YubicoOtp 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 
- attributeSets List<String>
- (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- authenticationFactor 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.
- autoEnroll 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
 
- bypassCode 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
 
- bypassCode 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
 
- clientApp 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
 
- compartmentOcid String
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- compliancePolicies 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
 
- deleteIn 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
 
- domainOcid String
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- emailEnabled 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
 
- emailSettings 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
 
- endpointRestrictions 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
 
- fidoAuthenticator 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
 
- hideBackup 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
 
- idcsCreated 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
 
- idcsEndpoint String
- The basic endpoint for the identity domain
- idcsLast 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
 
- idcsLast 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
 
- idcsPrevented 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
 
- identityStore 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<DomainsAuthentication 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
 
- mfaEnabled 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
 
- mfaEnrollment 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
 
- notificationSettings 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
 
- phoneCall 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
 
- pushEnabled 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
 
- resourceType 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
 
- securityQuestions 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
 
- smsEnabled 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<DomainsAuthentication 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
 
- tenancyOcid String
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- thirdParty 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
 
- totpEnabled 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
 
- totpSettings 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
 
- urnietfparamsscimschemasoracleidcsextensionfidoAuthentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings 
- (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthirdParty 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
- userEnrollment 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
 
- yubicoOtp 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 
- attributeSets string[]
- (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- authenticationFactor 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.
- autoEnroll 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
 
- bypassCode 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
 
- bypassCode 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
 
- clientApp 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
 
- compartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- compliancePolicies 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
 
- deleteIn 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
 
- domainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- emailEnabled 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
 
- emailSettings 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
 
- endpointRestrictions 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
 
- fidoAuthenticator 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
 
- hideBackup 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
 
- idcsCreated 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
 
- idcsEndpoint string
- The basic endpoint for the identity domain
- idcsLast 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
 
- idcsLast 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
 
- idcsPrevented 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
 
- identityStore 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
DomainsAuthentication 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
 
- mfaEnabled 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
 
- mfaEnrollment 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
 
- notificationSettings 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
 
- phoneCall 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
 
- pushEnabled 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
 
- resourceType 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
 
- securityQuestions 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
 
- smsEnabled 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
 
- 
DomainsAuthentication 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
 
- tenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- thirdParty 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
 
- totpEnabled 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
 
- totpSettings 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
 
- urnietfparamsscimschemasoracleidcsextensionfidoAuthentication DomainsFactor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Settings 
- (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthirdParty 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
- userEnrollment 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
 
- yubicoOtp 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_ 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 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[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 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 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_ Sequence[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 str
- The basic endpoint for the identity domain
- idcs_last_ Sequence[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_ 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_ 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
Sequence[DomainsAuthentication 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 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 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[DomainsAuthentication 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_ 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_ 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 
- attributeSets List<String>
- (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- authenticationFactor 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.
- autoEnroll 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
 
- bypassCode 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
 
- bypassCode 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
 
- clientApp 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
 
- compartmentOcid String
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- compliancePolicies 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
 
- deleteIn 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
 
- domainOcid String
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- emailEnabled 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
 
- emailSettings 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
 
- endpointRestrictions 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
 
- fidoAuthenticator 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
 
- hideBackup 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
 
- idcsCreated 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
 
- idcsEndpoint String
- The basic endpoint for the identity domain
- idcsLast 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
 
- idcsLast 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
 
- idcsPrevented 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
 
- identityStore 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
 
- mfaEnabled 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
 
- mfaEnrollment 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
 
- notificationSettings 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
 
- phoneCall 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
 
- pushEnabled 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
 
- resourceType 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
 
- securityQuestions 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
 
- smsEnabled 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
 
- tenancyOcid String
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- thirdParty 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
 
- totpEnabled 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
 
- totpSettings 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
 
- urnietfparamsscimschemasoracleidcsextensionfidoAuthentication Property MapFactor Settings 
- (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthirdParty Property MapAuthentication Factor Settings 
- (Updatable) This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- userEnrollment 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
 
- yubicoOtp 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              
- HelpDesk 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
 
- HelpDesk 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
 
- HelpDesk 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
 
- MaxActive 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
 
- SelfService 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
 
- HelpDesk 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
 
- HelpDesk 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
 
- HelpDesk 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
 
- MaxActive 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
 
- SelfService 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
 
- helpDesk 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
 
- helpDesk 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
 
- helpDesk 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
 
- maxActive 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
 
- selfService 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
 
- helpDesk 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
 
- helpDesk 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
 
- helpDesk 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
 
- maxActive 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
 
- selfService 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
 
- helpDesk 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
 
- helpDesk 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
 
- helpDesk 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
 
- maxActive 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
 
- selfService 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              
- DeviceProtection 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
 
- InitialLockout 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
 
- KeyPair 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
 
- LockoutEscalation 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
 
- MaxFailures 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
 
- MaxFailures 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
 
- MaxLockout 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
 
- MinPin 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
 
- PolicyUpdate 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
 
- RequestSigning 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
 
- UnlockApp 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
 
- UnlockApp 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
 
- UnlockOn 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
 
- UnlockOn 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
 
- DeviceProtection 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
 
- InitialLockout 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
 
- KeyPair 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
 
- LockoutEscalation 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
 
- MaxFailures 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
 
- MaxFailures 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
 
- MaxLockout 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
 
- MinPin 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
 
- PolicyUpdate 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
 
- RequestSigning 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
 
- UnlockApp 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
 
- UnlockApp 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
 
- UnlockOn 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
 
- UnlockOn 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
 
- deviceProtection 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
 
- initialLockout 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
 
- keyPair 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
 
- lockoutEscalation 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
 
- maxFailures 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
 
- maxFailures 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
 
- maxLockout 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
 
- minPin 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
 
- policyUpdate 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
 
- requestSigning 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
 
- unlockApp 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
 
- unlockApp 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
 
- unlockOn 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
 
- unlockOn 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
 
- deviceProtection 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
 
- initialLockout 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
 
- keyPair 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
 
- lockoutEscalation 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
 
- maxFailures 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
 
- maxFailures 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
 
- maxLockout 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
 
- minPin 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
 
- policyUpdate 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
 
- requestSigning 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
 
- unlockApp 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
 
- unlockApp 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
 
- unlockOn 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
 
- unlockOn 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
 
- deviceProtection 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
 
- initialLockout 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
 
- keyPair 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
 
- lockoutEscalation 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
 
- maxFailures 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
 
- maxFailures 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
 
- maxLockout 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
 
- minPin 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
 
- policyUpdate 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
 
- requestSigning 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
 
- unlockApp 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
 
- unlockApp 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
 
- unlockOn 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
 
- unlockOn 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            
- EmailLink 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
 
- EmailLink 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
 
- EmailLink 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
 
- EmailLink 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
 
- emailLink 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
 
- emailLink 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
 
- emailLink 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
 
- emailLink 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
 
- emailLink 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
 
- emailLink 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            
- MaxEndpoint 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
 
- MaxEnrolled 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
 
- MaxIncorrect 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
 
- MaxTrusted 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
 
- TrustedEndpoints boolEnabled 
- (Updatable) Specify if trusted endpoints are enabled - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- MaxEndpoint 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
 
- MaxEnrolled 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
 
- MaxIncorrect 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
 
- MaxTrusted 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
 
- TrustedEndpoints boolEnabled 
- (Updatable) Specify if trusted endpoints are enabled - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- maxEndpoint 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
 
- maxEnrolled 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
 
- maxIncorrect 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
 
- maxTrusted 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
 
- trustedEndpoints BooleanEnabled 
- (Updatable) Specify if trusted endpoints are enabled - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- maxEndpoint 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
 
- maxEnrolled 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
 
- maxIncorrect 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
 
- maxTrusted 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
 
- trustedEndpoints 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
 
- maxEndpoint 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
 
- maxEnrolled 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
 
- maxIncorrect 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
 
- maxTrusted 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
 
- trustedEndpoints 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              
- MobileNumber 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
 
- MobileNumber 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
 
- MobileNumber 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
 
- MobileNumber 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
 
- mobileNumber 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
 
- mobileNumber 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
 
- mobileNumber 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
 
- mobileNumber 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
 
- mobileNumber 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
 
- mobileNumber 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
 
- LastModified string
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- Location string
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ResourceType string
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Version string
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Created string
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- LastModified string
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- Location string
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ResourceType string
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Version string
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- created String
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- lastModified String
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- location String
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- resourceType String
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- version String
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- created string
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- lastModified string
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- location string
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- resourceType string
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- version string
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- created str
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- last_modified str
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- location str
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- resource_type str
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- version str
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- created String
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- lastModified String
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- location String
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- resourceType String
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- version String
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
DomainsAuthenticationFactorSettingNotificationSettings, DomainsAuthenticationFactorSettingNotificationSettingsArgs            
- PullEnabled 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
 
- PullEnabled 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
 
- pullEnabled 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
 
- pullEnabled 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
 
- pullEnabled 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              
- DuoSecurity 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
 
- DuoSecurity 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
 
- duoSecurity 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
 
- duoSecurity 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
 
- duoSecurity 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            
- EmailOtp 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
 
- EmailPasscode 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
 
- HashingAlgorithm 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
 
- JwtValidity 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
 
- KeyRefresh 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
 
- PasscodeLength 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
 
- SmsOtp 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
 
- SmsPasscode 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
 
- TimeStep 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
 
- TimeStep 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
 
- EmailOtp 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
 
- EmailPasscode 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
 
- HashingAlgorithm 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
 
- JwtValidity 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
 
- KeyRefresh 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
 
- PasscodeLength 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
 
- SmsOtp 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
 
- SmsPasscode 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
 
- TimeStep 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
 
- TimeStep 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
 
- emailOtp 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
 
- emailPasscode 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
 
- hashingAlgorithm 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
 
- jwtValidity 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
 
- keyRefresh 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
 
- passcodeLength 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
 
- smsOtp 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
 
- smsPasscode 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
 
- timeStep 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
 
- timeStep 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
 
- emailOtp 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
 
- emailPasscode 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
 
- hashingAlgorithm 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
 
- jwtValidity 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
 
- keyRefresh 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
 
- passcodeLength 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
 
- smsOtp 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
 
- smsPasscode 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
 
- timeStep 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
 
- timeStep 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
 
- emailOtp 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
 
- emailPasscode 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
 
- hashingAlgorithm 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
 
- jwtValidity 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
 
- keyRefresh 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
 
- passcodeLength 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
 
- smsOtp 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
 
- smsPasscode 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
 
- timeStep 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
 
- timeStep 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
 
- AuthenticatorSelection 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
 
- AuthenticatorSelection 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
 
- AuthenticatorSelection 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
 
- AuthenticatorSelection 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
 
- ExcludeCredentials 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
 
- PublicKey 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
 
- DomainValidation 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
 
- AuthenticatorSelection 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
 
- AuthenticatorSelection 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
 
- AuthenticatorSelection 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
 
- AuthenticatorSelection 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
 
- ExcludeCredentials 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
 
- PublicKey []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
 
- DomainValidation 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
 
- authenticatorSelection 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
 
- authenticatorSelection 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
 
- authenticatorSelection 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
 
- authenticatorSelection 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
 
- excludeCredentials 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
 
- publicKey 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
 
- domainValidation 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
 
- authenticatorSelection 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
 
- authenticatorSelection 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
 
- authenticatorSelection 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
 
- authenticatorSelection 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
 
- excludeCredentials 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
 
- publicKey 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
 
- domainValidation 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
 
- authenticatorSelection 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
 
- authenticatorSelection 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
 
- authenticatorSelection 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
 
- authenticatorSelection 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
 
- excludeCredentials 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
 
- publicKey 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
 
- domainValidation 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                  
- DuoSecurity 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
 
- DuoSecurity 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
 
- duoSecurity 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
 
- duoSecurity 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
 
- duoSecurity 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                        
- ApiHostname 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
 
- IntegrationKey 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
 
- SecretKey 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
 
- UserMapping 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
 
- AttestationKey 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
 
- ApiHostname 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
 
- IntegrationKey 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
 
- SecretKey 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
 
- UserMapping 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
 
- AttestationKey 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
 
- apiHostname 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
 
- integrationKey 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
 
- secretKey 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
 
- userMapping 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
 
- attestationKey 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
 
- apiHostname 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
 
- integrationKey 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
 
- secretKey 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
 
- userMapping 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
 
- attestationKey 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
 
- apiHostname 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
 
- integrationKey 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
 
- secretKey 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
 
- userMapping 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
 
- attestationKey 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 ociTerraform Provider.