blocked_email_domains
Creates, updates, deletes, gets or lists a blocked_email_domains resource.
Overview
| Name | blocked_email_domains |
| Type | Resource |
| Id | okta.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
replace_blocked_email_domains | replace | subdomain | Replaces 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.
| Name | Datatype | Description |
|---|---|---|
subdomain | string | The 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
- replace_blocked_email_domains
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
;