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

Link to this section Summary

Link to this section Types

Specs

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