Auth0.Management.Connections.Patch.Params (Auth0Api v1.4.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Management.Connections.Patch.Params{
  display_name: String.t(),
  enabled_clients: [String.t()],
  is_domain_connection: boolean(),
  metadata: map(),
  options: Auth0.Management.Connections.Patch.Params.Options.t(),
  realms: [String.t()]
}