okta.getEmailCustomization
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:
- Brand
Id string Brand ID
- Customization
Id string Customization ID
- Template
Name string Template Name
- Brand
Id string Brand ID
- Customization
Id string Customization ID
- Template
Name string Template Name
- brand
Id String Brand ID
- customization
Id String Customization ID
- template
Name String Template Name
- brand
Id string Brand ID
- customization
Id string Customization ID
- template
Name string Template Name
- brand_
id str Brand ID
- customization_
id str Customization ID
- template_
name str Template Name
- brand
Id String Brand ID
- customization
Id String Customization ID
- template
Name String Template Name
getEmailCustomization Result
The following output properties are available:
- Body string
The body of the customization
- Brand
Id string - Customization
Id string - Id string
Customization ID
- 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
- Body string
The body of the customization
- Brand
Id string - Customization
Id string - Id string
Customization ID
- 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
- body String
The body of the customization
- brand
Id String - customization
Id String - id String
Customization ID
- 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
- body string
The body of the customization
- brand
Id string - customization
Id string - id string
Customization ID
- 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
- 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
- brand
Id String - customization
Id String - id String
Customization ID
- 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
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
okta
Terraform Provider.