ExBifrost.Model.UpdateRoleRequest (ex_bifrost v0.1.0)

Copy Markdown View Source

Partial update. Omitted fields preserve the current value. - description is a nullable string: omitting it preserves the existing description; sending an empty string clears it. - dac defaults to the existing value when omitted, preventing accidental scope escalation.

Summary

Types

t()

@type t() :: %ExBifrost.Model.UpdateRoleRequest{
  dac: String.t() | nil,
  description: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value)