okta logo
Okta v3.21.0, Mar 15 23

okta.EmailCustomization

Use this resource to create an email customization of an email template belonging to a brand in an Okta organization.

Okta’s public API is strict regarding the behavior of the is_default property in an email customization. When a customization is created it can not be created with an is_default value of true if there is already a default customization. If an email customization is the last of the template type it can not be deleted. And the is_default value can’t be set to false when updating the last remaining customization. To allow this resource to be more flexible set the force_is_default property to create, destroy, or create,destroy. This will cause all the customizations to be reset/deleted for a create when there is a create value in force_is_default and is_default is true. Likewise reset will be called for a delete when there is a delete value in force_is_default and is_default is true.

Create EmailCustomization Resource

new EmailCustomization(name: string, args: EmailCustomizationArgs, opts?: CustomResourceOptions);
@overload
def EmailCustomization(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       body: Optional[str] = None,
                       brand_id: Optional[str] = None,
                       force_is_default: Optional[str] = None,
                       is_default: Optional[bool] = None,
                       language: Optional[str] = None,
                       subject: Optional[str] = None,
                       template_name: Optional[str] = None)
@overload
def EmailCustomization(resource_name: str,
                       args: EmailCustomizationArgs,
                       opts: Optional[ResourceOptions] = None)
func NewEmailCustomization(ctx *Context, name string, args EmailCustomizationArgs, opts ...ResourceOption) (*EmailCustomization, error)
public EmailCustomization(string name, EmailCustomizationArgs args, CustomResourceOptions? opts = null)
public EmailCustomization(String name, EmailCustomizationArgs args)
public EmailCustomization(String name, EmailCustomizationArgs args, CustomResourceOptions options)
type: okta:EmailCustomization
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args EmailCustomizationArgs
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 EmailCustomizationArgs
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 EmailCustomizationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args EmailCustomizationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args EmailCustomizationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

EmailCustomization 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 EmailCustomization resource accepts the following input properties:

BrandId string

Brand ID

TemplateName string

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
Body string

The body of the customization

ForceIsDefault string

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

IsDefault bool

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
Language string

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
Subject string

The subject of the customization

BrandId string

Brand ID

TemplateName string

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
Body string

The body of the customization

ForceIsDefault string

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

IsDefault bool

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
Language string

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
Subject string

The subject of the customization

brandId String

Brand ID

templateName String

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
body String

The body of the customization

forceIsDefault String

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

isDefault Boolean

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
language String

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
subject String

The subject of the customization

brandId string

Brand ID

templateName string

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
body string

The body of the customization

forceIsDefault string

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

isDefault boolean

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
language string

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
subject string

The subject of the customization

brand_id str

Brand ID

template_name str

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
body str

The body of the customization

force_is_default str

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

is_default bool

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
language str

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
subject str

The subject of the customization

brandId String

Brand ID

templateName String

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
body String

The body of the customization

forceIsDefault String

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

isDefault Boolean

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
language String

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
subject String

The subject of the customization

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

Links string

Link relations for this object - JSON HAL - Discoverable resources related to the email template

Id string

The provider-assigned unique ID for this managed resource.

Links string

Link relations for this object - JSON HAL - Discoverable resources related to the email template

id String

The provider-assigned unique ID for this managed resource.

links String

Link relations for this object - JSON HAL - Discoverable resources related to the email template

id string

The provider-assigned unique ID for this managed resource.

links string

Link relations for this object - JSON HAL - Discoverable resources related to the email template

id str

The provider-assigned unique ID for this managed resource.

links str

Link relations for this object - JSON HAL - Discoverable resources related to the email template

id String

The provider-assigned unique ID for this managed resource.

links String

Link relations for this object - JSON HAL - Discoverable resources related to the email template

Look up Existing EmailCustomization Resource

Get an existing EmailCustomization 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?: EmailCustomizationState, opts?: CustomResourceOptions): EmailCustomization
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        body: Optional[str] = None,
        brand_id: Optional[str] = None,
        force_is_default: Optional[str] = None,
        is_default: Optional[bool] = None,
        language: Optional[str] = None,
        links: Optional[str] = None,
        subject: Optional[str] = None,
        template_name: Optional[str] = None) -> EmailCustomization
func GetEmailCustomization(ctx *Context, name string, id IDInput, state *EmailCustomizationState, opts ...ResourceOption) (*EmailCustomization, error)
public static EmailCustomization Get(string name, Input<string> id, EmailCustomizationState? state, CustomResourceOptions? opts = null)
public static EmailCustomization get(String name, Output<String> id, EmailCustomizationState 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:
Body string

The body of the customization

BrandId string

Brand ID

ForceIsDefault string

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

IsDefault bool

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
Language string

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
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

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
Body string

The body of the customization

BrandId string

Brand ID

ForceIsDefault string

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

IsDefault bool

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
Language string

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
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

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
body String

The body of the customization

brandId String

Brand ID

forceIsDefault String

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

isDefault Boolean

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
language String

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
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

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
body string

The body of the customization

brandId string

Brand ID

forceIsDefault string

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

isDefault boolean

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
language string

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
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

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
body str

The body of the customization

brand_id str

Brand ID

force_is_default str

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

is_default bool

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
language str

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
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

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"
body String

The body of the customization

brandId String

Brand ID

forceIsDefault String

Force is_default on the create and delete operation by deleting all email customizations. See Note above explaing email customization API behavior and API documentation. Valid values create, delete, create,delete.

isDefault Boolean

Whether the customization is the default

  • Setting is_default to true when there is already a default customization will cause an error when this resource is created.
language String

The language supported by the customization

  • Example values from supported languages: "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "id", "it", "ja", "ko", "ms", "nb", "nl-NL", "pl", "pt-BR", "ro", "ru", "sv", "th", "tr", "uk", "vi", "zh-CN", "zh-TW"
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

Template Name

  • Example values: "AccountLockout", "ADForgotPassword", "ADForgotPasswordDenied", "ADSelfServiceUnlock", "ADUserActivation", "AuthenticatorEnrolled", "AuthenticatorReset", "ChangeEmailConfirmation", "EmailChallenge", "EmailChangeConfirmation", "EmailFactorVerification", "ForgotPassword", "ForgotPasswordDenied", "IGAReviewerEndNotification", "IGAReviewerNotification", "IGAReviewerPendingNotification", "IGAReviewerReassigned", "LDAPForgotPassword", "LDAPForgotPasswordDenied", "LDAPSelfServiceUnlock", "LDAPUserActivation", "MyAccountChangeConfirmation", "NewSignOnNotification", "OktaVerifyActivation", "PasswordChanged", "PasswordResetByAdmin", "PendingEmailChange", "RegistrationActivation", "RegistrationEmailVerification", "SelfServiceUnlock", "SelfServiceUnlockOnUnlockedAccount", "UserActivation"

Import

An email customization can be imported using the customization ID, brand ID and template name.

 $ pulumi import okta:index/emailCustomization:EmailCustomization example &#60;customization_id&#62;/&#60;brand_id&#62;/&#60;template_name&#62;

Package Details

Repository
Okta pulumi/pulumi-okta
License
Apache-2.0
Notes

This Pulumi package is based on the okta Terraform Provider.