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,
terms_of_use_url: Optional[str] = None,
audit_event_retention_period: Optional[int] = None,
authorization: Optional[str] = None,
certificate_validation: Optional[_identity.DomainsSettingCertificateValidationArgs] = None,
cloud_gate_cors_settings: Optional[_identity.DomainsSettingCloudGateCorsSettingsArgs] = None,
cloud_migration_custom_url: Optional[str] = None,
cloud_migration_url_enabled: Optional[bool] = None,
company_names: Optional[Sequence[_identity.DomainsSettingCompanyNameArgs]] = None,
contact_emails: Optional[Sequence[str]] = None,
attribute_sets: Optional[Sequence[str]] = None,
custom_branding: Optional[bool] = None,
custom_css_location: Optional[str] = None,
custom_html_location: Optional[str] = None,
custom_translation: Optional[str] = None,
default_trust_scope: Optional[str] = None,
images: Optional[Sequence[_identity.DomainsSettingImageArgs]] = None,
diagnostic_record_for_search_identifies_returned_resources: Optional[bool] = None,
enable_terms_of_use: Optional[bool] = None,
account_always_trust_scope: Optional[bool] = None,
iam_upst_session_expiry: Optional[int] = None,
allowed_notification_redirect_urls: Optional[Sequence[str]] = None,
issuer: Optional[str] = None,
attributes: Optional[str] = None,
diagnostic_level: Optional[int] = None,
locale: Optional[str] = None,
login_texts: Optional[Sequence[_identity.DomainsSettingLoginTextArgs]] = None,
max_no_of_app_cmva_to_return: Optional[int] = None,
max_no_of_app_role_members_to_return: Optional[int] = None,
ocid: Optional[str] = None,
preferred_language: Optional[str] = None,
prev_issuer: Optional[str] = None,
privacy_policy_url: Optional[str] = None,
purge_configs: Optional[Sequence[_identity.DomainsSettingPurgeConfigArgs]] = None,
re_auth_factors: Optional[Sequence[str]] = None,
re_auth_when_changing_my_authentication_factors: Optional[bool] = None,
resource_type_schema_version: Optional[str] = None,
allowed_forgot_password_flow_return_urls: Optional[Sequence[str]] = None,
service_admin_cannot_list_other_users: Optional[bool] = None,
allowed_domains: Optional[Sequence[str]] = None,
signing_cert_public_access: Optional[bool] = None,
sub_mapping_attr: Optional[str] = None,
tags: Optional[Sequence[_identity.DomainsSettingTagArgs]] = None,
tenant_custom_claims: Optional[Sequence[_identity.DomainsSettingTenantCustomClaimArgs]] = None,
is_hosted_page: Optional[bool] = None,
timezone: Optional[str] = None)
func NewDomainsSetting(ctx *Context, name string, args DomainsSettingArgs, opts ...ResourceOption) (*DomainsSetting, error)
public DomainsSetting(string name, DomainsSettingArgs args, CustomResourceOptions? opts = null)
public DomainsSetting(String name, DomainsSettingArgs args)
public DomainsSetting(String name, DomainsSettingArgs args, CustomResourceOptions options)
type: oci:Identity:DomainsSetting
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DomainsSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DomainsSettingArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DomainsSettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainsSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainsSettingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
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",
TermsOfUseUrl = "string",
AuditEventRetentionPeriod = 0,
Authorization = "string",
CertificateValidation = new Oci.Identity.Inputs.DomainsSettingCertificateValidationArgs
{
CrlCheckOnOcspFailureEnabled = false,
CrlEnabled = false,
CrlLocation = "string",
CrlRefreshInterval = 0,
OcspEnabled = false,
OcspResponderUrl = "string",
OcspSettingsResponderUrlPreferred = false,
OcspSigningCertificateAlias = "string",
OcspTimeoutDuration = 0,
OcspUnknownResponseStatusAllowed = false,
},
CloudGateCorsSettings = new Oci.Identity.Inputs.DomainsSettingCloudGateCorsSettingsArgs
{
CloudGateCorsAllowNullOrigin = false,
CloudGateCorsAllowedOrigins = new[]
{
"string",
},
CloudGateCorsEnabled = false,
CloudGateCorsExposedHeaders = new[]
{
"string",
},
CloudGateCorsMaxAge = 0,
},
CloudMigrationCustomUrl = "string",
CloudMigrationUrlEnabled = false,
CompanyNames = new[]
{
new Oci.Identity.Inputs.DomainsSettingCompanyNameArgs
{
Locale = "string",
Value = "string",
},
},
ContactEmails = new[]
{
"string",
},
AttributeSets = new[]
{
"string",
},
CustomBranding = false,
CustomCssLocation = "string",
CustomHtmlLocation = "string",
CustomTranslation = "string",
DefaultTrustScope = "string",
Images = new[]
{
new Oci.Identity.Inputs.DomainsSettingImageArgs
{
Type = "string",
Value = "string",
Display = "string",
},
},
DiagnosticRecordForSearchIdentifiesReturnedResources = false,
EnableTermsOfUse = false,
AccountAlwaysTrustScope = false,
IamUpstSessionExpiry = 0,
AllowedNotificationRedirectUrls = new[]
{
"string",
},
Issuer = "string",
Attributes = "string",
DiagnosticLevel = 0,
Locale = "string",
LoginTexts = new[]
{
new Oci.Identity.Inputs.DomainsSettingLoginTextArgs
{
Locale = "string",
Value = "string",
},
},
MaxNoOfAppCmvaToReturn = 0,
MaxNoOfAppRoleMembersToReturn = 0,
Ocid = "string",
PreferredLanguage = "string",
PrevIssuer = "string",
PrivacyPolicyUrl = "string",
PurgeConfigs = new[]
{
new Oci.Identity.Inputs.DomainsSettingPurgeConfigArgs
{
ResourceName = "string",
RetentionPeriod = 0,
},
},
ReAuthFactors = new[]
{
"string",
},
ReAuthWhenChangingMyAuthenticationFactors = false,
ResourceTypeSchemaVersion = "string",
AllowedForgotPasswordFlowReturnUrls = new[]
{
"string",
},
ServiceAdminCannotListOtherUsers = false,
AllowedDomains = new[]
{
"string",
},
SigningCertPublicAccess = false,
SubMappingAttr = "string",
Tags = new[]
{
new Oci.Identity.Inputs.DomainsSettingTagArgs
{
Key = "string",
Value = "string",
},
},
TenantCustomClaims = new[]
{
new Oci.Identity.Inputs.DomainsSettingTenantCustomClaimArgs
{
AllScopes = false,
Expression = false,
Mode = "string",
Name = "string",
TokenType = "string",
Value = "string",
Scopes = new[]
{
"string",
},
},
},
IsHostedPage = false,
Timezone = "string",
});
example, err := Identity.NewDomainsSetting(ctx, "domainsSettingResource", &Identity.DomainsSettingArgs{
CsrAccess: pulumi.String("string"),
SettingId: pulumi.String("string"),
Schemas: pulumi.StringArray{
pulumi.String("string"),
},
IdcsEndpoint: pulumi.String("string"),
ExternalId: pulumi.String("string"),
TermsOfUseUrl: pulumi.String("string"),
AuditEventRetentionPeriod: pulumi.Int(0),
Authorization: pulumi.String("string"),
CertificateValidation: &identity.DomainsSettingCertificateValidationArgs{
CrlCheckOnOcspFailureEnabled: pulumi.Bool(false),
CrlEnabled: pulumi.Bool(false),
CrlLocation: pulumi.String("string"),
CrlRefreshInterval: pulumi.Int(0),
OcspEnabled: pulumi.Bool(false),
OcspResponderUrl: pulumi.String("string"),
OcspSettingsResponderUrlPreferred: pulumi.Bool(false),
OcspSigningCertificateAlias: pulumi.String("string"),
OcspTimeoutDuration: pulumi.Int(0),
OcspUnknownResponseStatusAllowed: pulumi.Bool(false),
},
CloudGateCorsSettings: &identity.DomainsSettingCloudGateCorsSettingsArgs{
CloudGateCorsAllowNullOrigin: pulumi.Bool(false),
CloudGateCorsAllowedOrigins: pulumi.StringArray{
pulumi.String("string"),
},
CloudGateCorsEnabled: pulumi.Bool(false),
CloudGateCorsExposedHeaders: pulumi.StringArray{
pulumi.String("string"),
},
CloudGateCorsMaxAge: pulumi.Int(0),
},
CloudMigrationCustomUrl: pulumi.String("string"),
CloudMigrationUrlEnabled: pulumi.Bool(false),
CompanyNames: identity.DomainsSettingCompanyNameArray{
&identity.DomainsSettingCompanyNameArgs{
Locale: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ContactEmails: pulumi.StringArray{
pulumi.String("string"),
},
AttributeSets: pulumi.StringArray{
pulumi.String("string"),
},
CustomBranding: pulumi.Bool(false),
CustomCssLocation: pulumi.String("string"),
CustomHtmlLocation: pulumi.String("string"),
CustomTranslation: pulumi.String("string"),
DefaultTrustScope: pulumi.String("string"),
Images: identity.DomainsSettingImageArray{
&identity.DomainsSettingImageArgs{
Type: pulumi.String("string"),
Value: pulumi.String("string"),
Display: pulumi.String("string"),
},
},
DiagnosticRecordForSearchIdentifiesReturnedResources: pulumi.Bool(false),
EnableTermsOfUse: pulumi.Bool(false),
AccountAlwaysTrustScope: pulumi.Bool(false),
IamUpstSessionExpiry: pulumi.Int(0),
AllowedNotificationRedirectUrls: pulumi.StringArray{
pulumi.String("string"),
},
Issuer: pulumi.String("string"),
Attributes: pulumi.String("string"),
DiagnosticLevel: pulumi.Int(0),
Locale: pulumi.String("string"),
LoginTexts: identity.DomainsSettingLoginTextArray{
&identity.DomainsSettingLoginTextArgs{
Locale: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
MaxNoOfAppCmvaToReturn: pulumi.Int(0),
MaxNoOfAppRoleMembersToReturn: pulumi.Int(0),
Ocid: pulumi.String("string"),
PreferredLanguage: pulumi.String("string"),
PrevIssuer: pulumi.String("string"),
PrivacyPolicyUrl: pulumi.String("string"),
PurgeConfigs: identity.DomainsSettingPurgeConfigArray{
&identity.DomainsSettingPurgeConfigArgs{
ResourceName: pulumi.String("string"),
RetentionPeriod: pulumi.Int(0),
},
},
ReAuthFactors: pulumi.StringArray{
pulumi.String("string"),
},
ReAuthWhenChangingMyAuthenticationFactors: pulumi.Bool(false),
ResourceTypeSchemaVersion: pulumi.String("string"),
AllowedForgotPasswordFlowReturnUrls: pulumi.StringArray{
pulumi.String("string"),
},
ServiceAdminCannotListOtherUsers: pulumi.Bool(false),
AllowedDomains: pulumi.StringArray{
pulumi.String("string"),
},
SigningCertPublicAccess: pulumi.Bool(false),
SubMappingAttr: pulumi.String("string"),
Tags: identity.DomainsSettingTagArray{
&identity.DomainsSettingTagArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TenantCustomClaims: identity.DomainsSettingTenantCustomClaimArray{
&identity.DomainsSettingTenantCustomClaimArgs{
AllScopes: pulumi.Bool(false),
Expression: pulumi.Bool(false),
Mode: pulumi.String("string"),
Name: pulumi.String("string"),
TokenType: pulumi.String("string"),
Value: pulumi.String("string"),
Scopes: pulumi.StringArray{
pulumi.String("string"),
},
},
},
IsHostedPage: pulumi.Bool(false),
Timezone: pulumi.String("string"),
})
var domainsSettingResource = new DomainsSetting("domainsSettingResource", DomainsSettingArgs.builder()
.csrAccess("string")
.settingId("string")
.schemas("string")
.idcsEndpoint("string")
.externalId("string")
.termsOfUseUrl("string")
.auditEventRetentionPeriod(0)
.authorization("string")
.certificateValidation(DomainsSettingCertificateValidationArgs.builder()
.crlCheckOnOcspFailureEnabled(false)
.crlEnabled(false)
.crlLocation("string")
.crlRefreshInterval(0)
.ocspEnabled(false)
.ocspResponderUrl("string")
.ocspSettingsResponderUrlPreferred(false)
.ocspSigningCertificateAlias("string")
.ocspTimeoutDuration(0)
.ocspUnknownResponseStatusAllowed(false)
.build())
.cloudGateCorsSettings(DomainsSettingCloudGateCorsSettingsArgs.builder()
.cloudGateCorsAllowNullOrigin(false)
.cloudGateCorsAllowedOrigins("string")
.cloudGateCorsEnabled(false)
.cloudGateCorsExposedHeaders("string")
.cloudGateCorsMaxAge(0)
.build())
.cloudMigrationCustomUrl("string")
.cloudMigrationUrlEnabled(false)
.companyNames(DomainsSettingCompanyNameArgs.builder()
.locale("string")
.value("string")
.build())
.contactEmails("string")
.attributeSets("string")
.customBranding(false)
.customCssLocation("string")
.customHtmlLocation("string")
.customTranslation("string")
.defaultTrustScope("string")
.images(DomainsSettingImageArgs.builder()
.type("string")
.value("string")
.display("string")
.build())
.diagnosticRecordForSearchIdentifiesReturnedResources(false)
.enableTermsOfUse(false)
.accountAlwaysTrustScope(false)
.iamUpstSessionExpiry(0)
.allowedNotificationRedirectUrls("string")
.issuer("string")
.attributes("string")
.diagnosticLevel(0)
.locale("string")
.loginTexts(DomainsSettingLoginTextArgs.builder()
.locale("string")
.value("string")
.build())
.maxNoOfAppCmvaToReturn(0)
.maxNoOfAppRoleMembersToReturn(0)
.ocid("string")
.preferredLanguage("string")
.prevIssuer("string")
.privacyPolicyUrl("string")
.purgeConfigs(DomainsSettingPurgeConfigArgs.builder()
.resourceName("string")
.retentionPeriod(0)
.build())
.reAuthFactors("string")
.reAuthWhenChangingMyAuthenticationFactors(false)
.resourceTypeSchemaVersion("string")
.allowedForgotPasswordFlowReturnUrls("string")
.serviceAdminCannotListOtherUsers(false)
.allowedDomains("string")
.signingCertPublicAccess(false)
.subMappingAttr("string")
.tags(DomainsSettingTagArgs.builder()
.key("string")
.value("string")
.build())
.tenantCustomClaims(DomainsSettingTenantCustomClaimArgs.builder()
.allScopes(false)
.expression(false)
.mode("string")
.name("string")
.tokenType("string")
.value("string")
.scopes("string")
.build())
.isHostedPage(false)
.timezone("string")
.build());
domains_setting_resource = oci.identity.DomainsSetting("domainsSettingResource",
csr_access="string",
setting_id="string",
schemas=["string"],
idcs_endpoint="string",
external_id="string",
terms_of_use_url="string",
audit_event_retention_period=0,
authorization="string",
certificate_validation=oci.identity.DomainsSettingCertificateValidationArgs(
crl_check_on_ocsp_failure_enabled=False,
crl_enabled=False,
crl_location="string",
crl_refresh_interval=0,
ocsp_enabled=False,
ocsp_responder_url="string",
ocsp_settings_responder_url_preferred=False,
ocsp_signing_certificate_alias="string",
ocsp_timeout_duration=0,
ocsp_unknown_response_status_allowed=False,
),
cloud_gate_cors_settings=oci.identity.DomainsSettingCloudGateCorsSettingsArgs(
cloud_gate_cors_allow_null_origin=False,
cloud_gate_cors_allowed_origins=["string"],
cloud_gate_cors_enabled=False,
cloud_gate_cors_exposed_headers=["string"],
cloud_gate_cors_max_age=0,
),
cloud_migration_custom_url="string",
cloud_migration_url_enabled=False,
company_names=[oci.identity.DomainsSettingCompanyNameArgs(
locale="string",
value="string",
)],
contact_emails=["string"],
attribute_sets=["string"],
custom_branding=False,
custom_css_location="string",
custom_html_location="string",
custom_translation="string",
default_trust_scope="string",
images=[oci.identity.DomainsSettingImageArgs(
type="string",
value="string",
display="string",
)],
diagnostic_record_for_search_identifies_returned_resources=False,
enable_terms_of_use=False,
account_always_trust_scope=False,
iam_upst_session_expiry=0,
allowed_notification_redirect_urls=["string"],
issuer="string",
attributes="string",
diagnostic_level=0,
locale="string",
login_texts=[oci.identity.DomainsSettingLoginTextArgs(
locale="string",
value="string",
)],
max_no_of_app_cmva_to_return=0,
max_no_of_app_role_members_to_return=0,
ocid="string",
preferred_language="string",
prev_issuer="string",
privacy_policy_url="string",
purge_configs=[oci.identity.DomainsSettingPurgeConfigArgs(
resource_name="string",
retention_period=0,
)],
re_auth_factors=["string"],
re_auth_when_changing_my_authentication_factors=False,
resource_type_schema_version="string",
allowed_forgot_password_flow_return_urls=["string"],
service_admin_cannot_list_other_users=False,
allowed_domains=["string"],
signing_cert_public_access=False,
sub_mapping_attr="string",
tags=[oci.identity.DomainsSettingTagArgs(
key="string",
value="string",
)],
tenant_custom_claims=[oci.identity.DomainsSettingTenantCustomClaimArgs(
all_scopes=False,
expression=False,
mode="string",
name="string",
token_type="string",
value="string",
scopes=["string"],
)],
is_hosted_page=False,
timezone="string")
const domainsSettingResource = new oci.identity.DomainsSetting("domainsSettingResource", {
csrAccess: "string",
settingId: "string",
schemas: ["string"],
idcsEndpoint: "string",
externalId: "string",
termsOfUseUrl: "string",
auditEventRetentionPeriod: 0,
authorization: "string",
certificateValidation: {
crlCheckOnOcspFailureEnabled: false,
crlEnabled: false,
crlLocation: "string",
crlRefreshInterval: 0,
ocspEnabled: false,
ocspResponderUrl: "string",
ocspSettingsResponderUrlPreferred: false,
ocspSigningCertificateAlias: "string",
ocspTimeoutDuration: 0,
ocspUnknownResponseStatusAllowed: false,
},
cloudGateCorsSettings: {
cloudGateCorsAllowNullOrigin: false,
cloudGateCorsAllowedOrigins: ["string"],
cloudGateCorsEnabled: false,
cloudGateCorsExposedHeaders: ["string"],
cloudGateCorsMaxAge: 0,
},
cloudMigrationCustomUrl: "string",
cloudMigrationUrlEnabled: false,
companyNames: [{
locale: "string",
value: "string",
}],
contactEmails: ["string"],
attributeSets: ["string"],
customBranding: false,
customCssLocation: "string",
customHtmlLocation: "string",
customTranslation: "string",
defaultTrustScope: "string",
images: [{
type: "string",
value: "string",
display: "string",
}],
diagnosticRecordForSearchIdentifiesReturnedResources: false,
enableTermsOfUse: false,
accountAlwaysTrustScope: false,
iamUpstSessionExpiry: 0,
allowedNotificationRedirectUrls: ["string"],
issuer: "string",
attributes: "string",
diagnosticLevel: 0,
locale: "string",
loginTexts: [{
locale: "string",
value: "string",
}],
maxNoOfAppCmvaToReturn: 0,
maxNoOfAppRoleMembersToReturn: 0,
ocid: "string",
preferredLanguage: "string",
prevIssuer: "string",
privacyPolicyUrl: "string",
purgeConfigs: [{
resourceName: "string",
retentionPeriod: 0,
}],
reAuthFactors: ["string"],
reAuthWhenChangingMyAuthenticationFactors: false,
resourceTypeSchemaVersion: "string",
allowedForgotPasswordFlowReturnUrls: ["string"],
serviceAdminCannotListOtherUsers: false,
allowedDomains: ["string"],
signingCertPublicAccess: false,
subMappingAttr: "string",
tags: [{
key: "string",
value: "string",
}],
tenantCustomClaims: [{
allScopes: false,
expression: false,
mode: "string",
name: "string",
tokenType: "string",
value: "string",
scopes: ["string"],
}],
isHostedPage: false,
timezone: "string",
});
type: oci:Identity:DomainsSetting
properties:
accountAlwaysTrustScope: false
allowedDomains:
- string
allowedForgotPasswordFlowReturnUrls:
- string
allowedNotificationRedirectUrls:
- string
attributeSets:
- string
attributes: string
auditEventRetentionPeriod: 0
authorization: string
certificateValidation:
crlCheckOnOcspFailureEnabled: false
crlEnabled: false
crlLocation: string
crlRefreshInterval: 0
ocspEnabled: false
ocspResponderUrl: string
ocspSettingsResponderUrlPreferred: false
ocspSigningCertificateAlias: string
ocspTimeoutDuration: 0
ocspUnknownResponseStatusAllowed: false
cloudGateCorsSettings:
cloudGateCorsAllowNullOrigin: false
cloudGateCorsAllowedOrigins:
- string
cloudGateCorsEnabled: false
cloudGateCorsExposedHeaders:
- string
cloudGateCorsMaxAge: 0
cloudMigrationCustomUrl: string
cloudMigrationUrlEnabled: false
companyNames:
- locale: string
value: string
contactEmails:
- string
csrAccess: string
customBranding: false
customCssLocation: string
customHtmlLocation: string
customTranslation: string
defaultTrustScope: string
diagnosticLevel: 0
diagnosticRecordForSearchIdentifiesReturnedResources: false
enableTermsOfUse: false
externalId: string
iamUpstSessionExpiry: 0
idcsEndpoint: string
images:
- display: string
type: string
value: string
isHostedPage: false
issuer: string
locale: string
loginTexts:
- locale: string
value: string
maxNoOfAppCmvaToReturn: 0
maxNoOfAppRoleMembersToReturn: 0
ocid: string
preferredLanguage: string
prevIssuer: string
privacyPolicyUrl: string
purgeConfigs:
- resourceName: string
retentionPeriod: 0
reAuthFactors:
- string
reAuthWhenChangingMyAuthenticationFactors: false
resourceTypeSchemaVersion: string
schemas:
- string
serviceAdminCannotListOtherUsers: false
settingId: string
signingCertPublicAccess: false
subMappingAttr: string
tags:
- key: string
value: string
tenantCustomClaims:
- allScopes: false
expression: false
mode: string
name: string
scopes:
- string
tokenType: string
value: string
termsOfUseUrl: string
timezone: string
DomainsSetting Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DomainsSetting resource accepts the following input properties:
- Csr
Access 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
- Idcs
Endpoint string - The basic endpoint for the identity domain
- Schemas List<string>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Setting
Id string - 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 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
- Allowed
Forgot 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
- Allowed
Notification 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
- Attribute
Sets List<string> - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- 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
- 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.
- Certificate
Validation 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
- Cloud
Gate 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
- Cloud
Migration 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
- 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 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
- Contact
Emails 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
- 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 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
- Custom
Html 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
- Custom
Translation 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
- Default
Trust 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
- 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 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
- 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
List<Domains
Setting Image> (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 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
- Login
Texts List<DomainsSetting Login Text> (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 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
- Preferred
Language 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
- Prev
Issuer 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
- Privacy
Policy 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
- Purge
Configs 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
- Re
Auth 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
- 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 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.
- 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 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<Domains
Setting Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Tenant
Custom 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
- Terms
Of 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 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
- Idcs
Endpoint string - The basic endpoint for the identity domain
- Schemas []string
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- Setting
Id string - 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 []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
- Allowed
Forgot []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
- Allowed
Notification []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
- Attribute
Sets []string - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- 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
- 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.
- 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 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
- 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 []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 []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
- 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 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
- Custom
Html 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
- Custom
Translation 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
- Default
Trust 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
- 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 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
- 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
[]Domains
Setting 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 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
- Login
Texts []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 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
- Preferred
Language 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
- Prev
Issuer 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
- Privacy
Policy 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
- Purge
Configs []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 []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
- 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 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.
- 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 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.
- []Domains
Setting Tag Args (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Tenant
Custom []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 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 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
- idcs
Endpoint String - The basic endpoint for the identity domain
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- setting
Id String - ID of the resource
- account
Always 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
- allowed
Domains 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
- allowed
Forgot 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
- allowed
Notification 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
- attribute
Sets List<String> - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- audit
Event 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.
- certificate
Validation 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
- cloud
Gate 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
- cloud
Migration 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
- cloud
Migration 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
- company
Names 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
- contact
Emails 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
- custom
Branding Boolean (Updatable) Indicates if the branding is default or custom
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- custom
Css 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
- custom
Html 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
- custom
Translation 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
- default
Trust 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
- diagnostic
Level 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
- diagnostic
Record 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
- enable
Terms 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
- external
Id 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
- iam
Upst 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<Domains
Setting Image> (Updatable) References to various images
SCIM++ Properties:
- idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- is
Hosted 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
- login
Texts List<DomainsSetting Login Text> (Updatable) Login text in different locales
SCIM++ Properties:
- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- max
No 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
- max
No 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
- preferred
Language 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
- prev
Issuer 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
- privacy
Policy 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
- purge
Configs 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
- re
Auth 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
- re
Auth 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
- resource
Type StringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- service
Admin 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
- signing
Cert 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
- sub
Mapping 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<Domains
Setting Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenant
Custom 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
- terms
Of 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 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
- idcs
Endpoint string - The basic endpoint for the identity domain
- schemas string[]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- setting
Id string - ID of the resource
- account
Always 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
- allowed
Domains 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
- allowed
Forgot 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
- allowed
Notification 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
- attribute
Sets string[] - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- audit
Event 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.
- certificate
Validation 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
- cloud
Gate 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
- cloud
Migration 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
- cloud
Migration 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
- company
Names 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
- contact
Emails 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
- custom
Branding boolean (Updatable) Indicates if the branding is default or custom
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- custom
Css 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
- custom
Html 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
- custom
Translation 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
- default
Trust 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
- diagnostic
Level 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
- diagnostic
Record 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
- enable
Terms 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
- external
Id 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
- iam
Upst 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
Domains
Setting Image[] (Updatable) References to various images
SCIM++ Properties:
- idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- is
Hosted 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
- login
Texts DomainsSetting Login Text[] (Updatable) Login text in different locales
SCIM++ Properties:
- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- max
No 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
- max
No 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
- preferred
Language 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
- prev
Issuer 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
- privacy
Policy 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
- purge
Configs 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
- re
Auth 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
- re
Auth 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
- resource
Type stringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- service
Admin 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
- signing
Cert 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
- sub
Mapping 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.
- Domains
Setting Tag[] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenant
Custom 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
- terms
Of 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 identity.Domains Setting 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_ identity.cors_ settings Domains 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[identity.Domains Setting 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[identity.
Domains Setting 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[identity.Domains Setting 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[identity.Domains Setting 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[identity.
Domains Setting Tag Args] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenant_
custom_ Sequence[identity.claims Domains 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
- csr
Access 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
- idcs
Endpoint String - The basic endpoint for the identity domain
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- setting
Id String - ID of the resource
- account
Always 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
- allowed
Domains 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
- allowed
Forgot 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
- allowed
Notification 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
- attribute
Sets List<String> - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- audit
Event 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.
- certificate
Validation 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
- cloud
Gate 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
- cloud
Migration 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
- cloud
Migration 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
- company
Names 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
- contact
Emails 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
- custom
Branding Boolean (Updatable) Indicates if the branding is default or custom
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- custom
Css 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
- custom
Html 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
- custom
Translation 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
- default
Trust 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
- diagnostic
Level 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
- diagnostic
Record 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
- enable
Terms 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
- external
Id 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
- iam
Upst 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
- is
Hosted 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
- login
Texts List<Property Map> (Updatable) Login text in different locales
SCIM++ Properties:
- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- max
No 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
- max
No 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
- preferred
Language 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
- prev
Issuer 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
- privacy
Policy 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
- purge
Configs 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
- re
Auth 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
- re
Auth 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
- resource
Type StringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- service
Admin 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
- signing
Cert 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
- sub
Mapping 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
- tenant
Custom 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
- terms
Of 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:
- Cloud
Account 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
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Default
Company 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
- Default
Images 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
- Default
Login 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
- 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 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
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Id string
- The provider-assigned unique ID for this managed resource.
- Idcs
Created List<DomainsBies Setting Idcs Created By> (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- Idcs
Last List<DomainsModified Bies Setting Idcs Last Modified By> (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented List<string>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Metas
List<Domains
Setting Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Migration
Status 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
- 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 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 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
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Default
Company []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 []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 []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 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
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Id string
- The provider-assigned unique ID for this managed resource.
- Idcs
Created []DomainsBies Setting Idcs Created By (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- Idcs
Last []DomainsModified Bies Setting Idcs Last Modified By (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented []stringOperations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Metas
[]Domains
Setting Meta (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Migration
Status 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
- 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 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 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
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- default
Company 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
- default
Images 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
- default
Login 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
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- diagnostic
Tracing 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
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- id String
- The provider-assigned unique ID for this managed resource.
- idcs
Created List<DomainsBies Setting Idcs Created By> (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Last List<DomainsModified Bies Setting Idcs Last Modified By> (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas
List<Domains
Setting Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- migration
Status 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
- on
Premises 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
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- cloud
Account 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
- compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- default
Company 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 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 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 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
- diagnostic
Tracing 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
- domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- id string
- The provider-assigned unique ID for this managed resource.
- idcs
Created DomainsBies Setting Idcs Created By[] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Last DomainsModified Bies Setting Idcs Last Modified By[] (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented string[]Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas
Domains
Setting Meta[] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- migration
Status 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
- on
Premises 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
- tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- 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[identity.names Domains 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[identity.Domains Setting 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[identity.texts Domains 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[identity.bies Domains Setting Idcs Created By] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs_
last_ Sequence[identity.modified_ bies Domains Setting Idcs Last Modified By] (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs_
last_ strupgraded_ in_ release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs_
prevented_ Sequence[str]operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas
Sequence[identity.
Domains Setting Meta] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- 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
- cloud
Account 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
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- default
Company 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
- default
Images 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
- default
Login 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
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- diagnostic
Tracing 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
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- id String
- The provider-assigned unique ID for this managed resource.
- idcs
Created List<Property Map>Bies (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Last List<Property Map>Modified Bies (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- metas List<Property Map>
(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- migration
Status 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
- on
Premises 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
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Look up Existing DomainsSetting Resource
Get an existing DomainsSetting resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DomainsSettingState, opts?: CustomResourceOptions): DomainsSetting
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_always_trust_scope: Optional[bool] = None,
allowed_domains: Optional[Sequence[str]] = None,
allowed_forgot_password_flow_return_urls: Optional[Sequence[str]] = None,
allowed_notification_redirect_urls: Optional[Sequence[str]] = None,
attribute_sets: Optional[Sequence[str]] = None,
attributes: Optional[str] = None,
audit_event_retention_period: Optional[int] = None,
authorization: Optional[str] = None,
certificate_validation: Optional[_identity.DomainsSettingCertificateValidationArgs] = None,
cloud_account_name: Optional[str] = None,
cloud_gate_cors_settings: Optional[_identity.DomainsSettingCloudGateCorsSettingsArgs] = None,
cloud_migration_custom_url: Optional[str] = None,
cloud_migration_url_enabled: Optional[bool] = None,
company_names: Optional[Sequence[_identity.DomainsSettingCompanyNameArgs]] = None,
compartment_ocid: Optional[str] = None,
contact_emails: Optional[Sequence[str]] = None,
csr_access: Optional[str] = None,
custom_branding: Optional[bool] = None,
custom_css_location: Optional[str] = None,
custom_html_location: Optional[str] = None,
custom_translation: Optional[str] = None,
default_company_names: Optional[Sequence[_identity.DomainsSettingDefaultCompanyNameArgs]] = None,
default_images: Optional[Sequence[_identity.DomainsSettingDefaultImageArgs]] = None,
default_login_texts: Optional[Sequence[_identity.DomainsSettingDefaultLoginTextArgs]] = None,
default_trust_scope: Optional[str] = None,
delete_in_progress: Optional[bool] = None,
diagnostic_level: Optional[int] = None,
diagnostic_record_for_search_identifies_returned_resources: Optional[bool] = None,
diagnostic_tracing_upto: Optional[str] = None,
domain_ocid: Optional[str] = None,
enable_terms_of_use: Optional[bool] = None,
external_id: Optional[str] = None,
iam_upst_session_expiry: Optional[int] = None,
idcs_created_bies: Optional[Sequence[_identity.DomainsSettingIdcsCreatedByArgs]] = None,
idcs_endpoint: Optional[str] = None,
idcs_last_modified_bies: Optional[Sequence[_identity.DomainsSettingIdcsLastModifiedByArgs]] = None,
idcs_last_upgraded_in_release: Optional[str] = None,
idcs_prevented_operations: Optional[Sequence[str]] = None,
images: Optional[Sequence[_identity.DomainsSettingImageArgs]] = None,
is_hosted_page: Optional[bool] = None,
issuer: Optional[str] = None,
locale: Optional[str] = None,
login_texts: Optional[Sequence[_identity.DomainsSettingLoginTextArgs]] = None,
max_no_of_app_cmva_to_return: Optional[int] = None,
max_no_of_app_role_members_to_return: Optional[int] = None,
metas: Optional[Sequence[_identity.DomainsSettingMetaArgs]] = None,
migration_status: Optional[str] = None,
ocid: Optional[str] = None,
on_premises_provisioning: Optional[bool] = None,
preferred_language: Optional[str] = None,
prev_issuer: Optional[str] = None,
privacy_policy_url: Optional[str] = None,
purge_configs: Optional[Sequence[_identity.DomainsSettingPurgeConfigArgs]] = None,
re_auth_factors: Optional[Sequence[str]] = None,
re_auth_when_changing_my_authentication_factors: Optional[bool] = None,
resource_type_schema_version: Optional[str] = None,
schemas: Optional[Sequence[str]] = None,
service_admin_cannot_list_other_users: Optional[bool] = None,
setting_id: Optional[str] = None,
signing_cert_public_access: Optional[bool] = None,
sub_mapping_attr: Optional[str] = None,
tags: Optional[Sequence[_identity.DomainsSettingTagArgs]] = None,
tenancy_ocid: Optional[str] = None,
tenant_custom_claims: Optional[Sequence[_identity.DomainsSettingTenantCustomClaimArgs]] = None,
terms_of_use_url: Optional[str] = None,
timezone: Optional[str] = None) -> DomainsSetting
func GetDomainsSetting(ctx *Context, name string, id IDInput, state *DomainsSettingState, opts ...ResourceOption) (*DomainsSetting, error)
public static DomainsSetting Get(string name, Input<string> id, DomainsSettingState? state, CustomResourceOptions? opts = null)
public static DomainsSetting get(String name, Output<String> id, DomainsSettingState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- 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 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
- Allowed
Forgot 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
- Allowed
Notification 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
- Attribute
Sets List<string> - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- 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
- 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.
- Certificate
Validation 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
- Cloud
Account 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
- Cloud
Gate 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
- Cloud
Migration 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
- 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 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
- Compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Contact
Emails 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
- Csr
Access 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
- 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 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
- Custom
Html 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
- Custom
Translation 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
- Default
Company 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
- Default
Images 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
- Default
Login 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
- Default
Trust 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
- 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 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
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- 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 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
- 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 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
- Idcs
Endpoint string - The basic endpoint for the identity domain
- Idcs
Last 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
- Idcs
Last stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented List<string>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Images
List<Domains
Setting Image> (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 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
- Login
Texts List<DomainsSetting Login Text> (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
List<Domains
Setting Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Migration
Status 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
- 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 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
- Prev
Issuer 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
- Privacy
Policy 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
- Purge
Configs 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
- Re
Auth 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
- 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 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
- 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 string - 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 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<Domains
Setting Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Tenant
Custom 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
- Terms
Of 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 []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
- Allowed
Forgot []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
- Allowed
Notification []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
- Attribute
Sets []string - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- 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
- 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.
- 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 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
- 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 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
- 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 []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 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
- Contact
Emails []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
- Csr
Access 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
- 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 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
- Custom
Html 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
- Custom
Translation 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
- Default
Company []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 []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 []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 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
- 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 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
- Domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- 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 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
- 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 []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 string - The basic endpoint for the identity domain
- Idcs
Last []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 stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Idcs
Prevented []stringOperations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- Images
[]Domains
Setting 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 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
- Login
Texts []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
[]Domains
Setting Meta Args (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- Migration
Status 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
- 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 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
- Prev
Issuer 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
- Privacy
Policy 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
- Purge
Configs []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 []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
- 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 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
- 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 string - 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 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.
- []Domains
Setting Tag Args (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- Tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Tenant
Custom []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 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 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
- allowed
Domains 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
- allowed
Forgot 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
- allowed
Notification 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
- attribute
Sets List<String> - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- audit
Event 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.
- certificate
Validation 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
- cloud
Account 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
- cloud
Gate 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
- cloud
Migration 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
- cloud
Migration 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
- company
Names 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
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- contact
Emails 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
- csr
Access 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
- custom
Branding Boolean (Updatable) Indicates if the branding is default or custom
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- custom
Css 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
- custom
Html 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
- custom
Translation 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
- default
Company 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
- default
Images 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
- default
Login 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
- default
Trust 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
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- diagnostic
Level 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
- diagnostic
Record 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
- diagnostic
Tracing 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
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- enable
Terms 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
- external
Id 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
- iam
Upst 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
- idcs
Created 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
- idcs
Endpoint String - The basic endpoint for the identity domain
- idcs
Last 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
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- images
List<Domains
Setting Image> (Updatable) References to various images
SCIM++ Properties:
- idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- is
Hosted 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
- login
Texts List<DomainsSetting Login Text> (Updatable) Login text in different locales
SCIM++ Properties:
- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- max
No 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
- max
No 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<Domains
Setting Meta> (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- migration
Status 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
- on
Premises 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
- preferred
Language 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
- prev
Issuer 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
- privacy
Policy 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
- purge
Configs 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
- re
Auth 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
- re
Auth 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
- resource
Type StringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- service
Admin 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
- setting
Id String - ID of the resource
- signing
Cert 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
- sub
Mapping 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<Domains
Setting Tag> (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- tenant
Custom 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
- terms
Of 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 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
- allowed
Domains 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
- allowed
Forgot 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
- allowed
Notification 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
- attribute
Sets string[] - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes string
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- audit
Event 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.
- certificate
Validation 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
- cloud
Account 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
- cloud
Gate 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
- cloud
Migration 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
- cloud
Migration 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
- company
Names 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
- compartment
Ocid string (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- contact
Emails 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
- csr
Access 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
- custom
Branding boolean (Updatable) Indicates if the branding is default or custom
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- custom
Css 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
- custom
Html 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
- custom
Translation 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
- default
Company 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 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 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
- default
Trust 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
- delete
In booleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- diagnostic
Level 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
- diagnostic
Record 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
- diagnostic
Tracing 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
- domain
Ocid string (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- enable
Terms 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
- external
Id 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
- iam
Upst 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
- idcs
Created 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
Endpoint string - The basic endpoint for the identity domain
- idcs
Last 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 stringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented string[]Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- images
Domains
Setting Image[] (Updatable) References to various images
SCIM++ Properties:
- idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- is
Hosted 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
- login
Texts DomainsSetting Login Text[] (Updatable) Login text in different locales
SCIM++ Properties:
- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- max
No 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
- max
No 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
Domains
Setting Meta[] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- migration
Status 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
- on
Premises 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
- preferred
Language 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
- prev
Issuer 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
- privacy
Policy 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
- purge
Configs 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
- re
Auth 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
- re
Auth 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
- resource
Type stringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas string[]
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- service
Admin 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
- setting
Id string - ID of the resource
- signing
Cert 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
- sub
Mapping 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.
- Domains
Setting Tag[] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy
Ocid string (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- tenant
Custom 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
- terms
Of 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 identity.Domains Setting 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_ identity.cors_ settings Domains 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[identity.Domains Setting 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[identity.names Domains 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[identity.Domains Setting 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[identity.texts Domains 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[identity.bies Domains Setting Idcs Created By Args] (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs_
endpoint str - The basic endpoint for the identity domain
- idcs_
last_ Sequence[identity.modified_ bies Domains 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[identity.
Domains Setting 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[identity.Domains Setting 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[identity.
Domains Setting Meta Args] (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- 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[identity.Domains Setting 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[identity.
Domains Setting Tag Args] (Updatable) A list of tags on this resource.
SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- tenancy_
ocid str (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- tenant_
custom_ Sequence[identity.claims Domains 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
- account
Always 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
- allowed
Domains 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
- allowed
Forgot 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
- allowed
Notification 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
- attribute
Sets List<String> - (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- audit
Event 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.
- certificate
Validation 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
- cloud
Account 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
- cloud
Gate 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
- cloud
Migration 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
- cloud
Migration 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
- company
Names 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
- compartment
Ocid String (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- contact
Emails 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
- csr
Access 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
- custom
Branding Boolean (Updatable) Indicates if the branding is default or custom
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- custom
Css 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
- custom
Html 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
- custom
Translation 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
- default
Company 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
- default
Images 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
- default
Login 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
- default
Trust 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
- delete
In BooleanProgress (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
- diagnostic
Level 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
- diagnostic
Record 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
- diagnostic
Tracing 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
- domain
Ocid String (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- enable
Terms 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
- external
Id 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
- iam
Upst 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
- idcs
Created List<Property Map>Bies (Updatable) The User or App who created the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- idcs
Endpoint String - The basic endpoint for the identity domain
- idcs
Last List<Property Map>Modified Bies (Updatable) The User or App who modified the Resource
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- idcs
Last StringUpgraded In Release (Updatable) The release number when the resource was upgraded.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- idcs
Prevented List<String>Operations (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
- images List<Property Map>
(Updatable) References to various images
SCIM++ Properties:
- idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- is
Hosted 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
- login
Texts List<Property Map> (Updatable) Login text in different locales
SCIM++ Properties:
- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- max
No 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
- max
No 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
- migration
Status 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
- on
Premises 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
- preferred
Language 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
- prev
Issuer 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
- privacy
Policy 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
- purge
Configs 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
- re
Auth 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
- re
Auth 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
- resource
Type StringSchema Version - (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas List<String>
(Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- service
Admin 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
- setting
Id String - ID of the resource
- signing
Cert 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
- sub
Mapping 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
- tenancy
Ocid String (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- tenant
Custom 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
- terms
Of 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
- 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 string (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 stringUrl (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 stringCertificate 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
- 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 string (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 stringUrl (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 stringCertificate 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
- crl
Check 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
- crl
Enabled Boolean (Updatable) CRL is enabled Configuration
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- crl
Location String (Updatable) CRL Location.
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- crl
Refresh 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
- ocsp
Enabled Boolean (Updatable) OCSP is enabled Configuration
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- ocsp
Responder StringUrl (Updatable) OCSP Responder URL
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocsp
Settings 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
- ocsp
Signing StringCertificate 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 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
- ocsp
Unknown 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 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
- crl
Enabled boolean (Updatable) CRL is enabled Configuration
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- crl
Location string (Updatable) CRL Location.
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- crl
Refresh 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
- ocsp
Enabled boolean (Updatable) OCSP is enabled Configuration
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- ocsp
Responder stringUrl (Updatable) OCSP Responder URL
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocsp
Settings 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
- ocsp
Signing stringCertificate 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 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
- ocsp
Unknown 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
- crl
Check 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
- crl
Enabled Boolean (Updatable) CRL is enabled Configuration
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- crl
Location String (Updatable) CRL Location.
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- crl
Refresh 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
- ocsp
Enabled Boolean (Updatable) OCSP is enabled Configuration
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
- ocsp
Responder StringUrl (Updatable) OCSP Responder URL
Added In: 2010242156
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
- ocsp
Settings 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
- ocsp
Signing StringCertificate 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 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
- ocsp
Unknown 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
- 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 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
- 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 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
- 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
- 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 []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
- 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 []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
- 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- cloud
Gate 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
- Last
Modified string (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Created string
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Last
Modified string (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- Location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- Version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created String
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last
Modified String (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location String
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource
Type String (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version String
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created string
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last
Modified string (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location string
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource
Type string (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version string
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created str
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last_
modified str (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location str
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource_
type str (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version str
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- created String
(Updatable) The DateTime the Resource was added to the Service Provider
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- last
Modified String (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
- location String
(Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- resource
Type String (Updatable) Name of the resource type of the resource--for example, Users or Groups
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
- version String
(Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
DomainsSettingPurgeConfig, DomainsSettingPurgeConfigArgs
- Resource
Name string (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
- Resource
Name string (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
- resource
Name String (Updatable) Resource Name
Deprecated Since: 19.1.6
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- retention
Period Integer (Updatable) Retention Period
Deprecated Since: 19.1.6
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- resource
Name string (Updatable) Resource Name
Deprecated Since: 19.1.6
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- retention
Period 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
- resource
Name String (Updatable) Resource Name
Deprecated Since: 19.1.6
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- retention
Period 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
- 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 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
- Token
Type 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
- 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 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
- Token
Type 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 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
- token
Type 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
- all
Scopes 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
- token
Type 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
- all
Scopes 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
- token
Type String (Updatable) Indicates what type of token the custom claim will be embedded
Added In: 18.4.2
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- value String
(Updatable) Custom claim value
Added In: 18.4.2
SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
- scopes List<String>
(Updatable) Scopes associated with a specific custom claim
Added In: 18.4.2
SCIM++ Properties:
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Import
Settings can be imported using the id
, e.g.
$ pulumi import oci:Identity/domainsSetting:DomainsSetting test_setting "idcsEndpoint/{idcsEndpoint}/settings/{settingId}"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.