ExScimClient.Model.References.GroupMemberRef (ex_scim_client v0.2.1)

Copy Markdown View Source

Entry in User.groups (read-only).

Summary

Types

t()

@type t() :: %ExScimClient.Model.References.GroupMemberRef{
  "$ref": Uri | nil,
  display: String.t() | nil,
  type: String.t() | nil,
  value: String.t() | nil
}