okta.getEmailCustomizations
Use this data source to retrieve the email customizations of an email template belonging to a brand in an Okta organization.
Using getEmailCustomizations
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 getEmailCustomizations(args: GetEmailCustomizationsArgs, opts?: InvokeOptions): Promise<GetEmailCustomizationsResult>
function getEmailCustomizationsOutput(args: GetEmailCustomizationsOutputArgs, opts?: InvokeOptions): Output<GetEmailCustomizationsResult>
def get_email_customizations(brand_id: Optional[str] = None,
template_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEmailCustomizationsResult
def get_email_customizations_output(brand_id: Optional[pulumi.Input[str]] = None,
template_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEmailCustomizationsResult]
func GetEmailCustomizations(ctx *Context, args *GetEmailCustomizationsArgs, opts ...InvokeOption) (*GetEmailCustomizationsResult, error)
func GetEmailCustomizationsOutput(ctx *Context, args *GetEmailCustomizationsOutputArgs, opts ...InvokeOption) GetEmailCustomizationsResultOutput
> Note: This function is named GetEmailCustomizations
in the Go SDK.
public static class GetEmailCustomizations
{
public static Task<GetEmailCustomizationsResult> InvokeAsync(GetEmailCustomizationsArgs args, InvokeOptions? opts = null)
public static Output<GetEmailCustomizationsResult> Invoke(GetEmailCustomizationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEmailCustomizationsResult> getEmailCustomizations(GetEmailCustomizationsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: okta:index/getEmailCustomizations:getEmailCustomizations
arguments:
# arguments dictionary
The following arguments are supported:
- Brand
Id string Brand ID
- Template
Name string Name of an Email Template
- Brand
Id string Brand ID
- Template
Name string Name of an Email Template
- brand
Id String Brand ID
- template
Name String Name of an Email Template
- brand
Id string Brand ID
- template
Name string Name of an Email Template
- brand_
id str Brand ID
- template_
name str Name of an Email Template
- brand
Id String Brand ID
- template
Name String Name of an Email Template
getEmailCustomizations Result
The following output properties are available:
- Brand
Id string - Email
Customizations List<GetEmail Customizations Email Customization> List of
okta.EmailCustomization
belonging to the named email template of the brand- Id string
The provider-assigned unique ID for this managed resource.
- Template
Name string
- Brand
Id string - Email
Customizations []GetEmail Customizations Email Customization List of
okta.EmailCustomization
belonging to the named email template of the brand- Id string
The provider-assigned unique ID for this managed resource.
- Template
Name string
- brand
Id String - email
Customizations List<GetEmail Customizations Email Customization> List of
okta.EmailCustomization
belonging to the named email template of the brand- id String
The provider-assigned unique ID for this managed resource.
- template
Name String
- brand
Id string - email
Customizations GetEmail Customizations Email Customization[] List of
okta.EmailCustomization
belonging to the named email template of the brand- id string
The provider-assigned unique ID for this managed resource.
- template
Name string
- brand_
id str - email_
customizations Sequence[GetEmail Customizations Email Customization] List of
okta.EmailCustomization
belonging to the named email template of the brand- id str
The provider-assigned unique ID for this managed resource.
- template_
name str
- brand
Id String - email
Customizations List<Property Map> List of
okta.EmailCustomization
belonging to the named email template of the brand- id String
The provider-assigned unique ID for this managed resource.
- template
Name String
Supporting Types
GetEmailCustomizationsEmailCustomization
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
okta
Terraform Provider.