Enum Class ScimV2SchemaAttribute.UniquenessEnum

java.lang.Object
java.lang.Enum<ScimV2SchemaAttribute.UniquenessEnum>
com.mypurecloud.sdk.v2.model.ScimV2SchemaAttribute.UniquenessEnum
All Implemented Interfaces:
Serializable, Comparable<ScimV2SchemaAttribute.UniquenessEnum>, java.lang.constant.Constable
Enclosing class:
ScimV2SchemaAttribute

public static enum ScimV2SchemaAttribute.UniquenessEnum extends Enum<ScimV2SchemaAttribute.UniquenessEnum>
The method by which the service provider enforces the uniqueness of an attribute value. A server can reject a value by returning the HTTP response code 400 (Bad Request). A client can enforce uniqueness to a greater degree than the server provider enforces. For example, a client could make a value unique even though the server has \"uniqueness\" set to \"none\".