Enum ResourceTypeSchemaAttribute.Uniqueness

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<ResourceTypeSchemaAttribute.Uniqueness>
    Enclosing class:
    ResourceTypeSchemaAttribute

    public static enum ResourceTypeSchemaAttribute.Uniqueness
    extends Enum<ResourceTypeSchemaAttribute.Uniqueness>
    implements BmcEnum
    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