1. Packages
  2. Zitadel
  3. API Docs
  4. DefaultLabelPolicy
zitadel v0.0.12 published on Sunday, Jun 11, 2023 by pulumiverse

zitadel.DefaultLabelPolicy

Explore with Pulumi AI

zitadel logo
zitadel v0.0.12 published on Sunday, Jun 11, 2023 by pulumiverse

    Resource representing the default label policy.

    Create DefaultLabelPolicy Resource

    new DefaultLabelPolicy(name: string, args: DefaultLabelPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def DefaultLabelPolicy(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           background_color: Optional[str] = None,
                           background_color_dark: Optional[str] = None,
                           disable_watermark: Optional[bool] = None,
                           font_color: Optional[str] = None,
                           font_color_dark: Optional[str] = None,
                           font_hash: Optional[str] = None,
                           font_path: Optional[str] = None,
                           hide_login_name_suffix: Optional[bool] = None,
                           icon_dark_hash: Optional[str] = None,
                           icon_dark_path: Optional[str] = None,
                           icon_hash: Optional[str] = None,
                           icon_path: Optional[str] = None,
                           logo_dark_hash: Optional[str] = None,
                           logo_dark_path: Optional[str] = None,
                           logo_hash: Optional[str] = None,
                           logo_path: Optional[str] = None,
                           primary_color: Optional[str] = None,
                           primary_color_dark: Optional[str] = None,
                           set_active: Optional[bool] = None,
                           warn_color: Optional[str] = None,
                           warn_color_dark: Optional[str] = None)
    @overload
    def DefaultLabelPolicy(resource_name: str,
                           args: DefaultLabelPolicyArgs,
                           opts: Optional[ResourceOptions] = None)
    func NewDefaultLabelPolicy(ctx *Context, name string, args DefaultLabelPolicyArgs, opts ...ResourceOption) (*DefaultLabelPolicy, error)
    public DefaultLabelPolicy(string name, DefaultLabelPolicyArgs args, CustomResourceOptions? opts = null)
    public DefaultLabelPolicy(String name, DefaultLabelPolicyArgs args)
    public DefaultLabelPolicy(String name, DefaultLabelPolicyArgs args, CustomResourceOptions options)
    
    type: zitadel:DefaultLabelPolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args DefaultLabelPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DefaultLabelPolicyArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DefaultLabelPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DefaultLabelPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DefaultLabelPolicyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DefaultLabelPolicy Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The DefaultLabelPolicy resource accepts the following input properties:

    BackgroundColor string

    hex value for background color

    BackgroundColorDark string

    hex value for background color dark theme

    DisableWatermark bool

    disable watermark

    FontColor string

    hex value for font color

    FontColorDark string

    hex value for font color dark theme

    HideLoginNameSuffix bool

    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

    PrimaryColor string

    hex value for primary color

    PrimaryColorDark string

    hex value for primary color dark theme

    WarnColor string

    hex value for warn color

    WarnColorDark string

    hex value for warn color dark theme

    FontHash string
    FontPath string
    IconDarkHash string
    IconDarkPath string
    IconHash string
    IconPath string
    LogoDarkHash string
    LogoDarkPath string
    LogoHash string
    LogoPath string
    SetActive bool

    set the label policy active after creating/updating

    BackgroundColor string

    hex value for background color

    BackgroundColorDark string

    hex value for background color dark theme

    DisableWatermark bool

    disable watermark

    FontColor string

    hex value for font color

    FontColorDark string

    hex value for font color dark theme

    HideLoginNameSuffix bool

    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

    PrimaryColor string

    hex value for primary color

    PrimaryColorDark string

    hex value for primary color dark theme

    WarnColor string

    hex value for warn color

    WarnColorDark string

    hex value for warn color dark theme

    FontHash string
    FontPath string
    IconDarkHash string
    IconDarkPath string
    IconHash string
    IconPath string
    LogoDarkHash string
    LogoDarkPath string
    LogoHash string
    LogoPath string
    SetActive bool

    set the label policy active after creating/updating

    backgroundColor String

    hex value for background color

    backgroundColorDark String

    hex value for background color dark theme

    disableWatermark Boolean

    disable watermark

    fontColor String

    hex value for font color

    fontColorDark String

    hex value for font color dark theme

    hideLoginNameSuffix 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

    primaryColor String

    hex value for primary color

    primaryColorDark String

    hex value for primary color dark theme

    warnColor String

    hex value for warn color

    warnColorDark String

    hex value for warn color dark theme

    fontHash String
    fontPath String
    iconDarkHash String
    iconDarkPath String
    iconHash String
    iconPath String
    logoDarkHash String
    logoDarkPath String
    logoHash String
    logoPath String
    setActive Boolean

    set the label policy active after creating/updating

    backgroundColor string

    hex value for background color

    backgroundColorDark string

    hex value for background color dark theme

    disableWatermark boolean

    disable watermark

    fontColor string

    hex value for font color

    fontColorDark string

    hex value for font color dark theme

    hideLoginNameSuffix 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

    primaryColor string

    hex value for primary color

    primaryColorDark string

    hex value for primary color dark theme

    warnColor string

    hex value for warn color

    warnColorDark string

    hex value for warn color dark theme

    fontHash string
    fontPath string
    iconDarkHash string
    iconDarkPath string
    iconHash string
    iconPath string
    logoDarkHash string
    logoDarkPath string
    logoHash string
    logoPath string
    setActive boolean

    set the label policy active after creating/updating

    background_color str

    hex value for background color

    background_color_dark str

    hex value for background color dark theme

    disable_watermark bool

    disable watermark

    font_color str

    hex value for font color

    font_color_dark str

    hex value for font color dark theme

    hide_login_name_suffix bool

    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

    primary_color str

    hex value for primary color

    primary_color_dark str

    hex value for primary color dark theme

    warn_color str

    hex value for warn color

    warn_color_dark str

    hex value for warn color dark theme

    font_hash str
    font_path str
    icon_dark_hash str
    icon_dark_path str
    icon_hash str
    icon_path str
    logo_dark_hash str
    logo_dark_path str
    logo_hash str
    logo_path str
    set_active bool

    set the label policy active after creating/updating

    backgroundColor String

    hex value for background color

    backgroundColorDark String

    hex value for background color dark theme

    disableWatermark Boolean

    disable watermark

    fontColor String

    hex value for font color

    fontColorDark String

    hex value for font color dark theme

    hideLoginNameSuffix 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

    primaryColor String

    hex value for primary color

    primaryColorDark String

    hex value for primary color dark theme

    warnColor String

    hex value for warn color

    warnColorDark String

    hex value for warn color dark theme

    fontHash String
    fontPath String
    iconDarkHash String
    iconDarkPath String
    iconHash String
    iconPath String
    logoDarkHash String
    logoDarkPath String
    logoHash String
    logoPath String
    setActive Boolean

    set the label policy active after creating/updating

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DefaultLabelPolicy resource produces the following output properties:

    FontUrl string
    IconUrl string
    IconUrlDark string
    Id string

    The provider-assigned unique ID for this managed resource.

    LogoUrl string
    LogoUrlDark string
    FontUrl string
    IconUrl string
    IconUrlDark string
    Id string

    The provider-assigned unique ID for this managed resource.

    LogoUrl string
    LogoUrlDark string
    fontUrl String
    iconUrl String
    iconUrlDark String
    id String

    The provider-assigned unique ID for this managed resource.

    logoUrl String
    logoUrlDark String
    fontUrl string
    iconUrl string
    iconUrlDark string
    id string

    The provider-assigned unique ID for this managed resource.

    logoUrl string
    logoUrlDark string
    font_url str
    icon_url str
    icon_url_dark str
    id str

    The provider-assigned unique ID for this managed resource.

    logo_url str
    logo_url_dark str
    fontUrl String
    iconUrl String
    iconUrlDark String
    id String

    The provider-assigned unique ID for this managed resource.

    logoUrl String
    logoUrlDark String

    Look up Existing DefaultLabelPolicy Resource

    Get an existing DefaultLabelPolicy resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DefaultLabelPolicyState, opts?: CustomResourceOptions): DefaultLabelPolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            background_color: Optional[str] = None,
            background_color_dark: Optional[str] = None,
            disable_watermark: Optional[bool] = None,
            font_color: Optional[str] = None,
            font_color_dark: Optional[str] = None,
            font_hash: Optional[str] = None,
            font_path: Optional[str] = None,
            font_url: Optional[str] = None,
            hide_login_name_suffix: Optional[bool] = None,
            icon_dark_hash: Optional[str] = None,
            icon_dark_path: Optional[str] = None,
            icon_hash: Optional[str] = None,
            icon_path: Optional[str] = None,
            icon_url: Optional[str] = None,
            icon_url_dark: Optional[str] = None,
            logo_dark_hash: Optional[str] = None,
            logo_dark_path: Optional[str] = None,
            logo_hash: Optional[str] = None,
            logo_path: Optional[str] = None,
            logo_url: Optional[str] = None,
            logo_url_dark: Optional[str] = None,
            primary_color: Optional[str] = None,
            primary_color_dark: Optional[str] = None,
            set_active: Optional[bool] = None,
            warn_color: Optional[str] = None,
            warn_color_dark: Optional[str] = None) -> DefaultLabelPolicy
    func GetDefaultLabelPolicy(ctx *Context, name string, id IDInput, state *DefaultLabelPolicyState, opts ...ResourceOption) (*DefaultLabelPolicy, error)
    public static DefaultLabelPolicy Get(string name, Input<string> id, DefaultLabelPolicyState? state, CustomResourceOptions? opts = null)
    public static DefaultLabelPolicy get(String name, Output<String> id, DefaultLabelPolicyState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    BackgroundColor string

    hex value for background color

    BackgroundColorDark string

    hex value for background color dark theme

    DisableWatermark bool

    disable watermark

    FontColor string

    hex value for font color

    FontColorDark string

    hex value for font color dark theme

    FontHash string
    FontPath string
    FontUrl string
    HideLoginNameSuffix bool

    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

    IconDarkHash string
    IconDarkPath string
    IconHash string
    IconPath string
    IconUrl string
    IconUrlDark string
    LogoDarkHash string
    LogoDarkPath string
    LogoHash string
    LogoPath string
    LogoUrl string
    LogoUrlDark string
    PrimaryColor string

    hex value for primary color

    PrimaryColorDark string

    hex value for primary color dark theme

    SetActive bool

    set the label policy active after creating/updating

    WarnColor string

    hex value for warn color

    WarnColorDark string

    hex value for warn color dark theme

    BackgroundColor string

    hex value for background color

    BackgroundColorDark string

    hex value for background color dark theme

    DisableWatermark bool

    disable watermark

    FontColor string

    hex value for font color

    FontColorDark string

    hex value for font color dark theme

    FontHash string
    FontPath string
    FontUrl string
    HideLoginNameSuffix bool

    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

    IconDarkHash string
    IconDarkPath string
    IconHash string
    IconPath string
    IconUrl string
    IconUrlDark string
    LogoDarkHash string
    LogoDarkPath string
    LogoHash string
    LogoPath string
    LogoUrl string
    LogoUrlDark string
    PrimaryColor string

    hex value for primary color

    PrimaryColorDark string

    hex value for primary color dark theme

    SetActive bool

    set the label policy active after creating/updating

    WarnColor string

    hex value for warn color

    WarnColorDark string

    hex value for warn color dark theme

    backgroundColor String

    hex value for background color

    backgroundColorDark String

    hex value for background color dark theme

    disableWatermark Boolean

    disable watermark

    fontColor String

    hex value for font color

    fontColorDark String

    hex value for font color dark theme

    fontHash String
    fontPath String
    fontUrl String
    hideLoginNameSuffix 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

    iconDarkHash String
    iconDarkPath String
    iconHash String
    iconPath String
    iconUrl String
    iconUrlDark String
    logoDarkHash String
    logoDarkPath String
    logoHash String
    logoPath String
    logoUrl String
    logoUrlDark String
    primaryColor String

    hex value for primary color

    primaryColorDark String

    hex value for primary color dark theme

    setActive Boolean

    set the label policy active after creating/updating

    warnColor String

    hex value for warn color

    warnColorDark String

    hex value for warn color dark theme

    backgroundColor string

    hex value for background color

    backgroundColorDark string

    hex value for background color dark theme

    disableWatermark boolean

    disable watermark

    fontColor string

    hex value for font color

    fontColorDark string

    hex value for font color dark theme

    fontHash string
    fontPath string
    fontUrl string
    hideLoginNameSuffix 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

    iconDarkHash string
    iconDarkPath string
    iconHash string
    iconPath string
    iconUrl string
    iconUrlDark string
    logoDarkHash string
    logoDarkPath string
    logoHash string
    logoPath string
    logoUrl string
    logoUrlDark string
    primaryColor string

    hex value for primary color

    primaryColorDark string

    hex value for primary color dark theme

    setActive boolean

    set the label policy active after creating/updating

    warnColor string

    hex value for warn color

    warnColorDark string

    hex value for warn color dark theme

    background_color str

    hex value for background color

    background_color_dark str

    hex value for background color dark theme

    disable_watermark bool

    disable watermark

    font_color str

    hex value for font color

    font_color_dark str

    hex value for font color dark theme

    font_hash str
    font_path str
    font_url str
    hide_login_name_suffix bool

    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

    icon_dark_hash str
    icon_dark_path str
    icon_hash str
    icon_path str
    icon_url str
    icon_url_dark str
    logo_dark_hash str
    logo_dark_path str
    logo_hash str
    logo_path str
    logo_url str
    logo_url_dark str
    primary_color str

    hex value for primary color

    primary_color_dark str

    hex value for primary color dark theme

    set_active bool

    set the label policy active after creating/updating

    warn_color str

    hex value for warn color

    warn_color_dark str

    hex value for warn color dark theme

    backgroundColor String

    hex value for background color

    backgroundColorDark String

    hex value for background color dark theme

    disableWatermark Boolean

    disable watermark

    fontColor String

    hex value for font color

    fontColorDark String

    hex value for font color dark theme

    fontHash String
    fontPath String
    fontUrl String
    hideLoginNameSuffix 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

    iconDarkHash String
    iconDarkPath String
    iconHash String
    iconPath String
    iconUrl String
    iconUrlDark String
    logoDarkHash String
    logoDarkPath String
    logoHash String
    logoPath String
    logoUrl String
    logoUrlDark String
    primaryColor String

    hex value for primary color

    primaryColorDark String

    hex value for primary color dark theme

    setActive Boolean

    set the label policy active after creating/updating

    warnColor String

    hex value for warn color

    warnColorDark String

    hex value for warn color dark theme

    Package Details

    Repository
    zitadel pulumiverse/pulumi-zitadel
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the zitadel Terraform Provider.

    zitadel logo
    zitadel v0.0.12 published on Sunday, Jun 11, 2023 by pulumiverse