Okta v4.11.3 published on Monday, Oct 21, 2024 by Pulumi
okta.getEmailCustomization
Explore with Pulumi AI
Get 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:
- Brand
Id string - Brand ID
- Customization
Id string - The ID of the customization
- Template
Name string - Template Name
- Brand
Id string - Brand ID
- Customization
Id string - The ID of the customization
- Template
Name string - Template Name
- brand
Id String - Brand ID
- customization
Id String - The ID of the customization
- template
Name String - Template Name
- brand
Id string - Brand ID
- customization
Id string - The ID of the customization
- template
Name string - Template Name
- brand_
id str - Brand ID
- customization_
id str - The ID of the customization
- template_
name str - Template Name
- brand
Id String - Brand ID
- customization
Id String - The ID of the customization
- template
Name String - Template Name
getEmailCustomization Result
The following output properties are available:
- Body string
- The body of the customization
- Brand
Id string - Brand ID
- Customization
Id string - The ID of the customization
- Id string
- The ID of the customization
- Is
Default 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
- Template
Name string - Template Name
- Body string
- The body of the customization
- Brand
Id string - Brand ID
- Customization
Id string - The ID of the customization
- Id string
- The ID of the customization
- Is
Default 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
- Template
Name string - Template Name
- body String
- The body of the customization
- brand
Id String - Brand ID
- customization
Id String - The ID of the customization
- id String
- The ID of the customization
- is
Default 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
- template
Name String - Template Name
- body string
- The body of the customization
- brand
Id string - Brand ID
- customization
Id string - The ID of the customization
- id string
- The ID of the customization
- is
Default 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
- template
Name string - Template Name
- body str
- The body of the customization
- brand_
id str - Brand ID
- customization_
id str - The ID of the customization
- id str
- The ID of the customization
- 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 - Template Name
- body String
- The body of the customization
- brand
Id String - Brand ID
- customization
Id String - The ID of the customization
- id String
- The ID of the customization
- is
Default 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
- template
Name String - Template Name
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
okta
Terraform Provider.