Class ResourceTypeSchemaAttribute.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public ResourceTypeSchemaAttribute.Builder id​(String id)
        Unique identifier for the SCIM Resource as defined by the Service Provider.

        Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider’s entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: global

        Parameters:
        id - the value to set
        Returns:
        this builder
      • ocid

        public ResourceTypeSchemaAttribute.Builder ocid​(String ocid)
        Unique OCI identifier for the SCIM Resource.

        *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: default - type: string - uniqueness: global

        Parameters:
        ocid - the value to set
        Returns:
        this builder
      • schemas

        public ResourceTypeSchemaAttribute.Builder schemas​(List<String> schemas)
        REQUIRED.

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

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: true - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none

        Parameters:
        schemas - the value to set
        Returns:
        this builder
      • idcsPreventedOperations

        public ResourceTypeSchemaAttribute.Builder idcsPreventedOperations​(List<IdcsPreventedOperations> idcsPreventedOperations)
        Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

        *SCIM++ Properties:** - idcsSearchable: false - multiValued: true - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none

        Parameters:
        idcsPreventedOperations - the value to set
        Returns:
        this builder
      • tags

        public ResourceTypeSchemaAttribute.Builder tags​(List<Tags> tags)
        A list of tags on this resource.

        *SCIM++ Properties:** - idcsCompositeKey: [key, value] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none

        Parameters:
        tags - the value to set
        Returns:
        this builder
      • deleteInProgress

        public ResourceTypeSchemaAttribute.Builder deleteInProgress​(Boolean deleteInProgress)
        A boolean flag indicating this resource in the process of being deleted.

        Usually set to true when synchronous deletion of the resource would take too long.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none

        Parameters:
        deleteInProgress - the value to set
        Returns:
        this builder
      • idcsLastUpgradedInRelease

        public ResourceTypeSchemaAttribute.Builder idcsLastUpgradedInRelease​(String idcsLastUpgradedInRelease)
        The release number when the resource was upgraded.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none

        Parameters:
        idcsLastUpgradedInRelease - the value to set
        Returns:
        this builder
      • domainOcid

        public ResourceTypeSchemaAttribute.Builder domainOcid​(String domainOcid)
        OCI Domain Id (ocid) in which the resource lives.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        domainOcid - the value to set
        Returns:
        this builder
      • compartmentOcid

        public ResourceTypeSchemaAttribute.Builder compartmentOcid​(String compartmentOcid)
        OCI Compartment Id (ocid) in which the resource lives.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        compartmentOcid - the value to set
        Returns:
        this builder
      • tenancyOcid

        public ResourceTypeSchemaAttribute.Builder tenancyOcid​(String tenancyOcid)
        OCI Tenant Id (ocid) in which the resource lives.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        tenancyOcid - the value to set
        Returns:
        this builder
      • name

        public ResourceTypeSchemaAttribute.Builder name​(String name)
        Attribute’s name

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - idcsSearchable: true - type: string - uniqueness: none

        Parameters:
        name - the value to set
        Returns:
        this builder
      • idcsDisplayNameMessageId

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - type: string - uniqueness: none

        Parameters:
        idcsDisplayNameMessageId - the value to set
        Returns:
        this builder
      • resourceType

        public ResourceTypeSchemaAttribute.Builder resourceType​(String resourceType)
        ResourceType this attribute belongs to.

        *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - idcsSearchable: true - uniqueness: none

        Parameters:
        resourceType - the value to set
        Returns:
        this builder
      • idcsSchemaUrn

        public ResourceTypeSchemaAttribute.Builder idcsSchemaUrn​(String idcsSchemaUrn)
        Schema URN string that this attribute belongs to

        *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - idcsSearchable: true - uniqueness: none

        Parameters:
        idcsSchemaUrn - the value to set
        Returns:
        this builder
      • idcsFullyQualifiedName

        public ResourceTypeSchemaAttribute.Builder idcsFullyQualifiedName​(String idcsFullyQualifiedName)
        Fully qualified name of this attribute

        *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - idcsSearchable: true - uniqueness: none

        Parameters:
        idcsFullyQualifiedName - the value to set
        Returns:
        this builder
      • idcsCustomAttribute

        public ResourceTypeSchemaAttribute.Builder idcsCustomAttribute​(Boolean idcsCustomAttribute)
        custom attribute flag.

        *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - idcsSearchable: true - uniqueness: none

        Parameters:
        idcsCustomAttribute - the value to set
        Returns:
        this builder
      • type

        public ResourceTypeSchemaAttribute.Builder type​(ResourceTypeSchemaAttribute.Type type)
        The attribute’s data type–for example, String

        *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        type - the value to set
        Returns:
        this builder
      • multiValued

        public ResourceTypeSchemaAttribute.Builder multiValued​(Boolean multiValued)
        Indicates the attribute’s plurality

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: boolean

        Parameters:
        multiValued - the value to set
        Returns:
        this builder
      • description

        public ResourceTypeSchemaAttribute.Builder description​(String description)
        The attribute’s human-readable description

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - idcsSearchable: true - type: string - uniqueness: none

        Parameters:
        description - the value to set
        Returns:
        this builder
      • required

        public ResourceTypeSchemaAttribute.Builder required​(Boolean required)
        Specifies if the attribute is required

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: boolean

        Parameters:
        required - the value to set
        Returns:
        this builder
      • canonicalValues

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        canonicalValues - the value to set
        Returns:
        this builder
      • caseExact

        public ResourceTypeSchemaAttribute.Builder caseExact​(Boolean caseExact)
        Specifies if the String attribute is case-sensitive

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: boolean

        Parameters:
        caseExact - the value to set
        Returns:
        this builder
      • mutability

        public ResourceTypeSchemaAttribute.Builder mutability​(ResourceTypeSchemaAttribute.Mutability mutability)
        Specifies if the attribute is mutable

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - returned: default - idcsSearchable: true - type: string - uniqueness: none

        Parameters:
        mutability - the value to set
        Returns:
        this builder
      • endUserMutability

        public ResourceTypeSchemaAttribute.Builder endUserMutability​(ResourceTypeSchemaAttribute.EndUserMutability endUserMutability)
        Specifies User mutability for this attribute

        *Added In:** 18.2.6

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        endUserMutability - the value to set
        Returns:
        this builder
      • endUserMutabilityAllowedValues

        public ResourceTypeSchemaAttribute.Builder endUserMutabilityAllowedValues​(List<ResourceTypeSchemaAttribute.EndUserMutabilityAllowedValues> endUserMutabilityAllowedValues)
        Specifies the list of User mutabilities allowed

        *Added In:** 18.2.6

        *SCIM++ Properties:** - caseExact: true - multiValued: true - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        endUserMutabilityAllowedValues - the value to set
        Returns:
        this builder
      • returned

        public ResourceTypeSchemaAttribute.Builder returned​(ResourceTypeSchemaAttribute.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 - idcsSearchable: true - type: string - uniqueness: none

        Parameters:
        returned - the value to set
        Returns:
        this builder
      • uniqueness

        public ResourceTypeSchemaAttribute.Builder uniqueness​(ResourceTypeSchemaAttribute.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 - idcsSearchable: true - type: string - uniqueness: none

        Parameters:
        uniqueness - the value to set
        Returns:
        this builder
      • idcsCsvColumnHeaderName

        public ResourceTypeSchemaAttribute.Builder idcsCsvColumnHeaderName​(String idcsCsvColumnHeaderName)
        The attribute defining the CSV column header name for import/export

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsCsvColumnHeaderName - the value to set
        Returns:
        this builder
      • idcsICFBundleAttributeName

        public ResourceTypeSchemaAttribute.Builder idcsICFBundleAttributeName​(String idcsICFBundleAttributeName)
        Maps to ICF target attribute name

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsICFBundleAttributeName - the value to set
        Returns:
        this builder
      • idcsICFRequired

        public ResourceTypeSchemaAttribute.Builder idcsICFRequired​(Boolean idcsICFRequired)
        Metadata to identify the ICF required attribute

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: boolean - uniqueness: none

        Parameters:
        idcsICFRequired - the value to set
        Returns:
        this builder
      • idcsICFAttributeType

        public ResourceTypeSchemaAttribute.Builder idcsICFAttributeType​(ResourceTypeSchemaAttribute.IdcsICFAttributeType idcsICFAttributeType)
        Maps to ICF data type

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - idcsSearchable: true - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        idcsICFAttributeType - the value to set
        Returns:
        this builder
      • referenceTypes

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        referenceTypes - the value to set
        Returns:
        this builder
      • idcsDeprecatedSinceVersion

        public ResourceTypeSchemaAttribute.Builder idcsDeprecatedSinceVersion​(Integer idcsDeprecatedSinceVersion)
        Indicates that the schema has been deprecated since version

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: integer

        Parameters:
        idcsDeprecatedSinceVersion - the value to set
        Returns:
        this builder
      • idcsAddedSinceVersion

        public ResourceTypeSchemaAttribute.Builder idcsAddedSinceVersion​(Integer idcsAddedSinceVersion)
        Indicates that the schema has been added since version

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: integer

        Parameters:
        idcsAddedSinceVersion - the value to set
        Returns:
        this builder
      • idcsDeprecatedSinceReleaseNumber

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - required: false - returned: default - type: string

        Parameters:
        idcsDeprecatedSinceReleaseNumber - the value to set
        Returns:
        this builder
      • idcsAddedSinceReleaseNumber

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - required: false - returned: default - type: string

        Parameters:
        idcsAddedSinceReleaseNumber - the value to set
        Returns:
        this builder
      • idcsMinLength

        public ResourceTypeSchemaAttribute.Builder idcsMinLength​(Integer idcsMinLength)
        Specifies the minimum length of the attribute

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - idcsSearchable: true - required: false - returned: default - type: integer

        Parameters:
        idcsMinLength - the value to set
        Returns:
        this builder
      • idcsMaxLength

        public ResourceTypeSchemaAttribute.Builder idcsMaxLength​(Integer idcsMaxLength)
        Specifies the maximum length of the attribute

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: integer

        Parameters:
        idcsMaxLength - the value to set
        Returns:
        this builder
      • idcsMinValue

        public ResourceTypeSchemaAttribute.Builder idcsMinValue​(Integer idcsMinValue)
        Specifies the minimum value of the integer attribute

        *SCIM++ Properties:** - multiValued: false - mutability: readOnly - required: false - idcsSearchable: true - returned: default - type: integer

        Parameters:
        idcsMinValue - the value to set
        Returns:
        this builder
      • idcsMaxValue

        public ResourceTypeSchemaAttribute.Builder idcsMaxValue​(Integer idcsMaxValue)
        Specifies the maximum value of the integer attribute

        *SCIM++ Properties:** - multiValued: false - mutability: readOnly - idcsSearchable: true - required: false - returned: default - type: integer

        Parameters:
        idcsMaxValue - the value to set
        Returns:
        this builder
      • idcsMultiLanguage

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - required: false - returned: default - type: boolean - uniqueness: none

        Parameters:
        idcsMultiLanguage - the value to set
        Returns:
        this builder
      • idcsRefResourceAttributes

        public ResourceTypeSchemaAttribute.Builder idcsRefResourceAttributes​(List<String> idcsRefResourceAttributes)
        Specifies the directly referenced Resources

        *SCIM++ Properties:** - multiValued: true - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: string

        Parameters:
        idcsRefResourceAttributes - the value to set
        Returns:
        this builder
      • idcsIndirectRefResourceAttributes

        public ResourceTypeSchemaAttribute.Builder idcsIndirectRefResourceAttributes​(List<String> idcsIndirectRefResourceAttributes)
        Specifies the indirectly referenced Resources

        *SCIM++ Properties:** - multiValued: true - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: string

        Parameters:
        idcsIndirectRefResourceAttributes - the value to set
        Returns:
        this builder
      • idcsAutoIncrementSeqName

        public ResourceTypeSchemaAttribute.Builder idcsAutoIncrementSeqName​(String idcsAutoIncrementSeqName)
        Sequence tracking ID name for the attribute

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: string

        Parameters:
        idcsAutoIncrementSeqName - the value to set
        Returns:
        this builder
      • idcsValuePersisted

        public ResourceTypeSchemaAttribute.Builder idcsValuePersisted​(Boolean idcsValuePersisted)
        Specifies whether the value of the Resource attribute is persisted

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: boolean

        Parameters:
        idcsValuePersisted - the value to set
        Returns:
        this builder
      • idcsSensitive

        public ResourceTypeSchemaAttribute.Builder idcsSensitive​(ResourceTypeSchemaAttribute.IdcsSensitive idcsSensitive)
        Flag to specify if the attribute should be encrypted or hashed

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsSensitive - the value to set
        Returns:
        this builder
      • idcsInternal

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - returned: default - type: boolean

        Parameters:
        idcsInternal - the value to set
        Returns:
        this builder
      • idcsTrimStringValue

        public ResourceTypeSchemaAttribute.Builder idcsTrimStringValue​(Boolean idcsTrimStringValue)
        Trims any leading and trailing blanks from String values.

        Default is True.

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: boolean

        Parameters:
        idcsTrimStringValue - the value to set
        Returns:
        this builder
      • idcsSearchable

        public ResourceTypeSchemaAttribute.Builder idcsSearchable​(Boolean idcsSearchable)
        Specifies whether this attribute can be included in a search filter

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: boolean

        Parameters:
        idcsSearchable - the value to set
        Returns:
        this builder
      • idcsGenerated

        public ResourceTypeSchemaAttribute.Builder idcsGenerated​(Boolean idcsGenerated)
        Specifies whether this attribute value was generated

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: boolean

        Parameters:
        idcsGenerated - the value to set
        Returns:
        this builder
      • idcsAuditable

        public ResourceTypeSchemaAttribute.Builder idcsAuditable​(Boolean idcsAuditable)
        Specifies whether changes to this attribute value are audited

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - idcsSearchable: true - required: false - returned: default - type: boolean

        Parameters:
        idcsAuditable - the value to set
        Returns:
        this builder
      • idcsTargetAttributeName

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsTargetAttributeName - the value to set
        Returns:
        this builder
      • idcsTargetUniqueConstraintName

        public ResourceTypeSchemaAttribute.Builder idcsTargetUniqueConstraintName​(String idcsTargetUniqueConstraintName)
        Target index name created for this attribute for performance

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readOnly - required: false - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsTargetUniqueConstraintName - the value to set
        Returns:
        this builder
      • idcsTargetNormAttributeName

        public ResourceTypeSchemaAttribute.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.1.4

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readOnly - required: false - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsTargetNormAttributeName - the value to set
        Returns:
        this builder
      • idcsTargetAttributeNameToMigrateFrom

        public ResourceTypeSchemaAttribute.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.1.4

        *SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readWrite - required: false - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsTargetAttributeNameToMigrateFrom - the value to set
        Returns:
        this builder
      • idcsToTargetMapper

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsToTargetMapper - the value to set
        Returns:
        this builder
      • idcsFromTargetMapper

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsFromTargetMapper - the value to set
        Returns:
        this builder
      • idcsDisplayName

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - type: string - uniqueness: none

        Parameters:
        idcsDisplayName - the value to set
        Returns:
        this builder
      • idcsCanonicalValueSourceResourceType

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsCanonicalValueSourceResourceType - the value to set
        Returns:
        this builder
      • idcsCanonicalValueSourceFilter

        public ResourceTypeSchemaAttribute.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

        Parameters:
        idcsCanonicalValueSourceFilter - the value to set
        Returns:
        this builder
      • idcsValidateReference

        public ResourceTypeSchemaAttribute.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

        Parameters:
        idcsValidateReference - the value to set
        Returns:
        this builder
      • idcsCompositeKey

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - returned: default - type: string - uniqueness: none

        Parameters:
        idcsCompositeKey - the value to set
        Returns:
        this builder
      • idcsFetchComplexAttributeValues

        public ResourceTypeSchemaAttribute.Builder idcsFetchComplexAttributeValues​(Boolean idcsFetchComplexAttributeValues)
        SCIM++ Properties: - caseExact: false - multiValued: false - mutability: readOnly - required: false - idcsSearchable: true - 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.

        Parameters:
        idcsFetchComplexAttributeValues - the value to set
        Returns:
        this builder
      • idcsScimCompliant

        public ResourceTypeSchemaAttribute.Builder idcsScimCompliant​(Boolean idcsScimCompliant)
        Indicates if the attribute is scim compliant, default is true

        *SCIM++ Properties:** - multiValued: false - mutability: readOnly - idcsSearchable: true - required: false - returned: default - type: boolean

        Parameters:
        idcsScimCompliant - the value to set
        Returns:
        this builder
      • idcsAttributeMappable

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - returned: default - type: boolean

        Parameters:
        idcsAttributeMappable - the value to set
        Returns:
        this builder
      • idcsRefResourceAttribute

        public ResourceTypeSchemaAttribute.Builder idcsRefResourceAttribute​(String idcsRefResourceAttribute)
        Specifies the referenced Resource attribute

        *SCIM++ Properties:** - multiValued: false - mutability: readWrite - idcsSearchable: true - required: false - returned: default - type: string

        Parameters:
        idcsRefResourceAttribute - the value to set
        Returns:
        this builder
      • idcsAttributeCacheable

        public ResourceTypeSchemaAttribute.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 - idcsSearchable: true - required: false - returned: default - type: boolean

        Parameters:
        idcsAttributeCacheable - the value to set
        Returns:
        this builder