1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Identity
  5. DomainsSetting
Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi

oci.Identity.DomainsSetting

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi

    This resource provides the Setting resource in Oracle Cloud Infrastructure Identity Domains service.

    Replace Settings

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Identity.DomainsSetting;
    import com.pulumi.oci.Identity.DomainsSettingArgs;
    import com.pulumi.oci.Identity.inputs.DomainsSettingCertificateValidationArgs;
    import com.pulumi.oci.Identity.inputs.DomainsSettingCloudGateCorsSettingsArgs;
    import com.pulumi.oci.Identity.inputs.DomainsSettingCompanyNameArgs;
    import com.pulumi.oci.Identity.inputs.DomainsSettingImageArgs;
    import com.pulumi.oci.Identity.inputs.DomainsSettingLoginTextArgs;
    import com.pulumi.oci.Identity.inputs.DomainsSettingPurgeConfigArgs;
    import com.pulumi.oci.Identity.inputs.DomainsSettingTagArgs;
    import com.pulumi.oci.Identity.inputs.DomainsSettingTenantCustomClaimArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var testSetting = new DomainsSetting("testSetting", DomainsSettingArgs.builder()        
                .csrAccess(settingCsrAccess)
                .idcsEndpoint(testDomain.url())
                .schemas("urn:ietf:params:scim:schemas:oracle:idcs:Settings")
                .settingId("Settings")
                .accountAlwaysTrustScope(settingAccountAlwaysTrustScope)
                .allowedDomains("test.com")
                .allowedForgotPasswordFlowReturnUrls(settingAllowedForgotPasswordFlowReturnUrls)
                .allowedNotificationRedirectUrls(settingAllowedNotificationRedirectUrls)
                .attributeSets("all")
                .attributes("")
                .auditEventRetentionPeriod(settingAuditEventRetentionPeriod)
                .authorization(settingAuthorization)
                .certificateValidation(DomainsSettingCertificateValidationArgs.builder()
                    .crlCheckOnOcspFailureEnabled(settingCertificateValidationCrlCheckOnOcspFailureEnabled)
                    .crlEnabled(settingCertificateValidationCrlEnabled)
                    .crlLocation(settingCertificateValidationCrlLocation)
                    .crlRefreshInterval(settingCertificateValidationCrlRefreshInterval)
                    .ocspEnabled(settingCertificateValidationOcspEnabled)
                    .ocspResponderUrl(settingCertificateValidationOcspResponderUrl)
                    .ocspSettingsResponderUrlPreferred(settingCertificateValidationOcspSettingsResponderUrlPreferred)
                    .ocspSigningCertificateAlias(settingCertificateValidationOcspSigningCertificateAlias)
                    .ocspTimeoutDuration(settingCertificateValidationOcspTimeoutDuration)
                    .ocspUnknownResponseStatusAllowed(settingCertificateValidationOcspUnknownResponseStatusAllowed)
                    .build())
                .cloudGateCorsSettings(DomainsSettingCloudGateCorsSettingsArgs.builder()
                    .cloudGateCorsAllowNullOrigin(settingCloudGateCorsSettingsCloudGateCorsAllowNullOrigin)
                    .cloudGateCorsAllowedOrigins("https://test.com")
                    .cloudGateCorsEnabled(settingCloudGateCorsSettingsCloudGateCorsEnabled)
                    .cloudGateCorsExposedHeaders(settingCloudGateCorsSettingsCloudGateCorsExposedHeaders)
                    .cloudGateCorsMaxAge(settingCloudGateCorsSettingsCloudGateCorsMaxAge)
                    .build())
                .cloudMigrationCustomUrl(settingCloudMigrationCustomUrl)
                .cloudMigrationUrlEnabled(settingCloudMigrationUrlEnabled)
                .companyNames(DomainsSettingCompanyNameArgs.builder()
                    .locale(settingCompanyNamesLocale)
                    .value(settingCompanyNamesValue)
                    .build())
                .contactEmails("contactEmails@test.com")
                .customBranding(settingCustomBranding)
                .customCssLocation(settingCustomCssLocation)
                .customHtmlLocation(settingCustomHtmlLocation)
                .customTranslation(settingCustomTranslation)
                .defaultTrustScope(settingDefaultTrustScope)
                .diagnosticLevel(settingDiagnosticLevel)
                .diagnosticRecordForSearchIdentifiesReturnedResources(settingDiagnosticRecordForSearchIdentifiesReturnedResources)
                .enableTermsOfUse(settingEnableTermsOfUse)
                .externalId("externalId")
                .iamUpstSessionExpiry(settingIamUpstSessionExpiry)
                .id(settingId)
                .images(DomainsSettingImageArgs.builder()
                    .type(settingImagesType)
                    .value(settingImagesValue)
                    .display(settingImagesDisplay)
                    .build())
                .isHostedPage(settingIsHostedPage)
                .issuer(settingIssuer)
                .locale(settingLocale)
                .loginTexts(DomainsSettingLoginTextArgs.builder()
                    .locale(settingLoginTextsLocale)
                    .value(settingLoginTextsValue)
                    .build())
                .maxNoOfAppCmvaToReturn(settingMaxNoOfAppCmvaToReturn)
                .maxNoOfAppRoleMembersToReturn(settingMaxNoOfAppRoleMembersToReturn)
                .ocid(settingOcid)
                .preferredLanguage(settingPreferredLanguage)
                .prevIssuer(settingPrevIssuer)
                .privacyPolicyUrl(settingPrivacyPolicyUrl)
                .purgeConfigs(DomainsSettingPurgeConfigArgs.builder()
                    .resourceName("resourceName")
                    .retentionPeriod(settingPurgeConfigsRetentionPeriod)
                    .build())
                .reAuthFactors("password")
                .reAuthWhenChangingMyAuthenticationFactors(settingReAuthWhenChangingMyAuthenticationFactors)
                .resourceTypeSchemaVersion(settingResourceTypeSchemaVersion)
                .serviceAdminCannotListOtherUsers(settingServiceAdminCannotListOtherUsers)
                .signingCertPublicAccess(settingSigningCertPublicAccess)
                .subMappingAttr(settingSubMappingAttr)
                .tags(DomainsSettingTagArgs.builder()
                    .key(settingTagsKey)
                    .value(settingTagsValue)
                    .build())
                .tenantCustomClaims(DomainsSettingTenantCustomClaimArgs.builder()
                    .allScopes(settingTenantCustomClaimsAllScopes)
                    .expression(settingTenantCustomClaimsExpression)
                    .mode(settingTenantCustomClaimsMode)
                    .name(settingTenantCustomClaimsName)
                    .tokenType(settingTenantCustomClaimsTokenType)
                    .value(settingTenantCustomClaimsValue)
                    .scopes("scopes")
                    .build())
                .termsOfUseUrl(settingTermsOfUseUrl)
                .timezone(settingTimezone)
                .build());
    
        }
    }
    
    resources:
      testSetting:
        type: oci:Identity:DomainsSetting
        name: test_setting
        properties:
          csrAccess: ${settingCsrAccess}
          idcsEndpoint: ${testDomain.url}
          schemas:
            - urn:ietf:params:scim:schemas:oracle:idcs:Settings
          settingId: Settings
          accountAlwaysTrustScope: ${settingAccountAlwaysTrustScope}
          allowedDomains:
            - test.com
          allowedForgotPasswordFlowReturnUrls: ${settingAllowedForgotPasswordFlowReturnUrls}
          allowedNotificationRedirectUrls: ${settingAllowedNotificationRedirectUrls}
          attributeSets:
            - all
          attributes:
          auditEventRetentionPeriod: ${settingAuditEventRetentionPeriod}
          authorization: ${settingAuthorization}
          certificateValidation:
            crlCheckOnOcspFailureEnabled: ${settingCertificateValidationCrlCheckOnOcspFailureEnabled}
            crlEnabled: ${settingCertificateValidationCrlEnabled}
            crlLocation: ${settingCertificateValidationCrlLocation}
            crlRefreshInterval: ${settingCertificateValidationCrlRefreshInterval}
            ocspEnabled: ${settingCertificateValidationOcspEnabled}
            ocspResponderUrl: ${settingCertificateValidationOcspResponderUrl}
            ocspSettingsResponderUrlPreferred: ${settingCertificateValidationOcspSettingsResponderUrlPreferred}
            ocspSigningCertificateAlias: ${settingCertificateValidationOcspSigningCertificateAlias}
            ocspTimeoutDuration: ${settingCertificateValidationOcspTimeoutDuration}
            ocspUnknownResponseStatusAllowed: ${settingCertificateValidationOcspUnknownResponseStatusAllowed}
          cloudGateCorsSettings:
            cloudGateCorsAllowNullOrigin: ${settingCloudGateCorsSettingsCloudGateCorsAllowNullOrigin}
            cloudGateCorsAllowedOrigins:
              - https://test.com
            cloudGateCorsEnabled: ${settingCloudGateCorsSettingsCloudGateCorsEnabled}
            cloudGateCorsExposedHeaders: ${settingCloudGateCorsSettingsCloudGateCorsExposedHeaders}
            cloudGateCorsMaxAge: ${settingCloudGateCorsSettingsCloudGateCorsMaxAge}
          cloudMigrationCustomUrl: ${settingCloudMigrationCustomUrl}
          cloudMigrationUrlEnabled: ${settingCloudMigrationUrlEnabled}
          companyNames:
            - locale: ${settingCompanyNamesLocale}
              value: ${settingCompanyNamesValue}
          contactEmails:
            - contactEmails@test.com
          customBranding: ${settingCustomBranding}
          customCssLocation: ${settingCustomCssLocation}
          customHtmlLocation: ${settingCustomHtmlLocation}
          customTranslation: ${settingCustomTranslation}
          defaultTrustScope: ${settingDefaultTrustScope}
          diagnosticLevel: ${settingDiagnosticLevel}
          diagnosticRecordForSearchIdentifiesReturnedResources: ${settingDiagnosticRecordForSearchIdentifiesReturnedResources}
          enableTermsOfUse: ${settingEnableTermsOfUse}
          externalId: externalId
          iamUpstSessionExpiry: ${settingIamUpstSessionExpiry}
          id: ${settingId}
          images:
            - type: ${settingImagesType}
              value: ${settingImagesValue}
              display: ${settingImagesDisplay}
          isHostedPage: ${settingIsHostedPage}
          issuer: ${settingIssuer}
          locale: ${settingLocale}
          loginTexts:
            - locale: ${settingLoginTextsLocale}
              value: ${settingLoginTextsValue}
          maxNoOfAppCmvaToReturn: ${settingMaxNoOfAppCmvaToReturn}
          maxNoOfAppRoleMembersToReturn: ${settingMaxNoOfAppRoleMembersToReturn}
          ocid: ${settingOcid}
          preferredLanguage: ${settingPreferredLanguage}
          prevIssuer: ${settingPrevIssuer}
          privacyPolicyUrl: ${settingPrivacyPolicyUrl}
          purgeConfigs:
            - resourceName: resourceName
              retentionPeriod: ${settingPurgeConfigsRetentionPeriod}
          reAuthFactors:
            - password
          reAuthWhenChangingMyAuthenticationFactors: ${settingReAuthWhenChangingMyAuthenticationFactors}
          resourceTypeSchemaVersion: ${settingResourceTypeSchemaVersion}
          serviceAdminCannotListOtherUsers: ${settingServiceAdminCannotListOtherUsers}
          signingCertPublicAccess: ${settingSigningCertPublicAccess}
          subMappingAttr: ${settingSubMappingAttr}
          tags:
            - key: ${settingTagsKey}
              value: ${settingTagsValue}
          tenantCustomClaims:
            - allScopes: ${settingTenantCustomClaimsAllScopes}
              expression: ${settingTenantCustomClaimsExpression}
              mode: ${settingTenantCustomClaimsMode}
              name: ${settingTenantCustomClaimsName}
              tokenType: ${settingTenantCustomClaimsTokenType}
              value: ${settingTenantCustomClaimsValue}
              scopes:
                - scopes
          termsOfUseUrl: ${settingTermsOfUseUrl}
          timezone: ${settingTimezone}
    

    Create DomainsSetting Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DomainsSetting(name: string, args: DomainsSettingArgs, opts?: CustomResourceOptions);
    @overload
    def DomainsSetting(resource_name: str,
                       args: DomainsSettingArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def DomainsSetting(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       csr_access: Optional[str] = None,
                       setting_id: Optional[str] = None,
                       schemas: Optional[Sequence[str]] = None,
                       idcs_endpoint: Optional[str] = None,
                       external_id: Optional[str] = None,
                       terms_of_use_url: Optional[str] = None,
                       audit_event_retention_period: Optional[int] = None,
                       authorization: Optional[str] = None,
                       certificate_validation: Optional[_identity.DomainsSettingCertificateValidationArgs] = None,
                       cloud_gate_cors_settings: Optional[_identity.DomainsSettingCloudGateCorsSettingsArgs] = None,
                       cloud_migration_custom_url: Optional[str] = None,
                       cloud_migration_url_enabled: Optional[bool] = None,
                       company_names: Optional[Sequence[_identity.DomainsSettingCompanyNameArgs]] = None,
                       contact_emails: Optional[Sequence[str]] = None,
                       attribute_sets: Optional[Sequence[str]] = None,
                       custom_branding: Optional[bool] = None,
                       custom_css_location: Optional[str] = None,
                       custom_html_location: Optional[str] = None,
                       custom_translation: Optional[str] = None,
                       default_trust_scope: Optional[str] = None,
                       images: Optional[Sequence[_identity.DomainsSettingImageArgs]] = None,
                       diagnostic_record_for_search_identifies_returned_resources: Optional[bool] = None,
                       enable_terms_of_use: Optional[bool] = None,
                       account_always_trust_scope: Optional[bool] = None,
                       iam_upst_session_expiry: Optional[int] = None,
                       allowed_notification_redirect_urls: Optional[Sequence[str]] = None,
                       issuer: Optional[str] = None,
                       attributes: Optional[str] = None,
                       diagnostic_level: Optional[int] = None,
                       locale: Optional[str] = None,
                       login_texts: Optional[Sequence[_identity.DomainsSettingLoginTextArgs]] = None,
                       max_no_of_app_cmva_to_return: Optional[int] = None,
                       max_no_of_app_role_members_to_return: Optional[int] = None,
                       ocid: Optional[str] = None,
                       preferred_language: Optional[str] = None,
                       prev_issuer: Optional[str] = None,
                       privacy_policy_url: Optional[str] = None,
                       purge_configs: Optional[Sequence[_identity.DomainsSettingPurgeConfigArgs]] = None,
                       re_auth_factors: Optional[Sequence[str]] = None,
                       re_auth_when_changing_my_authentication_factors: Optional[bool] = None,
                       resource_type_schema_version: Optional[str] = None,
                       allowed_forgot_password_flow_return_urls: Optional[Sequence[str]] = None,
                       service_admin_cannot_list_other_users: Optional[bool] = None,
                       allowed_domains: Optional[Sequence[str]] = None,
                       signing_cert_public_access: Optional[bool] = None,
                       sub_mapping_attr: Optional[str] = None,
                       tags: Optional[Sequence[_identity.DomainsSettingTagArgs]] = None,
                       tenant_custom_claims: Optional[Sequence[_identity.DomainsSettingTenantCustomClaimArgs]] = None,
                       is_hosted_page: Optional[bool] = None,
                       timezone: Optional[str] = None)
    func NewDomainsSetting(ctx *Context, name string, args DomainsSettingArgs, opts ...ResourceOption) (*DomainsSetting, error)
    public DomainsSetting(string name, DomainsSettingArgs args, CustomResourceOptions? opts = null)
    public DomainsSetting(String name, DomainsSettingArgs args)
    public DomainsSetting(String name, DomainsSettingArgs args, CustomResourceOptions options)
    
    type: oci:Identity:DomainsSetting
    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 DomainsSettingArgs
    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 DomainsSettingArgs
    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 DomainsSettingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DomainsSettingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DomainsSettingArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var domainsSettingResource = new Oci.Identity.DomainsSetting("domainsSettingResource", new()
    {
        CsrAccess = "string",
        SettingId = "string",
        Schemas = new[]
        {
            "string",
        },
        IdcsEndpoint = "string",
        ExternalId = "string",
        TermsOfUseUrl = "string",
        AuditEventRetentionPeriod = 0,
        Authorization = "string",
        CertificateValidation = new Oci.Identity.Inputs.DomainsSettingCertificateValidationArgs
        {
            CrlCheckOnOcspFailureEnabled = false,
            CrlEnabled = false,
            CrlLocation = "string",
            CrlRefreshInterval = 0,
            OcspEnabled = false,
            OcspResponderUrl = "string",
            OcspSettingsResponderUrlPreferred = false,
            OcspSigningCertificateAlias = "string",
            OcspTimeoutDuration = 0,
            OcspUnknownResponseStatusAllowed = false,
        },
        CloudGateCorsSettings = new Oci.Identity.Inputs.DomainsSettingCloudGateCorsSettingsArgs
        {
            CloudGateCorsAllowNullOrigin = false,
            CloudGateCorsAllowedOrigins = new[]
            {
                "string",
            },
            CloudGateCorsEnabled = false,
            CloudGateCorsExposedHeaders = new[]
            {
                "string",
            },
            CloudGateCorsMaxAge = 0,
        },
        CloudMigrationCustomUrl = "string",
        CloudMigrationUrlEnabled = false,
        CompanyNames = new[]
        {
            new Oci.Identity.Inputs.DomainsSettingCompanyNameArgs
            {
                Locale = "string",
                Value = "string",
            },
        },
        ContactEmails = new[]
        {
            "string",
        },
        AttributeSets = new[]
        {
            "string",
        },
        CustomBranding = false,
        CustomCssLocation = "string",
        CustomHtmlLocation = "string",
        CustomTranslation = "string",
        DefaultTrustScope = "string",
        Images = new[]
        {
            new Oci.Identity.Inputs.DomainsSettingImageArgs
            {
                Type = "string",
                Value = "string",
                Display = "string",
            },
        },
        DiagnosticRecordForSearchIdentifiesReturnedResources = false,
        EnableTermsOfUse = false,
        AccountAlwaysTrustScope = false,
        IamUpstSessionExpiry = 0,
        AllowedNotificationRedirectUrls = new[]
        {
            "string",
        },
        Issuer = "string",
        Attributes = "string",
        DiagnosticLevel = 0,
        Locale = "string",
        LoginTexts = new[]
        {
            new Oci.Identity.Inputs.DomainsSettingLoginTextArgs
            {
                Locale = "string",
                Value = "string",
            },
        },
        MaxNoOfAppCmvaToReturn = 0,
        MaxNoOfAppRoleMembersToReturn = 0,
        Ocid = "string",
        PreferredLanguage = "string",
        PrevIssuer = "string",
        PrivacyPolicyUrl = "string",
        PurgeConfigs = new[]
        {
            new Oci.Identity.Inputs.DomainsSettingPurgeConfigArgs
            {
                ResourceName = "string",
                RetentionPeriod = 0,
            },
        },
        ReAuthFactors = new[]
        {
            "string",
        },
        ReAuthWhenChangingMyAuthenticationFactors = false,
        ResourceTypeSchemaVersion = "string",
        AllowedForgotPasswordFlowReturnUrls = new[]
        {
            "string",
        },
        ServiceAdminCannotListOtherUsers = false,
        AllowedDomains = new[]
        {
            "string",
        },
        SigningCertPublicAccess = false,
        SubMappingAttr = "string",
        Tags = new[]
        {
            new Oci.Identity.Inputs.DomainsSettingTagArgs
            {
                Key = "string",
                Value = "string",
            },
        },
        TenantCustomClaims = new[]
        {
            new Oci.Identity.Inputs.DomainsSettingTenantCustomClaimArgs
            {
                AllScopes = false,
                Expression = false,
                Mode = "string",
                Name = "string",
                TokenType = "string",
                Value = "string",
                Scopes = new[]
                {
                    "string",
                },
            },
        },
        IsHostedPage = false,
        Timezone = "string",
    });
    
    example, err := Identity.NewDomainsSetting(ctx, "domainsSettingResource", &Identity.DomainsSettingArgs{
    	CsrAccess: pulumi.String("string"),
    	SettingId: pulumi.String("string"),
    	Schemas: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	IdcsEndpoint:              pulumi.String("string"),
    	ExternalId:                pulumi.String("string"),
    	TermsOfUseUrl:             pulumi.String("string"),
    	AuditEventRetentionPeriod: pulumi.Int(0),
    	Authorization:             pulumi.String("string"),
    	CertificateValidation: &identity.DomainsSettingCertificateValidationArgs{
    		CrlCheckOnOcspFailureEnabled:      pulumi.Bool(false),
    		CrlEnabled:                        pulumi.Bool(false),
    		CrlLocation:                       pulumi.String("string"),
    		CrlRefreshInterval:                pulumi.Int(0),
    		OcspEnabled:                       pulumi.Bool(false),
    		OcspResponderUrl:                  pulumi.String("string"),
    		OcspSettingsResponderUrlPreferred: pulumi.Bool(false),
    		OcspSigningCertificateAlias:       pulumi.String("string"),
    		OcspTimeoutDuration:               pulumi.Int(0),
    		OcspUnknownResponseStatusAllowed:  pulumi.Bool(false),
    	},
    	CloudGateCorsSettings: &identity.DomainsSettingCloudGateCorsSettingsArgs{
    		CloudGateCorsAllowNullOrigin: pulumi.Bool(false),
    		CloudGateCorsAllowedOrigins: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		CloudGateCorsEnabled: pulumi.Bool(false),
    		CloudGateCorsExposedHeaders: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		CloudGateCorsMaxAge: pulumi.Int(0),
    	},
    	CloudMigrationCustomUrl:  pulumi.String("string"),
    	CloudMigrationUrlEnabled: pulumi.Bool(false),
    	CompanyNames: identity.DomainsSettingCompanyNameArray{
    		&identity.DomainsSettingCompanyNameArgs{
    			Locale: pulumi.String("string"),
    			Value:  pulumi.String("string"),
    		},
    	},
    	ContactEmails: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	AttributeSets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	CustomBranding:     pulumi.Bool(false),
    	CustomCssLocation:  pulumi.String("string"),
    	CustomHtmlLocation: pulumi.String("string"),
    	CustomTranslation:  pulumi.String("string"),
    	DefaultTrustScope:  pulumi.String("string"),
    	Images: identity.DomainsSettingImageArray{
    		&identity.DomainsSettingImageArgs{
    			Type:    pulumi.String("string"),
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    		},
    	},
    	DiagnosticRecordForSearchIdentifiesReturnedResources: pulumi.Bool(false),
    	EnableTermsOfUse:        pulumi.Bool(false),
    	AccountAlwaysTrustScope: pulumi.Bool(false),
    	IamUpstSessionExpiry:    pulumi.Int(0),
    	AllowedNotificationRedirectUrls: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Issuer:          pulumi.String("string"),
    	Attributes:      pulumi.String("string"),
    	DiagnosticLevel: pulumi.Int(0),
    	Locale:          pulumi.String("string"),
    	LoginTexts: identity.DomainsSettingLoginTextArray{
    		&identity.DomainsSettingLoginTextArgs{
    			Locale: pulumi.String("string"),
    			Value:  pulumi.String("string"),
    		},
    	},
    	MaxNoOfAppCmvaToReturn:        pulumi.Int(0),
    	MaxNoOfAppRoleMembersToReturn: pulumi.Int(0),
    	Ocid:                          pulumi.String("string"),
    	PreferredLanguage:             pulumi.String("string"),
    	PrevIssuer:                    pulumi.String("string"),
    	PrivacyPolicyUrl:              pulumi.String("string"),
    	PurgeConfigs: identity.DomainsSettingPurgeConfigArray{
    		&identity.DomainsSettingPurgeConfigArgs{
    			ResourceName:    pulumi.String("string"),
    			RetentionPeriod: pulumi.Int(0),
    		},
    	},
    	ReAuthFactors: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ReAuthWhenChangingMyAuthenticationFactors: pulumi.Bool(false),
    	ResourceTypeSchemaVersion:                 pulumi.String("string"),
    	AllowedForgotPasswordFlowReturnUrls: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ServiceAdminCannotListOtherUsers: pulumi.Bool(false),
    	AllowedDomains: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	SigningCertPublicAccess: pulumi.Bool(false),
    	SubMappingAttr:          pulumi.String("string"),
    	Tags: identity.DomainsSettingTagArray{
    		&identity.DomainsSettingTagArgs{
    			Key:   pulumi.String("string"),
    			Value: pulumi.String("string"),
    		},
    	},
    	TenantCustomClaims: identity.DomainsSettingTenantCustomClaimArray{
    		&identity.DomainsSettingTenantCustomClaimArgs{
    			AllScopes:  pulumi.Bool(false),
    			Expression: pulumi.Bool(false),
    			Mode:       pulumi.String("string"),
    			Name:       pulumi.String("string"),
    			TokenType:  pulumi.String("string"),
    			Value:      pulumi.String("string"),
    			Scopes: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    	},
    	IsHostedPage: pulumi.Bool(false),
    	Timezone:     pulumi.String("string"),
    })
    
    var domainsSettingResource = new DomainsSetting("domainsSettingResource", DomainsSettingArgs.builder()        
        .csrAccess("string")
        .settingId("string")
        .schemas("string")
        .idcsEndpoint("string")
        .externalId("string")
        .termsOfUseUrl("string")
        .auditEventRetentionPeriod(0)
        .authorization("string")
        .certificateValidation(DomainsSettingCertificateValidationArgs.builder()
            .crlCheckOnOcspFailureEnabled(false)
            .crlEnabled(false)
            .crlLocation("string")
            .crlRefreshInterval(0)
            .ocspEnabled(false)
            .ocspResponderUrl("string")
            .ocspSettingsResponderUrlPreferred(false)
            .ocspSigningCertificateAlias("string")
            .ocspTimeoutDuration(0)
            .ocspUnknownResponseStatusAllowed(false)
            .build())
        .cloudGateCorsSettings(DomainsSettingCloudGateCorsSettingsArgs.builder()
            .cloudGateCorsAllowNullOrigin(false)
            .cloudGateCorsAllowedOrigins("string")
            .cloudGateCorsEnabled(false)
            .cloudGateCorsExposedHeaders("string")
            .cloudGateCorsMaxAge(0)
            .build())
        .cloudMigrationCustomUrl("string")
        .cloudMigrationUrlEnabled(false)
        .companyNames(DomainsSettingCompanyNameArgs.builder()
            .locale("string")
            .value("string")
            .build())
        .contactEmails("string")
        .attributeSets("string")
        .customBranding(false)
        .customCssLocation("string")
        .customHtmlLocation("string")
        .customTranslation("string")
        .defaultTrustScope("string")
        .images(DomainsSettingImageArgs.builder()
            .type("string")
            .value("string")
            .display("string")
            .build())
        .diagnosticRecordForSearchIdentifiesReturnedResources(false)
        .enableTermsOfUse(false)
        .accountAlwaysTrustScope(false)
        .iamUpstSessionExpiry(0)
        .allowedNotificationRedirectUrls("string")
        .issuer("string")
        .attributes("string")
        .diagnosticLevel(0)
        .locale("string")
        .loginTexts(DomainsSettingLoginTextArgs.builder()
            .locale("string")
            .value("string")
            .build())
        .maxNoOfAppCmvaToReturn(0)
        .maxNoOfAppRoleMembersToReturn(0)
        .ocid("string")
        .preferredLanguage("string")
        .prevIssuer("string")
        .privacyPolicyUrl("string")
        .purgeConfigs(DomainsSettingPurgeConfigArgs.builder()
            .resourceName("string")
            .retentionPeriod(0)
            .build())
        .reAuthFactors("string")
        .reAuthWhenChangingMyAuthenticationFactors(false)
        .resourceTypeSchemaVersion("string")
        .allowedForgotPasswordFlowReturnUrls("string")
        .serviceAdminCannotListOtherUsers(false)
        .allowedDomains("string")
        .signingCertPublicAccess(false)
        .subMappingAttr("string")
        .tags(DomainsSettingTagArgs.builder()
            .key("string")
            .value("string")
            .build())
        .tenantCustomClaims(DomainsSettingTenantCustomClaimArgs.builder()
            .allScopes(false)
            .expression(false)
            .mode("string")
            .name("string")
            .tokenType("string")
            .value("string")
            .scopes("string")
            .build())
        .isHostedPage(false)
        .timezone("string")
        .build());
    
    domains_setting_resource = oci.identity.DomainsSetting("domainsSettingResource",
        csr_access="string",
        setting_id="string",
        schemas=["string"],
        idcs_endpoint="string",
        external_id="string",
        terms_of_use_url="string",
        audit_event_retention_period=0,
        authorization="string",
        certificate_validation=oci.identity.DomainsSettingCertificateValidationArgs(
            crl_check_on_ocsp_failure_enabled=False,
            crl_enabled=False,
            crl_location="string",
            crl_refresh_interval=0,
            ocsp_enabled=False,
            ocsp_responder_url="string",
            ocsp_settings_responder_url_preferred=False,
            ocsp_signing_certificate_alias="string",
            ocsp_timeout_duration=0,
            ocsp_unknown_response_status_allowed=False,
        ),
        cloud_gate_cors_settings=oci.identity.DomainsSettingCloudGateCorsSettingsArgs(
            cloud_gate_cors_allow_null_origin=False,
            cloud_gate_cors_allowed_origins=["string"],
            cloud_gate_cors_enabled=False,
            cloud_gate_cors_exposed_headers=["string"],
            cloud_gate_cors_max_age=0,
        ),
        cloud_migration_custom_url="string",
        cloud_migration_url_enabled=False,
        company_names=[oci.identity.DomainsSettingCompanyNameArgs(
            locale="string",
            value="string",
        )],
        contact_emails=["string"],
        attribute_sets=["string"],
        custom_branding=False,
        custom_css_location="string",
        custom_html_location="string",
        custom_translation="string",
        default_trust_scope="string",
        images=[oci.identity.DomainsSettingImageArgs(
            type="string",
            value="string",
            display="string",
        )],
        diagnostic_record_for_search_identifies_returned_resources=False,
        enable_terms_of_use=False,
        account_always_trust_scope=False,
        iam_upst_session_expiry=0,
        allowed_notification_redirect_urls=["string"],
        issuer="string",
        attributes="string",
        diagnostic_level=0,
        locale="string",
        login_texts=[oci.identity.DomainsSettingLoginTextArgs(
            locale="string",
            value="string",
        )],
        max_no_of_app_cmva_to_return=0,
        max_no_of_app_role_members_to_return=0,
        ocid="string",
        preferred_language="string",
        prev_issuer="string",
        privacy_policy_url="string",
        purge_configs=[oci.identity.DomainsSettingPurgeConfigArgs(
            resource_name="string",
            retention_period=0,
        )],
        re_auth_factors=["string"],
        re_auth_when_changing_my_authentication_factors=False,
        resource_type_schema_version="string",
        allowed_forgot_password_flow_return_urls=["string"],
        service_admin_cannot_list_other_users=False,
        allowed_domains=["string"],
        signing_cert_public_access=False,
        sub_mapping_attr="string",
        tags=[oci.identity.DomainsSettingTagArgs(
            key="string",
            value="string",
        )],
        tenant_custom_claims=[oci.identity.DomainsSettingTenantCustomClaimArgs(
            all_scopes=False,
            expression=False,
            mode="string",
            name="string",
            token_type="string",
            value="string",
            scopes=["string"],
        )],
        is_hosted_page=False,
        timezone="string")
    
    const domainsSettingResource = new oci.identity.DomainsSetting("domainsSettingResource", {
        csrAccess: "string",
        settingId: "string",
        schemas: ["string"],
        idcsEndpoint: "string",
        externalId: "string",
        termsOfUseUrl: "string",
        auditEventRetentionPeriod: 0,
        authorization: "string",
        certificateValidation: {
            crlCheckOnOcspFailureEnabled: false,
            crlEnabled: false,
            crlLocation: "string",
            crlRefreshInterval: 0,
            ocspEnabled: false,
            ocspResponderUrl: "string",
            ocspSettingsResponderUrlPreferred: false,
            ocspSigningCertificateAlias: "string",
            ocspTimeoutDuration: 0,
            ocspUnknownResponseStatusAllowed: false,
        },
        cloudGateCorsSettings: {
            cloudGateCorsAllowNullOrigin: false,
            cloudGateCorsAllowedOrigins: ["string"],
            cloudGateCorsEnabled: false,
            cloudGateCorsExposedHeaders: ["string"],
            cloudGateCorsMaxAge: 0,
        },
        cloudMigrationCustomUrl: "string",
        cloudMigrationUrlEnabled: false,
        companyNames: [{
            locale: "string",
            value: "string",
        }],
        contactEmails: ["string"],
        attributeSets: ["string"],
        customBranding: false,
        customCssLocation: "string",
        customHtmlLocation: "string",
        customTranslation: "string",
        defaultTrustScope: "string",
        images: [{
            type: "string",
            value: "string",
            display: "string",
        }],
        diagnosticRecordForSearchIdentifiesReturnedResources: false,
        enableTermsOfUse: false,
        accountAlwaysTrustScope: false,
        iamUpstSessionExpiry: 0,
        allowedNotificationRedirectUrls: ["string"],
        issuer: "string",
        attributes: "string",
        diagnosticLevel: 0,
        locale: "string",
        loginTexts: [{
            locale: "string",
            value: "string",
        }],
        maxNoOfAppCmvaToReturn: 0,
        maxNoOfAppRoleMembersToReturn: 0,
        ocid: "string",
        preferredLanguage: "string",
        prevIssuer: "string",
        privacyPolicyUrl: "string",
        purgeConfigs: [{
            resourceName: "string",
            retentionPeriod: 0,
        }],
        reAuthFactors: ["string"],
        reAuthWhenChangingMyAuthenticationFactors: false,
        resourceTypeSchemaVersion: "string",
        allowedForgotPasswordFlowReturnUrls: ["string"],
        serviceAdminCannotListOtherUsers: false,
        allowedDomains: ["string"],
        signingCertPublicAccess: false,
        subMappingAttr: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
        tenantCustomClaims: [{
            allScopes: false,
            expression: false,
            mode: "string",
            name: "string",
            tokenType: "string",
            value: "string",
            scopes: ["string"],
        }],
        isHostedPage: false,
        timezone: "string",
    });
    
    type: oci:Identity:DomainsSetting
    properties:
        accountAlwaysTrustScope: false
        allowedDomains:
            - string
        allowedForgotPasswordFlowReturnUrls:
            - string
        allowedNotificationRedirectUrls:
            - string
        attributeSets:
            - string
        attributes: string
        auditEventRetentionPeriod: 0
        authorization: string
        certificateValidation:
            crlCheckOnOcspFailureEnabled: false
            crlEnabled: false
            crlLocation: string
            crlRefreshInterval: 0
            ocspEnabled: false
            ocspResponderUrl: string
            ocspSettingsResponderUrlPreferred: false
            ocspSigningCertificateAlias: string
            ocspTimeoutDuration: 0
            ocspUnknownResponseStatusAllowed: false
        cloudGateCorsSettings:
            cloudGateCorsAllowNullOrigin: false
            cloudGateCorsAllowedOrigins:
                - string
            cloudGateCorsEnabled: false
            cloudGateCorsExposedHeaders:
                - string
            cloudGateCorsMaxAge: 0
        cloudMigrationCustomUrl: string
        cloudMigrationUrlEnabled: false
        companyNames:
            - locale: string
              value: string
        contactEmails:
            - string
        csrAccess: string
        customBranding: false
        customCssLocation: string
        customHtmlLocation: string
        customTranslation: string
        defaultTrustScope: string
        diagnosticLevel: 0
        diagnosticRecordForSearchIdentifiesReturnedResources: false
        enableTermsOfUse: false
        externalId: string
        iamUpstSessionExpiry: 0
        idcsEndpoint: string
        images:
            - display: string
              type: string
              value: string
        isHostedPage: false
        issuer: string
        locale: string
        loginTexts:
            - locale: string
              value: string
        maxNoOfAppCmvaToReturn: 0
        maxNoOfAppRoleMembersToReturn: 0
        ocid: string
        preferredLanguage: string
        prevIssuer: string
        privacyPolicyUrl: string
        purgeConfigs:
            - resourceName: string
              retentionPeriod: 0
        reAuthFactors:
            - string
        reAuthWhenChangingMyAuthenticationFactors: false
        resourceTypeSchemaVersion: string
        schemas:
            - string
        serviceAdminCannotListOtherUsers: false
        settingId: string
        signingCertPublicAccess: false
        subMappingAttr: string
        tags:
            - key: string
              value: string
        tenantCustomClaims:
            - allScopes: false
              expression: false
              mode: string
              name: string
              scopes:
                - string
              tokenType: string
              value: string
        termsOfUseUrl: string
        timezone: string
    

    DomainsSetting Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The DomainsSetting resource accepts the following input properties:

    CsrAccess string

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    IdcsEndpoint string
    The basic endpoint for the identity domain
    Schemas List<string>

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

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    SettingId string
    ID of the resource
    AccountAlwaysTrustScope bool

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    AllowedDomains List<string>

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    AllowedForgotPasswordFlowReturnUrls List<string>

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    AllowedNotificationRedirectUrls List<string>

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    AuditEventRetentionPeriod int

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    CertificateValidation DomainsSettingCertificateValidation

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    CloudGateCorsSettings DomainsSettingCloudGateCorsSettings

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    CloudMigrationCustomUrl string

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    CloudMigrationUrlEnabled bool

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CompanyNames List<DomainsSettingCompanyName>

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    ContactEmails List<string>

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CustomBranding bool

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    CustomCssLocation string

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CustomHtmlLocation string

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CustomTranslation string

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DefaultTrustScope string

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    DiagnosticLevel int

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    DiagnosticRecordForSearchIdentifiesReturnedResources bool

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    EnableTermsOfUse bool

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ExternalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    IamUpstSessionExpiry int

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    Images List<DomainsSettingImage>

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    IsHostedPage bool

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Issuer string

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    LoginTexts List<DomainsSettingLoginText>

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    MaxNoOfAppCmvaToReturn int

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    MaxNoOfAppRoleMembersToReturn int

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • 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
    PreferredLanguage string

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PrevIssuer string

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    PrivacyPolicyUrl string

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PurgeConfigs List<DomainsSettingPurgeConfig>

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    ReAuthFactors List<string>

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    ReAuthWhenChangingMyAuthenticationFactors bool

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ResourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    ServiceAdminCannotListOtherUsers bool

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    SigningCertPublicAccess bool

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    SubMappingAttr string

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    Tags List<DomainsSettingTag>

    (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
    TenantCustomClaims List<DomainsSettingTenantCustomClaim>

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    TermsOfUseUrl string

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    CsrAccess string

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    IdcsEndpoint string
    The basic endpoint for the identity domain
    Schemas []string

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

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    SettingId string
    ID of the resource
    AccountAlwaysTrustScope bool

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    AllowedDomains []string

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    AllowedForgotPasswordFlowReturnUrls []string

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    AllowedNotificationRedirectUrls []string

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    AuditEventRetentionPeriod int

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    CertificateValidation DomainsSettingCertificateValidationArgs

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    CloudGateCorsSettings DomainsSettingCloudGateCorsSettingsArgs

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    CloudMigrationCustomUrl string

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    CloudMigrationUrlEnabled bool

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CompanyNames []DomainsSettingCompanyNameArgs

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    ContactEmails []string

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CustomBranding bool

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    CustomCssLocation string

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CustomHtmlLocation string

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CustomTranslation string

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DefaultTrustScope string

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    DiagnosticLevel int

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    DiagnosticRecordForSearchIdentifiesReturnedResources bool

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    EnableTermsOfUse bool

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ExternalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    IamUpstSessionExpiry int

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    Images []DomainsSettingImageArgs

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    IsHostedPage bool

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Issuer string

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    LoginTexts []DomainsSettingLoginTextArgs

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    MaxNoOfAppCmvaToReturn int

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    MaxNoOfAppRoleMembersToReturn int

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • 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
    PreferredLanguage string

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PrevIssuer string

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    PrivacyPolicyUrl string

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PurgeConfigs []DomainsSettingPurgeConfigArgs

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    ReAuthFactors []string

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    ReAuthWhenChangingMyAuthenticationFactors bool

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ResourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    ServiceAdminCannotListOtherUsers bool

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    SigningCertPublicAccess bool

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    SubMappingAttr string

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    Tags []DomainsSettingTagArgs

    (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
    TenantCustomClaims []DomainsSettingTenantCustomClaimArgs

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    TermsOfUseUrl string

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    csrAccess String

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    idcsEndpoint String
    The basic endpoint for the identity domain
    schemas List<String>

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

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    settingId String
    ID of the resource
    accountAlwaysTrustScope Boolean

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    allowedDomains List<String>

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allowedForgotPasswordFlowReturnUrls List<String>

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    allowedNotificationRedirectUrls List<String>

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    auditEventRetentionPeriod Integer

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    certificateValidation DomainsSettingCertificateValidation

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudGateCorsSettings DomainsSettingCloudGateCorsSettings

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudMigrationCustomUrl String

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    cloudMigrationUrlEnabled Boolean

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    companyNames List<DomainsSettingCompanyName>

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    contactEmails List<String>

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customBranding Boolean

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    customCssLocation String

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customHtmlLocation String

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customTranslation String

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    defaultTrustScope String

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    diagnosticLevel Integer

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    diagnosticRecordForSearchIdentifiesReturnedResources Boolean

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    enableTermsOfUse Boolean

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    externalId String

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iamUpstSessionExpiry Integer

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    images List<DomainsSettingImage>

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    isHostedPage Boolean

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    issuer String

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    loginTexts List<DomainsSettingLoginText>

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    maxNoOfAppCmvaToReturn Integer

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    maxNoOfAppRoleMembersToReturn Integer

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • 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
    preferredLanguage String

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    prevIssuer String

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    privacyPolicyUrl String

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    purgeConfigs List<DomainsSettingPurgeConfig>

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    reAuthFactors List<String>

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    reAuthWhenChangingMyAuthenticationFactors Boolean

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    resourceTypeSchemaVersion String
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    serviceAdminCannotListOtherUsers Boolean

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    signingCertPublicAccess Boolean

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    subMappingAttr String

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    tags List<DomainsSettingTag>

    (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
    tenantCustomClaims List<DomainsSettingTenantCustomClaim>

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    termsOfUseUrl String

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone String

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    csrAccess string

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    idcsEndpoint string
    The basic endpoint for the identity domain
    schemas string[]

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

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    settingId string
    ID of the resource
    accountAlwaysTrustScope boolean

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    allowedDomains string[]

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allowedForgotPasswordFlowReturnUrls string[]

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    allowedNotificationRedirectUrls string[]

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    auditEventRetentionPeriod number

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    certificateValidation DomainsSettingCertificateValidation

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudGateCorsSettings DomainsSettingCloudGateCorsSettings

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudMigrationCustomUrl string

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    cloudMigrationUrlEnabled boolean

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    companyNames DomainsSettingCompanyName[]

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    contactEmails string[]

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customBranding boolean

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    customCssLocation string

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customHtmlLocation string

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customTranslation string

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    defaultTrustScope string

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    diagnosticLevel number

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    diagnosticRecordForSearchIdentifiesReturnedResources boolean

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    enableTermsOfUse boolean

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    externalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iamUpstSessionExpiry number

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    images DomainsSettingImage[]

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    isHostedPage boolean

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    issuer string

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    loginTexts DomainsSettingLoginText[]

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    maxNoOfAppCmvaToReturn number

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    maxNoOfAppRoleMembersToReturn number

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • 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
    preferredLanguage string

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    prevIssuer string

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    privacyPolicyUrl string

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    purgeConfigs DomainsSettingPurgeConfig[]

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    reAuthFactors string[]

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    reAuthWhenChangingMyAuthenticationFactors boolean

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    resourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    serviceAdminCannotListOtherUsers boolean

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    signingCertPublicAccess boolean

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    subMappingAttr string

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    tags DomainsSettingTag[]

    (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
    tenantCustomClaims DomainsSettingTenantCustomClaim[]

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    termsOfUseUrl string

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    csr_access str

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    idcs_endpoint str
    The basic endpoint for the identity domain
    schemas Sequence[str]

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

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    setting_id str
    ID of the resource
    account_always_trust_scope bool

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    allowed_domains Sequence[str]

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allowed_forgot_password_flow_return_urls Sequence[str]

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    allowed_notification_redirect_urls Sequence[str]

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    audit_event_retention_period int

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    authorization str
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    certificate_validation identity.DomainsSettingCertificateValidationArgs

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloud_gate_cors_settings identity.DomainsSettingCloudGateCorsSettingsArgs

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloud_migration_custom_url str

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    cloud_migration_url_enabled bool

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    company_names Sequence[identity.DomainsSettingCompanyNameArgs]

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    contact_emails Sequence[str]

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    custom_branding bool

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    custom_css_location str

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    custom_html_location str

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    custom_translation str

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    default_trust_scope str

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    diagnostic_level int

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    diagnostic_record_for_search_identifies_returned_resources bool

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    enable_terms_of_use bool

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    external_id str

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iam_upst_session_expiry int

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    images Sequence[identity.DomainsSettingImageArgs]

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    is_hosted_page bool

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    issuer str

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locale str

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    login_texts Sequence[identity.DomainsSettingLoginTextArgs]

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    max_no_of_app_cmva_to_return int

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    max_no_of_app_role_members_to_return int

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • 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
    preferred_language str

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    prev_issuer str

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    privacy_policy_url str

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    purge_configs Sequence[identity.DomainsSettingPurgeConfigArgs]

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    re_auth_factors Sequence[str]

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    re_auth_when_changing_my_authentication_factors bool

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    resource_type_schema_version str
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    service_admin_cannot_list_other_users bool

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    signing_cert_public_access bool

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    sub_mapping_attr str

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    tags Sequence[identity.DomainsSettingTagArgs]

    (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
    tenant_custom_claims Sequence[identity.DomainsSettingTenantCustomClaimArgs]

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    terms_of_use_url str

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone str

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    csrAccess String

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    idcsEndpoint String
    The basic endpoint for the identity domain
    schemas List<String>

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

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    settingId String
    ID of the resource
    accountAlwaysTrustScope Boolean

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    allowedDomains List<String>

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allowedForgotPasswordFlowReturnUrls List<String>

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    allowedNotificationRedirectUrls List<String>

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    auditEventRetentionPeriod Number

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    certificateValidation Property Map

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudGateCorsSettings Property Map

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudMigrationCustomUrl String

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    cloudMigrationUrlEnabled Boolean

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    companyNames List<Property Map>

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    contactEmails List<String>

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customBranding Boolean

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    customCssLocation String

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customHtmlLocation String

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customTranslation String

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    defaultTrustScope String

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    diagnosticLevel Number

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    diagnosticRecordForSearchIdentifiesReturnedResources Boolean

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    enableTermsOfUse Boolean

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    externalId String

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iamUpstSessionExpiry Number

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    images List<Property Map>

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    isHostedPage Boolean

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    issuer String

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    loginTexts List<Property Map>

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    maxNoOfAppCmvaToReturn Number

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    maxNoOfAppRoleMembersToReturn Number

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • 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
    preferredLanguage String

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    prevIssuer String

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    privacyPolicyUrl String

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    purgeConfigs List<Property Map>

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    reAuthFactors List<String>

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    reAuthWhenChangingMyAuthenticationFactors Boolean

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    resourceTypeSchemaVersion String
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    serviceAdminCannotListOtherUsers Boolean

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    signingCertPublicAccess Boolean

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    subMappingAttr String

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    tags 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
    tenantCustomClaims List<Property Map>

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    termsOfUseUrl String

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone String

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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 DomainsSetting resource produces the following output properties:

    CloudAccountName string

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: 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
    DefaultCompanyNames List<DomainsSettingDefaultCompanyName>

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DefaultImages List<DomainsSettingDefaultImage>

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DefaultLoginTexts List<DomainsSettingDefaultLoginText>

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DeleteInProgress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    DiagnosticTracingUpto string

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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.
    IdcsCreatedBies List<DomainsSettingIdcsCreatedBy>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    IdcsLastModifiedBies List<DomainsSettingIdcsLastModifiedBy>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    IdcsLastUpgradedInRelease string

    (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
    IdcsPreventedOperations List<string>

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

    (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
    MigrationStatus string

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    OnPremisesProvisioning bool

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • 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
    CloudAccountName string

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: 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
    DefaultCompanyNames []DomainsSettingDefaultCompanyName

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DefaultImages []DomainsSettingDefaultImage

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DefaultLoginTexts []DomainsSettingDefaultLoginText

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DeleteInProgress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    DiagnosticTracingUpto string

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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.
    IdcsCreatedBies []DomainsSettingIdcsCreatedBy

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    IdcsLastModifiedBies []DomainsSettingIdcsLastModifiedBy

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    IdcsLastUpgradedInRelease string

    (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
    IdcsPreventedOperations []string

    (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 []DomainsSettingMeta

    (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
    MigrationStatus string

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    OnPremisesProvisioning bool

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • 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
    cloudAccountName String

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: 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
    defaultCompanyNames List<DomainsSettingDefaultCompanyName>

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultImages List<DomainsSettingDefaultImage>

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultLoginTexts List<DomainsSettingDefaultLoginText>

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    deleteInProgress Boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnosticTracingUpto String

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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.
    idcsCreatedBies List<DomainsSettingIdcsCreatedBy>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsLastModifiedBies List<DomainsSettingIdcsLastModifiedBy>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease String

    (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
    idcsPreventedOperations List<String>

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

    (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
    migrationStatus String

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    onPremisesProvisioning Boolean

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • 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
    cloudAccountName string

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: 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
    defaultCompanyNames DomainsSettingDefaultCompanyName[]

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultImages DomainsSettingDefaultImage[]

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultLoginTexts DomainsSettingDefaultLoginText[]

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    deleteInProgress boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnosticTracingUpto string

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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.
    idcsCreatedBies DomainsSettingIdcsCreatedBy[]

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsLastModifiedBies DomainsSettingIdcsLastModifiedBy[]

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease string

    (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
    idcsPreventedOperations string[]

    (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 DomainsSettingMeta[]

    (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
    migrationStatus string

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    onPremisesProvisioning boolean

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • 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
    cloud_account_name str

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: 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
    default_company_names Sequence[identity.DomainsSettingDefaultCompanyName]

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    default_images Sequence[identity.DomainsSettingDefaultImage]

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    default_login_texts Sequence[identity.DomainsSettingDefaultLoginText]

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    delete_in_progress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnostic_tracing_upto str

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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_bies Sequence[identity.DomainsSettingIdcsCreatedBy]

    (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_modified_bies Sequence[identity.DomainsSettingIdcsLastModifiedBy]

    (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_upgraded_in_release str

    (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_operations Sequence[str]

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    metas Sequence[identity.DomainsSettingMeta]

    (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
    migration_status str

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    on_premises_provisioning bool

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • 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
    cloudAccountName String

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: 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
    defaultCompanyNames List<Property Map>

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultImages List<Property Map>

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultLoginTexts List<Property Map>

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    deleteInProgress Boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnosticTracingUpto String

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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.
    idcsCreatedBies List<Property Map>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsLastModifiedBies List<Property Map>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease String

    (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
    idcsPreventedOperations List<String>

    (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
    migrationStatus String

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    onPremisesProvisioning Boolean

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • 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 DomainsSetting Resource

    Get an existing DomainsSetting 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?: DomainsSettingState, opts?: CustomResourceOptions): DomainsSetting
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_always_trust_scope: Optional[bool] = None,
            allowed_domains: Optional[Sequence[str]] = None,
            allowed_forgot_password_flow_return_urls: Optional[Sequence[str]] = None,
            allowed_notification_redirect_urls: Optional[Sequence[str]] = None,
            attribute_sets: Optional[Sequence[str]] = None,
            attributes: Optional[str] = None,
            audit_event_retention_period: Optional[int] = None,
            authorization: Optional[str] = None,
            certificate_validation: Optional[_identity.DomainsSettingCertificateValidationArgs] = None,
            cloud_account_name: Optional[str] = None,
            cloud_gate_cors_settings: Optional[_identity.DomainsSettingCloudGateCorsSettingsArgs] = None,
            cloud_migration_custom_url: Optional[str] = None,
            cloud_migration_url_enabled: Optional[bool] = None,
            company_names: Optional[Sequence[_identity.DomainsSettingCompanyNameArgs]] = None,
            compartment_ocid: Optional[str] = None,
            contact_emails: Optional[Sequence[str]] = None,
            csr_access: Optional[str] = None,
            custom_branding: Optional[bool] = None,
            custom_css_location: Optional[str] = None,
            custom_html_location: Optional[str] = None,
            custom_translation: Optional[str] = None,
            default_company_names: Optional[Sequence[_identity.DomainsSettingDefaultCompanyNameArgs]] = None,
            default_images: Optional[Sequence[_identity.DomainsSettingDefaultImageArgs]] = None,
            default_login_texts: Optional[Sequence[_identity.DomainsSettingDefaultLoginTextArgs]] = None,
            default_trust_scope: Optional[str] = None,
            delete_in_progress: Optional[bool] = None,
            diagnostic_level: Optional[int] = None,
            diagnostic_record_for_search_identifies_returned_resources: Optional[bool] = None,
            diagnostic_tracing_upto: Optional[str] = None,
            domain_ocid: Optional[str] = None,
            enable_terms_of_use: Optional[bool] = None,
            external_id: Optional[str] = None,
            iam_upst_session_expiry: Optional[int] = None,
            idcs_created_bies: Optional[Sequence[_identity.DomainsSettingIdcsCreatedByArgs]] = None,
            idcs_endpoint: Optional[str] = None,
            idcs_last_modified_bies: Optional[Sequence[_identity.DomainsSettingIdcsLastModifiedByArgs]] = None,
            idcs_last_upgraded_in_release: Optional[str] = None,
            idcs_prevented_operations: Optional[Sequence[str]] = None,
            images: Optional[Sequence[_identity.DomainsSettingImageArgs]] = None,
            is_hosted_page: Optional[bool] = None,
            issuer: Optional[str] = None,
            locale: Optional[str] = None,
            login_texts: Optional[Sequence[_identity.DomainsSettingLoginTextArgs]] = None,
            max_no_of_app_cmva_to_return: Optional[int] = None,
            max_no_of_app_role_members_to_return: Optional[int] = None,
            metas: Optional[Sequence[_identity.DomainsSettingMetaArgs]] = None,
            migration_status: Optional[str] = None,
            ocid: Optional[str] = None,
            on_premises_provisioning: Optional[bool] = None,
            preferred_language: Optional[str] = None,
            prev_issuer: Optional[str] = None,
            privacy_policy_url: Optional[str] = None,
            purge_configs: Optional[Sequence[_identity.DomainsSettingPurgeConfigArgs]] = None,
            re_auth_factors: Optional[Sequence[str]] = None,
            re_auth_when_changing_my_authentication_factors: Optional[bool] = None,
            resource_type_schema_version: Optional[str] = None,
            schemas: Optional[Sequence[str]] = None,
            service_admin_cannot_list_other_users: Optional[bool] = None,
            setting_id: Optional[str] = None,
            signing_cert_public_access: Optional[bool] = None,
            sub_mapping_attr: Optional[str] = None,
            tags: Optional[Sequence[_identity.DomainsSettingTagArgs]] = None,
            tenancy_ocid: Optional[str] = None,
            tenant_custom_claims: Optional[Sequence[_identity.DomainsSettingTenantCustomClaimArgs]] = None,
            terms_of_use_url: Optional[str] = None,
            timezone: Optional[str] = None) -> DomainsSetting
    func GetDomainsSetting(ctx *Context, name string, id IDInput, state *DomainsSettingState, opts ...ResourceOption) (*DomainsSetting, error)
    public static DomainsSetting Get(string name, Input<string> id, DomainsSettingState? state, CustomResourceOptions? opts = null)
    public static DomainsSetting get(String name, Output<String> id, DomainsSettingState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountAlwaysTrustScope bool

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    AllowedDomains List<string>

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    AllowedForgotPasswordFlowReturnUrls List<string>

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    AllowedNotificationRedirectUrls List<string>

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    AuditEventRetentionPeriod int

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    CertificateValidation DomainsSettingCertificateValidation

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    CloudAccountName string

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CloudGateCorsSettings DomainsSettingCloudGateCorsSettings

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    CloudMigrationCustomUrl string

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    CloudMigrationUrlEnabled bool

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CompanyNames List<DomainsSettingCompanyName>

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    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
    ContactEmails List<string>

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CsrAccess string

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    CustomBranding bool

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    CustomCssLocation string

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CustomHtmlLocation string

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CustomTranslation string

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DefaultCompanyNames List<DomainsSettingDefaultCompanyName>

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DefaultImages List<DomainsSettingDefaultImage>

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DefaultLoginTexts List<DomainsSettingDefaultLoginText>

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DefaultTrustScope string

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    DeleteInProgress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    DiagnosticLevel int

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    DiagnosticRecordForSearchIdentifiesReturnedResources bool

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    DiagnosticTracingUpto string

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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
    EnableTermsOfUse bool

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ExternalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    IamUpstSessionExpiry int

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    IdcsCreatedBies List<DomainsSettingIdcsCreatedBy>

    (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
    IdcsLastModifiedBies List<DomainsSettingIdcsLastModifiedBy>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    IdcsLastUpgradedInRelease string

    (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
    IdcsPreventedOperations List<string>

    (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
    Images List<DomainsSettingImage>

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    IsHostedPage bool

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Issuer string

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    LoginTexts List<DomainsSettingLoginText>

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    MaxNoOfAppCmvaToReturn int

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    MaxNoOfAppRoleMembersToReturn int

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    Metas List<DomainsSettingMeta>

    (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
    MigrationStatus string

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • 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
    OnPremisesProvisioning bool

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    PreferredLanguage string

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PrevIssuer string

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    PrivacyPolicyUrl string

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PurgeConfigs List<DomainsSettingPurgeConfig>

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    ReAuthFactors List<string>

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    ReAuthWhenChangingMyAuthenticationFactors bool

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ResourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    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
    ServiceAdminCannotListOtherUsers bool

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    SettingId string
    ID of the resource
    SigningCertPublicAccess bool

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    SubMappingAttr string

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    Tags List<DomainsSettingTag>

    (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
    TenantCustomClaims List<DomainsSettingTenantCustomClaim>

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    TermsOfUseUrl string

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    AccountAlwaysTrustScope bool

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    AllowedDomains []string

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    AllowedForgotPasswordFlowReturnUrls []string

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    AllowedNotificationRedirectUrls []string

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    AuditEventRetentionPeriod int

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    CertificateValidation DomainsSettingCertificateValidationArgs

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    CloudAccountName string

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CloudGateCorsSettings DomainsSettingCloudGateCorsSettingsArgs

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    CloudMigrationCustomUrl string

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    CloudMigrationUrlEnabled bool

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CompanyNames []DomainsSettingCompanyNameArgs

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    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
    ContactEmails []string

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CsrAccess string

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    CustomBranding bool

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    CustomCssLocation string

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CustomHtmlLocation string

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CustomTranslation string

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    DefaultCompanyNames []DomainsSettingDefaultCompanyNameArgs

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DefaultImages []DomainsSettingDefaultImageArgs

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DefaultLoginTexts []DomainsSettingDefaultLoginTextArgs

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    DefaultTrustScope string

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    DeleteInProgress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    DiagnosticLevel int

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    DiagnosticRecordForSearchIdentifiesReturnedResources bool

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    DiagnosticTracingUpto string

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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
    EnableTermsOfUse bool

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ExternalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    IamUpstSessionExpiry int

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    IdcsCreatedBies []DomainsSettingIdcsCreatedByArgs

    (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
    IdcsLastModifiedBies []DomainsSettingIdcsLastModifiedByArgs

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    IdcsLastUpgradedInRelease string

    (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
    IdcsPreventedOperations []string

    (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
    Images []DomainsSettingImageArgs

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    IsHostedPage bool

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Issuer string

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    LoginTexts []DomainsSettingLoginTextArgs

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    MaxNoOfAppCmvaToReturn int

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    MaxNoOfAppRoleMembersToReturn int

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    Metas []DomainsSettingMetaArgs

    (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
    MigrationStatus string

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • 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
    OnPremisesProvisioning bool

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    PreferredLanguage string

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PrevIssuer string

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    PrivacyPolicyUrl string

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    PurgeConfigs []DomainsSettingPurgeConfigArgs

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    ReAuthFactors []string

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    ReAuthWhenChangingMyAuthenticationFactors bool

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ResourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    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
    ServiceAdminCannotListOtherUsers bool

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    SettingId string
    ID of the resource
    SigningCertPublicAccess bool

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    SubMappingAttr string

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    Tags []DomainsSettingTagArgs

    (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
    TenantCustomClaims []DomainsSettingTenantCustomClaimArgs

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    TermsOfUseUrl string

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    accountAlwaysTrustScope Boolean

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    allowedDomains List<String>

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allowedForgotPasswordFlowReturnUrls List<String>

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    allowedNotificationRedirectUrls List<String>

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    auditEventRetentionPeriod Integer

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    certificateValidation DomainsSettingCertificateValidation

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudAccountName String

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloudGateCorsSettings DomainsSettingCloudGateCorsSettings

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudMigrationCustomUrl String

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    cloudMigrationUrlEnabled Boolean

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    companyNames List<DomainsSettingCompanyName>

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    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
    contactEmails List<String>

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    csrAccess String

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    customBranding Boolean

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    customCssLocation String

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customHtmlLocation String

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customTranslation String

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    defaultCompanyNames List<DomainsSettingDefaultCompanyName>

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultImages List<DomainsSettingDefaultImage>

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultLoginTexts List<DomainsSettingDefaultLoginText>

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultTrustScope String

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    deleteInProgress Boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnosticLevel Integer

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    diagnosticRecordForSearchIdentifiesReturnedResources Boolean

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnosticTracingUpto String

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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
    enableTermsOfUse Boolean

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    externalId String

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iamUpstSessionExpiry Integer

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    idcsCreatedBies List<DomainsSettingIdcsCreatedBy>

    (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
    idcsLastModifiedBies List<DomainsSettingIdcsLastModifiedBy>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease String

    (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
    idcsPreventedOperations List<String>

    (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
    images List<DomainsSettingImage>

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    isHostedPage Boolean

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    issuer String

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    loginTexts List<DomainsSettingLoginText>

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    maxNoOfAppCmvaToReturn Integer

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    maxNoOfAppRoleMembersToReturn Integer

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    metas List<DomainsSettingMeta>

    (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
    migrationStatus String

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • 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
    onPremisesProvisioning Boolean

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    preferredLanguage String

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    prevIssuer String

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    privacyPolicyUrl String

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    purgeConfigs List<DomainsSettingPurgeConfig>

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    reAuthFactors List<String>

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    reAuthWhenChangingMyAuthenticationFactors Boolean

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    resourceTypeSchemaVersion String
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    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
    serviceAdminCannotListOtherUsers Boolean

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    settingId String
    ID of the resource
    signingCertPublicAccess Boolean

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    subMappingAttr String

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    tags List<DomainsSettingTag>

    (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
    tenantCustomClaims List<DomainsSettingTenantCustomClaim>

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    termsOfUseUrl String

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone String

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    accountAlwaysTrustScope boolean

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    allowedDomains string[]

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allowedForgotPasswordFlowReturnUrls string[]

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    allowedNotificationRedirectUrls string[]

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    auditEventRetentionPeriod number

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    certificateValidation DomainsSettingCertificateValidation

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudAccountName string

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloudGateCorsSettings DomainsSettingCloudGateCorsSettings

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudMigrationCustomUrl string

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    cloudMigrationUrlEnabled boolean

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    companyNames DomainsSettingCompanyName[]

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    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
    contactEmails string[]

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    csrAccess string

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    customBranding boolean

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    customCssLocation string

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customHtmlLocation string

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customTranslation string

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    defaultCompanyNames DomainsSettingDefaultCompanyName[]

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultImages DomainsSettingDefaultImage[]

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultLoginTexts DomainsSettingDefaultLoginText[]

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultTrustScope string

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    deleteInProgress boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnosticLevel number

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    diagnosticRecordForSearchIdentifiesReturnedResources boolean

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnosticTracingUpto string

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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
    enableTermsOfUse boolean

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    externalId string

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iamUpstSessionExpiry number

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    idcsCreatedBies DomainsSettingIdcsCreatedBy[]

    (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
    idcsLastModifiedBies DomainsSettingIdcsLastModifiedBy[]

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease string

    (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
    idcsPreventedOperations string[]

    (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
    images DomainsSettingImage[]

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    isHostedPage boolean

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    issuer string

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    loginTexts DomainsSettingLoginText[]

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    maxNoOfAppCmvaToReturn number

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    maxNoOfAppRoleMembersToReturn number

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    metas DomainsSettingMeta[]

    (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
    migrationStatus string

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • 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
    onPremisesProvisioning boolean

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    preferredLanguage string

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    prevIssuer string

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    privacyPolicyUrl string

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    purgeConfigs DomainsSettingPurgeConfig[]

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    reAuthFactors string[]

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    reAuthWhenChangingMyAuthenticationFactors boolean

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    resourceTypeSchemaVersion string
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    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
    serviceAdminCannotListOtherUsers boolean

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    settingId string
    ID of the resource
    signingCertPublicAccess boolean

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    subMappingAttr string

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    tags DomainsSettingTag[]

    (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
    tenantCustomClaims DomainsSettingTenantCustomClaim[]

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    termsOfUseUrl string

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone string

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    account_always_trust_scope bool

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    allowed_domains Sequence[str]

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allowed_forgot_password_flow_return_urls Sequence[str]

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    allowed_notification_redirect_urls Sequence[str]

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    audit_event_retention_period int

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    authorization str
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    certificate_validation identity.DomainsSettingCertificateValidationArgs

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloud_account_name str

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloud_gate_cors_settings identity.DomainsSettingCloudGateCorsSettingsArgs

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloud_migration_custom_url str

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    cloud_migration_url_enabled bool

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    company_names Sequence[identity.DomainsSettingCompanyNameArgs]

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    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
    contact_emails Sequence[str]

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    csr_access str

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    custom_branding bool

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    custom_css_location str

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    custom_html_location str

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    custom_translation str

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    default_company_names Sequence[identity.DomainsSettingDefaultCompanyNameArgs]

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    default_images Sequence[identity.DomainsSettingDefaultImageArgs]

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    default_login_texts Sequence[identity.DomainsSettingDefaultLoginTextArgs]

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    default_trust_scope str

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    delete_in_progress bool

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnostic_level int

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    diagnostic_record_for_search_identifies_returned_resources bool

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnostic_tracing_upto str

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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
    enable_terms_of_use bool

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    external_id str

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iam_upst_session_expiry int

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    idcs_created_bies Sequence[identity.DomainsSettingIdcsCreatedByArgs]

    (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_modified_bies Sequence[identity.DomainsSettingIdcsLastModifiedByArgs]

    (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_upgraded_in_release str

    (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_operations Sequence[str]

    (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
    images Sequence[identity.DomainsSettingImageArgs]

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    is_hosted_page bool

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    issuer str

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locale str

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    login_texts Sequence[identity.DomainsSettingLoginTextArgs]

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    max_no_of_app_cmva_to_return int

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    max_no_of_app_role_members_to_return int

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    metas Sequence[identity.DomainsSettingMetaArgs]

    (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
    migration_status str

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • 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
    on_premises_provisioning bool

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    preferred_language str

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    prev_issuer str

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    privacy_policy_url str

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    purge_configs Sequence[identity.DomainsSettingPurgeConfigArgs]

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    re_auth_factors Sequence[str]

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    re_auth_when_changing_my_authentication_factors bool

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    resource_type_schema_version str
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    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
    service_admin_cannot_list_other_users bool

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    setting_id str
    ID of the resource
    signing_cert_public_access bool

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    sub_mapping_attr str

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    tags Sequence[identity.DomainsSettingTagArgs]

    (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
    tenant_custom_claims Sequence[identity.DomainsSettingTenantCustomClaimArgs]

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    terms_of_use_url str

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone str

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    accountAlwaysTrustScope Boolean

    (Updatable) Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.

    Added In: 18.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    allowedDomains List<String>

    (Updatable) One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allowedForgotPasswordFlowReturnUrls List<String>

    (Updatable) If specified, indicates the set of Urls which can be returned to after successful forgot password flow

    Added In: 19.3.3

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    allowedNotificationRedirectUrls List<String>

    (Updatable) If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.

    Added In: 2009041201

    SCIM++ Properties:

    • type: string
    • multiValued: true
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    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.
    auditEventRetentionPeriod Number

    (Updatable) Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged

    Added In: 19.2.1

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    certificateValidation Property Map

    (Updatable) Certificate Validation Config

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudAccountName String

    (Updatable) The attribute to store the cloud account name

    Deprecated Since: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloudGateCorsSettings Property Map

    (Updatable) A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    cloudMigrationCustomUrl String

    (Updatable) If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.

    Added In: 2012271618

    SCIM++ Properties:

    • type: string
    • multiValued: false
    • required: false
    • mutability: readWrite
    • returned: default
    • uniqueness: none
    • caseExact: false
    cloudMigrationUrlEnabled Boolean

    (Updatable) CloudAccountMigration: Enable Custom SIM Migrator Url.

    Added In: 2012271618

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    companyNames List<Property Map>

    (Updatable) Name of the company in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    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
    contactEmails List<String>

    (Updatable) Contact emails used to notify tenants. Can be one or more user or group alias emails.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    csrAccess String

    (Updatable) This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    customBranding Boolean

    (Updatable) Indicates if the branding is default or custom

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    customCssLocation String

    (Updatable) Storage URL location where the sanitized custom css is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customHtmlLocation String

    (Updatable) Storage URL location where the sanitized custom html is located

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    customTranslation String

    (Updatable) Custom translations (JSON String)

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    defaultCompanyNames List<Property Map>

    (Updatable) Default name of the Company in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultImages List<Property Map>

    (Updatable) References to various images

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultLoginTexts List<Property Map>

    (Updatable) Default Login text in different locales

    Added In: 18.2.2

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    defaultTrustScope String

    (Updatable) Deprecated Since: 18.3.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string Indicates the default trust scope for all apps
    deleteInProgress Boolean

    (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnosticLevel Number

    (Updatable) The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    diagnosticRecordForSearchIdentifiesReturnedResources Boolean

    (Updatable) Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.

    Added In: 2011192329

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    diagnosticTracingUpto String

    (Updatable) The end time up to which diagnostic recording is switched on

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • 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
    enableTermsOfUse Boolean

    (Updatable) Indicates if Terms of Use is enabled in UI

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    externalId String

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iamUpstSessionExpiry Number

    (Updatable) Maximum duration for IAM User Principal Session Token expiry

    Added In: 2307071836

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    idcsCreatedBies List<Property Map>

    (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
    idcsLastModifiedBies List<Property Map>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: complex
    idcsLastUpgradedInRelease String

    (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
    idcsPreventedOperations List<String>

    (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
    images List<Property Map>

    (Updatable) References to various images

    SCIM++ Properties:

    • idcsCompositeKey: [type]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    isHostedPage Boolean

    (Updatable) Indicates if 'hosted' option was selected

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    issuer String

    (Updatable) Tenant issuer.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    loginTexts List<Property Map>

    (Updatable) Login text in different locales

    SCIM++ Properties:

    • idcsCompositeKey: [locale]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    maxNoOfAppCmvaToReturn Number

    (Updatable) Limit the maximum return of CMVA for an App

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    maxNoOfAppRoleMembersToReturn Number

    (Updatable) Limit the maximum return of members for an AppRole

    Added In: 2111112015

    SCIM++ Properties:

    • idcsMinValue: 0
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • 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
    migrationStatus String

    (Updatable) Database Migration Status

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: true
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • 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
    onPremisesProvisioning Boolean

    (Updatable) On-Premises provisioning feature toggle.

    Added In: 19.2.1

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    preferredLanguage String

    (Updatable) Preferred written or spoken language used for localized user interfaces

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    prevIssuer String

    (Updatable) Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    privacyPolicyUrl String

    (Updatable) Privacy Policy URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    purgeConfigs List<Property Map>

    (Updatable) Purge Configs for different Resource Types

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • idcsCompositeKey: [resourceName]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    reAuthFactors List<String>

    (Updatable) If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".

    Added In: 20.1.3

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    reAuthWhenChangingMyAuthenticationFactors Boolean

    (Updatable) Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    resourceTypeSchemaVersion String
    (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    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
    serviceAdminCannotListOtherUsers Boolean

    (Updatable) By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.

    Added In: 2108190438

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    settingId String
    ID of the resource
    signingCertPublicAccess Boolean

    (Updatable) Indicates if access on SigningCert is allowed to public or not

    Added In: 17.3.4

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    subMappingAttr String

    (Updatable) Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
    tags 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
    tenantCustomClaims List<Property Map>

    (Updatable) Custom claims associated with the specific tenant

    Added In: 18.4.2

    SCIM++ Properties:

    • idcsCompositeKey: [name]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    termsOfUseUrl String

    (Updatable) Terms of Use URL

    Added In: 18.2.4

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    timezone String

    (Updatable) User's timezone

    SCIM++ Properties:

    • caseExact: false
    • idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • 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

    DomainsSettingCertificateValidation, DomainsSettingCertificateValidationArgs

    CrlCheckOnOcspFailureEnabled bool

    (Updatable) Use CRL as Fallback.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CrlEnabled bool

    (Updatable) CRL is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CrlLocation string

    (Updatable) CRL Location.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CrlRefreshInterval int

    (Updatable) The CRL refresh interval in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    OcspEnabled bool

    (Updatable) OCSP is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    OcspResponderUrl string

    (Updatable) OCSP Responder URL

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    OcspSettingsResponderUrlPreferred bool

    (Updatable) This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    OcspSigningCertificateAlias string

    (Updatable) OCSP Signing Certificate Alias

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    OcspTimeoutDuration int

    (Updatable) The OCSP Timeout duration in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 10
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    OcspUnknownResponseStatusAllowed bool

    (Updatable) OCSP Accept unknown response status from ocsp responder.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CrlCheckOnOcspFailureEnabled bool

    (Updatable) Use CRL as Fallback.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CrlEnabled bool

    (Updatable) CRL is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CrlLocation string

    (Updatable) CRL Location.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CrlRefreshInterval int

    (Updatable) The CRL refresh interval in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    OcspEnabled bool

    (Updatable) OCSP is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    OcspResponderUrl string

    (Updatable) OCSP Responder URL

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    OcspSettingsResponderUrlPreferred bool

    (Updatable) This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    OcspSigningCertificateAlias string

    (Updatable) OCSP Signing Certificate Alias

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    OcspTimeoutDuration int

    (Updatable) The OCSP Timeout duration in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 10
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    OcspUnknownResponseStatusAllowed bool

    (Updatable) OCSP Accept unknown response status from ocsp responder.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlCheckOnOcspFailureEnabled Boolean

    (Updatable) Use CRL as Fallback.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlEnabled Boolean

    (Updatable) CRL is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlLocation String

    (Updatable) CRL Location.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    crlRefreshInterval Integer

    (Updatable) The CRL refresh interval in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocspEnabled Boolean

    (Updatable) OCSP is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspResponderUrl String

    (Updatable) OCSP Responder URL

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocspSettingsResponderUrlPreferred Boolean

    (Updatable) This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspSigningCertificateAlias String

    (Updatable) OCSP Signing Certificate Alias

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocspTimeoutDuration Integer

    (Updatable) The OCSP Timeout duration in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 10
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocspUnknownResponseStatusAllowed Boolean

    (Updatable) OCSP Accept unknown response status from ocsp responder.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlCheckOnOcspFailureEnabled boolean

    (Updatable) Use CRL as Fallback.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlEnabled boolean

    (Updatable) CRL is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlLocation string

    (Updatable) CRL Location.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    crlRefreshInterval number

    (Updatable) The CRL refresh interval in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocspEnabled boolean

    (Updatable) OCSP is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspResponderUrl string

    (Updatable) OCSP Responder URL

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocspSettingsResponderUrlPreferred boolean

    (Updatable) This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspSigningCertificateAlias string

    (Updatable) OCSP Signing Certificate Alias

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocspTimeoutDuration number

    (Updatable) The OCSP Timeout duration in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 10
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocspUnknownResponseStatusAllowed boolean

    (Updatable) OCSP Accept unknown response status from ocsp responder.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crl_check_on_ocsp_failure_enabled bool

    (Updatable) Use CRL as Fallback.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crl_enabled bool

    (Updatable) CRL is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crl_location str

    (Updatable) CRL Location.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    crl_refresh_interval int

    (Updatable) The CRL refresh interval in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocsp_enabled bool

    (Updatable) OCSP is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocsp_responder_url str

    (Updatable) OCSP Responder URL

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocsp_settings_responder_url_preferred bool

    (Updatable) This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocsp_signing_certificate_alias str

    (Updatable) OCSP Signing Certificate Alias

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocsp_timeout_duration int

    (Updatable) The OCSP Timeout duration in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 10
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocsp_unknown_response_status_allowed bool

    (Updatable) OCSP Accept unknown response status from ocsp responder.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlCheckOnOcspFailureEnabled Boolean

    (Updatable) Use CRL as Fallback.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlEnabled Boolean

    (Updatable) CRL is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlLocation String

    (Updatable) CRL Location.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    crlRefreshInterval Number

    (Updatable) The CRL refresh interval in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocspEnabled Boolean

    (Updatable) OCSP is enabled Configuration

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspResponderUrl String

    (Updatable) OCSP Responder URL

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocspSettingsResponderUrlPreferred Boolean

    (Updatable) This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspSigningCertificateAlias String

    (Updatable) OCSP Signing Certificate Alias

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocspTimeoutDuration Number

    (Updatable) The OCSP Timeout duration in minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 10
    • idcsMinValue: 1
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocspUnknownResponseStatusAllowed Boolean

    (Updatable) OCSP Accept unknown response status from ocsp responder.

    Added In: 2010242156

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none

    DomainsSettingCloudGateCorsSettings, DomainsSettingCloudGateCorsSettingsArgs

    CloudGateCorsAllowNullOrigin bool

    (Updatable) Allow Null Origin (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CloudGateCorsAllowedOrigins List<string>

    (Updatable) Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CloudGateCorsEnabled bool

    (Updatable) Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CloudGateCorsExposedHeaders List<string>

    (Updatable) List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CloudGateCorsMaxAge int

    (Updatable) Maximum number of seconds a CORS Pre-flight Response may be cached by client.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    CloudGateCorsAllowNullOrigin bool

    (Updatable) Allow Null Origin (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CloudGateCorsAllowedOrigins []string

    (Updatable) Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CloudGateCorsEnabled bool

    (Updatable) Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CloudGateCorsExposedHeaders []string

    (Updatable) List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    CloudGateCorsMaxAge int

    (Updatable) Maximum number of seconds a CORS Pre-flight Response may be cached by client.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    cloudGateCorsAllowNullOrigin Boolean

    (Updatable) Allow Null Origin (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    cloudGateCorsAllowedOrigins List<String>

    (Updatable) Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloudGateCorsEnabled Boolean

    (Updatable) Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    cloudGateCorsExposedHeaders List<String>

    (Updatable) List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloudGateCorsMaxAge Integer

    (Updatable) Maximum number of seconds a CORS Pre-flight Response may be cached by client.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    cloudGateCorsAllowNullOrigin boolean

    (Updatable) Allow Null Origin (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    cloudGateCorsAllowedOrigins string[]

    (Updatable) Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloudGateCorsEnabled boolean

    (Updatable) Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    cloudGateCorsExposedHeaders string[]

    (Updatable) List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloudGateCorsMaxAge number

    (Updatable) Maximum number of seconds a CORS Pre-flight Response may be cached by client.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    cloud_gate_cors_allow_null_origin bool

    (Updatable) Allow Null Origin (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    cloud_gate_cors_allowed_origins Sequence[str]

    (Updatable) Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloud_gate_cors_enabled bool

    (Updatable) Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    cloud_gate_cors_exposed_headers Sequence[str]

    (Updatable) List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloud_gate_cors_max_age int

    (Updatable) Maximum number of seconds a CORS Pre-flight Response may be cached by client.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    cloudGateCorsAllowNullOrigin Boolean

    (Updatable) Allow Null Origin (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    cloudGateCorsAllowedOrigins List<String>

    (Updatable) Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloudGateCorsEnabled Boolean

    (Updatable) Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.

    Added In: 2011192329

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    cloudGateCorsExposedHeaders List<String>

    (Updatable) List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    cloudGateCorsMaxAge Number

    (Updatable) Maximum number of seconds a CORS Pre-flight Response may be cached by client.

    Added In: 2205182039

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none

    DomainsSettingCompanyName, DomainsSettingCompanyNameArgs

    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale str

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value str

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none

    DomainsSettingDefaultCompanyName, DomainsSettingDefaultCompanyNameArgs

    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale str

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value str

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none

    DomainsSettingDefaultImage, DomainsSettingDefaultImageArgs

    Type string

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    Type string

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    type String

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display String

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    type string

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    type str

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value str

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display str

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    type String

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display String

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string

    DomainsSettingDefaultLoginText, DomainsSettingDefaultLoginTextArgs

    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale str

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value str

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none

    DomainsSettingIdcsCreatedBy, DomainsSettingIdcsCreatedByArgs

    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display String

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value str

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display str

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display String

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string

    DomainsSettingIdcsLastModifiedBy, DomainsSettingIdcsLastModifiedByArgs

    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display String

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value str

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display str

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display String

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    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
    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) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string

    DomainsSettingImage, DomainsSettingImageArgs

    Type string

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    Type string

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    type String

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display String

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    type string

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display string

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    type str

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value str

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display str

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    type String

    (Updatable) Indicates the image type

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    display String

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

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string

    DomainsSettingLoginText, DomainsSettingLoginTextArgs

    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale string

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale str

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value str

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    locale String

    (Updatable) Locale

    SCIM++ Properties:

    • idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
    • idcsCanonicalValueSourceResourceType: AllowedValue
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none

    DomainsSettingMeta, DomainsSettingMetaArgs

    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

    DomainsSettingPurgeConfig, DomainsSettingPurgeConfigArgs

    ResourceName string

    (Updatable) Resource Name

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    RetentionPeriod int

    (Updatable) Retention Period

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: integer
    ResourceName string

    (Updatable) Resource Name

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    RetentionPeriod int

    (Updatable) Retention Period

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: integer
    resourceName String

    (Updatable) Resource Name

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    retentionPeriod Integer

    (Updatable) Retention Period

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: integer
    resourceName string

    (Updatable) Resource Name

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    retentionPeriod number

    (Updatable) Retention Period

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: integer
    resource_name str

    (Updatable) Resource Name

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    retention_period int

    (Updatable) Retention Period

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: integer
    resourceName String

    (Updatable) Resource Name

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    retentionPeriod Number

    (Updatable) Retention Period

    Deprecated Since: 19.1.6

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: integer

    DomainsSettingTag, DomainsSettingTagArgs

    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) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • 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) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • 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) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • 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) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • 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) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • 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) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none

    DomainsSettingTenantCustomClaim, DomainsSettingTenantCustomClaimArgs

    AllScopes bool

    (Updatable) Indicates if the custom claim is associated with all scopes

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    Expression bool

    (Updatable) Indicates if the custom claim is an expression

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    Mode string

    (Updatable) Indicates under what scenario the custom claim will be return

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Name string

    (Updatable) Custom claim name

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: server
    TokenType string

    (Updatable) Indicates what type of token the custom claim will be embedded

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Scopes List<string>

    (Updatable) Scopes associated with a specific custom claim

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    AllScopes bool

    (Updatable) Indicates if the custom claim is associated with all scopes

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    Expression bool

    (Updatable) Indicates if the custom claim is an expression

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    Mode string

    (Updatable) Indicates under what scenario the custom claim will be return

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Name string

    (Updatable) Custom claim name

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: server
    TokenType string

    (Updatable) Indicates what type of token the custom claim will be embedded

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    Scopes []string

    (Updatable) Scopes associated with a specific custom claim

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allScopes Boolean

    (Updatable) Indicates if the custom claim is associated with all scopes

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    expression Boolean

    (Updatable) Indicates if the custom claim is an expression

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    mode String

    (Updatable) Indicates under what scenario the custom claim will be return

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    name String

    (Updatable) Custom claim name

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: server
    tokenType String

    (Updatable) Indicates what type of token the custom claim will be embedded

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    scopes List<String>

    (Updatable) Scopes associated with a specific custom claim

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allScopes boolean

    (Updatable) Indicates if the custom claim is associated with all scopes

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    expression boolean

    (Updatable) Indicates if the custom claim is an expression

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    mode string

    (Updatable) Indicates under what scenario the custom claim will be return

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    name string

    (Updatable) Custom claim name

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: server
    tokenType string

    (Updatable) Indicates what type of token the custom claim will be embedded

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    value string

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    scopes string[]

    (Updatable) Scopes associated with a specific custom claim

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    all_scopes bool

    (Updatable) Indicates if the custom claim is associated with all scopes

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    expression bool

    (Updatable) Indicates if the custom claim is an expression

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    mode str

    (Updatable) Indicates under what scenario the custom claim will be return

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    name str

    (Updatable) Custom claim name

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: server
    token_type str

    (Updatable) Indicates what type of token the custom claim will be embedded

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    value str

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    scopes Sequence[str]

    (Updatable) Scopes associated with a specific custom claim

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    allScopes Boolean

    (Updatable) Indicates if the custom claim is associated with all scopes

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    expression Boolean

    (Updatable) Indicates if the custom claim is an expression

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    mode String

    (Updatable) Indicates under what scenario the custom claim will be return

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    name String

    (Updatable) Custom claim name

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: server
    tokenType String

    (Updatable) Indicates what type of token the custom claim will be embedded

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    value String

    (Updatable) Custom claim value

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    scopes List<String>

    (Updatable) Scopes associated with a specific custom claim

    Added In: 18.4.2

    SCIM++ Properties:

    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none

    Import

    Settings can be imported using the id, e.g.

    $ pulumi import oci:Identity/domainsSetting:DomainsSetting test_setting "idcsEndpoint/{idcsEndpoint}/settings/{settingId}"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi