Skip to main content

blocked_email_domains

Creates, updates, deletes, gets or lists a blocked_email_domains resource.

Overview

Nameblocked_email_domains
TypeResource
Idokta.okta_personal_settings.blocked_email_domains

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
replace_blocked_email_domainsreplacesubdomainReplaces the list of blocked email domains which are excluded from app migration

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subdomainstringThe domain of your organization. This can be a provided subdomain of an official okta domain (okta.com, oktapreview.com, etc) or one of your configured custom domains. (default: my-org)

REPLACE examples

Replaces the list of blocked email domains which are excluded from app migration

REPLACE okta.okta_personal_settings.blocked_email_domains
SET
data__domains = '{{ domains }}'
WHERE
subdomain = '{{ subdomain }}' --required
;