base

package
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2023 License: MPL-2.0 Imports: 53 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataSources added in v0.9.0

func DataSources() []func() datasource.DataSource

func DatasourceCertificate added in v0.4.0

func DatasourceCertificate() *schema.Resource

func DatasourceCertificateExport added in v0.4.0

func DatasourceCertificateExport() *schema.Resource

func DatasourceCertificateSigningRequest added in v0.4.0

func DatasourceCertificateSigningRequest() *schema.Resource

func DatasourceLanguage added in v0.6.0

func DatasourceLanguage() *schema.Resource

func DatasourceLicense added in v0.6.0

func DatasourceLicense() *schema.Resource

func DatasourceLicenses added in v0.6.0

func DatasourceLicenses() *schema.Resource

func DatasourceRole

func DatasourceRole() *schema.Resource

func DatasourceTrustedEmailDomainDKIM added in v0.5.0

func DatasourceTrustedEmailDomainDKIM() *schema.Resource

func DatasourceTrustedEmailDomainOwnership added in v0.5.0

func DatasourceTrustedEmailDomainOwnership() *schema.Resource

func DatasourceTrustedEmailDomainSPF added in v0.5.0

func DatasourceTrustedEmailDomainSPF() *schema.Resource

func FetchApplicationsByType added in v0.15.0

func FetchApplicationsByType(ctx context.Context, apiClient *management.APIClient, environmentID string, applicationType management.EnumApplicationType, expectAtLeastOneResult bool) (*[]management.ReadOneApplication200Response, diag.Diagnostics)

func FetchApplicationsByTypeWithTimeout added in v0.15.0

func FetchApplicationsByTypeWithTimeout(ctx context.Context, apiClient *management.APIClient, environmentID string, applicationType management.EnumApplicationType, expectAtLeastOneResult bool, timeout time.Duration) (*[]management.ReadOneApplication200Response, diag.Diagnostics)

func NewAgreementDataSource added in v0.10.0

func NewAgreementDataSource() datasource.DataSource

New Object

func NewAgreementEnableResource added in v0.10.0

func NewAgreementEnableResource() resource.Resource

New Object

func NewAgreementLocalizationDataSource added in v0.10.0

func NewAgreementLocalizationDataSource() datasource.DataSource

New Object

func NewAgreementLocalizationEnableResource added in v0.10.0

func NewAgreementLocalizationEnableResource() resource.Resource

New Object

func NewAgreementLocalizationResource added in v0.10.0

func NewAgreementLocalizationResource() resource.Resource

New Object

func NewAgreementLocalizationRevisionResource added in v0.10.0

func NewAgreementLocalizationRevisionResource() resource.Resource

New Object

func NewAgreementResource added in v0.10.0

func NewAgreementResource() resource.Resource

New Object

func NewBrandingSettingsResource added in v0.15.0

func NewBrandingSettingsResource() resource.Resource

New Object

func NewBrandingThemeDefaultResource added in v0.15.0

func NewBrandingThemeDefaultResource() resource.Resource

New Object

func NewBrandingThemeResource added in v0.15.0

func NewBrandingThemeResource() resource.Resource

New Object

func NewEnvironmentDataSource added in v0.11.0

func NewEnvironmentDataSource() datasource.DataSource

New Object

func NewEnvironmentResource added in v0.11.0

func NewEnvironmentResource() resource.Resource

New Object

func NewEnvironmentsDataSource added in v0.10.0

func NewEnvironmentsDataSource() datasource.DataSource

New Object

func NewNotificationPolicyResource added in v0.9.0

func NewNotificationPolicyResource() resource.Resource

New Object

func NewNotificationSettingsEmailResource added in v0.9.0

func NewNotificationSettingsEmailResource() resource.Resource

New Object

func NewOrganizationDataSource added in v0.10.0

func NewOrganizationDataSource() datasource.DataSource

New Object

func NewSystemApplicationResource added in v0.15.0

func NewSystemApplicationResource() resource.Resource

New Object

func NewTrustedEmailAddressResource added in v0.9.0

func NewTrustedEmailAddressResource() resource.Resource

New Object

func NewTrustedEmailDomainDataSource added in v0.9.0

func NewTrustedEmailDomainDataSource() datasource.DataSource

New Object

func ResourceCertificate added in v0.4.0

func ResourceCertificate() *schema.Resource

func ResourceCertificateSigningResponse added in v0.4.0

func ResourceCertificateSigningResponse() *schema.Resource

func ResourceCustomDomain added in v0.4.0

func ResourceCustomDomain() *schema.Resource

func ResourceCustomDomainSSL added in v0.4.0

func ResourceCustomDomainSSL() *schema.Resource

func ResourceCustomDomainVerify added in v0.4.0

func ResourceCustomDomainVerify() *schema.Resource

func ResourceGateway added in v0.4.0

func ResourceGateway() *schema.Resource

func ResourceGatewayCredential added in v0.4.0

func ResourceGatewayCredential() *schema.Resource

func ResourceGatewayRoleAssignment added in v0.4.0

func ResourceGatewayRoleAssignment() *schema.Resource

func ResourceImage added in v0.7.0

func ResourceImage() *schema.Resource

func ResourceKey added in v0.4.0

func ResourceKey() *schema.Resource

func ResourceLanguage added in v0.6.0

func ResourceLanguage() *schema.Resource

func ResourceLanguageUpdate added in v0.6.0

func ResourceLanguageUpdate() *schema.Resource

func ResourceNotificationTemplateContent added in v0.8.0

func ResourceNotificationTemplateContent() *schema.Resource

func ResourceRoleAssignmentUser

func ResourceRoleAssignmentUser() *schema.Resource

func ResourceTrustedEmailDomain added in v0.5.0

func ResourceTrustedEmailDomain() *schema.Resource

func ResourceWebhook added in v0.5.0

func ResourceWebhook() *schema.Resource

func Resources added in v0.9.0

func Resources() []func() resource.Resource

Types

type AgreementDataSource added in v0.10.0

type AgreementDataSource struct {
	// contains filtered or unexported fields
}

Types

func (*AgreementDataSource) Configure added in v0.10.0

func (*AgreementDataSource) Metadata added in v0.10.0

Metadata

func (*AgreementDataSource) Read added in v0.10.0

func (*AgreementDataSource) Schema added in v0.10.0

Schema

type AgreementDataSourceModel added in v0.10.0

type AgreementDataSourceModel struct {
	Id                    types.String  `tfsdk:"id"`
	EnvironmentId         types.String  `tfsdk:"environment_id"`
	AgreementId           types.String  `tfsdk:"agreement_id"`
	Name                  types.String  `tfsdk:"name"`
	Enabled               types.Bool    `tfsdk:"enabled"`
	Description           types.String  `tfsdk:"description"`
	ReconsentPeriodDays   types.Float64 `tfsdk:"reconsent_period_days"`
	TotalUserConsents     types.Int64   `tfsdk:"total_user_consent_count"`
	ExpiredUserConsents   types.Int64   `tfsdk:"expired_user_consent_count"`
	ConsentCountsUpdateAt types.String  `tfsdk:"consent_counts_updated_at"`
}

type AgreementEnableResource added in v0.10.0

type AgreementEnableResource struct {
	// contains filtered or unexported fields
}

Types

func (*AgreementEnableResource) Configure added in v0.10.0

func (*AgreementEnableResource) Create added in v0.10.0

func (*AgreementEnableResource) Delete added in v0.10.0

func (*AgreementEnableResource) ImportState added in v0.10.0

func (*AgreementEnableResource) Metadata added in v0.10.0

Metadata

func (*AgreementEnableResource) Read added in v0.10.0

func (*AgreementEnableResource) Schema added in v0.10.0

Schema.

func (*AgreementEnableResource) Update added in v0.10.0

type AgreementEnableResourceModel added in v0.10.0

type AgreementEnableResourceModel struct {
	Id            types.String `tfsdk:"id"`
	EnvironmentId types.String `tfsdk:"environment_id"`
	AgreementId   types.String `tfsdk:"agreement_id"`
	Enabled       types.Bool   `tfsdk:"enabled"`
}

type AgreementLocalizationDataSource added in v0.10.0

type AgreementLocalizationDataSource struct {
	// contains filtered or unexported fields
}

Types

func (*AgreementLocalizationDataSource) Configure added in v0.10.0

func (*AgreementLocalizationDataSource) Metadata added in v0.10.0

Metadata

func (*AgreementLocalizationDataSource) Read added in v0.10.0

func (*AgreementLocalizationDataSource) Schema added in v0.10.0

Schema

type AgreementLocalizationDataSourceModel added in v0.10.0

type AgreementLocalizationDataSourceModel struct {
	Id                      types.String `tfsdk:"id"`
	EnvironmentId           types.String `tfsdk:"environment_id"`
	AgreementId             types.String `tfsdk:"agreement_id"`
	AgreementLocalizationId types.String `tfsdk:"agreement_localization_id"`
	LanguageId              types.String `tfsdk:"language_id"`
	DisplayName             types.String `tfsdk:"display_name"`
	Locale                  types.String `tfsdk:"locale"`
	Enabled                 types.Bool   `tfsdk:"enabled"`
	UXTextCheckboxAccept    types.String `tfsdk:"text_checkbox_accept"`
	UXTextButtonContinue    types.String `tfsdk:"text_button_continue"`
	UXTextButtonDecline     types.String `tfsdk:"text_button_decline"`
	CurrentRevisionId       types.String `tfsdk:"current_revision_id"`
}

type AgreementLocalizationEnableResource added in v0.10.0

type AgreementLocalizationEnableResource struct {
	// contains filtered or unexported fields
}

Types

func (*AgreementLocalizationEnableResource) Configure added in v0.10.0

func (*AgreementLocalizationEnableResource) Create added in v0.10.0

func (*AgreementLocalizationEnableResource) Delete added in v0.10.0

func (*AgreementLocalizationEnableResource) ImportState added in v0.10.0

func (*AgreementLocalizationEnableResource) Metadata added in v0.10.0

Metadata

func (*AgreementLocalizationEnableResource) Read added in v0.10.0

func (*AgreementLocalizationEnableResource) Schema added in v0.10.0

Schema.

func (*AgreementLocalizationEnableResource) Update added in v0.10.0

type AgreementLocalizationEnableResourceModel added in v0.10.0

type AgreementLocalizationEnableResourceModel struct {
	Id                      types.String `tfsdk:"id"`
	EnvironmentId           types.String `tfsdk:"environment_id"`
	AgreementId             types.String `tfsdk:"agreement_id"`
	AgreementLocalizationId types.String `tfsdk:"agreement_localization_id"`
	Enabled                 types.Bool   `tfsdk:"enabled"`
}

type AgreementLocalizationResource added in v0.10.0

type AgreementLocalizationResource struct {
	// contains filtered or unexported fields
}

Types

func (*AgreementLocalizationResource) Configure added in v0.10.0

func (*AgreementLocalizationResource) Create added in v0.10.0

func (*AgreementLocalizationResource) Delete added in v0.10.0

func (*AgreementLocalizationResource) ImportState added in v0.10.0

func (*AgreementLocalizationResource) Metadata added in v0.10.0

Metadata

func (*AgreementLocalizationResource) Read added in v0.10.0

func (*AgreementLocalizationResource) Schema added in v0.10.0

Schema.

func (*AgreementLocalizationResource) Update added in v0.10.0

type AgreementLocalizationResourceModel added in v0.10.0

type AgreementLocalizationResourceModel struct {
	Id                   types.String `tfsdk:"id"`
	EnvironmentId        types.String `tfsdk:"environment_id"`
	AgreementId          types.String `tfsdk:"agreement_id"`
	LanguageId           types.String `tfsdk:"language_id"`
	DisplayName          types.String `tfsdk:"display_name"`
	Locale               types.String `tfsdk:"locale"`
	Enabled              types.Bool   `tfsdk:"enabled"`
	UXTextCheckboxAccept types.String `tfsdk:"text_checkbox_accept"`
	UXTextButtonContinue types.String `tfsdk:"text_button_continue"`
	UXTextButtonDecline  types.String `tfsdk:"text_button_decline"`
}

type AgreementLocalizationRevisionResource added in v0.10.0

type AgreementLocalizationRevisionResource struct {
	// contains filtered or unexported fields
}

Types

func (*AgreementLocalizationRevisionResource) Configure added in v0.10.0

func (*AgreementLocalizationRevisionResource) Create added in v0.10.0

func (*AgreementLocalizationRevisionResource) Delete added in v0.10.0

func (*AgreementLocalizationRevisionResource) ImportState added in v0.10.0

func (*AgreementLocalizationRevisionResource) Metadata added in v0.10.0

Metadata

func (*AgreementLocalizationRevisionResource) Read added in v0.10.0

func (*AgreementLocalizationRevisionResource) Schema added in v0.10.0

Schema.

func (*AgreementLocalizationRevisionResource) Update added in v0.10.0

type AgreementLocalizationRevisionResourceModel added in v0.10.0

type AgreementLocalizationRevisionResourceModel struct {
	Id                      types.String `tfsdk:"id"`
	EnvironmentId           types.String `tfsdk:"environment_id"`
	AgreementId             types.String `tfsdk:"agreement_id"`
	AgreementLocalizationId types.String `tfsdk:"agreement_localization_id"`
	ContentType             types.String `tfsdk:"content_type"`
	EffectiveAt             types.String `tfsdk:"effective_at"`
	NotValidAfter           types.String `tfsdk:"not_valid_after"`
	RequireReconsent        types.Bool   `tfsdk:"require_reconsent"`
	Text                    types.String `tfsdk:"text"`
}

type AgreementResource added in v0.10.0

type AgreementResource struct {
	// contains filtered or unexported fields
}

Types

func (*AgreementResource) Configure added in v0.10.0

func (*AgreementResource) Create added in v0.10.0

func (*AgreementResource) Delete added in v0.10.0

func (*AgreementResource) ImportState added in v0.10.0

func (*AgreementResource) Metadata added in v0.10.0

Metadata

func (*AgreementResource) Read added in v0.10.0

func (*AgreementResource) Schema added in v0.10.0

Schema.

func (*AgreementResource) Update added in v0.10.0

type AgreementResourceModel added in v0.10.0

type AgreementResourceModel struct {
	Id                  types.String  `tfsdk:"id"`
	EnvironmentId       types.String  `tfsdk:"environment_id"`
	Name                types.String  `tfsdk:"name"`
	Enabled             types.Bool    `tfsdk:"enabled"`
	Description         types.String  `tfsdk:"description"`
	ReconsentPeriodDays types.Float64 `tfsdk:"reconsent_period_days"`
}

type BrandingSettingsResource added in v0.15.0

type BrandingSettingsResource struct {
	// contains filtered or unexported fields
}

Types

func (*BrandingSettingsResource) Configure added in v0.15.0

func (*BrandingSettingsResource) Create added in v0.15.0

func (*BrandingSettingsResource) Delete added in v0.15.0

func (*BrandingSettingsResource) ImportState added in v0.15.0

func (*BrandingSettingsResource) Metadata added in v0.15.0

Metadata

func (*BrandingSettingsResource) Read added in v0.15.0

func (*BrandingSettingsResource) Schema added in v0.15.0

Schema.

func (*BrandingSettingsResource) Update added in v0.15.0

type BrandingThemeDefaultResource added in v0.15.0

type BrandingThemeDefaultResource struct {
	// contains filtered or unexported fields
}

Types

func (*BrandingThemeDefaultResource) Configure added in v0.15.0

func (*BrandingThemeDefaultResource) Create added in v0.15.0

func (*BrandingThemeDefaultResource) Delete added in v0.15.0

func (*BrandingThemeDefaultResource) ImportState added in v0.15.0

func (*BrandingThemeDefaultResource) Metadata added in v0.15.0

Metadata

func (*BrandingThemeDefaultResource) Read added in v0.15.0

func (*BrandingThemeDefaultResource) Schema added in v0.15.0

Schema.

func (*BrandingThemeDefaultResource) Update added in v0.15.0

type BrandingThemeResource added in v0.15.0

type BrandingThemeResource struct {
	// contains filtered or unexported fields
}

Types

func (*BrandingThemeResource) Configure added in v0.15.0

func (*BrandingThemeResource) Create added in v0.15.0

func (*BrandingThemeResource) Delete added in v0.15.0

func (*BrandingThemeResource) ImportState added in v0.15.0

func (*BrandingThemeResource) Metadata added in v0.15.0

Metadata

func (*BrandingThemeResource) Read added in v0.15.0

func (*BrandingThemeResource) Schema added in v0.15.0

Schema.

func (*BrandingThemeResource) Update added in v0.15.0

type EmailSourceModel added in v0.9.0

type EmailSourceModel struct {
	Name         types.String `tfsdk:"name"`
	EmailAddress types.String `tfsdk:"email_address"`
}

type EnvironmentDataSource added in v0.11.0

type EnvironmentDataSource struct {
	// contains filtered or unexported fields
}

Types

func (*EnvironmentDataSource) Configure added in v0.11.0

func (*EnvironmentDataSource) Metadata added in v0.11.0

Metadata

func (*EnvironmentDataSource) Read added in v0.11.0

func (*EnvironmentDataSource) Schema added in v0.11.0

Schema

type EnvironmentDataSourceModel added in v0.11.0

type EnvironmentDataSourceModel struct {
	Id             types.String `tfsdk:"id"`
	EnvironmentId  types.String `tfsdk:"environment_id"`
	Name           types.String `tfsdk:"name"`
	Description    types.String `tfsdk:"description"`
	Type           types.String `tfsdk:"type"`
	Region         types.String `tfsdk:"region"`
	LicenseId      types.String `tfsdk:"license_id"`
	OrganizationId types.String `tfsdk:"organization_id"`
	Solution       types.String `tfsdk:"solution"`
	Services       types.Set    `tfsdk:"service"`
}

type EnvironmentResource added in v0.11.0

type EnvironmentResource struct {
	// contains filtered or unexported fields
}

Types

func (*EnvironmentResource) Configure added in v0.11.0

func (*EnvironmentResource) Create added in v0.11.0

func (*EnvironmentResource) Delete added in v0.11.0

func (*EnvironmentResource) ImportState added in v0.11.0

func (*EnvironmentResource) Metadata added in v0.11.0

Metadata

func (*EnvironmentResource) Read added in v0.11.0

func (*EnvironmentResource) Schema added in v0.11.0

Schema

func (*EnvironmentResource) Update added in v0.11.0

type EnvironmentsDataSource added in v0.10.0

type EnvironmentsDataSource struct {
	// contains filtered or unexported fields
}

Types

func (*EnvironmentsDataSource) Configure added in v0.10.0

func (*EnvironmentsDataSource) Metadata added in v0.10.0

Metadata

func (*EnvironmentsDataSource) Read added in v0.10.0

func (*EnvironmentsDataSource) Schema added in v0.10.0

Schema

type EnvironmentsDataSourceModel added in v0.10.0

type EnvironmentsDataSourceModel struct {
	Id         types.String `tfsdk:"id"`
	ScimFilter types.String `tfsdk:"scim_filter"`
	Ids        types.List   `tfsdk:"ids"`
}

type NotificationPolicyResource added in v0.9.0

type NotificationPolicyResource struct {
	// contains filtered or unexported fields
}

Types

func (*NotificationPolicyResource) Configure added in v0.9.0

func (*NotificationPolicyResource) Create added in v0.9.0

func (*NotificationPolicyResource) Delete added in v0.9.0

func (*NotificationPolicyResource) ImportState added in v0.9.0

func (*NotificationPolicyResource) Metadata added in v0.9.0

Metadata

func (*NotificationPolicyResource) Read added in v0.9.0

func (*NotificationPolicyResource) Schema added in v0.9.0

Schema

func (*NotificationPolicyResource) Update added in v0.9.0

type NotificationPolicyResourceModel added in v0.9.0

type NotificationPolicyResourceModel struct {
	EnvironmentId types.String `tfsdk:"environment_id"`
	Name          types.String `tfsdk:"name"`
	Default       types.Bool   `tfsdk:"default"`
	Quota         types.List   `tfsdk:"quota"`
	Id            types.String `tfsdk:"id"`
}

type NotificationSettingsEmailResource added in v0.9.0

type NotificationSettingsEmailResource struct {
	// contains filtered or unexported fields
}

Types

func (*NotificationSettingsEmailResource) Configure added in v0.9.0

func (*NotificationSettingsEmailResource) Create added in v0.9.0

func (*NotificationSettingsEmailResource) Delete added in v0.9.0

func (*NotificationSettingsEmailResource) ImportState added in v0.9.0

func (*NotificationSettingsEmailResource) Metadata added in v0.9.0

Metadata

func (*NotificationSettingsEmailResource) Read added in v0.9.0

func (*NotificationSettingsEmailResource) Schema added in v0.9.0

Schema

func (*NotificationSettingsEmailResource) Update added in v0.9.0

type NotificationSettingsEmailResourceModel added in v0.9.0

type NotificationSettingsEmailResourceModel struct {
	Id            types.String `tfsdk:"id"`
	EnvironmentId types.String `tfsdk:"environment_id"`
	Host          types.String `tfsdk:"host"`
	Port          types.Int64  `tfsdk:"port"`
	Protocol      types.String `tfsdk:"protocol"`
	Username      types.String `tfsdk:"username"`
	Password      types.String `tfsdk:"password"`
	From          types.List   `tfsdk:"from"`
	ReplyTo       types.List   `tfsdk:"reply_to"`
}

type OrganizationDataSource added in v0.10.0

type OrganizationDataSource struct {
	// contains filtered or unexported fields
}

Types

func (*OrganizationDataSource) Configure added in v0.10.0

func (*OrganizationDataSource) Metadata added in v0.10.0

Metadata

func (*OrganizationDataSource) Read added in v0.10.0

func (*OrganizationDataSource) Schema added in v0.10.0

Schema

type OrganizationDataSourceModel added in v0.10.0

type OrganizationDataSourceModel struct {
	Id                   types.String `tfsdk:"id"`
	OrganizationId       types.String `tfsdk:"organization_id"`
	Name                 types.String `tfsdk:"name"`
	Description          types.String `tfsdk:"description"`
	Type                 types.String `tfsdk:"type"`
	BillingConnectionIds types.Set    `tfsdk:"billing_connection_ids"`
	BaseUrlAPI           types.String `tfsdk:"base_url_api"`
	BaseUrlAuth          types.String `tfsdk:"base_url_auth"`
	BaseUrlOrchestrate   types.String `tfsdk:"base_url_orchestrate"`
	BaseUrlAgreementMgmt types.String `tfsdk:"base_url_agreement_management"`
	BaseUrlConsole       types.String `tfsdk:"base_url_console"`
	BaseUrlApps          types.String `tfsdk:"base_url_apps"`
}

type QuotaModel added in v0.9.0

type QuotaModel struct {
	Type types.String `tfsdk:"type"`
	// To enable when the platform supports individual configuration
	// DeliveryMethods types.Set    `tfsdk:"delivery_methods"`
	Total  types.Int64 `tfsdk:"total"`
	Used   types.Int64 `tfsdk:"used"`
	Unused types.Int64 `tfsdk:"unused"`
}

type SystemApplicationResource added in v0.15.0

type SystemApplicationResource struct {
	// contains filtered or unexported fields
}

Types

func (*SystemApplicationResource) Configure added in v0.15.0

func (*SystemApplicationResource) Create added in v0.15.0

func (*SystemApplicationResource) Delete added in v0.15.0

func (*SystemApplicationResource) ImportState added in v0.15.0

func (*SystemApplicationResource) Metadata added in v0.15.0

Metadata

func (*SystemApplicationResource) Read added in v0.15.0

func (*SystemApplicationResource) Schema added in v0.15.0

Schema.

func (*SystemApplicationResource) Update added in v0.15.0

type TrustedEmailAddressResource added in v0.9.0

type TrustedEmailAddressResource struct {
	// contains filtered or unexported fields
}

Types

func (*TrustedEmailAddressResource) Configure added in v0.9.0

func (*TrustedEmailAddressResource) Create added in v0.9.0

func (*TrustedEmailAddressResource) Delete added in v0.9.0

func (*TrustedEmailAddressResource) ImportState added in v0.9.0

func (*TrustedEmailAddressResource) Metadata added in v0.9.0

Metadata

func (*TrustedEmailAddressResource) Read added in v0.9.0

func (*TrustedEmailAddressResource) Schema added in v0.9.0

Schema

func (*TrustedEmailAddressResource) Update added in v0.9.0

type TrustedEmailAddressResourceModel added in v0.9.0

type TrustedEmailAddressResourceModel struct {
	EmailDomainId types.String `tfsdk:"email_domain_id"`
	EmailAddress  types.String `tfsdk:"email_address"`
	EnvironmentId types.String `tfsdk:"environment_id"`
	Id            types.String `tfsdk:"id"`
	Status        types.String `tfsdk:"status"`
}

type TrustedEmailDomainDataSource added in v0.9.0

type TrustedEmailDomainDataSource struct {
	// contains filtered or unexported fields
}

Types

func (*TrustedEmailDomainDataSource) Configure added in v0.9.0

func (*TrustedEmailDomainDataSource) Metadata added in v0.9.0

Metadata

func (*TrustedEmailDomainDataSource) Read added in v0.9.0

func (*TrustedEmailDomainDataSource) Schema added in v0.9.0

Schema

type TrustedEmailDomainDataSourceModel added in v0.9.0

type TrustedEmailDomainDataSourceModel struct {
	DomainName    types.String `tfsdk:"domain_name"`
	EmailDomainId types.String `tfsdk:"trusted_email_domain_id"`
	EnvironmentId types.String `tfsdk:"environment_id"`
	Id            types.String `tfsdk:"id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL