1. Packages
  2. Okta
  3. API Docs
  4. getEmailCustomization
Okta v4.8.0 published on Saturday, Mar 2, 2024 by Pulumi

okta.getEmailCustomization

Explore with Pulumi AI

okta logo
Okta v4.8.0 published on Saturday, Mar 2, 2024 by Pulumi

    Use this data source to retrieve the email customization of an email template belonging to a brand in an Okta organization.

    Using getEmailCustomization

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEmailCustomization(args: GetEmailCustomizationArgs, opts?: InvokeOptions): Promise<GetEmailCustomizationResult>
    function getEmailCustomizationOutput(args: GetEmailCustomizationOutputArgs, opts?: InvokeOptions): Output<GetEmailCustomizationResult>
    def get_email_customization(brand_id: Optional[str] = None,
                                customization_id: Optional[str] = None,
                                template_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetEmailCustomizationResult
    def get_email_customization_output(brand_id: Optional[pulumi.Input[str]] = None,
                                customization_id: Optional[pulumi.Input[str]] = None,
                                template_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetEmailCustomizationResult]
    func LookupEmailCustomization(ctx *Context, args *LookupEmailCustomizationArgs, opts ...InvokeOption) (*LookupEmailCustomizationResult, error)
    func LookupEmailCustomizationOutput(ctx *Context, args *LookupEmailCustomizationOutputArgs, opts ...InvokeOption) LookupEmailCustomizationResultOutput

    > Note: This function is named LookupEmailCustomization in the Go SDK.

    public static class GetEmailCustomization 
    {
        public static Task<GetEmailCustomizationResult> InvokeAsync(GetEmailCustomizationArgs args, InvokeOptions? opts = null)
        public static Output<GetEmailCustomizationResult> Invoke(GetEmailCustomizationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEmailCustomizationResult> getEmailCustomization(GetEmailCustomizationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: okta:index/getEmailCustomization:getEmailCustomization
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BrandId string
    Brand ID
    CustomizationId string
    Customization ID
    TemplateName string
    Template Name
    BrandId string
    Brand ID
    CustomizationId string
    Customization ID
    TemplateName string
    Template Name
    brandId String
    Brand ID
    customizationId String
    Customization ID
    templateName String
    Template Name
    brandId string
    Brand ID
    customizationId string
    Customization ID
    templateName string
    Template Name
    brand_id str
    Brand ID
    customization_id str
    Customization ID
    template_name str
    Template Name
    brandId String
    Brand ID
    customizationId String
    Customization ID
    templateName String
    Template Name

    getEmailCustomization Result

    The following output properties are available:

    Body string
    The body of the customization
    BrandId string
    CustomizationId string
    Id string
    Customization ID
    IsDefault bool
    Whether the customization is the default
    Language string
    The language supported by the customization
    Links string
    Link relations for this object - JSON HAL - Discoverable resources related to the email template
    Subject string
    The subject of the customization
    TemplateName string
    Body string
    The body of the customization
    BrandId string
    CustomizationId string
    Id string
    Customization ID
    IsDefault bool
    Whether the customization is the default
    Language string
    The language supported by the customization
    Links string
    Link relations for this object - JSON HAL - Discoverable resources related to the email template
    Subject string
    The subject of the customization
    TemplateName string
    body String
    The body of the customization
    brandId String
    customizationId String
    id String
    Customization ID
    isDefault Boolean
    Whether the customization is the default
    language String
    The language supported by the customization
    links String
    Link relations for this object - JSON HAL - Discoverable resources related to the email template
    subject String
    The subject of the customization
    templateName String
    body string
    The body of the customization
    brandId string
    customizationId string
    id string
    Customization ID
    isDefault boolean
    Whether the customization is the default
    language string
    The language supported by the customization
    links string
    Link relations for this object - JSON HAL - Discoverable resources related to the email template
    subject string
    The subject of the customization
    templateName string
    body str
    The body of the customization
    brand_id str
    customization_id str
    id str
    Customization ID
    is_default bool
    Whether the customization is the default
    language str
    The language supported by the customization
    links str
    Link relations for this object - JSON HAL - Discoverable resources related to the email template
    subject str
    The subject of the customization
    template_name str
    body String
    The body of the customization
    brandId String
    customizationId String
    id String
    Customization ID
    isDefault Boolean
    Whether the customization is the default
    language String
    The language supported by the customization
    links String
    Link relations for this object - JSON HAL - Discoverable resources related to the email template
    subject String
    The subject of the customization
    templateName String

    Package Details

    Repository
    Okta pulumi/pulumi-okta
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the okta Terraform Provider.
    okta logo
    Okta v4.8.0 published on Saturday, Mar 2, 2024 by Pulumi