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

Copy Markdown View Source

ReplaceGroupRoleAssignmentEntry model.

Summary

Types

t()

@type t() :: %WorkOS.ReplaceGroupRoleAssignmentEntry{
  resource_external_id: String.t() | nil,
  resource_id: String.t() | nil,
  resource_type_slug: String.t() | nil,
  role_slug: String.t()
}