WorkOS.UserRoleAssignmentSource (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

The origin of the role assignment.

Summary

Types

t()

@type t() :: %WorkOS.UserRoleAssignmentSource{
  group_role_assignment_id: String.t() | nil,
  type: WorkOS.UserRoleAssignmentSourceType.t()
}