Ory.Model.IdentityPatchResponse (ory_client v1.1.37)

Response for a single identity patch

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.IdentityPatchResponse{
  action: String.t() | nil,
  identity: String.t() | nil,
  patch_id: String.t() | nil
}