public static class SchemaAttributes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SchemaAttributes |
build() |
SchemaAttributes.Builder |
canonicalValues(List<String> canonicalValues)
A collection of canonical values.
|
SchemaAttributes.Builder |
caseExact(Boolean caseExact)
Specifies if the String attribute is case-sensitive
|
SchemaAttributes.Builder |
copy(SchemaAttributes model) |
SchemaAttributes.Builder |
description(String description)
The attribute’s human-readable description
|
SchemaAttributes.Builder |
idcsAddedSinceReleaseNumber(String idcsAddedSinceReleaseNumber)
Indicates that the schema has been added since this release number
|
SchemaAttributes.Builder |
idcsAddedSinceVersion(Integer idcsAddedSinceVersion)
Indicates that the schema has been added since version
|
SchemaAttributes.Builder |
idcsAllowUpdatesInReadOnlyMode(Boolean idcsAllowUpdatesInReadOnlyMode)
Set this attribute to True if the resource is eligibal for update while system is in
readonly mode.
|
SchemaAttributes.Builder |
idcsAttributeCacheable(Boolean idcsAttributeCacheable)
Specifies whether the attribute is cacheable.
|
SchemaAttributes.Builder |
idcsAttributeMappable(Boolean idcsAttributeMappable)
Specifies if the attribute can be used for mapping with external identity sources such as
AD or LDAP.
|
SchemaAttributes.Builder |
idcsAuditable(Boolean idcsAuditable)
Specifies whether changes to this attribute value are audited
|
SchemaAttributes.Builder |
idcsAutoIncrementSeqName(String idcsAutoIncrementSeqName)
Sequence tracking ID name for the attribute
|
SchemaAttributes.Builder |
idcsCanonicalValueSourceDisplayAttrName(String idcsCanonicalValueSourceDisplayAttrName)
Display name for the canonical value attribute name.
|
SchemaAttributes.Builder |
idcsCanonicalValueSourceFilter(String idcsCanonicalValueSourceFilter)
Filter to use when getting canonical values for this schema attribute
|
SchemaAttributes.Builder |
idcsCanonicalValueSourceKeyAttrName(String idcsCanonicalValueSourceKeyAttrName)
Source key attribute for the canonical value.
|
SchemaAttributes.Builder |
idcsCanonicalValueSourceResourceType(String idcsCanonicalValueSourceResourceType)
Specifies the Resource type to read from for dynamic canonical values
|
SchemaAttributes.Builder |
idcsCanonicalValueSourceResourceTypeID(String idcsCanonicalValueSourceResourceTypeID)
Specifies the Resource type ID to read from for dynamic canonical values
|
SchemaAttributes.Builder |
idcsCanonicalValueType(SchemaAttributes.IdcsCanonicalValueType idcsCanonicalValueType)
Type of the canonical value.
|
SchemaAttributes.Builder |
idcsComplexAttributeNameMappings(List<SchemaIdcsComplexAttributeNameMappings> idcsComplexAttributeNameMappings)
Specifies the mapping between external identity source attributes and Oracle Identity
Cloud Service complex attributes (e.g.
|
SchemaAttributes.Builder |
idcsCompositeKey(List<String> idcsCompositeKey)
The set of one or more sub attributes’ names of a CMVA, whose values uniquely identify an
instance of a CMVA
|
SchemaAttributes.Builder |
idcsCsvAttributeName(String idcsCsvAttributeName)
The attribute defining the CSV header name for import/export
|
SchemaAttributes.Builder |
idcsCsvAttributeNameMappings(List<SchemaIdcsCsvAttributeNameMappings> idcsCsvAttributeNameMappings)
Csv meta data for those resource type attributes which can be imported / exported from /
to csv.
|
SchemaAttributes.Builder |
idcsDefaultValue(String idcsDefaultValue)
Specifies the default value for an attribute.
|
SchemaAttributes.Builder |
idcsDeprecatedSinceReleaseNumber(String idcsDeprecatedSinceReleaseNumber)
Indicates that the schema has been deprecated since this release number
|
SchemaAttributes.Builder |
idcsDeprecatedSinceVersion(Integer idcsDeprecatedSinceVersion)
Indicates that the schema has been deprecated since version
|
SchemaAttributes.Builder |
idcsDisplayName(String idcsDisplayName)
Specifies the user-friendly displayable attribute name or catalog key used for
localization
|
SchemaAttributes.Builder |
idcsDisplayNameMessageId(String idcsDisplayNameMessageId)
Localized schema attribute display name for use by UI client for displaying attribute
labels
|
SchemaAttributes.Builder |
idcsExcludeFromUpgradePatch(Boolean idcsExcludeFromUpgradePatch)
Specifies whether the attribute should be excluded from the BulkApi patch generated by
gradle task for upgrading OOTB resources.
|
SchemaAttributes.Builder |
idcsFeatures(List<SchemaAttributes.IdcsFeatures> idcsFeatures)
The list of features that require this attribute
|
SchemaAttributes.Builder |
idcsFetchComplexAttributeValues(Boolean idcsFetchComplexAttributeValues)
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.
|
SchemaAttributes.Builder |
idcsFromTargetMapper(String idcsFromTargetMapper)
Specifies the mapper to use when mapping this attribute value from DataProvider-specific
semantics
|
SchemaAttributes.Builder |
idcsGenerated(Boolean idcsGenerated)
Specifies whether this attribute value was generated
|
SchemaAttributes.Builder |
idcsICFAttributeType(SchemaAttributes.IdcsICFAttributeType idcsICFAttributeType)
Maps to ICF data type
|
SchemaAttributes.Builder |
idcsICFBundleAttributeName(String idcsICFBundleAttributeName)
Maps to ICF target attribute name
|
SchemaAttributes.Builder |
idcsICFRequired(Boolean idcsICFRequired)
Metadata to identify the ICF required attribute
|
SchemaAttributes.Builder |
idcsIgnoreReadOnlyAndImmutableRefAttrsDuringForceDelete(Boolean idcsIgnoreReadOnlyAndImmutableRefAttrsDuringForceDelete)
Specifies whether the readOnly and immutable reference attributes should be ignored when
forceDelete=true.
|
SchemaAttributes.Builder |
idcsIndirectRefResourceAttributes(List<String> idcsIndirectRefResourceAttributes)
Specifies the indirectly referenced Resources
|
SchemaAttributes.Builder |
idcsInternal(Boolean idcsInternal)
Specifies whether the schema attribute is for internal use only.
|
SchemaAttributes.Builder |
idcsMapsToSameTargetAttributeNameAs(String idcsMapsToSameTargetAttributeNameAs)
Contains the canonical name of the other attribute sharing the same
idcsTargetAttributeName
|
SchemaAttributes.Builder |
idcsMaxLength(Integer idcsMaxLength)
Specifies the maximum length of the attribute
|
SchemaAttributes.Builder |
idcsMaxValue(Integer idcsMaxValue)
Specifies the maximum value of the integer attribute
|
SchemaAttributes.Builder |
idcsMinLength(Integer idcsMinLength)
Specifies the minimum length of the attribute
|
SchemaAttributes.Builder |
idcsMinValue(Integer idcsMinValue)
Specifies the minimum value of the integer attribute
|
SchemaAttributes.Builder |
idcsMultiLanguage(Boolean idcsMultiLanguage)
If true, specifies that the attribute can have multiple language values set for the
attribute on which this is set.
|
SchemaAttributes.Builder |
idcsOptionalPiiCanonicalValues(List<String> idcsOptionalPiiCanonicalValues)
A subset of \“canonicalValues\” that are not supported when the \“optionalPii\”
feature is disabled in GlobalConfig.
|
SchemaAttributes.Builder |
idcsOverrideCommonAttribute(Boolean idcsOverrideCommonAttribute)
Specifies whether the attribute from resource schema should override from common schema
with the same name.
|
SchemaAttributes.Builder |
idcsPaginateResponse(Boolean idcsPaginateResponse)
Set this attribute to True if the pagination is required on an attribute.
|
SchemaAttributes.Builder |
idcsPii(Boolean idcsPii)
Specifies whether the attribute is PII (personal information).
|
SchemaAttributes.Builder |
idcsRefResourceAttribute(String idcsRefResourceAttribute)
Specifies the referenced Resource attribute
|
SchemaAttributes.Builder |
idcsRefResourceAttributes(List<String> idcsRefResourceAttributes)
Specifies the directly referenced Resources
|
SchemaAttributes.Builder |
idcsRequiresImmediateReadAfterWriteForAccessFlows(Boolean idcsRequiresImmediateReadAfterWriteForAccessFlows)
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.
|
SchemaAttributes.Builder |
idcsRequiresWriteForAccessFlows(Boolean idcsRequiresWriteForAccessFlows)
If true, indicates that the attribute value must be written to the home region for access
flows initiated from a replica region.
|
SchemaAttributes.Builder |
idcsReturnEmptyWhenNull(Boolean idcsReturnEmptyWhenNull)
Specifies if the attribute is required
|
SchemaAttributes.Builder |
idcsRtsaHideAttribute(Boolean idcsRtsaHideAttribute)
Specifies if the attributes in this schema should be hidden externally
|
SchemaAttributes.Builder |
idcsSanitize(Boolean idcsSanitize)
Specifies if the value of the attribute should be sanitized using OWASP library for HTML
content
|
SchemaAttributes.Builder |
idcsScimCompliant(Boolean idcsScimCompliant)
Indicates if the attribute is scim compliant, default is true
|
SchemaAttributes.Builder |
idcsSearchable(Boolean idcsSearchable)
Specifies whether this attribute can be included in a search filter
|
SchemaAttributes.Builder |
idcsSensitive(SchemaAttributes.IdcsSensitive idcsSensitive)
Flag to specify if the attribute should be encrypted or hashed
|
SchemaAttributes.Builder |
idcsTargetAttributeName(String idcsTargetAttributeName)
Target attribute name that this attribute gets mapped to for persistence
|
SchemaAttributes.Builder |
idcsTargetAttributeNameToMigrateFrom(String idcsTargetAttributeNameToMigrateFrom)
Old Target attribute name from child table for CSVA attribute prior to migration.
|
SchemaAttributes.Builder |
idcsTargetNormAttributeName(String idcsTargetNormAttributeName)
Target normalized attribute name that this normalized value of attribute gets mapped to
for persistence.
|
SchemaAttributes.Builder |
idcsTargetUniqueConstraintName(String idcsTargetUniqueConstraintName)
Target index name created for this attribute for performance
|
SchemaAttributes.Builder |
idcsToTargetMapper(String idcsToTargetMapper)
Specifies the mapper to use when mapping this attribute value to DataProvider-specific
semantics
|
SchemaAttributes.Builder |
idcsTrimStringValue(Boolean idcsTrimStringValue)
Trims any leading and trailing blanks from String values.
|
SchemaAttributes.Builder |
idcsuiOrder(Integer idcsuiOrder)
Metadata used by Oracle Identity Cloud Service UI to sequence the attributes displayed on
the Account Form.
|
SchemaAttributes.Builder |
idcsuiRegexp(String idcsuiRegexp)
Metadata used by Oracle Identity Cloud Service UI to validate the attribute values using
regular expressions.
|
SchemaAttributes.Builder |
idcsuiVisible(Boolean idcsuiVisible)
Metadata used by Oracle Identity Cloud Service UI to decide whether the attribute must be
displayed on the Account Form.
|
SchemaAttributes.Builder |
idcsuiWidget(SchemaAttributes.IdcsuiWidget idcsuiWidget)
Metadata used by Oracle Identity Cloud Service UI to render a widget for this attribute
on the Account Form.
|
SchemaAttributes.Builder |
idcsValidateReference(Boolean idcsValidateReference)
Validate payload reference value during create, replace, and update.
|
SchemaAttributes.Builder |
idcsValuePersisted(Boolean idcsValuePersisted)
Specifies whether the value of the Resource attribute is persisted
|
SchemaAttributes.Builder |
idcsValuePersistedInOtherAttribute(Boolean idcsValuePersistedInOtherAttribute)
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
|
SchemaAttributes.Builder |
localizedCanonicalValues(List<SchemaLocalizedCanonicalValues> localizedCanonicalValues)
A collection of Localized canonical values.
|
SchemaAttributes.Builder |
localizedDisplayName(SchemaLocalizedDisplayName localizedDisplayName) |
SchemaAttributes.Builder |
multiValued(Boolean multiValued)
Indicates the attribute’s plurality
|
SchemaAttributes.Builder |
mutability(SchemaAttributes.Mutability mutability)
Specifies if the attribute is mutable
|
SchemaAttributes.Builder |
name(String name)
Attribute’s name
|
SchemaAttributes.Builder |
referenceTypes(List<String> referenceTypes)
The names of the Resource types that may be referenced–for example, User.
|
SchemaAttributes.Builder |
required(Boolean required)
Specifies if the attribute is required
|
SchemaAttributes.Builder |
returned(SchemaAttributes.Returned returned)
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
|
SchemaAttributes.Builder |
subAttributes(List<SchemaSubAttributes> subAttributes)
A list specifying the contained attributes
|
SchemaAttributes.Builder |
type(SchemaAttributes.Type type)
The attribute’s data type–for example, String
|
SchemaAttributes.Builder |
uniqueness(SchemaAttributes.Uniqueness uniqueness)
A single keyword value that specifies how the Service Provider enforces uniqueness of
attribute values.
|
public SchemaAttributes.Builder name(String name)
Attribute’s name
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
name
- the value to setpublic SchemaAttributes.Builder idcsDisplayNameMessageId(String idcsDisplayNameMessageId)
Localized schema attribute display name for use by UI client for displaying attribute labels
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
idcsDisplayNameMessageId
- the value to setpublic SchemaAttributes.Builder idcsRtsaHideAttribute(Boolean idcsRtsaHideAttribute)
Specifies if the attributes in this schema should be hidden externally
*Added In:** 19.1.4
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none
idcsRtsaHideAttribute
- the value to setpublic SchemaAttributes.Builder localizedDisplayName(SchemaLocalizedDisplayName localizedDisplayName)
public SchemaAttributes.Builder type(SchemaAttributes.Type type)
The attribute’s data type–for example, String
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
type
- the value to setpublic SchemaAttributes.Builder multiValued(Boolean multiValued)
Indicates the attribute’s plurality
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
multiValued
- the value to setpublic SchemaAttributes.Builder description(String description)
The attribute’s human-readable description
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
description
- the value to setpublic SchemaAttributes.Builder required(Boolean required)
Specifies if the attribute is required
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
required
- the value to setpublic SchemaAttributes.Builder idcsReturnEmptyWhenNull(Boolean idcsReturnEmptyWhenNull)
Specifies if the attribute is required
*Added In:** 2305190132
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
idcsReturnEmptyWhenNull
- the value to setpublic SchemaAttributes.Builder canonicalValues(List<String> canonicalValues)
A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification–for example, \“work\”, \“home\”.
*SCIM++ Properties:** - caseExact: true - multiValued: true - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
canonicalValues
- the value to setpublic SchemaAttributes.Builder idcsDefaultValue(String idcsDefaultValue)
Specifies the default value for an attribute. The value must be one from canonicalValues if defined.
*Added In:** 18.1.6
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsDefaultValue
- the value to setpublic SchemaAttributes.Builder localizedCanonicalValues(List<SchemaLocalizedCanonicalValues> localizedCanonicalValues)
A collection of Localized canonical values.
*SCIM++ Properties:** - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex
localizedCanonicalValues
- the value to setpublic SchemaAttributes.Builder caseExact(Boolean caseExact)
Specifies if the String attribute is case-sensitive
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
caseExact
- the value to setpublic SchemaAttributes.Builder mutability(SchemaAttributes.Mutability mutability)
Specifies if the attribute is mutable
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
mutability
- the value to setpublic SchemaAttributes.Builder returned(SchemaAttributes.Returned returned)
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
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
returned
- the value to setpublic SchemaAttributes.Builder uniqueness(SchemaAttributes.Uniqueness uniqueness)
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\”.
*SCIM++ Properties:** - caseExact: true - multiValued: false - required: false - returned: default - type: string - uniqueness: none
uniqueness
- the value to setpublic SchemaAttributes.Builder idcsCsvAttributeName(String idcsCsvAttributeName)
The attribute defining the CSV header name for import/export
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsCsvAttributeName
- the value to setpublic SchemaAttributes.Builder idcsComplexAttributeNameMappings(List<SchemaIdcsComplexAttributeNameMappings> idcsComplexAttributeNameMappings)
Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)
*SCIM++ Properties:** - multiValued: true - mutability: readOnly - required: false - returned: default - type: complex
idcsComplexAttributeNameMappings
- the value to setpublic SchemaAttributes.Builder idcsICFBundleAttributeName(String idcsICFBundleAttributeName)
Maps to ICF target attribute name
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsICFBundleAttributeName
- the value to setpublic SchemaAttributes.Builder idcsICFRequired(Boolean idcsICFRequired)
Metadata to identify the ICF required attribute
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
idcsICFRequired
- the value to setpublic SchemaAttributes.Builder idcsICFAttributeType(SchemaAttributes.IdcsICFAttributeType idcsICFAttributeType)
Maps to ICF data type
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsICFAttributeType
- the value to setpublic SchemaAttributes.Builder idcsCsvAttributeNameMappings(List<SchemaIdcsCsvAttributeNameMappings> idcsCsvAttributeNameMappings)
Csv meta data for those resource type attributes which can be imported / exported from / to csv.
*SCIM++ Properties:** - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex
idcsCsvAttributeNameMappings
- the value to setpublic SchemaAttributes.Builder referenceTypes(List<String> referenceTypes)
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.
*SCIM++ Properties:** - caseExact: true - multiValued: true - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
referenceTypes
- the value to setpublic SchemaAttributes.Builder idcsDeprecatedSinceVersion(Integer idcsDeprecatedSinceVersion)
Indicates that the schema has been deprecated since version
*Deprecated Since: 19.3.3**
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer
idcsDeprecatedSinceVersion
- the value to setpublic SchemaAttributes.Builder idcsAddedSinceVersion(Integer idcsAddedSinceVersion)
Indicates that the schema has been added since version
*Deprecated Since: 19.3.3**
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer
idcsAddedSinceVersion
- the value to setpublic SchemaAttributes.Builder idcsDeprecatedSinceReleaseNumber(String idcsDeprecatedSinceReleaseNumber)
Indicates that the schema has been deprecated since this release number
*Added In:** 17.3.4
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: string
idcsDeprecatedSinceReleaseNumber
- the value to setpublic SchemaAttributes.Builder idcsAddedSinceReleaseNumber(String idcsAddedSinceReleaseNumber)
Indicates that the schema has been added since this release number
*Added In:** 17.3.4
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: string
idcsAddedSinceReleaseNumber
- the value to setpublic SchemaAttributes.Builder idcsMinLength(Integer idcsMinLength)
Specifies the minimum length of the attribute
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer
idcsMinLength
- the value to setpublic SchemaAttributes.Builder idcsMaxLength(Integer idcsMaxLength)
Specifies the maximum length of the attribute
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer
idcsMaxLength
- the value to setpublic SchemaAttributes.Builder idcsMinValue(Integer idcsMinValue)
Specifies the minimum value of the integer attribute
*SCIM++ Properties:** - multiValued: false - mutability: readOnly - required: false - returned: default - type: integer
idcsMinValue
- the value to setpublic SchemaAttributes.Builder idcsMaxValue(Integer idcsMaxValue)
Specifies the maximum value of the integer attribute
*SCIM++ Properties:** - multiValued: false - mutability: readOnly - required: false - returned: default - type: integer
idcsMaxValue
- the value to setpublic SchemaAttributes.Builder idcsMultiLanguage(Boolean idcsMultiLanguage)
If true, specifies that the attribute can have multiple language values set for the attribute on which this is set.
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none
idcsMultiLanguage
- the value to setpublic SchemaAttributes.Builder idcsRefResourceAttributes(List<String> idcsRefResourceAttributes)
Specifies the directly referenced Resources
*SCIM++ Properties:** - multiValued: true - mutability: readWrite - required: false - returned: default - type: string
idcsRefResourceAttributes
- the value to setpublic SchemaAttributes.Builder idcsIndirectRefResourceAttributes(List<String> idcsIndirectRefResourceAttributes)
Specifies the indirectly referenced Resources
*SCIM++ Properties:** - multiValued: true - mutability: readWrite - required: false - returned: default - type: string
idcsIndirectRefResourceAttributes
- the value to setpublic SchemaAttributes.Builder idcsAutoIncrementSeqName(String idcsAutoIncrementSeqName)
Sequence tracking ID name for the attribute
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: string
idcsAutoIncrementSeqName
- the value to setpublic SchemaAttributes.Builder idcsValuePersisted(Boolean idcsValuePersisted)
Specifies whether the value of the Resource attribute is persisted
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
idcsValuePersisted
- the value to setpublic SchemaAttributes.Builder idcsSensitive(SchemaAttributes.IdcsSensitive idcsSensitive)
Flag to specify if the attribute should be encrypted or hashed
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsSensitive
- the value to setpublic SchemaAttributes.Builder idcsInternal(Boolean idcsInternal)
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.
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
idcsInternal
- the value to setpublic SchemaAttributes.Builder idcsTrimStringValue(Boolean idcsTrimStringValue)
Trims any leading and trailing blanks from String values. Default is True.
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
idcsTrimStringValue
- the value to setpublic SchemaAttributes.Builder idcsSearchable(Boolean idcsSearchable)
Specifies whether this attribute can be included in a search filter
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
idcsSearchable
- the value to setpublic SchemaAttributes.Builder idcsGenerated(Boolean idcsGenerated)
Specifies whether this attribute value was generated
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
idcsGenerated
- the value to setpublic SchemaAttributes.Builder idcsAuditable(Boolean idcsAuditable)
Specifies whether changes to this attribute value are audited
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
idcsAuditable
- the value to setpublic SchemaAttributes.Builder idcsTargetAttributeName(String idcsTargetAttributeName)
Target attribute name that this attribute gets mapped to for persistence
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsTargetAttributeName
- the value to setpublic SchemaAttributes.Builder idcsMapsToSameTargetAttributeNameAs(String idcsMapsToSameTargetAttributeNameAs)
Contains the canonical name of the other attribute sharing the same idcsTargetAttributeName
*Added In:** 2209122038
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: always - type: string - uniqueness: none
idcsMapsToSameTargetAttributeNameAs
- the value to setpublic SchemaAttributes.Builder idcsTargetNormAttributeName(String idcsTargetNormAttributeName)
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.
*Added In:** 19.2.1
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsTargetNormAttributeName
- the value to setpublic SchemaAttributes.Builder idcsTargetAttributeNameToMigrateFrom(String idcsTargetAttributeNameToMigrateFrom)
Old Target attribute name from child table for CSVA attribute prior to migration. This maintains this attribute used to get mapped to for persistence
*Added In:** 19.2.1
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsTargetAttributeNameToMigrateFrom
- the value to setpublic SchemaAttributes.Builder idcsTargetUniqueConstraintName(String idcsTargetUniqueConstraintName)
Target index name created for this attribute for performance
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
idcsTargetUniqueConstraintName
- the value to setpublic SchemaAttributes.Builder idcsToTargetMapper(String idcsToTargetMapper)
Specifies the mapper to use when mapping this attribute value to DataProvider-specific semantics
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsToTargetMapper
- the value to setpublic SchemaAttributes.Builder idcsFromTargetMapper(String idcsFromTargetMapper)
Specifies the mapper to use when mapping this attribute value from DataProvider-specific semantics
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsFromTargetMapper
- the value to setpublic SchemaAttributes.Builder idcsDisplayName(String idcsDisplayName)
Specifies the user-friendly displayable attribute name or catalog key used for localization
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsDisplayName
- the value to setpublic SchemaAttributes.Builder idcsCanonicalValueSourceResourceType(String idcsCanonicalValueSourceResourceType)
Specifies the Resource type to read from for dynamic canonical values
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsCanonicalValueSourceResourceType
- the value to setpublic SchemaAttributes.Builder idcsCanonicalValueSourceFilter(String idcsCanonicalValueSourceFilter)
Filter to use when getting canonical values for this schema attribute
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsCanonicalValueSourceFilter
- the value to setpublic SchemaAttributes.Builder idcsCanonicalValueSourceResourceTypeID(String idcsCanonicalValueSourceResourceTypeID)
Specifies the Resource type ID to read from for dynamic canonical values
*Added In:** 17.4.6
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsCanonicalValueSourceResourceTypeID
- the value to setpublic SchemaAttributes.Builder idcsCanonicalValueSourceDisplayAttrName(String idcsCanonicalValueSourceDisplayAttrName)
Display name for the canonical value attribute name.
*Added In:** 17.4.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsCanonicalValueSourceDisplayAttrName
- the value to setpublic SchemaAttributes.Builder idcsCanonicalValueSourceKeyAttrName(String idcsCanonicalValueSourceKeyAttrName)
Source key attribute for the canonical value.
*Added In:** 17.4.6
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsCanonicalValueSourceKeyAttrName
- the value to setpublic SchemaAttributes.Builder idcsCanonicalValueType(SchemaAttributes.IdcsCanonicalValueType idcsCanonicalValueType)
Type of the canonical value.
*Added In:** 17.4.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsCanonicalValueType
- the value to setpublic SchemaAttributes.Builder idcsValidateReference(Boolean idcsValidateReference)
Validate payload reference value during create, replace, and update. Default is True.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
idcsValidateReference
- the value to setpublic SchemaAttributes.Builder idcsCompositeKey(List<String> idcsCompositeKey)
The set of one or more sub attributes’ names of a CMVA, whose values uniquely identify an instance of a CMVA
*SCIM++ Properties:** - caseExact: true - multiValued: true - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
idcsCompositeKey
- the value to setpublic SchemaAttributes.Builder idcsFetchComplexAttributeValues(Boolean idcsFetchComplexAttributeValues)
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.
idcsFetchComplexAttributeValues
- the value to setpublic SchemaAttributes.Builder idcsScimCompliant(Boolean idcsScimCompliant)
Indicates if the attribute is scim compliant, default is true
*SCIM++ Properties:** - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean
idcsScimCompliant
- the value to setpublic SchemaAttributes.Builder idcsAttributeMappable(Boolean idcsAttributeMappable)
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
*SCIM++ Properties:** - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean
idcsAttributeMappable
- the value to setpublic SchemaAttributes.Builder idcsValuePersistedInOtherAttribute(Boolean idcsValuePersistedInOtherAttribute)
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
*Added In:** 18.2.2
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
idcsValuePersistedInOtherAttribute
- the value to setpublic SchemaAttributes.Builder idcsPii(Boolean idcsPii)
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.
*Added In:** 18.4.2
*SCIM++ Properties:** - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean
idcsPii
- the value to setpublic SchemaAttributes.Builder idcsExcludeFromUpgradePatch(Boolean idcsExcludeFromUpgradePatch)
Specifies whether the attribute should be excluded from the BulkApi patch generated by gradle task for upgrading OOTB resources.
*Added In:** 2104150946
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: never - type: boolean
idcsExcludeFromUpgradePatch
- the value to setpublic SchemaAttributes.Builder subAttributes(List<SchemaSubAttributes> subAttributes)
A list specifying the contained attributes
*SCIM++ Properties:** - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex
subAttributes
- the value to setpublic SchemaAttributes.Builder idcsRefResourceAttribute(String idcsRefResourceAttribute)
Specifies the referenced Resource attribute
*Deprecated Since: 17.3.4**
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: string
idcsRefResourceAttribute
- the value to setpublic SchemaAttributes.Builder idcsAttributeCacheable(Boolean idcsAttributeCacheable)
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.
*Added In:** 17.3.4
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
idcsAttributeCacheable
- the value to setpublic SchemaAttributes.Builder idcsuiOrder(Integer idcsuiOrder)
Metadata used by Oracle Identity Cloud Service UI to sequence the attributes displayed on the Account Form.
*Added In:** 17.4.2
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer
idcsuiOrder
- the value to setpublic SchemaAttributes.Builder idcsuiRegexp(String idcsuiRegexp)
Metadata used by Oracle Identity Cloud Service UI to validate the attribute values using regular expressions.
*Added In:** 17.4.2
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: string
idcsuiRegexp
- the value to setpublic SchemaAttributes.Builder idcsuiVisible(Boolean idcsuiVisible)
Metadata used by Oracle Identity Cloud Service UI to decide whether the attribute must be displayed on the Account Form.
*Added In:** 17.4.2
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean
idcsuiVisible
- the value to setpublic SchemaAttributes.Builder idcsuiWidget(SchemaAttributes.IdcsuiWidget idcsuiWidget)
Metadata used by Oracle Identity Cloud Service UI to render a widget for this attribute on the Account Form.
*Added In:** 17.4.2
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: string
idcsuiWidget
- the value to setpublic SchemaAttributes.Builder idcsFeatures(List<SchemaAttributes.IdcsFeatures> idcsFeatures)
The list of features that require this attribute
*Deprecated Since: 19.1.6**
*SCIM++ Properties:** - multiValued: true - mutability: readWrite - required: false - returned: default - type: string
idcsFeatures
- the value to setpublic SchemaAttributes.Builder idcsOptionalPiiCanonicalValues(List<String> idcsOptionalPiiCanonicalValues)
A subset of \“canonicalValues\” that are not supported when the \“optionalPii\” feature is disabled in GlobalConfig.
*Deprecated Since: 19.1.6**
*SCIM++ Properties:** - caseExact: true - multiValued: true - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
idcsOptionalPiiCanonicalValues
- the value to setpublic SchemaAttributes.Builder idcsSanitize(Boolean idcsSanitize)
Specifies if the value of the attribute should be sanitized using OWASP library for HTML content
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
idcsSanitize
- the value to setpublic SchemaAttributes.Builder idcsOverrideCommonAttribute(Boolean idcsOverrideCommonAttribute)
Specifies whether the attribute from resource schema should override from common schema with the same name.
*Added In:** 2102181953
*SCIM++ Properties:** - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean
idcsOverrideCommonAttribute
- the value to setpublic SchemaAttributes.Builder idcsIgnoreReadOnlyAndImmutableRefAttrsDuringForceDelete(Boolean idcsIgnoreReadOnlyAndImmutableRefAttrsDuringForceDelete)
Specifies whether the readOnly and immutable reference attributes should be ignored when forceDelete=true.
*Added In:** 2104220644
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
idcsIgnoreReadOnlyAndImmutableRefAttrsDuringForceDelete
- the value to setpublic SchemaAttributes.Builder idcsAllowUpdatesInReadOnlyMode(Boolean idcsAllowUpdatesInReadOnlyMode)
Set this attribute to True if the resource is eligibal for update while system is in readonly mode.
*Added In:** 2106170416
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
idcsAllowUpdatesInReadOnlyMode
- the value to setpublic SchemaAttributes.Builder idcsPaginateResponse(Boolean idcsPaginateResponse)
Set this attribute to True if the pagination is required on an attribute.
*Added In:** 2202230830
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
idcsPaginateResponse
- the value to setpublic SchemaAttributes.Builder idcsRequiresWriteForAccessFlows(Boolean idcsRequiresWriteForAccessFlows)
If true, indicates that the attribute value must be written to the home region for access flows initiated from a replica region.
*Added In:** 2209220956
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
idcsRequiresWriteForAccessFlows
- the value to setpublic SchemaAttributes.Builder idcsRequiresImmediateReadAfterWriteForAccessFlows(Boolean idcsRequiresImmediateReadAfterWriteForAccessFlows)
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.
*Added In:** 2209220956
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: never - type: boolean
idcsRequiresImmediateReadAfterWriteForAccessFlows
- the value to setpublic SchemaAttributes build()
public SchemaAttributes.Builder copy(SchemaAttributes model)
Copyright © 2016–2024. All rights reserved.