oci.Identity.DomainsSetting
Explore with Pulumi AI
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!
Coming soon!
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,
                   default_trust_scope: Optional[str] = None,
                   audit_event_retention_period: Optional[int] = None,
                   authorization: Optional[str] = None,
                   certificate_validation: Optional[DomainsSettingCertificateValidationArgs] = None,
                   cloud_gate_cors_settings: Optional[DomainsSettingCloudGateCorsSettingsArgs] = None,
                   cloud_migration_custom_url: Optional[str] = None,
                   cloud_migration_url_enabled: Optional[bool] = None,
                   company_names: Optional[Sequence[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,
                   is_hosted_page: Optional[bool] = None,
                   diagnostic_level: Optional[int] = 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,
                   attributes: Optional[str] = None,
                   images: Optional[Sequence[DomainsSettingImageArgs]] = None,
                   service_admin_cannot_list_other_users: Optional[bool] = None,
                   locale: Optional[str] = None,
                   login_texts: Optional[Sequence[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[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,
                   issuer: Optional[str] = None,
                   allowed_domains: Optional[Sequence[str]] = None,
                   signing_cert_public_access: Optional[bool] = None,
                   sub_mapping_attr: Optional[str] = None,
                   tags: Optional[Sequence[DomainsSettingTagArgs]] = None,
                   tenant_custom_claims: Optional[Sequence[DomainsSettingTenantCustomClaimArgs]] = None,
                   terms_of_use_url: Optional[str] = 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.
Constructor 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",
    DefaultTrustScope = "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",
    IsHostedPage = false,
    DiagnosticLevel = 0,
    DiagnosticRecordForSearchIdentifiesReturnedResources = false,
    EnableTermsOfUse = false,
    AccountAlwaysTrustScope = false,
    IamUpstSessionExpiry = 0,
    AllowedNotificationRedirectUrls = new[]
    {
        "string",
    },
    Attributes = "string",
    Images = new[]
    {
        new Oci.Identity.Inputs.DomainsSettingImageArgs
        {
            Type = "string",
            Value = "string",
            Display = "string",
        },
    },
    ServiceAdminCannotListOtherUsers = false,
    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",
    },
    Issuer = "string",
    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",
            },
        },
    },
    TermsOfUseUrl = "string",
    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"),
	DefaultTrustScope:         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"),
	IsHostedPage:       pulumi.Bool(false),
	DiagnosticLevel:    pulumi.Int(0),
	DiagnosticRecordForSearchIdentifiesReturnedResources: pulumi.Bool(false),
	EnableTermsOfUse:        pulumi.Bool(false),
	AccountAlwaysTrustScope: pulumi.Bool(false),
	IamUpstSessionExpiry:    pulumi.Int(0),
	AllowedNotificationRedirectUrls: pulumi.StringArray{
		pulumi.String("string"),
	},
	Attributes: pulumi.String("string"),
	Images: identity.DomainsSettingImageArray{
		&identity.DomainsSettingImageArgs{
			Type:    pulumi.String("string"),
			Value:   pulumi.String("string"),
			Display: pulumi.String("string"),
		},
	},
	ServiceAdminCannotListOtherUsers: pulumi.Bool(false),
	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"),
	},
	Issuer: pulumi.String("string"),
	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"),
			},
		},
	},
	TermsOfUseUrl: pulumi.String("string"),
	Timezone:      pulumi.String("string"),
})
var domainsSettingResource = new DomainsSetting("domainsSettingResource", DomainsSettingArgs.builder()
    .csrAccess("string")
    .settingId("string")
    .schemas("string")
    .idcsEndpoint("string")
    .externalId("string")
    .defaultTrustScope("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")
    .isHostedPage(false)
    .diagnosticLevel(0)
    .diagnosticRecordForSearchIdentifiesReturnedResources(false)
    .enableTermsOfUse(false)
    .accountAlwaysTrustScope(false)
    .iamUpstSessionExpiry(0)
    .allowedNotificationRedirectUrls("string")
    .attributes("string")
    .images(DomainsSettingImageArgs.builder()
        .type("string")
        .value("string")
        .display("string")
        .build())
    .serviceAdminCannotListOtherUsers(false)
    .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")
    .issuer("string")
    .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())
    .termsOfUseUrl("string")
    .timezone("string")
    .build());
domains_setting_resource = oci.identity.DomainsSetting("domainsSettingResource",
    csr_access="string",
    setting_id="string",
    schemas=["string"],
    idcs_endpoint="string",
    external_id="string",
    default_trust_scope="string",
    audit_event_retention_period=0,
    authorization="string",
    certificate_validation={
        "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={
        "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=[{
        "locale": "string",
        "value": "string",
    }],
    contact_emails=["string"],
    attribute_sets=["string"],
    custom_branding=False,
    custom_css_location="string",
    custom_html_location="string",
    custom_translation="string",
    is_hosted_page=False,
    diagnostic_level=0,
    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"],
    attributes="string",
    images=[{
        "type": "string",
        "value": "string",
        "display": "string",
    }],
    service_admin_cannot_list_other_users=False,
    locale="string",
    login_texts=[{
        "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=[{
        "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"],
    issuer="string",
    allowed_domains=["string"],
    signing_cert_public_access=False,
    sub_mapping_attr="string",
    tags=[{
        "key": "string",
        "value": "string",
    }],
    tenant_custom_claims=[{
        "all_scopes": False,
        "expression": False,
        "mode": "string",
        "name": "string",
        "token_type": "string",
        "value": "string",
        "scopes": ["string"],
    }],
    terms_of_use_url="string",
    timezone="string")
const domainsSettingResource = new oci.identity.DomainsSetting("domainsSettingResource", {
    csrAccess: "string",
    settingId: "string",
    schemas: ["string"],
    idcsEndpoint: "string",
    externalId: "string",
    defaultTrustScope: "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",
    isHostedPage: false,
    diagnosticLevel: 0,
    diagnosticRecordForSearchIdentifiesReturnedResources: false,
    enableTermsOfUse: false,
    accountAlwaysTrustScope: false,
    iamUpstSessionExpiry: 0,
    allowedNotificationRedirectUrls: ["string"],
    attributes: "string",
    images: [{
        type: "string",
        value: "string",
        display: "string",
    }],
    serviceAdminCannotListOtherUsers: false,
    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"],
    issuer: "string",
    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"],
    }],
    termsOfUseUrl: "string",
    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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
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
- AccountAlways boolTrust Scope 
- (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
 
- AllowedForgot List<string>Password Flow Return Urls 
- (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
 
- AllowedNotification List<string>Redirect Urls 
- (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.
- AuditEvent intRetention Period 
- (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
 
- 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 DomainsSetting Certificate Validation 
- (Updatable) Certificate Validation Config - Added In: 2010242156 - SCIM++ Properties: - caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- CloudGate DomainsCors Settings Setting Cloud Gate Cors Settings 
- (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
 
- CloudMigration stringCustom Url 
- (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
 
- CloudMigration boolUrl Enabled 
- (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<DomainsSetting Company Name> 
- (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
 
- CustomCss stringLocation 
- (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
 
- CustomHtml stringLocation 
- (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
 
- DefaultTrust stringScope 
- (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
 
- DiagnosticRecord boolFor Search Identifies Returned Resources 
- (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
 
- EnableTerms boolOf Use 
- (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
 
- IamUpst intSession Expiry 
- (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<DomainsSetting Image> 
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- IsHosted boolPage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- LoginTexts List<DomainsSetting Login Text> 
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- MaxNo intOf App Cmva To Return 
- (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
 
- MaxNo intOf App Role Members To Return 
- (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
 
- PrivacyPolicy stringUrl 
- (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<DomainsSetting Purge Config> 
- (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
 
- ReAuth List<string>Factors 
- (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
 
- ReAuth boolWhen Changing My Authentication Factors 
- (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
 
- ResourceType stringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- ServiceAdmin boolCannot List Other Users 
- (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
 
- SigningCert boolPublic Access 
- (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
 
- SubMapping stringAttr 
- (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.
 
- 
List<DomainsSetting Tag> 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- TenantCustom List<DomainsClaims Setting Tenant Custom Claim> 
- (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
 
- TermsOf stringUse Url 
- (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
- AccountAlways boolTrust Scope 
- (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
 
- AllowedForgot []stringPassword Flow Return Urls 
- (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
 
- AllowedNotification []stringRedirect Urls 
- (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.
- AuditEvent intRetention Period 
- (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
 
- 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 DomainsSetting Certificate Validation Args 
- (Updatable) Certificate Validation Config - Added In: 2010242156 - SCIM++ Properties: - caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- CloudGate DomainsCors Settings Setting Cloud Gate Cors Settings Args 
- (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
 
- CloudMigration stringCustom Url 
- (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
 
- CloudMigration boolUrl Enabled 
- (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 []DomainsSetting Company Name Args 
- (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
 
- CustomCss stringLocation 
- (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
 
- CustomHtml stringLocation 
- (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
 
- DefaultTrust stringScope 
- (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
 
- DiagnosticRecord boolFor Search Identifies Returned Resources 
- (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
 
- EnableTerms boolOf Use 
- (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
 
- IamUpst intSession Expiry 
- (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
[]DomainsSetting Image Args 
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- IsHosted boolPage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- LoginTexts []DomainsSetting Login Text Args 
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- MaxNo intOf App Cmva To Return 
- (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
 
- MaxNo intOf App Role Members To Return 
- (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
 
- PrivacyPolicy stringUrl 
- (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 []DomainsSetting Purge Config Args 
- (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
 
- ReAuth []stringFactors 
- (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
 
- ReAuth boolWhen Changing My Authentication Factors 
- (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
 
- ResourceType stringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- ServiceAdmin boolCannot List Other Users 
- (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
 
- SigningCert boolPublic Access 
- (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
 
- SubMapping stringAttr 
- (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.
 
- 
[]DomainsSetting Tag Args 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- TenantCustom []DomainsClaims Setting Tenant Custom Claim Args 
- (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
 
- TermsOf stringUse Url 
- (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
- accountAlways BooleanTrust Scope 
- (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
 
- allowedForgot List<String>Password Flow Return Urls 
- (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
 
- allowedNotification List<String>Redirect Urls 
- (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.
- auditEvent IntegerRetention Period 
- (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
 
- 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 DomainsSetting Certificate Validation 
- (Updatable) Certificate Validation Config - Added In: 2010242156 - SCIM++ Properties: - caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- cloudGate DomainsCors Settings Setting Cloud Gate Cors Settings 
- (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
 
- cloudMigration StringCustom Url 
- (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
 
- cloudMigration BooleanUrl Enabled 
- (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<DomainsSetting Company Name> 
- (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
 
- customCss StringLocation 
- (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
 
- customHtml StringLocation 
- (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
 
- defaultTrust StringScope 
- (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
 
- diagnosticRecord BooleanFor Search Identifies Returned Resources 
- (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
 
- enableTerms BooleanOf Use 
- (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
 
- iamUpst IntegerSession Expiry 
- (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<DomainsSetting Image> 
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- isHosted BooleanPage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- loginTexts List<DomainsSetting Login Text> 
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- maxNo IntegerOf App Cmva To Return 
- (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
 
- maxNo IntegerOf App Role Members To Return 
- (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
 
- privacyPolicy StringUrl 
- (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<DomainsSetting Purge Config> 
- (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
 
- reAuth List<String>Factors 
- (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
 
- reAuth BooleanWhen Changing My Authentication Factors 
- (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
 
- resourceType StringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- serviceAdmin BooleanCannot List Other Users 
- (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
 
- signingCert BooleanPublic Access 
- (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
 
- subMapping StringAttr 
- (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.
 
- 
List<DomainsSetting Tag> 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- tenantCustom List<DomainsClaims Setting Tenant Custom Claim> 
- (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
 
- termsOf StringUse Url 
- (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
- accountAlways booleanTrust Scope 
- (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
 
- allowedForgot string[]Password Flow Return Urls 
- (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
 
- allowedNotification string[]Redirect Urls 
- (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.
- auditEvent numberRetention Period 
- (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
 
- 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 DomainsSetting Certificate Validation 
- (Updatable) Certificate Validation Config - Added In: 2010242156 - SCIM++ Properties: - caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- cloudGate DomainsCors Settings Setting Cloud Gate Cors Settings 
- (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
 
- cloudMigration stringCustom Url 
- (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
 
- cloudMigration booleanUrl Enabled 
- (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 DomainsSetting Company Name[] 
- (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
 
- customCss stringLocation 
- (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
 
- customHtml stringLocation 
- (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
 
- defaultTrust stringScope 
- (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
 
- diagnosticRecord booleanFor Search Identifies Returned Resources 
- (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
 
- enableTerms booleanOf Use 
- (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
 
- iamUpst numberSession Expiry 
- (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
DomainsSetting Image[] 
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- isHosted booleanPage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- loginTexts DomainsSetting Login Text[] 
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- maxNo numberOf App Cmva To Return 
- (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
 
- maxNo numberOf App Role Members To Return 
- (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
 
- privacyPolicy stringUrl 
- (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 DomainsSetting Purge Config[] 
- (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
 
- reAuth string[]Factors 
- (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
 
- reAuth booleanWhen Changing My Authentication Factors 
- (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
 
- resourceType stringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- serviceAdmin booleanCannot List Other Users 
- (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
 
- signingCert booleanPublic Access 
- (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
 
- subMapping stringAttr 
- (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.
 
- 
DomainsSetting Tag[] 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- tenantCustom DomainsClaims Setting Tenant Custom Claim[] 
- (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
 
- termsOf stringUse Url 
- (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_ booltrust_ scope 
- (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_ Sequence[str]password_ flow_ return_ urls 
- (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_ Sequence[str]redirect_ urls 
- (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_ intretention_ period 
- (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
 
- 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 DomainsSetting Certificate Validation Args 
- (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_ Domainscors_ settings Setting Cloud Gate Cors Settings Args 
- (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_ strcustom_ url 
- (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_ boolurl_ enabled 
- (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[DomainsSetting Company Name Args] 
- (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_ strlocation 
- (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_ strlocation 
- (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_ strscope 
- (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_ boolfor_ search_ identifies_ returned_ resources 
- (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_ boolof_ use 
- (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_ intsession_ expiry 
- (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[DomainsSetting Image Args] 
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- is_hosted_ boolpage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- login_texts Sequence[DomainsSetting Login Text Args] 
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- max_no_ intof_ app_ cmva_ to_ return 
- (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_ intof_ app_ role_ members_ to_ return 
- (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_ strurl 
- (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[DomainsSetting Purge Config Args] 
- (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_ Sequence[str]factors 
- (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_ boolwhen_ changing_ my_ authentication_ factors 
- (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_ strschema_ version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- service_admin_ boolcannot_ list_ other_ users 
- (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_ boolpublic_ access 
- (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_ strattr 
- (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.
 
- 
Sequence[DomainsSetting Tag Args] 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- tenant_custom_ Sequence[Domainsclaims Setting Tenant Custom Claim Args] 
- (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_ struse_ url 
- (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
- accountAlways BooleanTrust Scope 
- (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
 
- allowedForgot List<String>Password Flow Return Urls 
- (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
 
- allowedNotification List<String>Redirect Urls 
- (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.
- auditEvent NumberRetention Period 
- (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
 
- 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
 
- cloudGate Property MapCors Settings 
- (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
 
- cloudMigration StringCustom Url 
- (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
 
- cloudMigration BooleanUrl Enabled 
- (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
 
- customCss StringLocation 
- (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
 
- customHtml StringLocation 
- (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
 
- defaultTrust StringScope 
- (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
 
- diagnosticRecord BooleanFor Search Identifies Returned Resources 
- (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
 
- enableTerms BooleanOf Use 
- (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
 
- iamUpst NumberSession Expiry 
- (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
 
- isHosted BooleanPage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- loginTexts List<Property Map>
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- maxNo NumberOf App Cmva To Return 
- (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
 
- maxNo NumberOf App Role Members To Return 
- (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
 
- privacyPolicy StringUrl 
- (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
 
- reAuth List<String>Factors 
- (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
 
- reAuth BooleanWhen Changing My Authentication Factors 
- (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
 
- resourceType StringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- serviceAdmin BooleanCannot List Other Users 
- (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
 
- signingCert BooleanPublic Access 
- (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
 
- subMapping StringAttr 
- (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.
 
- 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
 
- tenantCustom List<Property Map>Claims 
- (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
 
- termsOf StringUse Url 
- (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:
- CloudAccount stringName 
- (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
 
- DefaultCompany List<DomainsNames Setting Default Company Name> 
- (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<DomainsSetting Default Image> 
- (Updatable) References to various images - Added In: 18.2.2 - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- DefaultLogin List<DomainsTexts Setting Default Login Text> 
- (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
 
- DeleteIn boolProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- DiagnosticTracing stringUpto 
- (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.
- IdcsCreated List<DomainsBies Setting Idcs Created By> 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- IdcsLast List<DomainsModified Bies Setting Idcs Last Modified By> 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- IdcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- IdcsPrevented List<string>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- Metas
List<DomainsSetting Meta> 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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
 
- OnPremises boolProvisioning 
- (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
 
- CloudAccount stringName 
- (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
 
- DefaultCompany []DomainsNames Setting Default Company Name 
- (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 []DomainsSetting Default Image 
- (Updatable) References to various images - Added In: 18.2.2 - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- DefaultLogin []DomainsTexts Setting Default Login Text 
- (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
 
- DeleteIn boolProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- DiagnosticTracing stringUpto 
- (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.
- IdcsCreated []DomainsBies Setting Idcs Created By 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- IdcsLast []DomainsModified Bies Setting Idcs Last Modified By 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- IdcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- IdcsPrevented []stringOperations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- Metas
[]DomainsSetting Meta 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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
 
- OnPremises boolProvisioning 
- (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
 
- cloudAccount StringName 
- (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
 
- defaultCompany List<DomainsNames Setting Default Company Name> 
- (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<DomainsSetting Default Image> 
- (Updatable) References to various images - Added In: 18.2.2 - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- defaultLogin List<DomainsTexts Setting Default Login Text> 
- (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
 
- deleteIn BooleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- diagnosticTracing StringUpto 
- (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.
- idcsCreated List<DomainsBies Setting Idcs Created By> 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsLast List<DomainsModified Bies Setting Idcs Last Modified By> 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast StringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented List<String>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas
List<DomainsSetting Meta> 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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
 
- onPremises BooleanProvisioning 
- (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
 
- cloudAccount stringName 
- (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
 
- defaultCompany DomainsNames Setting Default Company Name[] 
- (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 DomainsSetting Default Image[] 
- (Updatable) References to various images - Added In: 18.2.2 - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- defaultLogin DomainsTexts Setting Default Login Text[] 
- (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
 
- deleteIn booleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- diagnosticTracing stringUpto 
- (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.
- idcsCreated DomainsBies Setting Idcs Created By[] 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsLast DomainsModified Bies Setting Idcs Last Modified By[] 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented string[]Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas
DomainsSetting Meta[] 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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
 
- onPremises booleanProvisioning 
- (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_ strname 
- (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_ Sequence[Domainsnames Setting Default Company Name] 
- (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[DomainsSetting Default Image] 
- (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_ Sequence[Domainstexts Setting Default Login Text] 
- (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_ boolprogress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- diagnostic_tracing_ strupto 
- (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_ Sequence[Domainsbies Setting Idcs Created By] 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcs_last_ Sequence[Domainsmodified_ bies Setting Idcs Last Modified By] 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcs_last_ strupgraded_ in_ release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcs_prevented_ Sequence[str]operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas
Sequence[DomainsSetting Meta] 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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_ boolprovisioning 
- (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
 
- cloudAccount StringName 
- (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
 
- defaultCompany List<Property Map>Names 
- (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
 
- defaultLogin List<Property Map>Texts 
- (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
 
- deleteIn BooleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- diagnosticTracing StringUpto 
- (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.
- idcsCreated List<Property Map>Bies 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsLast List<Property Map>Modified Bies 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast StringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented List<String>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas List<Property Map>
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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
 
- onPremises BooleanProvisioning 
- (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[DomainsSettingCertificateValidationArgs] = None,
        cloud_account_name: Optional[str] = None,
        cloud_gate_cors_settings: Optional[DomainsSettingCloudGateCorsSettingsArgs] = None,
        cloud_migration_custom_url: Optional[str] = None,
        cloud_migration_url_enabled: Optional[bool] = None,
        company_names: Optional[Sequence[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[DomainsSettingDefaultCompanyNameArgs]] = None,
        default_images: Optional[Sequence[DomainsSettingDefaultImageArgs]] = None,
        default_login_texts: Optional[Sequence[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[DomainsSettingIdcsCreatedByArgs]] = None,
        idcs_endpoint: Optional[str] = None,
        idcs_last_modified_bies: Optional[Sequence[DomainsSettingIdcsLastModifiedByArgs]] = None,
        idcs_last_upgraded_in_release: Optional[str] = None,
        idcs_prevented_operations: Optional[Sequence[str]] = None,
        images: Optional[Sequence[DomainsSettingImageArgs]] = None,
        is_hosted_page: Optional[bool] = None,
        issuer: Optional[str] = None,
        locale: Optional[str] = None,
        login_texts: Optional[Sequence[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[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[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[DomainsSettingTagArgs]] = None,
        tenancy_ocid: Optional[str] = None,
        tenant_custom_claims: Optional[Sequence[DomainsSettingTenantCustomClaimArgs]] = None,
        terms_of_use_url: Optional[str] = None,
        timezone: Optional[str] = None) -> DomainsSettingfunc 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)resources:  _:    type: oci:Identity:DomainsSetting    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- AccountAlways boolTrust Scope 
- (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
 
- AllowedForgot List<string>Password Flow Return Urls 
- (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
 
- AllowedNotification List<string>Redirect Urls 
- (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.
- AuditEvent intRetention Period 
- (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
 
- 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 DomainsSetting Certificate Validation 
- (Updatable) Certificate Validation Config - Added In: 2010242156 - SCIM++ Properties: - caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- CloudAccount stringName 
- (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
 
- CloudGate DomainsCors Settings Setting Cloud Gate Cors Settings 
- (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
 
- CloudMigration stringCustom Url 
- (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
 
- CloudMigration boolUrl Enabled 
- (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<DomainsSetting Company Name> 
- (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
 
- CustomCss stringLocation 
- (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
 
- CustomHtml stringLocation 
- (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
 
- DefaultCompany List<DomainsNames Setting Default Company Name> 
- (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<DomainsSetting Default Image> 
- (Updatable) References to various images - Added In: 18.2.2 - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- DefaultLogin List<DomainsTexts Setting Default Login Text> 
- (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
 
- DefaultTrust stringScope 
- (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
 
- DeleteIn boolProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 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
 
- DiagnosticRecord boolFor Search Identifies Returned Resources 
- (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
 
- DiagnosticTracing stringUpto 
- (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
 
- EnableTerms boolOf Use 
- (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
 
- IamUpst intSession Expiry 
- (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
 
- IdcsCreated List<DomainsBies Setting Idcs Created By> 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- IdcsEndpoint string
- The basic endpoint for the identity domain
- IdcsLast List<DomainsModified Bies Setting Idcs Last Modified By> 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- IdcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- IdcsPrevented List<string>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- Images
List<DomainsSetting Image> 
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- IsHosted boolPage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- LoginTexts List<DomainsSetting Login Text> 
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- MaxNo intOf App Cmva To Return 
- (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
 
- MaxNo intOf App Role Members To Return 
- (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<DomainsSetting Meta> 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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
 
- OnPremises boolProvisioning 
- (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
 
- PrivacyPolicy stringUrl 
- (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<DomainsSetting Purge Config> 
- (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
 
- ReAuth List<string>Factors 
- (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
 
- ReAuth boolWhen Changing My Authentication Factors 
- (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
 
- ResourceType stringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Schemas List<string>
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- ServiceAdmin boolCannot List Other Users 
- (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
- SigningCert boolPublic Access 
- (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
 
- SubMapping stringAttr 
- (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.
 
- 
List<DomainsSetting Tag> 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- TenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- TenantCustom List<DomainsClaims Setting Tenant Custom Claim> 
- (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
 
- TermsOf stringUse Url 
- (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 
- AccountAlways boolTrust Scope 
- (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
 
- AllowedForgot []stringPassword Flow Return Urls 
- (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
 
- AllowedNotification []stringRedirect Urls 
- (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.
- AuditEvent intRetention Period 
- (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
 
- 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 DomainsSetting Certificate Validation Args 
- (Updatable) Certificate Validation Config - Added In: 2010242156 - SCIM++ Properties: - caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- CloudAccount stringName 
- (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
 
- CloudGate DomainsCors Settings Setting Cloud Gate Cors Settings Args 
- (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
 
- CloudMigration stringCustom Url 
- (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
 
- CloudMigration boolUrl Enabled 
- (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 []DomainsSetting Company Name Args 
- (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
 
- CustomCss stringLocation 
- (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
 
- CustomHtml stringLocation 
- (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
 
- DefaultCompany []DomainsNames Setting Default Company Name Args 
- (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 []DomainsSetting Default Image Args 
- (Updatable) References to various images - Added In: 18.2.2 - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- DefaultLogin []DomainsTexts Setting Default Login Text Args 
- (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
 
- DefaultTrust stringScope 
- (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
 
- DeleteIn boolProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 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
 
- DiagnosticRecord boolFor Search Identifies Returned Resources 
- (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
 
- DiagnosticTracing stringUpto 
- (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
 
- EnableTerms boolOf Use 
- (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
 
- IamUpst intSession Expiry 
- (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
 
- IdcsCreated []DomainsBies Setting Idcs Created By Args 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- IdcsEndpoint string
- The basic endpoint for the identity domain
- IdcsLast []DomainsModified Bies Setting Idcs Last Modified By Args 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- IdcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- IdcsPrevented []stringOperations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- Images
[]DomainsSetting Image Args 
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- IsHosted boolPage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- LoginTexts []DomainsSetting Login Text Args 
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- MaxNo intOf App Cmva To Return 
- (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
 
- MaxNo intOf App Role Members To Return 
- (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
[]DomainsSetting Meta Args 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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
 
- OnPremises boolProvisioning 
- (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
 
- PrivacyPolicy stringUrl 
- (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 []DomainsSetting Purge Config Args 
- (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
 
- ReAuth []stringFactors 
- (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
 
- ReAuth boolWhen Changing My Authentication Factors 
- (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
 
- ResourceType stringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Schemas []string
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- ServiceAdmin boolCannot List Other Users 
- (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
- SigningCert boolPublic Access 
- (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
 
- SubMapping stringAttr 
- (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.
 
- 
[]DomainsSetting Tag Args 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- TenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- TenantCustom []DomainsClaims Setting Tenant Custom Claim Args 
- (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
 
- TermsOf stringUse Url 
- (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 
- accountAlways BooleanTrust Scope 
- (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
 
- allowedForgot List<String>Password Flow Return Urls 
- (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
 
- allowedNotification List<String>Redirect Urls 
- (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.
- auditEvent IntegerRetention Period 
- (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
 
- 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 DomainsSetting Certificate Validation 
- (Updatable) Certificate Validation Config - Added In: 2010242156 - SCIM++ Properties: - caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- cloudAccount StringName 
- (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
 
- cloudGate DomainsCors Settings Setting Cloud Gate Cors Settings 
- (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
 
- cloudMigration StringCustom Url 
- (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
 
- cloudMigration BooleanUrl Enabled 
- (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<DomainsSetting Company Name> 
- (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
 
- customCss StringLocation 
- (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
 
- customHtml StringLocation 
- (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
 
- defaultCompany List<DomainsNames Setting Default Company Name> 
- (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<DomainsSetting Default Image> 
- (Updatable) References to various images - Added In: 18.2.2 - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- defaultLogin List<DomainsTexts Setting Default Login Text> 
- (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
 
- defaultTrust StringScope 
- (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
 
- deleteIn BooleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 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
 
- diagnosticRecord BooleanFor Search Identifies Returned Resources 
- (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
 
- diagnosticTracing StringUpto 
- (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
 
- enableTerms BooleanOf Use 
- (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
 
- iamUpst IntegerSession Expiry 
- (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
 
- idcsCreated List<DomainsBies Setting Idcs Created By> 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsEndpoint String
- The basic endpoint for the identity domain
- idcsLast List<DomainsModified Bies Setting Idcs Last Modified By> 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast StringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented List<String>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- images
List<DomainsSetting Image> 
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- isHosted BooleanPage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- loginTexts List<DomainsSetting Login Text> 
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- maxNo IntegerOf App Cmva To Return 
- (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
 
- maxNo IntegerOf App Role Members To Return 
- (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<DomainsSetting Meta> 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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
 
- onPremises BooleanProvisioning 
- (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
 
- privacyPolicy StringUrl 
- (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<DomainsSetting Purge Config> 
- (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
 
- reAuth List<String>Factors 
- (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
 
- reAuth BooleanWhen Changing My Authentication Factors 
- (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
 
- resourceType StringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas List<String>
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- serviceAdmin BooleanCannot List Other Users 
- (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
- signingCert BooleanPublic Access 
- (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
 
- subMapping StringAttr 
- (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.
 
- 
List<DomainsSetting Tag> 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- tenancyOcid String
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- tenantCustom List<DomainsClaims Setting Tenant Custom Claim> 
- (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
 
- termsOf StringUse Url 
- (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 
- accountAlways booleanTrust Scope 
- (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
 
- allowedForgot string[]Password Flow Return Urls 
- (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
 
- allowedNotification string[]Redirect Urls 
- (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.
- auditEvent numberRetention Period 
- (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
 
- 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 DomainsSetting Certificate Validation 
- (Updatable) Certificate Validation Config - Added In: 2010242156 - SCIM++ Properties: - caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- cloudAccount stringName 
- (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
 
- cloudGate DomainsCors Settings Setting Cloud Gate Cors Settings 
- (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
 
- cloudMigration stringCustom Url 
- (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
 
- cloudMigration booleanUrl Enabled 
- (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 DomainsSetting Company Name[] 
- (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
 
- customCss stringLocation 
- (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
 
- customHtml stringLocation 
- (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
 
- defaultCompany DomainsNames Setting Default Company Name[] 
- (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 DomainsSetting Default Image[] 
- (Updatable) References to various images - Added In: 18.2.2 - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- defaultLogin DomainsTexts Setting Default Login Text[] 
- (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
 
- defaultTrust stringScope 
- (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
 
- deleteIn booleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 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
 
- diagnosticRecord booleanFor Search Identifies Returned Resources 
- (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
 
- diagnosticTracing stringUpto 
- (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
 
- enableTerms booleanOf Use 
- (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
 
- iamUpst numberSession Expiry 
- (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
 
- idcsCreated DomainsBies Setting Idcs Created By[] 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsEndpoint string
- The basic endpoint for the identity domain
- idcsLast DomainsModified Bies Setting Idcs Last Modified By[] 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented string[]Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- images
DomainsSetting Image[] 
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- isHosted booleanPage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- loginTexts DomainsSetting Login Text[] 
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- maxNo numberOf App Cmva To Return 
- (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
 
- maxNo numberOf App Role Members To Return 
- (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
DomainsSetting Meta[] 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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
 
- onPremises booleanProvisioning 
- (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
 
- privacyPolicy stringUrl 
- (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 DomainsSetting Purge Config[] 
- (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
 
- reAuth string[]Factors 
- (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
 
- reAuth booleanWhen Changing My Authentication Factors 
- (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
 
- resourceType stringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas string[]
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- serviceAdmin booleanCannot List Other Users 
- (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
- signingCert booleanPublic Access 
- (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
 
- subMapping stringAttr 
- (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.
 
- 
DomainsSetting Tag[] 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- tenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- tenantCustom DomainsClaims Setting Tenant Custom Claim[] 
- (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
 
- termsOf stringUse Url 
- (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_ booltrust_ scope 
- (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_ Sequence[str]password_ flow_ return_ urls 
- (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_ Sequence[str]redirect_ urls 
- (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_ intretention_ period 
- (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
 
- 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 DomainsSetting Certificate Validation Args 
- (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_ strname 
- (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_ Domainscors_ settings Setting Cloud Gate Cors Settings Args 
- (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_ strcustom_ url 
- (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_ boolurl_ enabled 
- (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[DomainsSetting Company Name Args] 
- (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_ strlocation 
- (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_ strlocation 
- (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_ Sequence[Domainsnames Setting Default Company Name Args] 
- (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[DomainsSetting Default Image Args] 
- (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_ Sequence[Domainstexts Setting Default Login Text Args] 
- (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_ strscope 
- (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_ boolprogress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 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_ boolfor_ search_ identifies_ returned_ resources 
- (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_ strupto 
- (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_ boolof_ use 
- (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_ intsession_ expiry 
- (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_ Sequence[Domainsbies Setting Idcs Created By Args] 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcs_endpoint str
- The basic endpoint for the identity domain
- idcs_last_ Sequence[Domainsmodified_ bies Setting Idcs Last Modified By Args] 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcs_last_ strupgraded_ in_ release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcs_prevented_ Sequence[str]operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- images
Sequence[DomainsSetting Image Args] 
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- is_hosted_ boolpage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- login_texts Sequence[DomainsSetting Login Text Args] 
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- max_no_ intof_ app_ cmva_ to_ return 
- (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_ intof_ app_ role_ members_ to_ return 
- (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[DomainsSetting Meta Args] 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 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_ boolprovisioning 
- (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_ strurl 
- (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[DomainsSetting Purge Config Args] 
- (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_ Sequence[str]factors 
- (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_ boolwhen_ changing_ my_ authentication_ factors 
- (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_ strschema_ version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas Sequence[str]
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- service_admin_ boolcannot_ list_ other_ users 
- (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_ boolpublic_ access 
- (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_ strattr 
- (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.
 
- 
Sequence[DomainsSetting Tag Args] 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- tenancy_ocid str
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- tenant_custom_ Sequence[Domainsclaims Setting Tenant Custom Claim Args] 
- (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_ struse_ url 
- (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 
- accountAlways BooleanTrust Scope 
- (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
 
- allowedForgot List<String>Password Flow Return Urls 
- (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
 
- allowedNotification List<String>Redirect Urls 
- (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.
- auditEvent NumberRetention Period 
- (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
 
- 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
 
- cloudAccount StringName 
- (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
 
- cloudGate Property MapCors Settings 
- (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
 
- cloudMigration StringCustom Url 
- (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
 
- cloudMigration BooleanUrl Enabled 
- (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
 
- customCss StringLocation 
- (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
 
- customHtml StringLocation 
- (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
 
- defaultCompany List<Property Map>Names 
- (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
 
- defaultLogin List<Property Map>Texts 
- (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
 
- defaultTrust StringScope 
- (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
 
- deleteIn BooleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 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
 
- diagnosticRecord BooleanFor Search Identifies Returned Resources 
- (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
 
- diagnosticTracing StringUpto 
- (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
 
- enableTerms BooleanOf Use 
- (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
 
- iamUpst NumberSession Expiry 
- (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
 
- idcsCreated List<Property Map>Bies 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsEndpoint String
- The basic endpoint for the identity domain
- idcsLast List<Property Map>Modified Bies 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast StringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented List<String>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- images List<Property Map>
- (Updatable) References to various images - SCIM++ Properties: - idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- isHosted BooleanPage 
- (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) Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on. - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- loginTexts List<Property Map>
- (Updatable) Login text in different locales - SCIM++ Properties: - idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- maxNo NumberOf App Cmva To Return 
- (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
 
- maxNo NumberOf App Role Members To Return 
- (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
 
- onPremises BooleanProvisioning 
- (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
 
- privacyPolicy StringUrl 
- (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
 
- reAuth List<String>Factors 
- (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
 
- reAuth BooleanWhen Changing My Authentication Factors 
- (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
 
- resourceType StringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas List<String>
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- serviceAdmin BooleanCannot List Other Users 
- (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
- signingCert BooleanPublic Access 
- (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
 
- subMapping StringAttr 
- (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.
 
- 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
 
- tenantCustom List<Property Map>Claims 
- (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
 
- termsOf StringUse Url 
- (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        
- CrlCheck boolOn Ocsp Failure Enabled 
- (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
 
- CrlRefresh intInterval 
- (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
 
- OcspResponder stringUrl 
- (Updatable) OCSP Responder URL - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- OcspSettings boolResponder Url Preferred 
- (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
 
- OcspSigning stringCertificate Alias 
- (Updatable) OCSP Signing Certificate Alias - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- OcspTimeout intDuration 
- (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
 
- OcspUnknown boolResponse Status Allowed 
- (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
 
- CrlCheck boolOn Ocsp Failure Enabled 
- (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
 
- CrlRefresh intInterval 
- (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
 
- OcspResponder stringUrl 
- (Updatable) OCSP Responder URL - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- OcspSettings boolResponder Url Preferred 
- (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
 
- OcspSigning stringCertificate Alias 
- (Updatable) OCSP Signing Certificate Alias - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- OcspTimeout intDuration 
- (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
 
- OcspUnknown boolResponse Status Allowed 
- (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
 
- crlCheck BooleanOn Ocsp Failure Enabled 
- (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
 
- crlRefresh IntegerInterval 
- (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
 
- ocspResponder StringUrl 
- (Updatable) OCSP Responder URL - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocspSettings BooleanResponder Url Preferred 
- (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
 
- ocspSigning StringCertificate Alias 
- (Updatable) OCSP Signing Certificate Alias - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocspTimeout IntegerDuration 
- (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
 
- ocspUnknown BooleanResponse Status Allowed 
- (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
 
- crlCheck booleanOn Ocsp Failure Enabled 
- (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
 
- crlRefresh numberInterval 
- (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
 
- ocspResponder stringUrl 
- (Updatable) OCSP Responder URL - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocspSettings booleanResponder Url Preferred 
- (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
 
- ocspSigning stringCertificate Alias 
- (Updatable) OCSP Signing Certificate Alias - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocspTimeout numberDuration 
- (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
 
- ocspUnknown booleanResponse Status Allowed 
- (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_ boolon_ ocsp_ failure_ enabled 
- (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_ intinterval 
- (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_ strurl 
- (Updatable) OCSP Responder URL - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocsp_settings_ boolresponder_ url_ preferred 
- (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_ strcertificate_ alias 
- (Updatable) OCSP Signing Certificate Alias - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocsp_timeout_ intduration 
- (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_ boolresponse_ status_ allowed 
- (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
 
- crlCheck BooleanOn Ocsp Failure Enabled 
- (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
 
- crlRefresh NumberInterval 
- (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
 
- ocspResponder StringUrl 
- (Updatable) OCSP Responder URL - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocspSettings BooleanResponder Url Preferred 
- (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
 
- ocspSigning StringCertificate Alias 
- (Updatable) OCSP Signing Certificate Alias - Added In: 2010242156 - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocspTimeout NumberDuration 
- (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
 
- ocspUnknown BooleanResponse Status Allowed 
- (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            
- CloudGate boolCors Allow Null Origin 
- (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
 
- CloudGate List<string>Cors Allowed Origins 
- (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
 
- CloudGate boolCors Enabled 
- (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
 
- CloudGate List<string>Cors Exposed Headers 
- (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
 
- CloudGate intCors Max Age 
- (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
 
- CloudGate boolCors Allow Null Origin 
- (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
 
- CloudGate []stringCors Allowed Origins 
- (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
 
- CloudGate boolCors Enabled 
- (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
 
- CloudGate []stringCors Exposed Headers 
- (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
 
- CloudGate intCors Max Age 
- (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
 
- cloudGate BooleanCors Allow Null Origin 
- (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
 
- cloudGate List<String>Cors Allowed Origins 
- (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
 
- cloudGate BooleanCors Enabled 
- (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
 
- cloudGate List<String>Cors Exposed Headers 
- (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
 
- cloudGate IntegerCors Max Age 
- (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
 
- cloudGate booleanCors Allow Null Origin 
- (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
 
- cloudGate string[]Cors Allowed Origins 
- (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
 
- cloudGate booleanCors Enabled 
- (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
 
- cloudGate string[]Cors Exposed Headers 
- (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
 
- cloudGate numberCors Max Age 
- (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_ boolcors_ allow_ null_ origin 
- (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_ Sequence[str]cors_ allowed_ origins 
- (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_ boolcors_ enabled 
- (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_ Sequence[str]cors_ exposed_ headers 
- (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_ intcors_ max_ age 
- (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
 
- cloudGate BooleanCors Allow Null Origin 
- (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
 
- cloudGate List<String>Cors Allowed Origins 
- (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
 
- cloudGate BooleanCors Enabled 
- (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
 
- cloudGate List<String>Cors Exposed Headers 
- (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
 
- cloudGate NumberCors Max Age 
- (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 "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- Value string
- (Updatable) Company name - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- Locale string
- (Updatable) Locale - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- Value string
- (Updatable) Company name - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- locale String
- (Updatable) Locale - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- value String
- (Updatable) Company name - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- locale string
- (Updatable) Locale - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- value string
- (Updatable) Company name - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- locale str
- (Updatable) Locale - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- value str
- (Updatable) Company name - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- locale String
- (Updatable) Locale - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- value String
- (Updatable) Company name - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
DomainsSettingDefaultCompanyName, DomainsSettingDefaultCompanyNameArgs          
- Locale string
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- Value string
- (Updatable) Company name - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- Locale string
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- Value string
- (Updatable) Company name - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- locale String
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value String
- (Updatable) Company name - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- locale string
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value string
- (Updatable) Company name - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- locale str
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value str
- (Updatable) Company name - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- locale String
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value String
- (Updatable) Company name - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
DomainsSettingDefaultImage, DomainsSettingDefaultImageArgs        
- Type string
- (Updatable) Indicates the image type - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- Value string
- (Updatable) Image URI - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: reference
 
- Display string
- (Updatable) A human-readable name, primarily used for display purposes - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
 
- Type string
- (Updatable) Indicates the image type - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- Value string
- (Updatable) Image URI - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: reference
 
- Display string
- (Updatable) A human-readable name, primarily used for display purposes - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
 
- type String
- (Updatable) Indicates the image type - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value String
- (Updatable) Image URI - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: reference
 
- display String
- (Updatable) A human-readable name, primarily used for display purposes - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
 
- type string
- (Updatable) Indicates the image type - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value string
- (Updatable) Image URI - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: reference
 
- display string
- (Updatable) A human-readable name, primarily used for display purposes - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
 
- type str
- (Updatable) Indicates the image type - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value str
- (Updatable) Image URI - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: reference
 
- display str
- (Updatable) A human-readable name, primarily used for display purposes - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
 
- type String
- (Updatable) Indicates the image type - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value String
- (Updatable) Image URI - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: reference
 
- display String
- (Updatable) A human-readable name, primarily used for display purposes - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
 
DomainsSettingDefaultLoginText, DomainsSettingDefaultLoginTextArgs          
- Locale string
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- Value string
- (Updatable) Login text - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- idcsSanitize: true
 
- Locale string
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- Value string
- (Updatable) Login text - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- idcsSanitize: true
 
- locale String
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value String
- (Updatable) Login text - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- idcsSanitize: true
 
- locale string
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value string
- (Updatable) Login text - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- idcsSanitize: true
 
- locale str
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value str
- (Updatable) Login text - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- idcsSanitize: true
 
- locale String
- (Updatable) Locale - Added In: 18.2.2 - SCIM++ Properties: - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
 
- value String
- (Updatable) Login text - Added In: 18.2.2 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- idcsSanitize: true
 
DomainsSettingIdcsCreatedBy, DomainsSettingIdcsCreatedByArgs          
- Value string
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- Type string
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- Type string
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid String
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type String
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display string
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type string
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display str
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid str
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref str
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type str
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid String
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type String
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
DomainsSettingIdcsLastModifiedBy, DomainsSettingIdcsLastModifiedByArgs            
- Value string
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- Type string
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- Type string
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid String
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type String
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display string
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type string
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display str
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid str
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref str
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type str
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid String
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type String
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
DomainsSettingImage, DomainsSettingImageArgs      
- Type string
- (Updatable) Indicates the image type - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- Value string
- (Updatable) Image URI - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: reference
 
- 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) Image URI - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: reference
 
- 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) Image URI - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: reference
 
- 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) Image URI - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: reference
 
- 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) Image URI - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: reference
 
- 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) Image URI - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: reference
 
- 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) Login text - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- idcsSanitize: true
- type: string
 
- 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) Login text - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- idcsSanitize: true
- type: string
 
- 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) Login text - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- idcsSanitize: true
- type: string
 
- 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) Login text - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- idcsSanitize: true
- type: string
 
- 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) Login text - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- idcsSanitize: true
- type: string
 
- 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) Login text - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: true
- returned: default
- idcsSanitize: true
- type: string
 
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) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Key string
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- key String
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- key string
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- key str
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- key String
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
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 ociTerraform Provider.