docs/PatchIdentitiesBody

OryClient::PatchIdentitiesBody

Properties

Name Type Description Notes
identities Array<IdentityPatch> Identities holds the list of patches to apply required [optional]

Example

require 'ory-client'

instance = OryClient::PatchIdentitiesBody.new(
  identities: null
)