Zitadel.Management.V1.AddCustomLabelPolicyRequest (zitadel_api v1.0.0-rc.6) View Source

Link to this section Summary

Link to this section Types

Specs

background_color() :: String.t()
Link to this type

background_color_dark()

View Source

Specs

background_color_dark() :: String.t()

Specs

disable_watermark() :: boolean()

Specs

font_color() :: String.t()

Specs

font_color_dark() :: String.t()
Link to this type

hide_login_name_suffix()

View Source

Specs

hide_login_name_suffix() :: boolean()

hides the org suffix on the login form if the scope "urn:zitadel:iam:org:domain:primary:{domainname}" is set. Details about this scope in https://docs.zitadel.ch/concepts#Reserved_Scopes

Specs

primary_color() :: String.t()

Specs

primary_color_dark() :: String.t()

Specs

t() :: %Zitadel.Management.V1.AddCustomLabelPolicyRequest{
  background_color: background_color(),
  background_color_dark: background_color_dark(),
  disable_watermark: disable_watermark(),
  font_color: font_color(),
  font_color_dark: font_color_dark(),
  hide_login_name_suffix: hide_login_name_suffix(),
  primary_color: primary_color(),
  primary_color_dark: primary_color_dark(),
  warn_color: warn_color(),
  warn_color_dark: warn_color_dark()
}

Specs

warn_color() :: String.t()

Specs

warn_color_dark() :: String.t()

Link to this section Functions