Root Schema : Schema
Type: object
SCIM schema
Show Source
-
attributes(optional):
array attributes
SCIM++ Properties:- idcsCompositeKey: []
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
A complex type that specifies the set of Resource attributes
-
description(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Schema's human-readable description
-
externalId(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
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.
-
idcsAttributeCacheable(optional):
boolean
Added In: 17.3.4
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether the attribute is cacheable. True by default for all attributes. If attribute with idcsAttributeCachable = false, is present \"attributesToGet\" while executing GET/SEARCH on cacheable resource, Cache is missed and data is fetched from Data Provider.
-
idcsMappable:
boolean
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: boolean
- uniqueness: none
Specifies if the attributes in this schema can be used for mapping with external identity sources such as AD or LDAP
-
idcsMapsToSameTargetAttributeNameAs(optional):
string
-
idcsOverrideCommonAttribute(optional):
boolean
Added In: 2102181953
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether the dataprovider mapping from resource schema should override from common schema with the same name.
-
idcsResourceTypes(optional):
array idcsResourceTypes
SCIM++ Properties:- caseExact: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Resource types defs this resource refers to
-
name(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Schema's human-readable name
{
"type":"object",
"description":"SCIM schema",
"required":[
"idcsMappable"
],
"properties":{
"idcsMapsToSameTargetAttributeNameAs":{
"type":"string",
"description":"<b>Added In:</b> 2209122038<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Contains the canonical name of the other attribute sharing the same idcsTargetAttributeName"
},
"externalId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>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."
},
"name":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Schema's human-readable name"
},
"idcsResourceTypes":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Resource types defs this resource refers to"
},
"description":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Schema's human-readable description"
},
"idcsMappable":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Specifies if the attributes in this schema can be used for mapping with external identity sources such as AD or LDAP"
},
"idcsAttributeCacheable":{
"type":"boolean",
"description":"<b>Added In:</b> 17.3.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the attribute is cacheable. True by default for all attributes. If attribute with idcsAttributeCachable = false, is present \\\"attributesToGet\\\" while executing GET/SEARCH on cacheable resource, Cache is missed and data is fetched from Data Provider."
},
"idcsOverrideCommonAttribute":{
"type":"boolean",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the dataprovider mapping from resource schema should override from common schema with the same name."
},
"attributes":{
"type":"array",
"items":{
"$ref":"#/definitions/attributes"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: []</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>A complex type that specifies the set of Resource attributes"
}
}
}
Nested Schema : attributes
Type: array
SCIM++ Properties:- idcsCompositeKey: []
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
A complex type that specifies the set of Resource attributes
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/attributes"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: []</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>A complex type that specifies the set of Resource attributes"
}
Nested Schema : idcsResourceTypes
Type: array
SCIM++ Properties:- caseExact: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Resource types defs this resource refers to
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Resource types defs this resource refers to"
}
Nested Schema : attributes
Type: object
A complex type that specifies the set of Resource attributes
Show Source
-
canonicalValues(optional):
array canonicalValues
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \"work\", \"home\".
-
caseExact(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies if the String attribute is case-sensitive
-
description(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The attribute's human-readable description
-
idcsAddedSinceReleaseNumber(optional):
string
Added In: 17.3.4
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
Indicates that the schema has been added since this release number
-
idcsAddedSinceVersion(optional):
integer
Deprecated Since: 19.3.3SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Indicates that the schema has been added since version
-
idcsAllowUpdatesInReadOnlyMode(optional):
boolean
Added In: 2106170416
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Set this attribute to True if the resource is eligibal for update while system is in readonly mode.
-
idcsAttributeCacheable(optional):
boolean
Added In: 17.3.4
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether the attribute is cacheable. True by default for all attributes. If attribute with idcsAttributeCachable = false, is present \"attributesToGet\" while executing GET/SEARCH on cacheable resource, Cache is missed and data is fetched from Data Provider.
-
idcsAttributeMappable(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
Specifies if the attribute can be used for mapping with external identity sources such as AD or LDAP. If isSchemaMappable: false for the schema in which this attribute is defined, then this flag is ignored
-
idcsAuditable(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether changes to this attribute value are audited
-
idcsAutoIncrementSeqName(optional):
string
Maximum Length: 8
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
Sequence tracking ID name for the attribute
-
idcsCanonicalValueSourceDisplayAttrName(optional):
string
Added In: 17.4.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Display name for the canonical value attribute name.
-
idcsCanonicalValueSourceFilter(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Filter to use when getting canonical values for this schema attribute
-
idcsCanonicalValueSourceKeyAttrName(optional):
string
Added In: 17.4.6
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Source key attribute for the canonical value.
-
idcsCanonicalValueSourceResourceType(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the Resource type to read from for dynamic canonical values
-
idcsCanonicalValueSourceResourceTypeID(optional):
string
Added In: 17.4.6
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the Resource type ID to read from for dynamic canonical values
-
idcsCanonicalValueType(optional):
string
Allowed Values: [
"dynamic",
"static"
]
Added In: 17.4.6
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Type of the canonical value.
-
idcsComplexAttributeNameMappings(optional):
array idcsComplexAttributeNameMappings
SCIM++ Properties:- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)
-
idcsCompositeKey(optional):
array idcsCompositeKey
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The set of one or more sub attributes' names of a CMVA, whose values uniquely identify an instance of a CMVA
-
idcsCsvAttributeName(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The attribute defining the CSV header name for import/export
-
idcsCsvAttributeNameMappings(optional):
array idcsCsvAttributeNameMappings
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
Csv meta data for those resource type attributes which can be imported / exported from / to csv.
-
idcsDefaultValue(optional):
string
Added In: 18.1.6
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the default value for an attribute. The value must be one from canonicalValues if defined.
-
idcsDeprecatedSinceReleaseNumber(optional):
string
Added In: 17.3.4
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
Indicates that the schema has been deprecated since this release number
-
idcsDeprecatedSinceVersion(optional):
integer
Deprecated Since: 19.3.3SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Indicates that the schema has been deprecated since version
-
idcsDisplayName(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the user-friendly displayable attribute name or catalog key used for localization
-
idcsDisplayNameMessageId(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Localized schema attribute display name for use by UI client for displaying attribute labels
-
idcsExcludeFromUpgradePatch(optional):
boolean
Added In: 2104150946
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: never
- type: boolean
Specifies whether the attribute should be excluded from the BulkApi patch generated by gradle task for upgrading OOTB resources.
-
idcsFeatures(optional):
array idcsFeatures
Deprecated Since: 19.1.6SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
The list of features that require this attribute
-
idcsFetchComplexAttributeValues(optional):
boolean
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Whether the CMVA attribute will be fetched or not for current resource in AbstractResourceManager update operation before calling data provider update. Default is true.
-
idcsFromTargetMapper(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the mapper to use when mapping this attribute value from DataProvider-specific semantics
-
idcsGenerated(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether this attribute value was generated
-
idcsICFAttributeType(optional):
string
Allowed Values: [
"string",
"long",
"char",
"double",
"float",
"integer",
"boolean",
"bytes",
"bigdecimal",
"biginteger",
"guardedbytes",
"guardedstring"
]
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Maps to ICF data type
-
idcsICFBundleAttributeName(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Maps to ICF target attribute name
-
idcsICFRequired(optional):
boolean
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Metadata to identify the ICF required attribute
-
idcsIgnoreReadOnlyAndImmutableRefAttrsDuringForceDelete(optional):
boolean
Added In: 2104220644
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Specifies whether the readOnly and immutable reference attributes should be ignored when forceDelete=true.
-
idcsIndirectRefResourceAttributes(optional):
array idcsIndirectRefResourceAttributes
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
Specifies the indirectly referenced Resources
-
idcsInternal(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether the schema attribute is for internal use only. Internal attributes are not exposed via REST. This attribute overrides mutability for create/update if the request is internal and the attribute internalflag is set to True. This attribute overrides the return attribute while building SCIM response attributes when both the request is internal and the schema attribute is internal.
-
idcsMapsToSameTargetAttributeNameAs(optional):
string
-
idcsMaxLength(optional):
integer
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Specifies the maximum length of the attribute
-
idcsMaxValue(optional):
integer
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: integer
Specifies the maximum value of the integer attribute
-
idcsMinLength(optional):
integer
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Specifies the minimum length of the attribute
-
idcsMinValue(optional):
integer
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: integer
Specifies the minimum value of the integer attribute
-
idcsMultiLanguage(optional):
boolean
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
If true, specifies that the attribute can have multiple language values set for the attribute on which this is set.
-
idcsOptionalPiiCanonicalValues(optional):
array idcsOptionalPiiCanonicalValues
Deprecated Since: 19.1.6SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
A subset of \"canonicalValues\" that are not supported when the \"optionalPii\" feature is disabled in GlobalConfig.
-
idcsOverrideCommonAttribute(optional):
boolean
Added In: 2102181953
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
Specifies whether the attribute from resource schema should override from common schema with the same name.
-
idcsPaginateResponse(optional):
boolean
Added In: 2202230830
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Set this attribute to True if the pagination is required on an attribute.
-
idcsPii(optional):
boolean
Added In: 18.4.2
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
Specifies whether the attribute is PII (personal information). False by default for all attributes. If attribute with idcsPii = true, it's value must be obfuscated before it's written to the Oracle Identity Cloud Service system logs.
-
idcsRefResourceAttribute(optional):
string
Deprecated Since: 17.3.4SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
Specifies the referenced Resource attribute
-
idcsRefResourceAttributes(optional):
array idcsRefResourceAttributes
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
Specifies the directly referenced Resources
-
idcsRequiresImmediateReadAfterWriteForAccessFlows(optional):
boolean
-
idcsRequiresWriteForAccessFlows(optional):
boolean
Added In: 2209220956
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
If true, indicates that the attribute value must be written to the home region for access flows initiated from a replica region.
-
idcsRtsaHideAttribute(optional):
boolean
Added In: 19.1.4
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Specifies if the attributes in this schema should be hidden externally
-
idcsSanitize(optional):
boolean
Added In: 20.1.3
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Specifies if the value of the attribute should be sanitized using OWASP library for HTML content
-
idcsScimCompliant(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
Indicates if the attribute is scim compliant, default is true
-
idcsSearchable(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether this attribute can be included in a search filter
-
idcsSensitive(optional):
string
Allowed Values: [
"encrypt",
"hash",
"hash_sc",
"checksum",
"none"
]
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Flag to specify if the attribute should be encrypted or hashed
-
idcsTargetAttributeName(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Target attribute name that this attribute gets mapped to for persistence
-
idcsTargetAttributeNameToMigrateFrom(optional):
string
Added In: 19.2.1
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Old Target attribute name from child table for CSVA attribute prior to migration. This maintains this attribute used to get mapped to for persistence
-
idcsTargetNormAttributeName(optional):
string
Added In: 19.2.1
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Target normalized attribute name that this normalized value of attribute gets mapped to for persistence. Only set for caseExact=false & searchable attributes. Do not use by default.
-
idcsTargetUniqueConstraintName(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Target index name created for this attribute for performance
-
idcsToTargetMapper(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the mapper to use when mapping this attribute value to DataProvider-specific semantics
-
idcsTrimStringValue(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Trims any leading and trailing blanks from String values. Default is True.
-
idcsuiOrder(optional):
integer
Added In: 17.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Metadata used by Oracle Identity Cloud Service UI to sequence the attributes displayed on the Account Form.
-
idcsuiRegexp(optional):
string
Added In: 17.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
Metadata used by Oracle Identity Cloud Service UI to validate the attribute values using regular expressions.
-
idcsuiVisible(optional):
boolean
Added In: 17.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Metadata used by Oracle Identity Cloud Service UI to decide whether the attribute must be displayed on the Account Form.
-
idcsuiWidget(optional):
string
-
idcsValidateReference(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Validate payload reference value during create, replace, and update. Default is True.
-
idcsValuePersisted(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether the value of the Resource attribute is persisted
-
idcsValuePersistedInOtherAttribute(optional):
boolean
Added In: 18.2.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
If true, ARM should not validate the value of the attribute since it will be converted/migrated to another attribute internally by the manager which will build valid post, put, or patch payload, depending on the client requested operation
-
localizedCanonicalValues(optional):
array localizedCanonicalValues
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
A collection of Localized canonical values.
-
localizedDisplayName(optional):
object localizedDisplayName
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Attribute's localized display name
-
multiValued(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Indicates the attribute's plurality
-
mutability(optional):
string
Allowed Values: [
"readOnly",
"readWrite",
"immutable",
"writeOnly"
]
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies if the attribute is mutable
-
name(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Attribute's name
-
referenceTypes(optional):
array referenceTypes
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \"reference\" data type.
-
required(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies if the attribute is required
-
returned(optional):
string
Allowed Values: [
"always",
"never",
"default",
"request"
]
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH request
-
subAttributes(optional):
array subAttributes
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
A list specifying the contained attributes
-
type(optional):
string
Allowed Values: [
"string",
"complex",
"boolean",
"decimal",
"integer",
"dateTime",
"reference",
"binary"
]
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The attribute's data type--for example, String
-
uniqueness(optional):
string
Allowed Values: [
"none",
"server",
"global"
]
SCIM++ Properties:- caseExact: true
- multiValued: false
- required: false
- returned: default
- type: string
- uniqueness: none
A single keyword value that specifies how the Service Provider enforces uniqueness of attribute values. A server MAY reject an invalid value based on uniqueness by returning an HTTP response code of 400 (Bad Request). A client MAY enforce uniqueness on the client side to a greater degree than the Service Provider enforces. For example, a client could make a value unique while the server has the uniqueness of \"none\".
{
"type":"object",
"description":"A complex type that specifies the set of Resource attributes",
"properties":{
"name":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Attribute's name"
},
"idcsDisplayNameMessageId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Localized schema attribute display name for use by UI client for displaying attribute labels"
},
"idcsRtsaHideAttribute":{
"type":"boolean",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Specifies if the attributes in this schema should be hidden externally"
},
"localizedDisplayName":{
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Localized display value"
},
"locale":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Locale used"
}
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Attribute's localized display name"
},
"type":{
"type":"string",
"enum":[
"string",
"complex",
"boolean",
"decimal",
"integer",
"dateTime",
"reference",
"binary"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The attribute's data type--for example, String"
},
"multiValued":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Indicates the attribute's plurality"
},
"description":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The attribute's human-readable description"
},
"required":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies if the attribute is required"
},
"canonicalValues":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \\\"work\\\", \\\"home\\\"."
},
"idcsDefaultValue":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the default value for an attribute. The value must be one from canonicalValues if defined."
},
"localizedCanonicalValues":{
"type":"array",
"items":{
"$ref":"#/definitions/localizedCanonicalValues"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>A collection of Localized canonical values."
},
"caseExact":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies if the String attribute is case-sensitive"
},
"mutability":{
"type":"string",
"enum":[
"readOnly",
"readWrite",
"immutable",
"writeOnly"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies if the attribute is mutable"
},
"returned":{
"type":"string",
"enum":[
"always",
"never",
"default",
"request"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH request"
},
"uniqueness":{
"type":"string",
"enum":[
"none",
"server",
"global"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A single keyword value that specifies how the Service Provider enforces uniqueness of attribute values. A server MAY reject an invalid value based on uniqueness by returning an HTTP response code of 400 (Bad Request). A client MAY enforce uniqueness on the client side to a greater degree than the Service Provider enforces. For example, a client could make a value unique while the server has the uniqueness of \\\"none\\\"."
},
"idcsCsvAttributeName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The attribute defining the CSV header name for import/export"
},
"idcsComplexAttributeNameMappings":{
"type":"array",
"items":{
"$ref":"#/definitions/idcsComplexAttributeNameMappings"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)"
},
"idcsICFBundleAttributeName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Maps to ICF target attribute name"
},
"idcsICFRequired":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Metadata to identify the ICF required attribute"
},
"idcsICFAttributeType":{
"type":"string",
"enum":[
"string",
"long",
"char",
"double",
"float",
"integer",
"boolean",
"bytes",
"bigdecimal",
"biginteger",
"guardedbytes",
"guardedstring"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Maps to ICF data type"
},
"idcsCsvAttributeNameMappings":{
"type":"array",
"items":{
"$ref":"#/definitions/idcsCsvAttributeNameMappings"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Csv meta data for those resource type attributes which can be imported / exported from / to csv."
},
"referenceTypes":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \\\"reference\\\" data type."
},
"idcsDeprecatedSinceVersion":{
"type":"integer",
"description":"<b><font color=\"red\">Deprecated Since: 19.3.3</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Indicates that the schema has been deprecated since version"
},
"idcsAddedSinceVersion":{
"type":"integer",
"description":"<b><font color=\"red\">Deprecated Since: 19.3.3</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Indicates that the schema has been added since version"
},
"idcsDeprecatedSinceReleaseNumber":{
"type":"string",
"description":"<b>Added In:</b> 17.3.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Indicates that the schema has been deprecated since this release number"
},
"idcsAddedSinceReleaseNumber":{
"type":"string",
"description":"<b>Added In:</b> 17.3.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Indicates that the schema has been added since this release number"
},
"idcsMinLength":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Specifies the minimum length of the attribute"
},
"idcsMaxLength":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Specifies the maximum length of the attribute"
},
"idcsMinValue":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Specifies the minimum value of the integer attribute"
},
"idcsMaxValue":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Specifies the maximum value of the integer attribute"
},
"idcsMultiLanguage":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>If true, specifies that the attribute can have multiple language values set for the attribute on which this is set."
},
"idcsRefResourceAttributes":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Specifies the directly referenced Resources"
},
"idcsIndirectRefResourceAttributes":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Specifies the indirectly referenced Resources"
},
"idcsAutoIncrementSeqName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Sequence tracking ID name for the attribute",
"maxLength":8
},
"idcsValuePersisted":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the value of the Resource attribute is persisted"
},
"idcsSensitive":{
"type":"string",
"enum":[
"encrypt",
"hash",
"hash_sc",
"checksum",
"none"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Flag to specify if the attribute should be encrypted or hashed"
},
"idcsInternal":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the schema attribute is for internal use only. Internal attributes are not exposed via REST. This attribute overrides mutability for create/update if the request is internal and the attribute internalflag is set to True. This attribute overrides the return attribute while building SCIM response attributes when both the request is internal and the schema attribute is internal."
},
"idcsTrimStringValue":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Trims any leading and trailing blanks from String values. Default is True."
},
"idcsSearchable":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether this attribute can be included in a search filter"
},
"idcsGenerated":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether this attribute value was generated"
},
"idcsAuditable":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether changes to this attribute value are audited"
},
"idcsTargetAttributeName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Target attribute name that this attribute gets mapped to for persistence"
},
"idcsMapsToSameTargetAttributeNameAs":{
"type":"string",
"description":"<b>Added In:</b> 2209122038<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: none</li></ul>Contains the canonical name of the other attribute sharing the same idcsTargetAttributeName"
},
"idcsTargetNormAttributeName":{
"type":"string",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Target normalized attribute name that this normalized value of attribute gets mapped to for persistence. Only set for caseExact=false & searchable attributes. Do not use by default."
},
"idcsTargetAttributeNameToMigrateFrom":{
"type":"string",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Old Target attribute name from child table for CSVA attribute prior to migration. This maintains this attribute used to get mapped to for persistence"
},
"idcsTargetUniqueConstraintName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Target index name created for this attribute for performance"
},
"idcsToTargetMapper":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the mapper to use when mapping this attribute value to DataProvider-specific semantics"
},
"idcsFromTargetMapper":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the mapper to use when mapping this attribute value from DataProvider-specific semantics"
},
"idcsDisplayName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the user-friendly displayable attribute name or catalog key used for localization"
},
"idcsCanonicalValueSourceResourceType":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the Resource type to read from for dynamic canonical values"
},
"idcsCanonicalValueSourceFilter":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Filter to use when getting canonical values for this schema attribute"
},
"idcsCanonicalValueSourceResourceTypeID":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the Resource type ID to read from for dynamic canonical values"
},
"idcsCanonicalValueSourceDisplayAttrName":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Display name for the canonical value attribute name."
},
"idcsCanonicalValueSourceKeyAttrName":{
"type":"string",
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Source key attribute for the canonical value."
},
"idcsCanonicalValueType":{
"type":"string",
"enum":[
"dynamic",
"static"
],
"description":"<b>Added In:</b> 17.4.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Type of the canonical value."
},
"idcsValidateReference":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Validate payload reference value during create, replace, and update. Default is True."
},
"idcsCompositeKey":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The set of one or more sub attributes' names of a CMVA, whose values uniquely identify an instance of a CMVA"
},
"idcsFetchComplexAttributeValues":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Whether the CMVA attribute will be fetched or not for current resource in AbstractResourceManager update operation before calling data provider update. Default is true. "
},
"idcsScimCompliant":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Indicates if the attribute is scim compliant, default is true"
},
"idcsAttributeMappable":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies if the attribute can be used for mapping with external identity sources such as AD or LDAP. If isSchemaMappable: false for the schema in which this attribute is defined, then this flag is ignored"
},
"idcsValuePersistedInOtherAttribute":{
"type":"boolean",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>If true, ARM should not validate the value of the attribute since it will be converted/migrated to another attribute internally by the manager which will build valid post, put, or patch payload, depending on the client requested operation"
},
"idcsPii":{
"type":"boolean",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the attribute is PII (personal information). False by default for all attributes. If attribute with idcsPii = true, it's value must be obfuscated before it's written to the Oracle Identity Cloud Service system logs."
},
"idcsExcludeFromUpgradePatch":{
"type":"boolean",
"description":"<b>Added In:</b> 2104150946<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: never</li><li>type: boolean</li></ul>Specifies whether the attribute should be excluded from the BulkApi patch generated by gradle task for upgrading OOTB resources."
},
"subAttributes":{
"type":"array",
"items":{
"$ref":"#/definitions/subAttributes"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>A list specifying the contained attributes"
},
"idcsRefResourceAttribute":{
"type":"string",
"description":"<b><font color=\"red\">Deprecated Since: 17.3.4</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Specifies the referenced Resource attribute"
},
"idcsAttributeCacheable":{
"type":"boolean",
"description":"<b>Added In:</b> 17.3.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the attribute is cacheable. True by default for all attributes. If attribute with idcsAttributeCachable = false, is present \\\"attributesToGet\\\" while executing GET/SEARCH on cacheable resource, Cache is missed and data is fetched from Data Provider."
},
"idcsuiOrder":{
"type":"integer",
"description":"<b>Added In:</b> 17.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Metadata used by Oracle Identity Cloud Service UI to sequence the attributes displayed on the Account Form."
},
"idcsuiRegexp":{
"type":"string",
"description":"<b>Added In:</b> 17.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Metadata used by Oracle Identity Cloud Service UI to validate the attribute values using regular expressions."
},
"idcsuiVisible":{
"type":"boolean",
"description":"<b>Added In:</b> 17.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Metadata used by Oracle Identity Cloud Service UI to decide whether the attribute must be displayed on the Account Form."
},
"idcsuiWidget":{
"type":"string",
"enum":[
"inputtext",
"checkbox",
"textarea",
"combobox"
],
"description":"<b>Added In:</b> 17.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Metadata used by Oracle Identity Cloud Service UI to render a widget for this attribute on the Account Form."
},
"idcsFeatures":{
"type":"array",
"items":{
"type":"string"
},
"enum":[
"optionalPii",
"mfa",
"social",
"schemaCustomization"
],
"description":"<b><font color=\"red\">Deprecated Since: 19.1.6</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>The list of features that require this attribute"
},
"idcsOptionalPiiCanonicalValues":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b><font color=\"red\">Deprecated Since: 19.1.6</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A subset of \\\"canonicalValues\\\" that are not supported when the \\\"optionalPii\\\" feature is disabled in GlobalConfig."
},
"idcsSanitize":{
"type":"boolean",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Specifies if the value of the attribute should be sanitized using OWASP library for HTML content"
},
"idcsOverrideCommonAttribute":{
"type":"boolean",
"description":"<b>Added In:</b> 2102181953<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the attribute from resource schema should override from common schema with the same name."
},
"idcsIgnoreReadOnlyAndImmutableRefAttrsDuringForceDelete":{
"type":"boolean",
"description":"<b>Added In:</b> 2104220644<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Specifies whether the readOnly and immutable reference attributes should be ignored when forceDelete=true."
},
"idcsAllowUpdatesInReadOnlyMode":{
"type":"boolean",
"description":"<b>Added In:</b> 2106170416<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Set this attribute to True if the resource is eligibal for update while system is in readonly mode."
},
"idcsPaginateResponse":{
"type":"boolean",
"description":"<b>Added In:</b> 2202230830<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Set this attribute to True if the pagination is required on an attribute."
},
"idcsRequiresWriteForAccessFlows":{
"type":"boolean",
"description":"<b>Added In:</b> 2209220956<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>If true, indicates that the attribute value must be written to the home region for access flows initiated from a replica region."
},
"idcsRequiresImmediateReadAfterWriteForAccessFlows":{
"type":"boolean",
"description":"<b>Added In:</b> 2209220956<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: never</li><li>type: boolean</li></ul>If true, indicates that the attribute value must be written to the home region and requires immediate read-after-write consistency for access flows initiated from a replica region."
}
}
}
Nested Schema : canonicalValues
Type: array
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \"work\", \"home\".
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \\\"work\\\", \\\"home\\\"."
}
Nested Schema : idcsComplexAttributeNameMappings
Type: array
SCIM++ Properties:- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/idcsComplexAttributeNameMappings"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)"
}
Nested Schema : idcsCompositeKey
Type: array
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The set of one or more sub attributes' names of a CMVA, whose values uniquely identify an instance of a CMVA
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The set of one or more sub attributes' names of a CMVA, whose values uniquely identify an instance of a CMVA"
}
Nested Schema : idcsCsvAttributeNameMappings
Type: array
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
Csv meta data for those resource type attributes which can be imported / exported from / to csv.
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/idcsCsvAttributeNameMappings"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Csv meta data for those resource type attributes which can be imported / exported from / to csv."
}
Nested Schema : idcsFeatures
Type: array
Deprecated Since: 19.1.6SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
The list of features that require this attribute
Allowed Values: [
"optionalPii",
"mfa",
"social",
"schemaCustomization"
]
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"enum":[
"optionalPii",
"mfa",
"social",
"schemaCustomization"
],
"description":"<b><font color=\"red\">Deprecated Since: 19.1.6</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>The list of features that require this attribute"
}
Nested Schema : idcsIndirectRefResourceAttributes
Type: array
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
Specifies the indirectly referenced Resources
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Specifies the indirectly referenced Resources"
}
Nested Schema : idcsOptionalPiiCanonicalValues
Type: array
Deprecated Since: 19.1.6SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
A subset of \"canonicalValues\" that are not supported when the \"optionalPii\" feature is disabled in GlobalConfig.
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b><font color=\"red\">Deprecated Since: 19.1.6</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A subset of \\\"canonicalValues\\\" that are not supported when the \\\"optionalPii\\\" feature is disabled in GlobalConfig."
}
Nested Schema : idcsRefResourceAttributes
Type: array
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
Specifies the directly referenced Resources
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Specifies the directly referenced Resources"
}
Nested Schema : localizedCanonicalValues
Type: array
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
A collection of Localized canonical values.
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/localizedCanonicalValues"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>A collection of Localized canonical values."
}
Nested Schema : localizedDisplayName
Type: object
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Attribute's localized display name
Show Source
-
locale(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Locale used
-
value(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Localized display value
{
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Localized display value"
},
"locale":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Locale used"
}
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Attribute's localized display name"
}
Nested Schema : referenceTypes
Type: array
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \"reference\" data type.
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \\\"reference\\\" data type."
}
Nested Schema : subAttributes
Type: array
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
A list specifying the contained attributes
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/subAttributes"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>A list specifying the contained attributes"
}
Nested Schema : idcsComplexAttributeNameMappings
Type: object
Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)
Show Source
-
idcsRtsaHideAttribute(optional):
boolean
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Specifies if the attributes that is mapped should be hidden externally
-
mapsTo:
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
The attribute that is mapped to the attribute mapping
-
name:
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
The attribute that represents the display name
{
"type":"object",
"description":"Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)",
"required":[
"name",
"mapsTo"
],
"properties":{
"name":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The attribute that represents the display name"
},
"mapsTo":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The attribute that is mapped to the attribute mapping"
},
"idcsRtsaHideAttribute":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Specifies if the attributes that is mapped should be hidden externally"
}
}
}
Nested Schema : idcsCsvAttributeNameMappings
Type: object
Csv meta data for those resource type attributes which can be imported / exported from / to csv.
Show Source
-
columnHeaderName(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The CSV column header name that maps to this attribute.
-
csvColumnForResolvingResourceType(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
This specifies the Csv Header for resolving Resource Type for this Column Header
-
defaultValue(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The default value to be used during import processing in case the CSV column header is not present or value is not given in the import CSV.
-
deprecatedColumnHeaderName(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The deprecated CSV column header name that maps to this attribute.
-
mapsTo(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The attribute path that the CSV column header name maps to for complex multi-valued attributes.
-
multiValueDelimiter(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
If values of the CSV column header name can contain multiple values, this attribute specifies the delimiter to be used. For example, Group's \"User Members\" CSV column header is multi-valued and it's delimiter is a semi-colon (\";\").
-
referencedResourceTypeUniqueAttributeNameMappings(optional):
array referencedResourceTypeUniqueAttributeNameMappings
SCIM++ Properties:- caseExact: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
This attribute specifies the mapping of \"uniqueAttributeNameForDisplay\" attributes(s) of the referenced resource with the columnHeaderName(s). This attribute should be given in the idcsCsvAttributeNameMappings when uniqueAttributeNameForDisplay contains more than one attribute.
-
resolveValueUsingResourceType(optional):
array resolveValueUsingResourceType
SCIM++ Properties:- caseExact: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
This attribute gives a maps for resolving Resource Type after reading it's value from \"csvColumnForResolvingResourceType\" attribute
{
"type":"object",
"description":"Csv meta data for those resource type attributes which can be imported / exported from / to csv.",
"properties":{
"columnHeaderName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The CSV column header name that maps to this attribute."
},
"deprecatedColumnHeaderName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The deprecated CSV column header name that maps to this attribute."
},
"mapsTo":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The attribute path that the CSV column header name maps to for complex multi-valued attributes."
},
"defaultValue":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The default value to be used during import processing in case the CSV column header is not present or value is not given in the import CSV."
},
"multiValueDelimiter":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>If values of the CSV column header name can contain multiple values, this attribute specifies the delimiter to be used. For example, Group's \\\"User Members\\\" CSV column header is multi-valued and it's delimiter is a semi-colon (\\\";\\\")."
},
"csvColumnForResolvingResourceType":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>This specifies the Csv Header for resolving Resource Type for this Column Header"
},
"resolveValueUsingResourceType":{
"type":"array",
"items":{
"$ref":"#/definitions/resolveValueUsingResourceType"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>This attribute gives a maps for resolving Resource Type after reading it's value from \\\"csvColumnForResolvingResourceType\\\" attribute"
},
"referencedResourceTypeUniqueAttributeNameMappings":{
"type":"array",
"items":{
"$ref":"#/definitions/referencedResourceTypeUniqueAttributeNameMappings"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>This attribute specifies the mapping of \\\"uniqueAttributeNameForDisplay\\\" attributes(s) of the referenced resource with the columnHeaderName(s). This attribute should be given in the idcsCsvAttributeNameMappings when uniqueAttributeNameForDisplay contains more than one attribute."
}
}
}
Nested Schema : referencedResourceTypeUniqueAttributeNameMappings
Type: array
SCIM++ Properties:- caseExact: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
This attribute specifies the mapping of \"uniqueAttributeNameForDisplay\" attributes(s) of the referenced resource with the columnHeaderName(s). This attribute should be given in the idcsCsvAttributeNameMappings when uniqueAttributeNameForDisplay contains more than one attribute.
Show Source
-
Array of:
object referencedResourceTypeUniqueAttributeNameMappings
This attribute specifies the mapping of "uniqueAttributeNameForDisplay" attributes(s) of the referenced resource with the columnHeaderName(s). This attribute should be given in the idcsCsvAttributeNameMappings when uniqueAttributeNameForDisplay contains more than one attribute.
{
"type":"array",
"items":{
"$ref":"#/definitions/referencedResourceTypeUniqueAttributeNameMappings"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>This attribute specifies the mapping of \\\"uniqueAttributeNameForDisplay\\\" attributes(s) of the referenced resource with the columnHeaderName(s). This attribute should be given in the idcsCsvAttributeNameMappings when uniqueAttributeNameForDisplay contains more than one attribute."
}
Nested Schema : resolveValueUsingResourceType
Type: array
SCIM++ Properties:- caseExact: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
This attribute gives a maps for resolving Resource Type after reading it's value from \"csvColumnForResolvingResourceType\" attribute
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/resolveValueUsingResourceType"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>This attribute gives a maps for resolving Resource Type after reading it's value from \\\"csvColumnForResolvingResourceType\\\" attribute"
}
Nested Schema : referencedResourceTypeUniqueAttributeNameMappings
Type: object
This attribute specifies the mapping of "uniqueAttributeNameForDisplay" attributes(s) of the referenced resource with the columnHeaderName(s). This attribute should be given in the idcsCsvAttributeNameMappings when uniqueAttributeNameForDisplay contains more than one attribute.
Show Source
-
mapsFromColumnName(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the CSV column header name that maps to the corresponding \"uniqueAttributeNameForDisplay\" attribute of the resource.
-
resourceTypeAttributeName(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the name of the attribute given in \"uniqueAttributeNameForDisplay\" in the Resource type definition.
{
"type":"object",
"description":"This attribute specifies the mapping of \"uniqueAttributeNameForDisplay\" attributes(s) of the referenced resource with the columnHeaderName(s). This attribute should be given in the idcsCsvAttributeNameMappings when uniqueAttributeNameForDisplay contains more than one attribute.",
"properties":{
"resourceTypeAttributeName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the name of the attribute given in \\\"uniqueAttributeNameForDisplay\\\" in the Resource type definition."
},
"mapsFromColumnName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the CSV column header name that maps to the corresponding \\\"uniqueAttributeNameForDisplay\\\" attribute of the resource."
}
}
}
Nested Schema : resolveValueUsingResourceType
Type: object
This attribute gives a maps for resolving Resource Type after reading it's value from "csvColumnForResolvingResourceType" attribute
Show Source
-
resolveBy(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the Resource type with which the value given in \"valueToBeResolved\" attribute should be resolved
-
valueToBeResolved(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the value which should be resolved by a Resource type.
{
"type":"object",
"description":"This attribute gives a maps for resolving Resource Type after reading it's value from \"csvColumnForResolvingResourceType\" attribute",
"properties":{
"valueToBeResolved":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the value which should be resolved by a Resource type."
},
"resolveBy":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the Resource type with which the value given in \\\"valueToBeResolved\\\" attribute should be resolved"
}
}
}
Nested Schema : localizedCanonicalValues
Type: object
A collection of Localized canonical values.
Show Source
-
canonicalValue(optional):
array canonicalValue
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Canonical values
-
locale(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Locale used
-
value(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Localized display value
{
"type":"object",
"description":"A collection of Localized canonical values.",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Localized display value"
},
"canonicalValue":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Canonical values"
},
"locale":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Locale used"
}
}
}
Nested Schema : canonicalValue
Type: array
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Canonical values
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Canonical values"
}
Nested Schema : subAttributes
Type: object
A list specifying the contained attributes
Show Source
-
canonicalValues(optional):
array canonicalValues
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \"work\", \"home\".
-
caseExact(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies if the String attribute is case-sensitive
-
description(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Attribute's human-readable description
-
idcsAddedSinceReleaseNumber(optional):
string
Added In: 17.3.4
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
Indicates that the schema has been added since this release number
-
idcsAddedSinceVersion(optional):
integer
Deprecated Since: 19.3.3SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Indicates that the schema has been added since version
-
idcsAttributeCacheable(optional):
boolean
Added In: 17.3.4
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether the attribute is cacheable. True by default for all attributes. If attribute with idcsAttributeCachable = false, is present \"attributesToGet\" while executing GET/SEARCH on cacheable resource, Cache is missed and data is fetched from Data Provider.
-
idcsAttributeMappable(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
Specifies if the attribute can be used for mapping with external identity sources such as AD or LDAP. If isSchemaMappable: false for the schema in which this attribute is defined, then this flag is ignored.
-
idcsAuditable(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether changes to this attribute value will be audited
-
idcsCanonicalValueSourceDisplayAttrName(optional):
string
Added In: 17.4.4
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Display name for the canonical value attribute name.
-
idcsCanonicalValueSourceFilter(optional):
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Filter to use when getting canonical values for this schema attribute
-
idcsCanonicalValueSourceKeyAttrName(optional):
string
Added In: 17.4.4
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Source key attribute for the canonical value.
-
idcsCanonicalValueSourceResourceType(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the Resource type to read from for dynamic canonical values
-
idcsCanonicalValueSourceResourceTypeID(optional):
string
Added In: 17.4.4
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the Resource type ID to read from for dynamic canonical values
-
idcsCsvAttributeName(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The attribute that defines the CSV header name for import/export
-
idcsDefaultValue(optional):
string
Added In: 18.1.6
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the default value for an attribute. The value must be one from canonicalValues if defined.
-
idcsDeprecatedSinceReleaseNumber(optional):
string
Added In: 17.3.4
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
Indicates that the schema has been deprecated since this release number
-
idcsDeprecatedSinceVersion(optional):
integer
Deprecated Since: 19.3.3SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Indicates that the schema has been deprecated since version
-
idcsDisplayName(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the user-friendly displayable attribute name or catalog key used for localization
-
idcsDisplayNameMessageId(optional):
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Localized schema attribute display name for use by UI client for displaying attribute labels
-
idcsExcludeFromUpgradePatch(optional):
boolean
Added In: 2104150946
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: never
- type: boolean
Specifies whether the attribute should be excluded from the BulkApi patch generated by gradle task for upgrading OOTB resources.
-
idcsFromTargetMapper(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the mapper to use when mapping this attribute value from DataProvider-specific semantics
-
idcsGenerated(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether this attribute value was generated
-
idcsIndirectRefResourceAttributes(optional):
array idcsIndirectRefResourceAttributes
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
Specifies the indirectly referenced Resources
-
idcsInternal(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether the schema attribute is for internal use only. Internal attributes are not exposed via REST. This attribute overrides mutability for create/update if the request is internal and the attribute internal flag is set to True. This attribute overrides the return attribute while building SCIM response attributes when both the request is internal and the schema attribute is internal.
-
idcsMaxLength(optional):
integer
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Specifies the maximum length of this attribute
-
idcsMaxValue(optional):
integer
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: integer
Specifies the maximum value of the integer attribute
-
idcsMaxValuesReturned(optional):
integer
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: integer
- uniqueness: none
Specify a limit on the number of attribute-values that any caller will receive when requesting a CMVA attribute. If the no of CMVA instances exceeds the limit then Oracle Identity Cloud Service will throw exception. Users can choose to refine the filter on CMVA attribute.
-
idcsMinLength(optional):
integer
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Specifies the minimum length of this attribute
-
idcsMinValue(optional):
integer
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: integer
Specifies the minimum value of the integer attribute
-
idcsOneValueMustBeTrue(optional):
boolean
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
If true, ARM will ensure atleast one of the instances of CMVA has the attribute value set to true.
-
idcsOnlyOneValueCanBeTrue(optional):
boolean
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
If true, specifies that the sub attribute value can be set to true on one and only one instance of the CMVA.
-
idcsPii(optional):
boolean
Added In: 18.3.6
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
Specifies whether the attribute is PII (personal information). False by default for all attributes. If attribute with idcsPii = true, it's value must be obfuscated before it's written to the Oracle Identity Cloud Service system logs.
-
idcsRefResourceAttributes(optional):
array idcsRefResourceAttributes
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
Specifies the directly referenced Resources
-
idcsRequiresImmediateReadAfterWriteForAccessFlows(optional):
boolean
-
idcsRequiresWriteForAccessFlows(optional):
boolean
Added In: 2205120021
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
If true, indicates that the attribute value must be written to the home region for access flows initiated from a replica region.
-
idcsRtsaHideAttribute(optional):
boolean
Added In: 19.1.4
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Specifies if the attributes in this schema can be displayed externally
-
idcsSanitize(optional):
boolean
Added In: 20.1.3
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Specifies if the value of the attribute should be sanitized using OWASP library for HTML content
-
idcsScimCompliant(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
Indicates if the attribute is scim compliant, default is true
-
idcsSearchable(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether this attribute can be included in a search filter
-
idcsSensitive(optional):
string
Allowed Values: [
"encrypt",
"hash",
"hash_sc",
"checksum",
"none"
]
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifiees if the attribute should be encrypted or hashed
-
idcsTargetAttributeName(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Target attribute name that this attribute gets mapped to for persistence
-
idcsTargetAttributeNameToMigrateFrom(optional):
string
Added In: 19.2.1
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Old Target attribute name from child table for CSVA attribute prior to migration. This maintains this attribute used to get mapped to for persistence
-
idcsTargetNormAttributeName(optional):
string
Added In: 19.1.4
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Target normalized attribute name that this normalized value of attribute gets mapped to for persistence. Only set for caseExact=false & searchable attributes. Do not use by default.
-
idcsTargetUniqueConstraintName(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Target index name created for this attribute for performance
-
idcsToTargetMapper(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies the mapper to use when mapping this attribute value to DataProvider-specific semantics
-
idcsTrimStringValue(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
Trims any leading and trailing blanks from String values. Default is True.
-
idcsuiOrder(optional):
integer
Added In: 17.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Metadata used by Oracle Identity Cloud Service UI to sequence the attributes displayed on the Account Form.
-
idcsuiRegexp(optional):
string
Added In: 17.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
Metadata used by Oracle Identity Cloud Service UI to validate the attribute values using regular expressions.
-
idcsuiVisible(optional):
boolean
Added In: 17.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Metadata used by Oracle Identity Cloud Service UI to decide whether the attribute must be displayed on the Account Form.
-
idcsuiWidget(optional):
string
-
idcsValidateReference(optional):
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Validate payload reference value during create, replace, and update. Default is True.
-
idcsValuePersisted(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies whether the sub-attribute of the Resource attribute is persisted
-
idcsValuePersistedInOtherAttribute(optional):
boolean
Added In: 18.2.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
If true, ARM should not validate the value of the attribute since it will be converted/migrated to another attribute internally by the manager which will build valid post, put, or patch payload, depending on the client requested operation
-
multiValued(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Indicates the attribute's plurality
-
mutability(optional):
string
Allowed Values: [
"readOnly",
"readWrite",
"immutable",
"writeOnly"
]
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Specifies if the attribute is mutable
-
name(optional):
string
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Attribute's name
-
referenceTypes(optional):
array referenceTypes
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \"reference\" data type.
-
required(optional):
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Specifies if the attribute is required
-
returned(optional):
string
Allowed Values: [
"always",
"never",
"default",
"request"
]
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH request
-
type(optional):
string
Allowed Values: [
"string",
"complex",
"boolean",
"decimal",
"integer",
"dateTime",
"reference",
"binary"
]
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Attribute's data type--for example, String
-
uniqueness(optional):
string
Allowed Values: [
"none",
"server",
"global"
]
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A single keyword value that specifies how the Service Provider enforces uniqueness of attribute values. A server MAY reject an invalid value based on uniqueness by returning an HTTP response code of 400 (Bad Request). A client MAY enforce uniqueness on the client side to a greater degree than the Service Provider enforces. For example, a client could make a value unique while the server has a uniqueness of \"none\".
{
"type":"object",
"description":"A list specifying the contained attributes",
"properties":{
"name":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Attribute's name"
},
"idcsRequiresImmediateReadAfterWriteForAccessFlows":{
"type":"boolean",
"description":"<b>Added In:</b> 2209220956<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: never</li><li>type: boolean</li></ul>If true, indicates that the attribute value must be written to the home region and requires immediate read-after-write consistency for access flows initiated from a replica region."
},
"idcsRequiresWriteForAccessFlows":{
"type":"boolean",
"description":"<b>Added In:</b> 2205120021<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>If true, indicates that the attribute value must be written to the home region for access flows initiated from a replica region."
},
"idcsDisplayNameMessageId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Localized schema attribute display name for use by UI client for displaying attribute labels"
},
"idcsRtsaHideAttribute":{
"type":"boolean",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Specifies if the attributes in this schema can be displayed externally"
},
"idcsInternal":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the schema attribute is for internal use only. Internal attributes are not exposed via REST. This attribute overrides mutability for create/update if the request is internal and the attribute internal flag is set to True. This attribute overrides the return attribute while building SCIM response attributes when both the request is internal and the schema attribute is internal."
},
"type":{
"type":"string",
"enum":[
"string",
"complex",
"boolean",
"decimal",
"integer",
"dateTime",
"reference",
"binary"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Attribute's data type--for example, String"
},
"multiValued":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Indicates the attribute's plurality"
},
"description":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Attribute's human-readable description"
},
"required":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies if the attribute is required"
},
"canonicalValues":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \\\"work\\\", \\\"home\\\"."
},
"idcsDefaultValue":{
"type":"string",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the default value for an attribute. The value must be one from canonicalValues if defined."
},
"caseExact":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies if the String attribute is case-sensitive"
},
"mutability":{
"type":"string",
"enum":[
"readOnly",
"readWrite",
"immutable",
"writeOnly"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies if the attribute is mutable"
},
"returned":{
"type":"string",
"enum":[
"always",
"never",
"default",
"request"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH request"
},
"idcsCsvAttributeName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The attribute that defines the CSV header name for import/export"
},
"uniqueness":{
"type":"string",
"enum":[
"none",
"server",
"global"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A single keyword value that specifies how the Service Provider enforces uniqueness of attribute values. A server MAY reject an invalid value based on uniqueness by returning an HTTP response code of 400 (Bad Request). A client MAY enforce uniqueness on the client side to a greater degree than the Service Provider enforces. For example, a client could make a value unique while the server has a uniqueness of \\\"none\\\"."
},
"referenceTypes":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \\\"reference\\\" data type."
},
"idcsDeprecatedSinceVersion":{
"type":"integer",
"description":"<b><font color=\"red\">Deprecated Since: 19.3.3</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Indicates that the schema has been deprecated since version"
},
"idcsAddedSinceVersion":{
"type":"integer",
"description":"<b><font color=\"red\">Deprecated Since: 19.3.3</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Indicates that the schema has been added since version"
},
"idcsDeprecatedSinceReleaseNumber":{
"type":"string",
"description":"<b>Added In:</b> 17.3.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Indicates that the schema has been deprecated since this release number"
},
"idcsAddedSinceReleaseNumber":{
"type":"string",
"description":"<b>Added In:</b> 17.3.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Indicates that the schema has been added since this release number"
},
"idcsMinLength":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Specifies the minimum length of this attribute"
},
"idcsMaxLength":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Specifies the maximum length of this attribute"
},
"idcsMinValue":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Specifies the minimum value of the integer attribute"
},
"idcsMaxValue":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Specifies the maximum value of the integer attribute"
},
"idcsOnlyOneValueCanBeTrue":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>If true, specifies that the sub attribute value can be set to true on one and only one instance of the CMVA."
},
"idcsMaxValuesReturned":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Specify a limit on the number of attribute-values that any caller will receive when requesting a CMVA attribute. If the no of CMVA instances exceeds the limit then Oracle Identity Cloud Service will throw exception. Users can choose to refine the filter on CMVA attribute. "
},
"idcsOneValueMustBeTrue":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>If true, ARM will ensure atleast one of the instances of CMVA has the attribute value set to true."
},
"idcsRefResourceAttributes":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Specifies the directly referenced Resources"
},
"idcsIndirectRefResourceAttributes":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Specifies the indirectly referenced Resources"
},
"idcsValuePersisted":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the sub-attribute of the Resource attribute is persisted"
},
"idcsSensitive":{
"type":"string",
"enum":[
"encrypt",
"hash",
"hash_sc",
"checksum",
"none"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifiees if the attribute should be encrypted or hashed"
},
"idcsTrimStringValue":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Trims any leading and trailing blanks from String values. Default is True."
},
"idcsSearchable":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether this attribute can be included in a search filter"
},
"idcsGenerated":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether this attribute value was generated"
},
"idcsAuditable":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether changes to this attribute value will be audited"
},
"idcsTargetAttributeName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Target attribute name that this attribute gets mapped to for persistence"
},
"idcsTargetNormAttributeName":{
"type":"string",
"description":"<b>Added In:</b> 19.1.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Target normalized attribute name that this normalized value of attribute gets mapped to for persistence. Only set for caseExact=false & searchable attributes. Do not use by default."
},
"idcsTargetAttributeNameToMigrateFrom":{
"type":"string",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Old Target attribute name from child table for CSVA attribute prior to migration. This maintains this attribute used to get mapped to for persistence"
},
"idcsTargetUniqueConstraintName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Target index name created for this attribute for performance"
},
"idcsToTargetMapper":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the mapper to use when mapping this attribute value to DataProvider-specific semantics"
},
"idcsFromTargetMapper":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the mapper to use when mapping this attribute value from DataProvider-specific semantics"
},
"idcsDisplayName":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the user-friendly displayable attribute name or catalog key used for localization"
},
"idcsCanonicalValueSourceResourceType":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the Resource type to read from for dynamic canonical values"
},
"idcsCanonicalValueSourceFilter":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Filter to use when getting canonical values for this schema attribute"
},
"idcsCanonicalValueSourceResourceTypeID":{
"type":"string",
"description":"<b>Added In:</b> 17.4.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Specifies the Resource type ID to read from for dynamic canonical values"
},
"idcsCanonicalValueSourceDisplayAttrName":{
"type":"string",
"description":"<b>Added In:</b> 17.4.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Display name for the canonical value attribute name."
},
"idcsCanonicalValueSourceKeyAttrName":{
"type":"string",
"description":"<b>Added In:</b> 17.4.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Source key attribute for the canonical value."
},
"idcsValidateReference":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Validate payload reference value during create, replace, and update. Default is True."
},
"idcsScimCompliant":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Indicates if the attribute is scim compliant, default is true"
},
"idcsAttributeMappable":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies if the attribute can be used for mapping with external identity sources such as AD or LDAP. If isSchemaMappable: false for the schema in which this attribute is defined, then this flag is ignored."
},
"idcsAttributeCacheable":{
"type":"boolean",
"description":"<b>Added In:</b> 17.3.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the attribute is cacheable. True by default for all attributes. If attribute with idcsAttributeCachable = false, is present \\\"attributesToGet\\\" while executing GET/SEARCH on cacheable resource, Cache is missed and data is fetched from Data Provider."
},
"idcsuiOrder":{
"type":"integer",
"description":"<b>Added In:</b> 17.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Metadata used by Oracle Identity Cloud Service UI to sequence the attributes displayed on the Account Form."
},
"idcsuiRegexp":{
"type":"string",
"description":"<b>Added In:</b> 17.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Metadata used by Oracle Identity Cloud Service UI to validate the attribute values using regular expressions."
},
"idcsuiVisible":{
"type":"boolean",
"description":"<b>Added In:</b> 17.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Metadata used by Oracle Identity Cloud Service UI to decide whether the attribute must be displayed on the Account Form."
},
"idcsuiWidget":{
"type":"string",
"enum":[
"inputtext",
"checkbox",
"textarea",
"combobox"
],
"description":"<b>Added In:</b> 17.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Metadata used by Oracle Identity Cloud Service UI to render a widget for this attribute on the Account Form."
},
"idcsValuePersistedInOtherAttribute":{
"type":"boolean",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>If true, ARM should not validate the value of the attribute since it will be converted/migrated to another attribute internally by the manager which will build valid post, put, or patch payload, depending on the client requested operation"
},
"idcsPii":{
"type":"boolean",
"description":"<b>Added In:</b> 18.3.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Specifies whether the attribute is PII (personal information). False by default for all attributes. If attribute with idcsPii = true, it's value must be obfuscated before it's written to the Oracle Identity Cloud Service system logs."
},
"idcsSanitize":{
"type":"boolean",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Specifies if the value of the attribute should be sanitized using OWASP library for HTML content"
},
"idcsExcludeFromUpgradePatch":{
"type":"boolean",
"description":"<b>Added In:</b> 2104150946<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: never</li><li>type: boolean</li></ul>Specifies whether the attribute should be excluded from the BulkApi patch generated by gradle task for upgrading OOTB resources."
}
}
}
Nested Schema : canonicalValues
Type: array
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \"work\", \"home\".
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \\\"work\\\", \\\"home\\\"."
}
Nested Schema : idcsIndirectRefResourceAttributes
Type: array
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
Specifies the indirectly referenced Resources
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Specifies the indirectly referenced Resources"
}
Nested Schema : idcsRefResourceAttributes
Type: array
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
Specifies the directly referenced Resources
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Specifies the directly referenced Resources"
}
Nested Schema : referenceTypes
Type: array
SCIM++ Properties:- caseExact: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \"reference\" data type.
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \\\"reference\\\" data type."
}