ExScimClient.Model.Infrastructure.SchemaAttribute (ex_scim_client v0.2.1)

Copy Markdown View Source

Definition of a schema attribute.

Summary

Types

t()

@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
}