You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`options``DomainsProvisionOptions & DomainsData` <Badgetype="danger"text="required" />: The provision options and domain data.
45
45
-`subscriptionHandle``string` <Badgetype="danger"text="required" />: The subscription `handle` that identifies the subscription that this domain should be provisioned against.
46
46
> [!TIP]
47
47
> Subscription handles can be retrieved from the [`subscriptions`](/modules/service#subscriptions) service method.
-`data``DomainsData | null` <Badgetype="warning"text="nullable" />: The provisioned domain data.
69
69
-`domain``string` <Badgetext="guaranteed" />: The domain name.
70
70
-`settings``object` <Badgetype="info"text="optional" />: The abuse policy settings for the domain. These settings determine how spam messages are handled.
71
71
-`abusePolicy``"block" | "flag" | "quarantine"` <Badgetype="info"text="optional" />: The abuse policy.
-`options``DomainsBulkProvisionOptions` <Badgetype="danger"text="required" />: The options to provision the domains.
123
123
-`subscriptionHandle``string` <Badgetype="danger"text="required" />: The subscription `handle` that identifies the subscription that this domain should be provisioned against.
124
124
> [!TIP]
125
125
> Subscription handles can be retrieved from the [`subscriptions`](/modules/service#subscriptions) service method.
126
126
-`associateKey``boolean` <Badgetype="info"text="optional" />: If present and set to true, the domain will be associated with the api-key that created it. This means that this api-key must be used for inbound-api actions involving this domain (for example adding safe/block list entries, etc).
127
127
-`overwrite``boolean` <Badgetype="info"text="optional" />: If present and set to true, the settings (domain settings, downstream addresses, aliases and admins) for the domain will be overwritten with the ones in the request if the domain already exists, unless a section is not included in the request or there is problem updating a setting in which case the previous settings are carried forward.
128
-
-`domains``DomainsData[]` <Badgetype="danger"text="required" />: A list of domains to provision.
128
+
-`domains``DomainsData[]` <Badgetype="danger"text="required" />: A list of domain data to provision.
129
129
-`domain``string` <Badgetype="danger"text="required" />: The domain name.
130
130
-`settings``object` <Badgetype="info"text="optional" />: The abuse policy settings for the domain. These settings determine how spam messages are handled.
131
131
-`abusePolicy``"block" | "flag" | "quarantine"` <Badgetype="info"text="optional" />: The abuse policy.
-`domain``DomainsData` <Badgetext="guaranteed" />: The domain name.
151
+
-`domain``DomainsData` <Badgetext="guaranteed" />: The provisioned domain data.
152
152
-`domain``string` <Badgetext="guaranteed" />: The domain name.
153
153
-`settings``object` <Badgetype="info"text="optional" />: The abuse policy settings for the domain. These settings determine how spam messages are handled.
154
154
-`abusePolicy``"block" | "flag" | "quarantine"` <Badgetype="info"text="optional" />: The abuse policy.
-`domain``DomainsData` <Badgetext="guaranteed" />: The domain name.
169
+
-`domain``DomainsData` <Badgetext="guaranteed" />: The failed to provision domain data.
170
170
-`domain``string` <Badgetext="guaranteed" />: The domain name.
171
171
-`settings``object` <Badgetype="info"text="optional" />: The abuse policy settings for the domain. These settings determine how spam messages are handled.
172
172
-`abusePolicy``"block" | "flag" | "quarantine"` <Badgetype="info"text="optional" />: The abuse policy.
-`domains``DomainsData[]` <Badgetext="guaranteed" />: A list of domains.
222
+
-`domains``DomainsData[]` <Badgetext="guaranteed" />: A list of domain data.
223
223
-`domain``string` <Badgetext="guaranteed" />: The domain name.
224
224
-`settings``object` <Badgetype="info"text="optional" />: The abuse policy settings for the domain. These settings determine how spam messages are handled.
225
225
-`abusePolicy``"block" | "flag" | "quarantine"` <Badgetype="info"text="optional" />: The abuse policy.
0 commit comments