Validations Performed When Updating Attributes

Whenever you replace custom attributes, Oracle Identity Cloud Service performs certain validations. The following table describes the validations based on the Replace/Update operation.

Replace/ Update Validations

This table describes the validations that Oracle Identity Cloud Service performs when you update existing custom attributes to the target schema.

Attribute Name Validations Performed

idcsMinLength

Value can't be less than 1. It can't be over the column limit allocated for the attribute.

For example, if the U_VC_40 column was allocated, then idcsMinLength can't exceed 40.

idcsMaxLength

Value can't be less than 1. It can't be over the column limit allocated for the attribute.

For example, if the U_VC_40 column was allocated, then idcsMaxLength can't exceed 40.

idcsMinValue

Value can't be less than what currently exists in the store.

idcsMaxValue

Value can't be greater than what currently exists in the store.

canonicalValues

Values must be a super set of what currently exists in the store.

idcsCsvAttributeName

Value must be unique across the custom schema.

name

Value must be unique across the custom schema.

idcsDisplayName

Value must be unique across the custom schema.