Definition of a schema attribute.
Summary
Types
@type t() :: %ExScimClient.Model.Infrastructure.SchemaAttribute{ canonicalValues: [String.t()] | nil, caseExact: boolean() | nil, description: String.t() | nil, multiValued: boolean() | nil, mutability: String.t() | nil, name: String.t() | nil, referenceTypes: [String.t()] | nil, required: boolean() | nil, returned: String.t() | nil, subAttributes: [t()] | nil, type: String.t() | nil, uniqueness: String.t() | nil }