Zitadel.Policy.V1.LabelPolicy (zitadel_api v1.0.0-rc.8) View Source
Link to this section Summary
Types
hex value for background color
hex value for background color dark theme
hex value for font color
hex value for font color dark theme
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
defines if the organisation's admin changed the policy
hex value for primary color
hex value for primary color dark theme
hex value for secondary color
hex value for warn color dark theme
Functions
Callback implementation for Protobuf.decode/1.
Callback implementation for Protobuf.encode/1.
Callback implementation for Protobuf.new/0.
Callback implementation for Protobuf.new/1.
Callback implementation for Protobuf.new!/1.
Callback implementation for Protobuf.transform_module/0.
Link to this section Types
Specs
background_color() :: String.t()
hex value for background color
Specs
background_color_dark() :: String.t()
hex value for background color dark theme
Specs
details() :: Zitadel.V1.ObjectDetails.t() | nil
Specs
disable_watermark() :: boolean()
Specs
font_color() :: String.t()
hex value for font color
Specs
font_color_dark() :: String.t()
hex value for font color dark theme
Specs
font_url() :: String.t()
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
icon_url() :: String.t()
Specs
icon_url_dark() :: String.t()
Specs
is_default() :: boolean()
defines if the organisation's admin changed the policy
Specs
logo_url() :: String.t()
Specs
logo_url_dark() :: String.t()
Specs
primary_color() :: String.t()
hex value for primary color
Specs
primary_color_dark() :: String.t()
hex value for primary color dark theme
Specs
t() :: %Zitadel.Policy.V1.LabelPolicy{
background_color: background_color(),
background_color_dark: background_color_dark(),
details: details(),
disable_watermark: disable_watermark(),
font_color: font_color(),
font_color_dark: font_color_dark(),
font_url: font_url(),
hide_login_name_suffix: hide_login_name_suffix(),
icon_url: icon_url(),
icon_url_dark: icon_url_dark(),
is_default: is_default(),
logo_url: logo_url(),
logo_url_dark: logo_url_dark(),
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()
hex value for secondary color
Specs
warn_color_dark() :: String.t()
hex value for warn color dark theme
Link to this section Functions
Callback implementation for Protobuf.decode/1.
Callback implementation for Protobuf.encode/1.
Callback implementation for Protobuf.new/0.
Callback implementation for Protobuf.new/1.
Callback implementation for Protobuf.new!/1.
Callback implementation for Protobuf.transform_module/0.