ExScimClient.Model.Core.Group (ex_scim_client v0.2.1)

Copy Markdown View Source

SCIM Group resource (core: urn:ietf:params:scim:schemas:core:2.0:Group).

Summary

Types

t()

@type t() :: %ExScimClient.Model.Core.Group{
  displayName: String.t(),
  externalId: String.t() | nil,
  id: String.t() | nil,
  members: [ExScimClient.Model.References.MemberRef.t()] | nil,
  meta: ExScimClient.Model.Infrastructure.Meta.t() | nil,
  schemas: [String.t()]
}