@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/lib/credentials.d.ts +38 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +54 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +36 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +26 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +22 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +22 -0
- package/lib/index.js.map +1 -0
- package/lib/pagination.d.ts +8 -0
- package/lib/pagination.d.ts.map +1 -0
- package/lib/pagination.js +8 -0
- package/lib/pagination.js.map +1 -0
- package/lib/protocol.d.ts +18 -0
- package/lib/protocol.d.ts.map +1 -0
- package/lib/protocol.js +60 -0
- package/lib/protocol.js.map +1 -0
- package/lib/retry.d.ts +32 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +32 -0
- package/lib/retry.js.map +1 -0
- package/lib/services/baremetal.d.ts +3551 -0
- package/lib/services/baremetal.d.ts.map +1 -0
- package/lib/services/baremetal.js +4200 -0
- package/lib/services/baremetal.js.map +1 -0
- package/lib/services/cloud.d.ts +26011 -0
- package/lib/services/cloud.d.ts.map +1 -0
- package/lib/services/cloud.js +31119 -0
- package/lib/services/cloud.js.map +1 -0
- package/lib/services/cloud_v2.d.ts +5642 -0
- package/lib/services/cloud_v2.d.ts.map +1 -0
- package/lib/services/cloud_v2.js +5760 -0
- package/lib/services/cloud_v2.js.map +1 -0
- package/lib/services/dedicatedceph.d.ts +747 -0
- package/lib/services/dedicatedceph.d.ts.map +1 -0
- package/lib/services/dedicatedceph.js +962 -0
- package/lib/services/dedicatedceph.js.map +1 -0
- package/lib/services/dedicatednasha.d.ts +755 -0
- package/lib/services/dedicatednasha.d.ts.map +1 -0
- package/lib/services/dedicatednasha.js +967 -0
- package/lib/services/dedicatednasha.js.map +1 -0
- package/lib/services/domain.d.ts +2995 -0
- package/lib/services/domain.d.ts.map +1 -0
- package/lib/services/domain.js +3080 -0
- package/lib/services/domain.js.map +1 -0
- package/lib/services/emaildomain.d.ts +1913 -0
- package/lib/services/emaildomain.d.ts.map +1 -0
- package/lib/services/emaildomain.js +2550 -0
- package/lib/services/emaildomain.js.map +1 -0
- package/lib/services/emailmxplan.d.ts +1012 -0
- package/lib/services/emailmxplan.d.ts.map +1 -0
- package/lib/services/emailmxplan.js +1155 -0
- package/lib/services/emailmxplan.js.map +1 -0
- package/lib/services/emailpro.d.ts +1287 -0
- package/lib/services/emailpro.d.ts.map +1 -0
- package/lib/services/emailpro.js +1471 -0
- package/lib/services/emailpro.js.map +1 -0
- package/lib/services/hostingprivatedatabase.d.ts +1402 -0
- package/lib/services/hostingprivatedatabase.d.ts.map +1 -0
- package/lib/services/hostingprivatedatabase.js +1833 -0
- package/lib/services/hostingprivatedatabase.js.map +1 -0
- package/lib/services/iam.d.ts +829 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +793 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/index.d.ts +31 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +32 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/ip.d.ts +1417 -0
- package/lib/services/ip.d.ts.map +1 -0
- package/lib/services/ip.js +1691 -0
- package/lib/services/ip.js.map +1 -0
- package/lib/services/iploadbalancing.d.ts +3059 -0
- package/lib/services/iploadbalancing.d.ts.map +1 -0
- package/lib/services/iploadbalancing.js +3554 -0
- package/lib/services/iploadbalancing.js.map +1 -0
- package/lib/services/ldp.d.ts +2492 -0
- package/lib/services/ldp.d.ts.map +1 -0
- package/lib/services/ldp.js +3072 -0
- package/lib/services/ldp.js.map +1 -0
- package/lib/services/me.d.ts +7511 -0
- package/lib/services/me.d.ts.map +1 -0
- package/lib/services/me.js +8878 -0
- package/lib/services/me.js.map +1 -0
- package/lib/services/overthebox.d.ts +981 -0
- package/lib/services/overthebox.d.ts.map +1 -0
- package/lib/services/overthebox.js +1122 -0
- package/lib/services/overthebox.js.map +1 -0
- package/lib/services/ovhcloudconnect.d.ts +1123 -0
- package/lib/services/ovhcloudconnect.d.ts.map +1 -0
- package/lib/services/ovhcloudconnect.js +1353 -0
- package/lib/services/ovhcloudconnect.js.map +1 -0
- package/lib/services/packxdsl.d.ts +1583 -0
- package/lib/services/packxdsl.d.ts.map +1 -0
- package/lib/services/packxdsl.js +1791 -0
- package/lib/services/packxdsl.js.map +1 -0
- package/lib/services/sms.d.ts +2602 -0
- package/lib/services/sms.d.ts.map +1 -0
- package/lib/services/sms.js +2995 -0
- package/lib/services/sms.js.map +1 -0
- package/lib/services/sslgateway.d.ts +493 -0
- package/lib/services/sslgateway.d.ts.map +1 -0
- package/lib/services/sslgateway.js +569 -0
- package/lib/services/sslgateway.js.map +1 -0
- package/lib/services/storagenetapp.d.ts +859 -0
- package/lib/services/storagenetapp.d.ts.map +1 -0
- package/lib/services/storagenetapp.js +1022 -0
- package/lib/services/storagenetapp.js.map +1 -0
- package/lib/services/support.d.ts +233 -0
- package/lib/services/support.d.ts.map +1 -0
- package/lib/services/support.js +237 -0
- package/lib/services/support.js.map +1 -0
- package/lib/services/telephony.d.ts +10825 -0
- package/lib/services/telephony.d.ts.map +1 -0
- package/lib/services/telephony.js +14894 -0
- package/lib/services/telephony.js.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts +784 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.js +842 -0
- package/lib/services/vmwareclouddirectorbackup.js.map +1 -0
- package/lib/services/vmwareclouddirectororganization.d.ts +784 -0
- package/lib/services/vmwareclouddirectororganization.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectororganization.js +842 -0
- package/lib/services/vmwareclouddirectororganization.js.map +1 -0
- package/lib/services/vps.d.ts +1579 -0
- package/lib/services/vps.d.ts.map +1 -0
- package/lib/services/vps.js +1914 -0
- package/lib/services/vps.js.map +1 -0
- package/lib/services/vrack.d.ts +1204 -0
- package/lib/services/vrack.d.ts.map +1 -0
- package/lib/services/vrack.js +1627 -0
- package/lib/services/vrack.js.map +1 -0
- package/lib/services/vrackservices.d.ts +394 -0
- package/lib/services/vrackservices.d.ts.map +1 -0
- package/lib/services/vrackservices.js +355 -0
- package/lib/services/vrackservices.js.map +1 -0
- package/lib/services/webhosting.d.ts +3986 -0
- package/lib/services/webhosting.d.ts.map +1 -0
- package/lib/services/webhosting.js +4527 -0
- package/lib/services/webhosting.js.map +1 -0
- package/lib/services/xdsl.d.ts +3433 -0
- package/lib/services/xdsl.d.ts.map +1 -0
- package/lib/services/xdsl.js +3682 -0
- package/lib/services/xdsl.js.map +1 -0
- package/lib/traits.d.ts +11 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +11 -0
- package/lib/traits.js.map +1 -0
- package/package.json +77 -6
- package/src/credentials.ts +77 -0
- package/src/errors.ts +50 -0
- package/src/index.ts +21 -0
- package/src/pagination.ts +7 -0
- package/src/protocol.ts +86 -0
- package/src/retry.ts +54 -0
- package/src/services/baremetal.ts +10954 -0
- package/src/services/cloud.ts +75508 -0
- package/src/services/cloud_v2.ts +14751 -0
- package/src/services/dedicatedceph.ts +2233 -0
- package/src/services/dedicatednasha.ts +2269 -0
- package/src/services/domain.ts +7998 -0
- package/src/services/emaildomain.ts +5751 -0
- package/src/services/emailmxplan.ts +2764 -0
- package/src/services/emailpro.ts +3519 -0
- package/src/services/hostingprivatedatabase.ts +4218 -0
- package/src/services/iam.ts +2060 -0
- package/src/services/index.ts +31 -0
- package/src/services/ip.ts +4462 -0
- package/src/services/iploadbalancing.ts +8422 -0
- package/src/services/ldp.ts +7274 -0
- package/src/services/me.ts +21720 -0
- package/src/services/overthebox.ts +2693 -0
- package/src/services/ovhcloudconnect.ts +3226 -0
- package/src/services/packxdsl.ts +4623 -0
- package/src/services/sms.ts +7255 -0
- package/src/services/sslgateway.ts +1408 -0
- package/src/services/storagenetapp.ts +2433 -0
- package/src/services/support.ts +598 -0
- package/src/services/telephony.ts +32941 -0
- package/src/services/vmwareclouddirectorbackup.ts +2171 -0
- package/src/services/vmwareclouddirectororganization.ts +2171 -0
- package/src/services/vps.ts +5134 -0
- package/src/services/vrack.ts +3730 -0
- package/src/services/vrackservices.ts +939 -0
- package/src/services/webhosting.ts +11290 -0
- package/src/services/xdsl.ts +9278 -0
- package/src/traits.ts +44 -0
|
@@ -0,0 +1,1012 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as Redacted from "effect/Redacted";
|
|
3
|
+
import * as API from "@distilled.cloud/core/api";
|
|
4
|
+
import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
|
|
5
|
+
export type { OvhOpError, OvhOpContext };
|
|
6
|
+
export interface CreateEmailMxplanAccountAliasRequest {
|
|
7
|
+
/** The internal name of your mxplan organization */
|
|
8
|
+
service: string;
|
|
9
|
+
/** Default email for this mailbox */
|
|
10
|
+
email: string;
|
|
11
|
+
/** Alias */
|
|
12
|
+
alias: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const CreateEmailMxplanAccountAliasRequest: S.Schema<CreateEmailMxplanAccountAliasRequest>;
|
|
15
|
+
/** function enumeration for task */
|
|
16
|
+
export type EmailProTaskFunctionEnum = "addAccount" | "addAlias" | "addDomain" | "addDomainDKIM" | "addDomainDisclaimer" | "addExternalContact" | "addFullAccess" | "addSendAs" | "addSendOnBehalfTo" | "addServiceAuthorizedIp" | "changeHostname" | "changePassword" | "configureCustomer" | "deleteAccount" | "deleteAlias" | "deleteDomain" | "deleteDomainDKIM" | "deleteDomainDisclaimer" | "deleteExternalContact" | "deleteFullAccess" | "deleteSendAs" | "deleteSendOnBehalfTo" | "deleteService" | "deleteServiceAuthorizedIp" | "diagnoseAccount" | "disableDKIM" | "enableDKIM" | "expandDrive" | "installServer" | "maintenance" | "migrateAccountViaOMM" | "migrationAccount" | "migrationDisclaimer" | "migrationExternalContact" | "migrationHistory" | "migrationService" | "reOpenAccount" | "setAccount" | "setAlias" | "setDns" | "setDomain" | "setDomainDisclaimer" | "setExternalContact" | "setService" | "suspendAccount" | "suspendService" | "unknown" | "unsuspendAccount" | "unsuspendService";
|
|
17
|
+
export declare const EmailProTaskFunctionEnum: any;
|
|
18
|
+
/** Task status */
|
|
19
|
+
export type EmailProTaskStatusEnum = "cancelled" | "doing" | "done" | "error" | "todo";
|
|
20
|
+
export declare const EmailProTaskStatusEnum: any;
|
|
21
|
+
/** Organization task details */
|
|
22
|
+
export interface EmailProTask {
|
|
23
|
+
/** Completion date */
|
|
24
|
+
finishDate?: string | null;
|
|
25
|
+
/** Function name */
|
|
26
|
+
function?: EmailProTaskFunctionEnum;
|
|
27
|
+
/** Task id */
|
|
28
|
+
id?: number;
|
|
29
|
+
/** Task status */
|
|
30
|
+
status?: EmailProTaskStatusEnum;
|
|
31
|
+
/** Creation date */
|
|
32
|
+
todoDate?: string;
|
|
33
|
+
}
|
|
34
|
+
export declare const EmailProTask: S.Schema<EmailProTask>;
|
|
35
|
+
export interface CreateEmailMxplanAccountChangePasswordRequest {
|
|
36
|
+
/** The internal name of your mxplan organization */
|
|
37
|
+
service: string;
|
|
38
|
+
/** Default email for this mailbox */
|
|
39
|
+
email: string;
|
|
40
|
+
/** new password */
|
|
41
|
+
password: string | Redacted.Redacted<string>;
|
|
42
|
+
}
|
|
43
|
+
export declare const CreateEmailMxplanAccountChangePasswordRequest: S.Schema<CreateEmailMxplanAccountChangePasswordRequest>;
|
|
44
|
+
export interface CreateEmailMxplanAccountDiagnosticRequest {
|
|
45
|
+
/** The internal name of your mxplan organization */
|
|
46
|
+
service: string;
|
|
47
|
+
/** Default email for this mailbox */
|
|
48
|
+
email: string;
|
|
49
|
+
/** Account password */
|
|
50
|
+
password: string | Redacted.Redacted<string>;
|
|
51
|
+
}
|
|
52
|
+
export declare const CreateEmailMxplanAccountDiagnosticRequest: S.Schema<CreateEmailMxplanAccountDiagnosticRequest>;
|
|
53
|
+
export interface CreateEmailMxplanAccountFullAccessRequest {
|
|
54
|
+
/** The internal name of your mxplan organization */
|
|
55
|
+
service: string;
|
|
56
|
+
/** Default email for this mailbox */
|
|
57
|
+
email: string;
|
|
58
|
+
/** User to give full access */
|
|
59
|
+
allowedAccountId: number;
|
|
60
|
+
}
|
|
61
|
+
export declare const CreateEmailMxplanAccountFullAccessRequest: S.Schema<CreateEmailMxplanAccountFullAccessRequest>;
|
|
62
|
+
export interface CreateEmailMxplanDomainDisclaimerRequest {
|
|
63
|
+
/** The internal name of your mxplan organization */
|
|
64
|
+
service: string;
|
|
65
|
+
/** Domain name */
|
|
66
|
+
domainName: string;
|
|
67
|
+
/** Signature, added at the bottom of your organization emails */
|
|
68
|
+
content: string;
|
|
69
|
+
/** Activate the disclaimer only for external emails */
|
|
70
|
+
outsideOnly?: boolean;
|
|
71
|
+
}
|
|
72
|
+
export declare const CreateEmailMxplanDomainDisclaimerRequest: S.Schema<CreateEmailMxplanDomainDisclaimerRequest>;
|
|
73
|
+
export interface CreateEmailMxplanExternalContactRequest {
|
|
74
|
+
/** The internal name of your mxplan organization */
|
|
75
|
+
service: string;
|
|
76
|
+
/** Contact display name */
|
|
77
|
+
displayName?: string;
|
|
78
|
+
/** Contact email address */
|
|
79
|
+
externalEmailAddress: string;
|
|
80
|
+
/** Contact first name */
|
|
81
|
+
firstName?: string;
|
|
82
|
+
/** Hide the contact in Global Address List */
|
|
83
|
+
hiddenFromGAL?: boolean;
|
|
84
|
+
/** Contact initials */
|
|
85
|
+
initials?: string;
|
|
86
|
+
/** Contact last name */
|
|
87
|
+
lastName?: string;
|
|
88
|
+
}
|
|
89
|
+
export declare const CreateEmailMxplanExternalContactRequest: S.Schema<CreateEmailMxplanExternalContactRequest>;
|
|
90
|
+
export interface DeleteEmailMxplanAccountRequest {
|
|
91
|
+
/** The internal name of your mxplan organization */
|
|
92
|
+
service: string;
|
|
93
|
+
/** Default email for this mailbox */
|
|
94
|
+
email: string;
|
|
95
|
+
}
|
|
96
|
+
export declare const DeleteEmailMxplanAccountRequest: S.Schema<DeleteEmailMxplanAccountRequest>;
|
|
97
|
+
export interface DeleteEmailMxplanAccountAliasRequest {
|
|
98
|
+
/** The internal name of your mxplan organization */
|
|
99
|
+
service: string;
|
|
100
|
+
/** Default email for this mailbox */
|
|
101
|
+
email: string;
|
|
102
|
+
/** Alias */
|
|
103
|
+
alias: string;
|
|
104
|
+
}
|
|
105
|
+
export declare const DeleteEmailMxplanAccountAliasRequest: S.Schema<DeleteEmailMxplanAccountAliasRequest>;
|
|
106
|
+
export interface DeleteEmailMxplanAccountFullAccessRequest {
|
|
107
|
+
/** The internal name of your mxplan organization */
|
|
108
|
+
service: string;
|
|
109
|
+
/** Default email for this mailbox */
|
|
110
|
+
email: string;
|
|
111
|
+
/** Account id to give full access */
|
|
112
|
+
allowedAccountId: number;
|
|
113
|
+
}
|
|
114
|
+
export declare const DeleteEmailMxplanAccountFullAccessRequest: S.Schema<DeleteEmailMxplanAccountFullAccessRequest>;
|
|
115
|
+
export interface DeleteEmailMxplanAccountSendAsRequest {
|
|
116
|
+
/** The internal name of your mxplan organization */
|
|
117
|
+
service: string;
|
|
118
|
+
/** Default email for this mailbox */
|
|
119
|
+
email: string;
|
|
120
|
+
/** Account id to give send as */
|
|
121
|
+
allowedAccountId: number;
|
|
122
|
+
}
|
|
123
|
+
export declare const DeleteEmailMxplanAccountSendAsRequest: S.Schema<DeleteEmailMxplanAccountSendAsRequest>;
|
|
124
|
+
export interface DeleteEmailMxplanAccountSendOnBehalfToRequest {
|
|
125
|
+
/** The internal name of your mxplan organization */
|
|
126
|
+
service: string;
|
|
127
|
+
/** Default email for this mailbox */
|
|
128
|
+
email: string;
|
|
129
|
+
/** Account id to give send on behalf to */
|
|
130
|
+
allowedAccountId: number;
|
|
131
|
+
}
|
|
132
|
+
export declare const DeleteEmailMxplanAccountSendOnBehalfToRequest: S.Schema<DeleteEmailMxplanAccountSendOnBehalfToRequest>;
|
|
133
|
+
export interface DeleteEmailMxplanDomainDisclaimerRequest {
|
|
134
|
+
/** The internal name of your mxplan organization */
|
|
135
|
+
service: string;
|
|
136
|
+
/** Domain name */
|
|
137
|
+
domainName: string;
|
|
138
|
+
}
|
|
139
|
+
export declare const DeleteEmailMxplanDomainDisclaimerRequest: S.Schema<DeleteEmailMxplanDomainDisclaimerRequest>;
|
|
140
|
+
export interface DeleteEmailMxplanExternalContactRequest {
|
|
141
|
+
/** The internal name of your mxplan organization */
|
|
142
|
+
service: string;
|
|
143
|
+
/** Contact email */
|
|
144
|
+
externalEmailAddress: string;
|
|
145
|
+
}
|
|
146
|
+
export declare const DeleteEmailMxplanExternalContactRequest: S.Schema<DeleteEmailMxplanExternalContactRequest>;
|
|
147
|
+
export interface GetEmailMxplanRequest {
|
|
148
|
+
/** The internal name of your mxplan organization */
|
|
149
|
+
service: string;
|
|
150
|
+
}
|
|
151
|
+
export declare const GetEmailMxplanRequest: S.Schema<GetEmailMxplanRequest>;
|
|
152
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
153
|
+
export type IamResourceMetadataTagsMap = {
|
|
154
|
+
[key: string]: string | undefined;
|
|
155
|
+
};
|
|
156
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
157
|
+
/** IAM resource metadata embedded in services models */
|
|
158
|
+
export interface IamResourceMetadata {
|
|
159
|
+
/** Resource display name */
|
|
160
|
+
displayName?: string | null;
|
|
161
|
+
/** Unique identifier of the resource */
|
|
162
|
+
id?: string;
|
|
163
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
164
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
165
|
+
/** Unique resource name used in policies */
|
|
166
|
+
urn?: string;
|
|
167
|
+
}
|
|
168
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
169
|
+
/** Service Offer name */
|
|
170
|
+
export type EmailMxplanServiceOfferEnum = "MXPLAN";
|
|
171
|
+
export declare const EmailMxplanServiceOfferEnum: any;
|
|
172
|
+
/** Spam and Antyvirus configuration */
|
|
173
|
+
export interface EmailProSpamAndVirusConfiguration {
|
|
174
|
+
/** Check DKIM of message */
|
|
175
|
+
checkDKIM?: boolean;
|
|
176
|
+
/** Check SPF of message */
|
|
177
|
+
checkSPF?: boolean;
|
|
178
|
+
/** If message is a spam delete it */
|
|
179
|
+
deleteSpam?: boolean;
|
|
180
|
+
/** If message is a virus delete it */
|
|
181
|
+
deleteVirus?: boolean;
|
|
182
|
+
/** If message is a spam or virus put in junk. Overridden by deleteSpam or deleteVirus */
|
|
183
|
+
putInJunk?: boolean;
|
|
184
|
+
/** If message is a spam change its subject */
|
|
185
|
+
tagSpam?: boolean;
|
|
186
|
+
/** If message is a virus change its subject */
|
|
187
|
+
tagVirus?: boolean;
|
|
188
|
+
}
|
|
189
|
+
export declare const EmailProSpamAndVirusConfiguration: S.Schema<EmailProSpamAndVirusConfiguration>;
|
|
190
|
+
/** Service State */
|
|
191
|
+
export type EmailProServiceStateEnum = "creating" | "deleting" | "inMaintenance" | "ok" | "reopening" | "suspended" | "suspending";
|
|
192
|
+
export declare const EmailProServiceStateEnum: any;
|
|
193
|
+
/** MXPlan service */
|
|
194
|
+
export interface EmailMxplanServiceWithIAM {
|
|
195
|
+
/** enable policy for strong and secure passwords */
|
|
196
|
+
complexityEnabled?: boolean;
|
|
197
|
+
/** service displayName */
|
|
198
|
+
displayName?: string | null;
|
|
199
|
+
/** Domain name of your service */
|
|
200
|
+
domain?: string;
|
|
201
|
+
/** Hostname of your service */
|
|
202
|
+
hostname?: string | null;
|
|
203
|
+
/** IAM resource metadata */
|
|
204
|
+
iam?: IamResourceMetadata | null;
|
|
205
|
+
/** Service use Zimbra as backend */
|
|
206
|
+
isZimbra?: boolean;
|
|
207
|
+
/** Update date */
|
|
208
|
+
lastUpdateDate?: string | null;
|
|
209
|
+
/** number of minutes account will remain locked if it occurs */
|
|
210
|
+
lockoutDuration?: number;
|
|
211
|
+
/** number of minutes that must elapse after a failed logon to reset lockout trigger */
|
|
212
|
+
lockoutObservationWindow?: number;
|
|
213
|
+
/** number of attempts before account to be locked */
|
|
214
|
+
lockoutThreshold?: number | null;
|
|
215
|
+
/** maximum number of days that account's password is valid before expiration */
|
|
216
|
+
maxPasswordAge?: number | null;
|
|
217
|
+
/** Maximum message size that You can receive in MB */
|
|
218
|
+
maxReceiveSize?: number;
|
|
219
|
+
/** Maximum message size that You can send in MB */
|
|
220
|
+
maxSendSize?: number;
|
|
221
|
+
/** minimum number of days before able to change account's password */
|
|
222
|
+
minPasswordAge?: number | null;
|
|
223
|
+
/** minimum number of characters password must contain */
|
|
224
|
+
minPasswordLength?: number | null;
|
|
225
|
+
/** Type of your offer */
|
|
226
|
+
offer?: EmailMxplanServiceOfferEnum;
|
|
227
|
+
/** Spam and Antivirus configuration */
|
|
228
|
+
spamAndVirusConfiguration?: EmailProSpamAndVirusConfiguration;
|
|
229
|
+
/** State of your service */
|
|
230
|
+
state?: EmailProServiceStateEnum;
|
|
231
|
+
/** Task pending id */
|
|
232
|
+
taskPendingId?: number;
|
|
233
|
+
/** URL for web interface */
|
|
234
|
+
webUrl?: string | null;
|
|
235
|
+
}
|
|
236
|
+
export declare const EmailMxplanServiceWithIAM: S.Schema<EmailMxplanServiceWithIAM>;
|
|
237
|
+
export interface GetEmailMxplanAccountRequest {
|
|
238
|
+
/** The internal name of your mxplan organization */
|
|
239
|
+
service: string;
|
|
240
|
+
/** Default email for this mailbox */
|
|
241
|
+
email: string;
|
|
242
|
+
}
|
|
243
|
+
export declare const GetEmailMxplanAccountRequest: S.Schema<GetEmailMxplanAccountRequest>;
|
|
244
|
+
/** Mailing filter options availlable */
|
|
245
|
+
export type EmailProMailingFilterEnum = "vaderetro";
|
|
246
|
+
export declare const EmailProMailingFilterEnum: any;
|
|
247
|
+
/** Enable or disable anti-virus and anti-spam */
|
|
248
|
+
export type EmailMxplanAccountMailingFilterList = Array<EmailProMailingFilterEnum>;
|
|
249
|
+
export declare const EmailMxplanAccountMailingFilterList: S.Schema<EmailMxplanAccountMailingFilterList>;
|
|
250
|
+
/** Renew period */
|
|
251
|
+
export type EmailProRenewPeriodEnum = "monthly" | "yearly";
|
|
252
|
+
export declare const EmailProRenewPeriodEnum: any;
|
|
253
|
+
/** Current object state */
|
|
254
|
+
export type EmailProObjectStateEnum = "creating" | "deleting" | "ok" | "reopening" | "suspended" | "suspending" | "unknown";
|
|
255
|
+
export declare const EmailProObjectStateEnum: any;
|
|
256
|
+
/** Mailbox */
|
|
257
|
+
export interface EmailMxplanAccount {
|
|
258
|
+
/** SAM account name */
|
|
259
|
+
SAMAccountName?: string | null;
|
|
260
|
+
/** Indicates if the account is configured */
|
|
261
|
+
configured?: boolean;
|
|
262
|
+
/** Creation date */
|
|
263
|
+
creationDate?: string | null;
|
|
264
|
+
/** Mailbox usage */
|
|
265
|
+
currentUsage?: number | null;
|
|
266
|
+
/** delete at expiration */
|
|
267
|
+
deleteAtExpiration?: boolean | null;
|
|
268
|
+
/** Account display name */
|
|
269
|
+
displayName?: string | null;
|
|
270
|
+
/** Email domain */
|
|
271
|
+
domain?: string;
|
|
272
|
+
/** expiration date */
|
|
273
|
+
expirationDate?: string | null;
|
|
274
|
+
/** expiration date */
|
|
275
|
+
expirationOutlookDate?: string | null;
|
|
276
|
+
/** Account first name */
|
|
277
|
+
firstName?: string | null;
|
|
278
|
+
/** Hide account in Global Address List */
|
|
279
|
+
hiddenFromGAL?: boolean;
|
|
280
|
+
/** Account id */
|
|
281
|
+
id?: number;
|
|
282
|
+
/** Account initials */
|
|
283
|
+
initial?: string | null;
|
|
284
|
+
/** Last logoff */
|
|
285
|
+
lastLogoffDate?: string | null;
|
|
286
|
+
/** Last logon */
|
|
287
|
+
lastLogonDate?: string | null;
|
|
288
|
+
/** Account last name */
|
|
289
|
+
lastName?: string | null;
|
|
290
|
+
/** Last update */
|
|
291
|
+
lastUpdateDate?: string | null;
|
|
292
|
+
/** Account login */
|
|
293
|
+
login?: string;
|
|
294
|
+
/** Enable or disable anti-virus and anti-spam */
|
|
295
|
+
mailingFilter?: EmailMxplanAccountMailingFilterList | null;
|
|
296
|
+
/** Time of account's password last update */
|
|
297
|
+
passwordLastUpdate?: string | Redacted.Redacted<string> | null;
|
|
298
|
+
/** Default email for this mailbox */
|
|
299
|
+
primaryEmailAddress?: string;
|
|
300
|
+
/** Account maximum size */
|
|
301
|
+
quota?: number;
|
|
302
|
+
/** change the renew period */
|
|
303
|
+
renewPeriod?: EmailProRenewPeriodEnum | null;
|
|
304
|
+
/** Spam and Antivirus configuration */
|
|
305
|
+
spamAndVirusConfiguration?: EmailProSpamAndVirusConfiguration;
|
|
306
|
+
/** Account was sending spam */
|
|
307
|
+
spamDetected?: boolean;
|
|
308
|
+
/** Ticket number of spam detection */
|
|
309
|
+
spamTicketNumber?: number | null;
|
|
310
|
+
/** Account state */
|
|
311
|
+
state?: EmailProObjectStateEnum;
|
|
312
|
+
/** Pending tasks for this account */
|
|
313
|
+
taskPendingId?: number | null;
|
|
314
|
+
}
|
|
315
|
+
export declare const EmailMxplanAccount: S.Schema<EmailMxplanAccount>;
|
|
316
|
+
export interface GetEmailMxplanAccountAliasRequest {
|
|
317
|
+
/** The internal name of your mxplan organization */
|
|
318
|
+
service: string;
|
|
319
|
+
/** Default email for this mailbox */
|
|
320
|
+
email: string;
|
|
321
|
+
/** Alias */
|
|
322
|
+
alias: string;
|
|
323
|
+
}
|
|
324
|
+
export declare const GetEmailMxplanAccountAliasRequest: S.Schema<GetEmailMxplanAccountAliasRequest>;
|
|
325
|
+
/** Aliases on this mailbox */
|
|
326
|
+
export interface EmailMxplanAccountAlias {
|
|
327
|
+
/** Alias */
|
|
328
|
+
alias?: string;
|
|
329
|
+
/** Creation date */
|
|
330
|
+
creationDate?: string;
|
|
331
|
+
/** Pending task id */
|
|
332
|
+
taskPendingId?: number;
|
|
333
|
+
}
|
|
334
|
+
export declare const EmailMxplanAccountAlias: S.Schema<EmailMxplanAccountAlias>;
|
|
335
|
+
export interface GetEmailMxplanAccountDiagnosticRequest {
|
|
336
|
+
/** The internal name of your mxplan organization */
|
|
337
|
+
service: string;
|
|
338
|
+
/** Default email for this mailbox */
|
|
339
|
+
email: string;
|
|
340
|
+
}
|
|
341
|
+
export declare const GetEmailMxplanAccountDiagnosticRequest: S.Schema<GetEmailMxplanAccountDiagnosticRequest>;
|
|
342
|
+
/** Account Diagnosis */
|
|
343
|
+
export interface EmailMxplanAccountDiagnosis {
|
|
344
|
+
/** Determines if ingoing message has been received */
|
|
345
|
+
canReceiveEmail?: boolean;
|
|
346
|
+
/** Determines if outgoing message has been delivered */
|
|
347
|
+
canSendEmail?: boolean;
|
|
348
|
+
/** Determines if possible to authenticate with credentials */
|
|
349
|
+
connectiveWebmail?: boolean;
|
|
350
|
+
/** Determines if account is locked */
|
|
351
|
+
isLocked?: boolean;
|
|
352
|
+
/** Determines if MX record for account's domain is properly set */
|
|
353
|
+
isMxValid?: boolean;
|
|
354
|
+
/** Determines if account is flagged as spammer */
|
|
355
|
+
isSpammer?: boolean;
|
|
356
|
+
/** Determines if SRV (autodiscovery) record for account's domain is properly set */
|
|
357
|
+
isSrvValid?: boolean;
|
|
358
|
+
/** Determines if account is suspended */
|
|
359
|
+
isSuspended?: boolean;
|
|
360
|
+
/** Last performed diagnostics date */
|
|
361
|
+
lastCheck?: string;
|
|
362
|
+
}
|
|
363
|
+
export declare const EmailMxplanAccountDiagnosis: S.Schema<EmailMxplanAccountDiagnosis>;
|
|
364
|
+
export interface GetEmailMxplanAccountFullAccessRequest {
|
|
365
|
+
/** The internal name of your mxplan organization */
|
|
366
|
+
service: string;
|
|
367
|
+
/** Default email for this mailbox */
|
|
368
|
+
email: string;
|
|
369
|
+
/** Account id to give full access */
|
|
370
|
+
allowedAccountId: number;
|
|
371
|
+
}
|
|
372
|
+
export declare const GetEmailMxplanAccountFullAccessRequest: S.Schema<GetEmailMxplanAccountFullAccessRequest>;
|
|
373
|
+
/** Users having full access on this mailbox */
|
|
374
|
+
export interface EmailMxplanAccountFullAccess {
|
|
375
|
+
/** Account id to give full access */
|
|
376
|
+
allowedAccountId?: number;
|
|
377
|
+
/** Creation date */
|
|
378
|
+
creationDate?: string;
|
|
379
|
+
/** Pending task id */
|
|
380
|
+
taskPendingId?: number;
|
|
381
|
+
}
|
|
382
|
+
export declare const EmailMxplanAccountFullAccess: S.Schema<EmailMxplanAccountFullAccess>;
|
|
383
|
+
export interface GetEmailMxplanAccountSendAsRequest {
|
|
384
|
+
/** The internal name of your mxplan organization */
|
|
385
|
+
service: string;
|
|
386
|
+
/** Default email for this mailbox */
|
|
387
|
+
email: string;
|
|
388
|
+
/** Account id to give send as */
|
|
389
|
+
allowedAccountId: number;
|
|
390
|
+
}
|
|
391
|
+
export declare const GetEmailMxplanAccountSendAsRequest: S.Schema<GetEmailMxplanAccountSendAsRequest>;
|
|
392
|
+
/** Users authorized to send mails from this mailbox */
|
|
393
|
+
export interface EmailMxplanAccountSendAs {
|
|
394
|
+
/** Account id to give send as */
|
|
395
|
+
allowedAccountId?: number;
|
|
396
|
+
/** Creation date */
|
|
397
|
+
creationDate?: string;
|
|
398
|
+
/** Pending task id */
|
|
399
|
+
taskPendingId?: number;
|
|
400
|
+
}
|
|
401
|
+
export declare const EmailMxplanAccountSendAs: S.Schema<EmailMxplanAccountSendAs>;
|
|
402
|
+
export interface GetEmailMxplanAccountSendOnBehalfToRequest {
|
|
403
|
+
/** The internal name of your mxplan organization */
|
|
404
|
+
service: string;
|
|
405
|
+
/** Default email for this mailbox */
|
|
406
|
+
email: string;
|
|
407
|
+
/** Account id to give send on behalf to */
|
|
408
|
+
allowedAccountId: number;
|
|
409
|
+
}
|
|
410
|
+
export declare const GetEmailMxplanAccountSendOnBehalfToRequest: S.Schema<GetEmailMxplanAccountSendOnBehalfToRequest>;
|
|
411
|
+
/** Get users authorized to Send On Behalf To mails from this mailbox */
|
|
412
|
+
export interface EmailMxplanAccountSendOnBehalfTo {
|
|
413
|
+
/** Account id to give send on behalf to */
|
|
414
|
+
allowedAccountId?: number;
|
|
415
|
+
/** Creation date */
|
|
416
|
+
creationDate?: string;
|
|
417
|
+
/** Pending task id */
|
|
418
|
+
taskPendingId?: number;
|
|
419
|
+
}
|
|
420
|
+
export declare const EmailMxplanAccountSendOnBehalfTo: S.Schema<EmailMxplanAccountSendOnBehalfTo>;
|
|
421
|
+
export interface GetEmailMxplanAccountTaskRequest {
|
|
422
|
+
/** The internal name of your mxplan organization */
|
|
423
|
+
service: string;
|
|
424
|
+
/** Default email for this mailbox */
|
|
425
|
+
email: string;
|
|
426
|
+
/** Task id */
|
|
427
|
+
id: number;
|
|
428
|
+
}
|
|
429
|
+
export declare const GetEmailMxplanAccountTaskRequest: S.Schema<GetEmailMxplanAccountTaskRequest>;
|
|
430
|
+
export interface GetEmailMxplanDomainRequest {
|
|
431
|
+
/** The internal name of your mxplan organization */
|
|
432
|
+
service: string;
|
|
433
|
+
/** Domain name */
|
|
434
|
+
domainName: string;
|
|
435
|
+
}
|
|
436
|
+
export declare const GetEmailMxplanDomainRequest: S.Schema<GetEmailMxplanDomainRequest>;
|
|
437
|
+
/** List of aliases for this domain */
|
|
438
|
+
export type EmailMxplanDomainDomainAliasesList = Array<string>;
|
|
439
|
+
export declare const EmailMxplanDomainDomainAliasesList: S.Schema<EmailMxplanDomainDomainAliasesList>;
|
|
440
|
+
/** Expected MX record(s) on this domain */
|
|
441
|
+
export type EmailMxplanDomainExpectedMXList = Array<string>;
|
|
442
|
+
export declare const EmailMxplanDomainExpectedMXList: S.Schema<EmailMxplanDomainExpectedMXList>;
|
|
443
|
+
/** Domain MX record configured in DNS */
|
|
444
|
+
export type EmailMxplanDomainMxRecordList = Array<string>;
|
|
445
|
+
export declare const EmailMxplanDomainMxRecordList: S.Schema<EmailMxplanDomainMxRecordList>;
|
|
446
|
+
/** Domain SRV record configured in DNS */
|
|
447
|
+
export type EmailMxplanDomainSrvRecordList = Array<string>;
|
|
448
|
+
export declare const EmailMxplanDomainSrvRecordList: S.Schema<EmailMxplanDomainSrvRecordList>;
|
|
449
|
+
/** Domain type */
|
|
450
|
+
export type EmailProDomainTypeEnum = "authoritative" | "nonAuthoritative";
|
|
451
|
+
export declare const EmailProDomainTypeEnum: any;
|
|
452
|
+
/** Domain */
|
|
453
|
+
export interface EmailMxplanDomain {
|
|
454
|
+
/** Cname that will be checked to prove the domain ownership */
|
|
455
|
+
cnameToCheck?: string | null;
|
|
456
|
+
/** List of aliases for this domain */
|
|
457
|
+
domainAliases?: EmailMxplanDomainDomainAliasesList;
|
|
458
|
+
/** Domain validation status */
|
|
459
|
+
domainValidated?: boolean;
|
|
460
|
+
/** Expected MX record(s) on this domain */
|
|
461
|
+
expectedMX?: EmailMxplanDomainExpectedMXList;
|
|
462
|
+
/** Indicate if this domain is an alias for another domain */
|
|
463
|
+
isAliasDomain?: boolean;
|
|
464
|
+
/** If true your dns mx configuration is valid */
|
|
465
|
+
mxIsValid?: boolean;
|
|
466
|
+
/** Domain MX record configured in DNS */
|
|
467
|
+
mxRecord?: EmailMxplanDomainMxRecordList;
|
|
468
|
+
/** If specified, emails to not existing address will be redirected to that domain */
|
|
469
|
+
mxRelay?: string | null;
|
|
470
|
+
/** Domain name */
|
|
471
|
+
name?: string;
|
|
472
|
+
/** If true your dns srv record is valid */
|
|
473
|
+
srvIsValid?: boolean;
|
|
474
|
+
/** Domain SRV record configured in DNS */
|
|
475
|
+
srvRecord?: EmailMxplanDomainSrvRecordList;
|
|
476
|
+
/** Domain state */
|
|
477
|
+
state?: EmailProObjectStateEnum;
|
|
478
|
+
/** Pending taks id */
|
|
479
|
+
taskPendingId?: number;
|
|
480
|
+
/** Domain type */
|
|
481
|
+
type?: EmailProDomainTypeEnum;
|
|
482
|
+
}
|
|
483
|
+
export declare const EmailMxplanDomain: S.Schema<EmailMxplanDomain>;
|
|
484
|
+
export interface GetEmailMxplanDomainDisclaimerRequest {
|
|
485
|
+
/** The internal name of your mxplan organization */
|
|
486
|
+
service: string;
|
|
487
|
+
/** Domain name */
|
|
488
|
+
domainName: string;
|
|
489
|
+
}
|
|
490
|
+
export declare const GetEmailMxplanDomainDisclaimerRequest: S.Schema<GetEmailMxplanDomainDisclaimerRequest>;
|
|
491
|
+
/** disclaimer */
|
|
492
|
+
export interface EmailProDisclaimer {
|
|
493
|
+
/** Signature, added at the bottom of your organization emails */
|
|
494
|
+
content?: string;
|
|
495
|
+
/** Creation date */
|
|
496
|
+
creationDate?: string;
|
|
497
|
+
/** Disclaimer name */
|
|
498
|
+
name?: string;
|
|
499
|
+
/** Activate the disclaimer only for external emails */
|
|
500
|
+
outsideOnly?: boolean;
|
|
501
|
+
/** task pending id */
|
|
502
|
+
taskPendingId?: number;
|
|
503
|
+
}
|
|
504
|
+
export declare const EmailProDisclaimer: S.Schema<EmailProDisclaimer>;
|
|
505
|
+
export interface GetEmailMxplanExternalContactRequest {
|
|
506
|
+
/** The internal name of your mxplan organization */
|
|
507
|
+
service: string;
|
|
508
|
+
/** Contact email */
|
|
509
|
+
externalEmailAddress: string;
|
|
510
|
+
}
|
|
511
|
+
export declare const GetEmailMxplanExternalContactRequest: S.Schema<GetEmailMxplanExternalContactRequest>;
|
|
512
|
+
/** External contact for this mxplan service */
|
|
513
|
+
export interface EmailMxplanExternalContact {
|
|
514
|
+
/** Creation date */
|
|
515
|
+
creationDate?: string;
|
|
516
|
+
/** Contact display name */
|
|
517
|
+
displayName?: string;
|
|
518
|
+
/** Contact email */
|
|
519
|
+
externalEmailAddress?: string;
|
|
520
|
+
/** Contact first name */
|
|
521
|
+
firstName?: string | null;
|
|
522
|
+
/** Hide the contact in Global Address List */
|
|
523
|
+
hiddenFromGAL?: boolean;
|
|
524
|
+
/** Contact id */
|
|
525
|
+
id?: number;
|
|
526
|
+
/** Contact initals */
|
|
527
|
+
initials?: string | null;
|
|
528
|
+
/** Contact last name */
|
|
529
|
+
lastName?: string | null;
|
|
530
|
+
/** Contact state */
|
|
531
|
+
state?: EmailProObjectStateEnum;
|
|
532
|
+
/** Task pending id */
|
|
533
|
+
taskPendingId?: number;
|
|
534
|
+
}
|
|
535
|
+
export declare const EmailMxplanExternalContact: S.Schema<EmailMxplanExternalContact>;
|
|
536
|
+
export interface GetEmailMxplanServerRequest {
|
|
537
|
+
/** The internal name of your mxplan organization */
|
|
538
|
+
service: string;
|
|
539
|
+
}
|
|
540
|
+
export declare const GetEmailMxplanServerRequest: S.Schema<GetEmailMxplanServerRequest>;
|
|
541
|
+
/** Server State */
|
|
542
|
+
export type EmailProServerStateEnum = "configurationPending" | "notConfigured" | "ok";
|
|
543
|
+
export declare const EmailProServerStateEnum: any;
|
|
544
|
+
/** Server */
|
|
545
|
+
export interface EmailMxplanServer {
|
|
546
|
+
/** Current disk usage in MB */
|
|
547
|
+
currentDiskUsage?: number | null;
|
|
548
|
+
/** Total disk size in MB */
|
|
549
|
+
diskSize?: number | null;
|
|
550
|
+
/** ipV4 */
|
|
551
|
+
ip?: string;
|
|
552
|
+
/** ipV6 */
|
|
553
|
+
ipV6?: string | null;
|
|
554
|
+
/** If true your dns A record is valid */
|
|
555
|
+
isAValid?: boolean;
|
|
556
|
+
/** If true your dns AAAA record is valid */
|
|
557
|
+
isAaaaValid?: boolean;
|
|
558
|
+
/** If true your dns ptrV6 record is valid */
|
|
559
|
+
isPtrV6Valid?: boolean;
|
|
560
|
+
/** If true your dns ptr record is valid */
|
|
561
|
+
isPtrValid?: boolean;
|
|
562
|
+
/** Server state */
|
|
563
|
+
state?: EmailProServerStateEnum;
|
|
564
|
+
/** Task pending id */
|
|
565
|
+
taskPendingId?: number;
|
|
566
|
+
/** Server version */
|
|
567
|
+
version?: number | null;
|
|
568
|
+
}
|
|
569
|
+
export declare const EmailMxplanServer: S.Schema<EmailMxplanServer>;
|
|
570
|
+
export interface GetEmailMxplanTaskRequest {
|
|
571
|
+
/** The internal name of your mxplan organization */
|
|
572
|
+
service: string;
|
|
573
|
+
/** Task id */
|
|
574
|
+
id: number;
|
|
575
|
+
}
|
|
576
|
+
export declare const GetEmailMxplanTaskRequest: S.Schema<GetEmailMxplanTaskRequest>;
|
|
577
|
+
/** Resource tag filter */
|
|
578
|
+
export interface IamResourceTagFilterInput {
|
|
579
|
+
}
|
|
580
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
581
|
+
export type ListEmailMxplanRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
582
|
+
export declare const ListEmailMxplanRequestIamTagsValueList: S.Schema<ListEmailMxplanRequestIamTagsValueList>;
|
|
583
|
+
export type ListEmailMxplanRequestIamTagsMap = {
|
|
584
|
+
[key: string]: ListEmailMxplanRequestIamTagsValueList | undefined;
|
|
585
|
+
};
|
|
586
|
+
export declare const ListEmailMxplanRequestIamTagsMap: S.Schema<ListEmailMxplanRequestIamTagsMap>;
|
|
587
|
+
export interface ListEmailMxplanRequest {
|
|
588
|
+
/** Filter resources on IAM tags */
|
|
589
|
+
iamTags?: ListEmailMxplanRequestIamTagsMap;
|
|
590
|
+
}
|
|
591
|
+
export declare const ListEmailMxplanRequest: S.Schema<ListEmailMxplanRequest>;
|
|
592
|
+
export type ListEmailMxplanResponseBodyList = Array<string>;
|
|
593
|
+
export declare const ListEmailMxplanResponseBodyList: S.Schema<ListEmailMxplanResponseBodyList>;
|
|
594
|
+
export type ListEmailMxplanResponse = ListEmailMxplanResponseBodyList;
|
|
595
|
+
export declare const ListEmailMxplanResponse: S.Schema<ListEmailMxplanResponse>;
|
|
596
|
+
export interface ListEmailMxplanAccountRequest {
|
|
597
|
+
/** The internal name of your mxplan organization */
|
|
598
|
+
service: string;
|
|
599
|
+
/** Filter the value of id property (like) */
|
|
600
|
+
id?: number;
|
|
601
|
+
/** Filter the value of primaryEmailAddress property (like) */
|
|
602
|
+
primaryEmailAddress?: string;
|
|
603
|
+
}
|
|
604
|
+
export declare const ListEmailMxplanAccountRequest: S.Schema<ListEmailMxplanAccountRequest>;
|
|
605
|
+
export type ListEmailMxplanAccountResponseBodyList = Array<string>;
|
|
606
|
+
export declare const ListEmailMxplanAccountResponseBodyList: S.Schema<ListEmailMxplanAccountResponseBodyList>;
|
|
607
|
+
export type ListEmailMxplanAccountResponse = ListEmailMxplanAccountResponseBodyList;
|
|
608
|
+
export declare const ListEmailMxplanAccountResponse: S.Schema<ListEmailMxplanAccountResponse>;
|
|
609
|
+
export interface ListEmailMxplanAccountAliasRequest {
|
|
610
|
+
/** The internal name of your mxplan organization */
|
|
611
|
+
service: string;
|
|
612
|
+
/** Default email for this mailbox */
|
|
613
|
+
email: string;
|
|
614
|
+
}
|
|
615
|
+
export declare const ListEmailMxplanAccountAliasRequest: S.Schema<ListEmailMxplanAccountAliasRequest>;
|
|
616
|
+
export type ListEmailMxplanAccountAliasResponseBodyList = Array<string>;
|
|
617
|
+
export declare const ListEmailMxplanAccountAliasResponseBodyList: S.Schema<ListEmailMxplanAccountAliasResponseBodyList>;
|
|
618
|
+
export type ListEmailMxplanAccountAliasResponse = ListEmailMxplanAccountAliasResponseBodyList;
|
|
619
|
+
export declare const ListEmailMxplanAccountAliasResponse: S.Schema<ListEmailMxplanAccountAliasResponse>;
|
|
620
|
+
export interface ListEmailMxplanAccountCapabilitiesRequest {
|
|
621
|
+
/** The internal name of your mxplan organization */
|
|
622
|
+
service: string;
|
|
623
|
+
/** Default email for this mailbox */
|
|
624
|
+
email: string;
|
|
625
|
+
}
|
|
626
|
+
export declare const ListEmailMxplanAccountCapabilitiesRequest: S.Schema<ListEmailMxplanAccountCapabilitiesRequest>;
|
|
627
|
+
/** List of allowed quotas (no constraint if null) */
|
|
628
|
+
export type EmailMxplanAccountCapabilitiesQuotasList = Array<number>;
|
|
629
|
+
export declare const EmailMxplanAccountCapabilitiesQuotasList: S.Schema<EmailMxplanAccountCapabilitiesQuotasList>;
|
|
630
|
+
/** Account capabilities */
|
|
631
|
+
export interface EmailMxplanAccountCapabilities {
|
|
632
|
+
/** List of allowed quotas (no constraint if null) */
|
|
633
|
+
quotas?: EmailMxplanAccountCapabilitiesQuotasList | null;
|
|
634
|
+
}
|
|
635
|
+
export declare const EmailMxplanAccountCapabilities: S.Schema<EmailMxplanAccountCapabilities>;
|
|
636
|
+
export interface ListEmailMxplanAccountFullAccessRequest {
|
|
637
|
+
/** The internal name of your mxplan organization */
|
|
638
|
+
service: string;
|
|
639
|
+
/** Default email for this mailbox */
|
|
640
|
+
email: string;
|
|
641
|
+
}
|
|
642
|
+
export declare const ListEmailMxplanAccountFullAccessRequest: S.Schema<ListEmailMxplanAccountFullAccessRequest>;
|
|
643
|
+
export type ListEmailMxplanAccountFullAccessResponseBodyList = Array<number>;
|
|
644
|
+
export declare const ListEmailMxplanAccountFullAccessResponseBodyList: S.Schema<ListEmailMxplanAccountFullAccessResponseBodyList>;
|
|
645
|
+
export type ListEmailMxplanAccountFullAccessResponse = ListEmailMxplanAccountFullAccessResponseBodyList;
|
|
646
|
+
export declare const ListEmailMxplanAccountFullAccessResponse: S.Schema<ListEmailMxplanAccountFullAccessResponse>;
|
|
647
|
+
export interface ListEmailMxplanAccountSendAsRequest {
|
|
648
|
+
/** The internal name of your mxplan organization */
|
|
649
|
+
service: string;
|
|
650
|
+
/** Default email for this mailbox */
|
|
651
|
+
email: string;
|
|
652
|
+
}
|
|
653
|
+
export declare const ListEmailMxplanAccountSendAsRequest: S.Schema<ListEmailMxplanAccountSendAsRequest>;
|
|
654
|
+
export type ListEmailMxplanAccountSendAsResponseBodyList = Array<number>;
|
|
655
|
+
export declare const ListEmailMxplanAccountSendAsResponseBodyList: S.Schema<ListEmailMxplanAccountSendAsResponseBodyList>;
|
|
656
|
+
export type ListEmailMxplanAccountSendAsResponse = ListEmailMxplanAccountSendAsResponseBodyList;
|
|
657
|
+
export declare const ListEmailMxplanAccountSendAsResponse: S.Schema<ListEmailMxplanAccountSendAsResponse>;
|
|
658
|
+
export interface ListEmailMxplanAccountSendOnBehalfToRequest {
|
|
659
|
+
/** The internal name of your mxplan organization */
|
|
660
|
+
service: string;
|
|
661
|
+
/** Default email for this mailbox */
|
|
662
|
+
email: string;
|
|
663
|
+
}
|
|
664
|
+
export declare const ListEmailMxplanAccountSendOnBehalfToRequest: S.Schema<ListEmailMxplanAccountSendOnBehalfToRequest>;
|
|
665
|
+
export type ListEmailMxplanAccountSendOnBehalfToResponseBodyList = Array<number>;
|
|
666
|
+
export declare const ListEmailMxplanAccountSendOnBehalfToResponseBodyList: S.Schema<ListEmailMxplanAccountSendOnBehalfToResponseBodyList>;
|
|
667
|
+
export type ListEmailMxplanAccountSendOnBehalfToResponse = ListEmailMxplanAccountSendOnBehalfToResponseBodyList;
|
|
668
|
+
export declare const ListEmailMxplanAccountSendOnBehalfToResponse: S.Schema<ListEmailMxplanAccountSendOnBehalfToResponse>;
|
|
669
|
+
export interface ListEmailMxplanAccountTaskRequest {
|
|
670
|
+
/** The internal name of your mxplan organization */
|
|
671
|
+
service: string;
|
|
672
|
+
/** Default email for this mailbox */
|
|
673
|
+
email: string;
|
|
674
|
+
}
|
|
675
|
+
export declare const ListEmailMxplanAccountTaskRequest: S.Schema<ListEmailMxplanAccountTaskRequest>;
|
|
676
|
+
export type ListEmailMxplanAccountTaskResponseBodyList = Array<number>;
|
|
677
|
+
export declare const ListEmailMxplanAccountTaskResponseBodyList: S.Schema<ListEmailMxplanAccountTaskResponseBodyList>;
|
|
678
|
+
export type ListEmailMxplanAccountTaskResponse = ListEmailMxplanAccountTaskResponseBodyList;
|
|
679
|
+
export declare const ListEmailMxplanAccountTaskResponse: S.Schema<ListEmailMxplanAccountTaskResponse>;
|
|
680
|
+
export interface ListEmailMxplanDomainRequest {
|
|
681
|
+
/** The internal name of your mxplan organization */
|
|
682
|
+
service: string;
|
|
683
|
+
/** Filter the value of state property (=) */
|
|
684
|
+
state?: EmailProObjectStateEnum | (string & {});
|
|
685
|
+
}
|
|
686
|
+
export declare const ListEmailMxplanDomainRequest: S.Schema<ListEmailMxplanDomainRequest>;
|
|
687
|
+
export type ListEmailMxplanDomainResponseBodyList = Array<string>;
|
|
688
|
+
export declare const ListEmailMxplanDomainResponseBodyList: S.Schema<ListEmailMxplanDomainResponseBodyList>;
|
|
689
|
+
export type ListEmailMxplanDomainResponse = ListEmailMxplanDomainResponseBodyList;
|
|
690
|
+
export declare const ListEmailMxplanDomainResponse: S.Schema<ListEmailMxplanDomainResponse>;
|
|
691
|
+
export interface ListEmailMxplanDomainDisclaimerAttributeRequest {
|
|
692
|
+
/** The internal name of your mxplan organization */
|
|
693
|
+
service: string;
|
|
694
|
+
/** Domain name */
|
|
695
|
+
domainName: string;
|
|
696
|
+
}
|
|
697
|
+
export declare const ListEmailMxplanDomainDisclaimerAttributeRequest: S.Schema<ListEmailMxplanDomainDisclaimerAttributeRequest>;
|
|
698
|
+
/** Disclaimer attributes list */
|
|
699
|
+
export type EmailProDisclaimerAttributeEnum = "City" | "Company" | "Country" | "Department" | "DisplayName" | "Email" | "FaxNumber" | "FirstName" | "HomePhoneNumber" | "Initials" | "LastName" | "Manager" | "MobileNumber" | "Notes" | "Office" | "OtherFaxNumber" | "OtherHomePhoneNumber" | "OtherPhoneNumber" | "PagerNumber" | "PhoneNumber" | "State" | "Street" | "Title" | "UserLogonName" | "ZipCode";
|
|
700
|
+
export declare const EmailProDisclaimerAttributeEnum: any;
|
|
701
|
+
export type ListEmailMxplanDomainDisclaimerAttributeResponseBodyList = Array<EmailProDisclaimerAttributeEnum>;
|
|
702
|
+
export declare const ListEmailMxplanDomainDisclaimerAttributeResponseBodyList: S.Schema<ListEmailMxplanDomainDisclaimerAttributeResponseBodyList>;
|
|
703
|
+
export type ListEmailMxplanDomainDisclaimerAttributeResponse = ListEmailMxplanDomainDisclaimerAttributeResponseBodyList;
|
|
704
|
+
export declare const ListEmailMxplanDomainDisclaimerAttributeResponse: S.Schema<ListEmailMxplanDomainDisclaimerAttributeResponse>;
|
|
705
|
+
export interface ListEmailMxplanExternalContactRequest {
|
|
706
|
+
/** The internal name of your mxplan organization */
|
|
707
|
+
service: string;
|
|
708
|
+
/** Filter the value of displayName property (like) */
|
|
709
|
+
displayName?: string;
|
|
710
|
+
/** Filter the value of externalEmailAddress property (like) */
|
|
711
|
+
externalEmailAddress?: string;
|
|
712
|
+
/** Filter the value of firstName property (like) */
|
|
713
|
+
firstName?: string;
|
|
714
|
+
/** Filter the value of id property (like) */
|
|
715
|
+
id?: number;
|
|
716
|
+
/** Filter the value of lastName property (like) */
|
|
717
|
+
lastName?: string;
|
|
718
|
+
}
|
|
719
|
+
export declare const ListEmailMxplanExternalContactRequest: S.Schema<ListEmailMxplanExternalContactRequest>;
|
|
720
|
+
export type ListEmailMxplanExternalContactResponseBodyList = Array<string>;
|
|
721
|
+
export declare const ListEmailMxplanExternalContactResponseBodyList: S.Schema<ListEmailMxplanExternalContactResponseBodyList>;
|
|
722
|
+
export type ListEmailMxplanExternalContactResponse = ListEmailMxplanExternalContactResponseBodyList;
|
|
723
|
+
export declare const ListEmailMxplanExternalContactResponse: S.Schema<ListEmailMxplanExternalContactResponse>;
|
|
724
|
+
export interface ListEmailMxplanTaskRequest {
|
|
725
|
+
/** The internal name of your mxplan organization */
|
|
726
|
+
service: string;
|
|
727
|
+
}
|
|
728
|
+
export declare const ListEmailMxplanTaskRequest: S.Schema<ListEmailMxplanTaskRequest>;
|
|
729
|
+
export type ListEmailMxplanTaskResponseBodyList = Array<number>;
|
|
730
|
+
export declare const ListEmailMxplanTaskResponseBodyList: S.Schema<ListEmailMxplanTaskResponseBodyList>;
|
|
731
|
+
export type ListEmailMxplanTaskResponse = ListEmailMxplanTaskResponseBodyList;
|
|
732
|
+
export declare const ListEmailMxplanTaskResponse: S.Schema<ListEmailMxplanTaskResponse>;
|
|
733
|
+
export interface PutEmailMxplanRequest {
|
|
734
|
+
/** The internal name of your mxplan organization */
|
|
735
|
+
service: string;
|
|
736
|
+
/** enable policy for strong and secure passwords */
|
|
737
|
+
complexityEnabled?: boolean;
|
|
738
|
+
/** service displayName */
|
|
739
|
+
displayName?: string | null;
|
|
740
|
+
/** number of minutes account will remain locked if it occurs */
|
|
741
|
+
lockoutDuration?: number;
|
|
742
|
+
/** number of minutes that must elapse after a failed logon to reset lockout trigger */
|
|
743
|
+
lockoutObservationWindow?: number;
|
|
744
|
+
/** number of attempts before account to be locked */
|
|
745
|
+
lockoutThreshold?: number | null;
|
|
746
|
+
/** maximum number of days that account's password is valid before expiration */
|
|
747
|
+
maxPasswordAge?: number | null;
|
|
748
|
+
/** Maximum message size that You can receive in MB */
|
|
749
|
+
maxReceiveSize?: number;
|
|
750
|
+
/** Maximum message size that You can send in MB */
|
|
751
|
+
maxSendSize?: number;
|
|
752
|
+
/** minimum number of days before able to change account's password */
|
|
753
|
+
minPasswordAge?: number | null;
|
|
754
|
+
/** minimum number of characters password must contain */
|
|
755
|
+
minPasswordLength?: number | null;
|
|
756
|
+
/** Spam and Antivirus configuration */
|
|
757
|
+
spamAndVirusConfiguration?: EmailProSpamAndVirusConfiguration;
|
|
758
|
+
}
|
|
759
|
+
export declare const PutEmailMxplanRequest: S.Schema<PutEmailMxplanRequest>;
|
|
760
|
+
export interface PutEmailMxplanResponse {
|
|
761
|
+
}
|
|
762
|
+
export declare const PutEmailMxplanResponse: S.Schema<PutEmailMxplanResponse>;
|
|
763
|
+
/** Enable or disable anti-virus and anti-spam */
|
|
764
|
+
export type PutEmailMxplanAccountRequestMailingFilterList = Array<EmailProMailingFilterEnum | (string & {})>;
|
|
765
|
+
export declare const PutEmailMxplanAccountRequestMailingFilterList: S.Schema<PutEmailMxplanAccountRequestMailingFilterList>;
|
|
766
|
+
export interface PutEmailMxplanAccountRequest {
|
|
767
|
+
/** The internal name of your mxplan organization */
|
|
768
|
+
service: string;
|
|
769
|
+
/** Default email for this mailbox */
|
|
770
|
+
email: string;
|
|
771
|
+
/** delete at expiration */
|
|
772
|
+
deleteAtExpiration?: boolean | null;
|
|
773
|
+
/** Account display name */
|
|
774
|
+
displayName?: string | null;
|
|
775
|
+
/** Email domain */
|
|
776
|
+
domain?: string;
|
|
777
|
+
/** Account first name */
|
|
778
|
+
firstName?: string | null;
|
|
779
|
+
/** Hide account in Global Address List */
|
|
780
|
+
hiddenFromGAL?: boolean;
|
|
781
|
+
/** Account initials */
|
|
782
|
+
initial?: string | null;
|
|
783
|
+
/** Account last name */
|
|
784
|
+
lastName?: string | null;
|
|
785
|
+
/** Account login */
|
|
786
|
+
login?: string;
|
|
787
|
+
/** Enable or disable anti-virus and anti-spam */
|
|
788
|
+
mailingFilter?: PutEmailMxplanAccountRequestMailingFilterList | null;
|
|
789
|
+
/** Account maximum size */
|
|
790
|
+
quota?: number;
|
|
791
|
+
/** change the renew period */
|
|
792
|
+
renewPeriod?: EmailProRenewPeriodEnum | (string & {}) | null;
|
|
793
|
+
/** Spam and Antivirus configuration */
|
|
794
|
+
spamAndVirusConfiguration?: EmailProSpamAndVirusConfiguration;
|
|
795
|
+
}
|
|
796
|
+
export declare const PutEmailMxplanAccountRequest: S.Schema<PutEmailMxplanAccountRequest>;
|
|
797
|
+
export interface PutEmailMxplanAccountResponse {
|
|
798
|
+
}
|
|
799
|
+
export declare const PutEmailMxplanAccountResponse: S.Schema<PutEmailMxplanAccountResponse>;
|
|
800
|
+
export interface PutEmailMxplanDomainRequest {
|
|
801
|
+
/** The internal name of your mxplan organization */
|
|
802
|
+
service: string;
|
|
803
|
+
/** Domain name */
|
|
804
|
+
domainName: string;
|
|
805
|
+
/** If specified, emails to not existing address will be redirected to that domain */
|
|
806
|
+
mxRelay?: string | null;
|
|
807
|
+
/** Domain type */
|
|
808
|
+
type?: EmailProDomainTypeEnum | (string & {});
|
|
809
|
+
}
|
|
810
|
+
export declare const PutEmailMxplanDomainRequest: S.Schema<PutEmailMxplanDomainRequest>;
|
|
811
|
+
export interface PutEmailMxplanDomainResponse {
|
|
812
|
+
}
|
|
813
|
+
export declare const PutEmailMxplanDomainResponse: S.Schema<PutEmailMxplanDomainResponse>;
|
|
814
|
+
export interface PutEmailMxplanDomainDisclaimerRequest {
|
|
815
|
+
/** The internal name of your mxplan organization */
|
|
816
|
+
service: string;
|
|
817
|
+
/** Domain name */
|
|
818
|
+
domainName: string;
|
|
819
|
+
/** Signature, added at the bottom of your organization emails */
|
|
820
|
+
content?: string;
|
|
821
|
+
/** Activate the disclaimer only for external emails */
|
|
822
|
+
outsideOnly?: boolean;
|
|
823
|
+
}
|
|
824
|
+
export declare const PutEmailMxplanDomainDisclaimerRequest: S.Schema<PutEmailMxplanDomainDisclaimerRequest>;
|
|
825
|
+
export interface PutEmailMxplanDomainDisclaimerResponse {
|
|
826
|
+
}
|
|
827
|
+
export declare const PutEmailMxplanDomainDisclaimerResponse: S.Schema<PutEmailMxplanDomainDisclaimerResponse>;
|
|
828
|
+
export interface PutEmailMxplanExternalContactRequest {
|
|
829
|
+
/** The internal name of your mxplan organization */
|
|
830
|
+
service: string;
|
|
831
|
+
/** Contact email */
|
|
832
|
+
externalEmailAddress: string;
|
|
833
|
+
/** Contact display name */
|
|
834
|
+
displayName?: string;
|
|
835
|
+
/** Contact first name */
|
|
836
|
+
firstName?: string | null;
|
|
837
|
+
/** Hide the contact in Global Address List */
|
|
838
|
+
hiddenFromGAL?: boolean;
|
|
839
|
+
/** Contact initals */
|
|
840
|
+
initials?: string | null;
|
|
841
|
+
/** Contact last name */
|
|
842
|
+
lastName?: string | null;
|
|
843
|
+
}
|
|
844
|
+
export declare const PutEmailMxplanExternalContactRequest: S.Schema<PutEmailMxplanExternalContactRequest>;
|
|
845
|
+
export interface PutEmailMxplanExternalContactResponse {
|
|
846
|
+
}
|
|
847
|
+
export declare const PutEmailMxplanExternalContactResponse: S.Schema<PutEmailMxplanExternalContactResponse>;
|
|
848
|
+
export interface SendEmailMxplanAccountAsRequest {
|
|
849
|
+
/** The internal name of your mxplan organization */
|
|
850
|
+
service: string;
|
|
851
|
+
/** Default email for this mailbox */
|
|
852
|
+
email: string;
|
|
853
|
+
/** Account id to allow to send mails from this mailbox */
|
|
854
|
+
allowAccountId: number;
|
|
855
|
+
}
|
|
856
|
+
export declare const SendEmailMxplanAccountAsRequest: S.Schema<SendEmailMxplanAccountAsRequest>;
|
|
857
|
+
export interface SendEmailMxplanAccountOnBehalfToRequest {
|
|
858
|
+
/** The internal name of your mxplan organization */
|
|
859
|
+
service: string;
|
|
860
|
+
/** Default email for this mailbox */
|
|
861
|
+
email: string;
|
|
862
|
+
/** Account id to allow to send On Behalf To mails from this mailbox */
|
|
863
|
+
allowAccountId: number;
|
|
864
|
+
}
|
|
865
|
+
export declare const SendEmailMxplanAccountOnBehalfToRequest: S.Schema<SendEmailMxplanAccountOnBehalfToRequest>;
|
|
866
|
+
export interface UpdateEmailMxplanFlagsOnAllAccountsRequest {
|
|
867
|
+
/** The internal name of your mxplan organization */
|
|
868
|
+
service: string;
|
|
869
|
+
}
|
|
870
|
+
export declare const UpdateEmailMxplanFlagsOnAllAccountsRequest: S.Schema<UpdateEmailMxplanFlagsOnAllAccountsRequest>;
|
|
871
|
+
export interface UpdateEmailMxplanFlagsOnAllAccountsResponse {
|
|
872
|
+
}
|
|
873
|
+
export declare const UpdateEmailMxplanFlagsOnAllAccountsResponse: S.Schema<UpdateEmailMxplanFlagsOnAllAccountsResponse>;
|
|
874
|
+
export type CreateEmailMxplanAccountAliasError = OvhOpError;
|
|
875
|
+
/** Create new alias */
|
|
876
|
+
export declare const createEmailMxplanAccountAlias: API.OperationMethod<CreateEmailMxplanAccountAliasRequest, EmailProTask, CreateEmailMxplanAccountAliasError, OvhOpContext>;
|
|
877
|
+
export type CreateEmailMxplanAccountChangePasswordError = OvhOpError;
|
|
878
|
+
/** Change mailbox password */
|
|
879
|
+
export declare const createEmailMxplanAccountChangePassword: API.OperationMethod<CreateEmailMxplanAccountChangePasswordRequest, EmailProTask, CreateEmailMxplanAccountChangePasswordError, OvhOpContext>;
|
|
880
|
+
export type CreateEmailMxplanAccountDiagnosticError = OvhOpError;
|
|
881
|
+
/** Create new diagnosis request */
|
|
882
|
+
export declare const createEmailMxplanAccountDiagnostic: API.OperationMethod<CreateEmailMxplanAccountDiagnosticRequest, EmailProTask, CreateEmailMxplanAccountDiagnosticError, OvhOpContext>;
|
|
883
|
+
export type CreateEmailMxplanAccountFullAccessError = OvhOpError;
|
|
884
|
+
/** Allow full access to a user */
|
|
885
|
+
export declare const createEmailMxplanAccountFullAccess: API.OperationMethod<CreateEmailMxplanAccountFullAccessRequest, EmailProTask, CreateEmailMxplanAccountFullAccessError, OvhOpContext>;
|
|
886
|
+
export type CreateEmailMxplanDomainDisclaimerError = OvhOpError;
|
|
887
|
+
/** Create organization disclaimer of each email */
|
|
888
|
+
export declare const createEmailMxplanDomainDisclaimer: API.OperationMethod<CreateEmailMxplanDomainDisclaimerRequest, EmailProTask, CreateEmailMxplanDomainDisclaimerError, OvhOpContext>;
|
|
889
|
+
export type CreateEmailMxplanExternalContactError = OvhOpError;
|
|
890
|
+
/** create new external contact */
|
|
891
|
+
export declare const createEmailMxplanExternalContact: API.OperationMethod<CreateEmailMxplanExternalContactRequest, EmailProTask, CreateEmailMxplanExternalContactError, OvhOpContext>;
|
|
892
|
+
export type DeleteEmailMxplanAccountError = OvhOpError;
|
|
893
|
+
/** Delete existing mailbox in mxplan server */
|
|
894
|
+
export declare const deleteEmailMxplanAccount: API.OperationMethod<DeleteEmailMxplanAccountRequest, EmailProTask, DeleteEmailMxplanAccountError, OvhOpContext>;
|
|
895
|
+
export type DeleteEmailMxplanAccountAliasError = OvhOpError;
|
|
896
|
+
/** Delete existing alias */
|
|
897
|
+
export declare const deleteEmailMxplanAccountAlias: API.OperationMethod<DeleteEmailMxplanAccountAliasRequest, EmailProTask, DeleteEmailMxplanAccountAliasError, OvhOpContext>;
|
|
898
|
+
export type DeleteEmailMxplanAccountFullAccessError = OvhOpError;
|
|
899
|
+
/** Revoke full access */
|
|
900
|
+
export declare const deleteEmailMxplanAccountFullAccess: API.OperationMethod<DeleteEmailMxplanAccountFullAccessRequest, EmailProTask, DeleteEmailMxplanAccountFullAccessError, OvhOpContext>;
|
|
901
|
+
export type DeleteEmailMxplanAccountSendAsError = OvhOpError;
|
|
902
|
+
/** Delete allowed user for sendAs */
|
|
903
|
+
export declare const deleteEmailMxplanAccountSendAs: API.OperationMethod<DeleteEmailMxplanAccountSendAsRequest, EmailProTask, DeleteEmailMxplanAccountSendAsError, OvhOpContext>;
|
|
904
|
+
export type DeleteEmailMxplanAccountSendOnBehalfToError = OvhOpError;
|
|
905
|
+
/** Delete allowed user for SendOnBehalfTo */
|
|
906
|
+
export declare const deleteEmailMxplanAccountSendOnBehalfTo: API.OperationMethod<DeleteEmailMxplanAccountSendOnBehalfToRequest, EmailProTask, DeleteEmailMxplanAccountSendOnBehalfToError, OvhOpContext>;
|
|
907
|
+
export type DeleteEmailMxplanDomainDisclaimerError = OvhOpError;
|
|
908
|
+
/** Delete existing organization disclaimer */
|
|
909
|
+
export declare const deleteEmailMxplanDomainDisclaimer: API.OperationMethod<DeleteEmailMxplanDomainDisclaimerRequest, EmailProTask, DeleteEmailMxplanDomainDisclaimerError, OvhOpContext>;
|
|
910
|
+
export type DeleteEmailMxplanExternalContactError = OvhOpError;
|
|
911
|
+
/** delete external contact */
|
|
912
|
+
export declare const deleteEmailMxplanExternalContact: API.OperationMethod<DeleteEmailMxplanExternalContactRequest, EmailProTask, DeleteEmailMxplanExternalContactError, OvhOpContext>;
|
|
913
|
+
export type GetEmailMxplanError = OvhOpError;
|
|
914
|
+
/** Get this object properties */
|
|
915
|
+
export declare const getEmailMxplan: API.OperationMethod<GetEmailMxplanRequest, EmailMxplanServiceWithIAM, GetEmailMxplanError, OvhOpContext>;
|
|
916
|
+
export type GetEmailMxplanAccountError = OvhOpError;
|
|
917
|
+
/** Get this object properties */
|
|
918
|
+
export declare const getEmailMxplanAccount: API.OperationMethod<GetEmailMxplanAccountRequest, EmailMxplanAccount, GetEmailMxplanAccountError, OvhOpContext>;
|
|
919
|
+
export type GetEmailMxplanAccountAliasError = OvhOpError;
|
|
920
|
+
/** Get this object properties */
|
|
921
|
+
export declare const getEmailMxplanAccountAlias: API.OperationMethod<GetEmailMxplanAccountAliasRequest, EmailMxplanAccountAlias, GetEmailMxplanAccountAliasError, OvhOpContext>;
|
|
922
|
+
export type GetEmailMxplanAccountDiagnosticError = OvhOpError;
|
|
923
|
+
/** Get this object properties */
|
|
924
|
+
export declare const getEmailMxplanAccountDiagnostic: API.OperationMethod<GetEmailMxplanAccountDiagnosticRequest, EmailMxplanAccountDiagnosis, GetEmailMxplanAccountDiagnosticError, OvhOpContext>;
|
|
925
|
+
export type GetEmailMxplanAccountFullAccessError = OvhOpError;
|
|
926
|
+
/** Get this object properties */
|
|
927
|
+
export declare const getEmailMxplanAccountFullAccess: API.OperationMethod<GetEmailMxplanAccountFullAccessRequest, EmailMxplanAccountFullAccess, GetEmailMxplanAccountFullAccessError, OvhOpContext>;
|
|
928
|
+
export type GetEmailMxplanAccountSendAsError = OvhOpError;
|
|
929
|
+
/** Get this object properties */
|
|
930
|
+
export declare const getEmailMxplanAccountSendAs: API.OperationMethod<GetEmailMxplanAccountSendAsRequest, EmailMxplanAccountSendAs, GetEmailMxplanAccountSendAsError, OvhOpContext>;
|
|
931
|
+
export type GetEmailMxplanAccountSendOnBehalfToError = OvhOpError;
|
|
932
|
+
/** Get this object properties */
|
|
933
|
+
export declare const getEmailMxplanAccountSendOnBehalfTo: API.OperationMethod<GetEmailMxplanAccountSendOnBehalfToRequest, EmailMxplanAccountSendOnBehalfTo, GetEmailMxplanAccountSendOnBehalfToError, OvhOpContext>;
|
|
934
|
+
export type GetEmailMxplanAccountTaskError = OvhOpError;
|
|
935
|
+
/** Get this object properties */
|
|
936
|
+
export declare const getEmailMxplanAccountTask: API.OperationMethod<GetEmailMxplanAccountTaskRequest, EmailProTask, GetEmailMxplanAccountTaskError, OvhOpContext>;
|
|
937
|
+
export type GetEmailMxplanDomainError = OvhOpError;
|
|
938
|
+
/** Get this object properties */
|
|
939
|
+
export declare const getEmailMxplanDomain: API.OperationMethod<GetEmailMxplanDomainRequest, EmailMxplanDomain, GetEmailMxplanDomainError, OvhOpContext>;
|
|
940
|
+
export type GetEmailMxplanDomainDisclaimerError = OvhOpError;
|
|
941
|
+
/** Get this object properties */
|
|
942
|
+
export declare const getEmailMxplanDomainDisclaimer: API.OperationMethod<GetEmailMxplanDomainDisclaimerRequest, EmailProDisclaimer, GetEmailMxplanDomainDisclaimerError, OvhOpContext>;
|
|
943
|
+
export type GetEmailMxplanExternalContactError = OvhOpError;
|
|
944
|
+
/** Get this object properties */
|
|
945
|
+
export declare const getEmailMxplanExternalContact: API.OperationMethod<GetEmailMxplanExternalContactRequest, EmailMxplanExternalContact, GetEmailMxplanExternalContactError, OvhOpContext>;
|
|
946
|
+
export type GetEmailMxplanServerError = OvhOpError;
|
|
947
|
+
/** Get this object properties */
|
|
948
|
+
export declare const getEmailMxplanServer: API.OperationMethod<GetEmailMxplanServerRequest, EmailMxplanServer, GetEmailMxplanServerError, OvhOpContext>;
|
|
949
|
+
export type GetEmailMxplanTaskError = OvhOpError;
|
|
950
|
+
/** Get this object properties */
|
|
951
|
+
export declare const getEmailMxplanTask: API.OperationMethod<GetEmailMxplanTaskRequest, EmailProTask, GetEmailMxplanTaskError, OvhOpContext>;
|
|
952
|
+
export type ListEmailMxplanError = OvhOpError;
|
|
953
|
+
/** List available services */
|
|
954
|
+
export declare const listEmailMxplan: API.OperationMethod<ListEmailMxplanRequest, ListEmailMxplanResponse, ListEmailMxplanError, OvhOpContext>;
|
|
955
|
+
export type ListEmailMxplanAccountError = OvhOpError;
|
|
956
|
+
/** Accounts associated to this mxplan service */
|
|
957
|
+
export declare const listEmailMxplanAccount: API.OperationMethod<ListEmailMxplanAccountRequest, ListEmailMxplanAccountResponse, ListEmailMxplanAccountError, OvhOpContext>;
|
|
958
|
+
export type ListEmailMxplanAccountAliasError = OvhOpError;
|
|
959
|
+
/** Aliases associated to this mailbox */
|
|
960
|
+
export declare const listEmailMxplanAccountAlias: API.OperationMethod<ListEmailMxplanAccountAliasRequest, ListEmailMxplanAccountAliasResponse, ListEmailMxplanAccountAliasError, OvhOpContext>;
|
|
961
|
+
export type ListEmailMxplanAccountCapabilitiesError = OvhOpError;
|
|
962
|
+
/** Get available capabilities for this account */
|
|
963
|
+
export declare const listEmailMxplanAccountCapabilities: API.OperationMethod<ListEmailMxplanAccountCapabilitiesRequest, EmailMxplanAccountCapabilities, ListEmailMxplanAccountCapabilitiesError, OvhOpContext>;
|
|
964
|
+
export type ListEmailMxplanAccountFullAccessError = OvhOpError;
|
|
965
|
+
/** Full access granted users for this mailbox */
|
|
966
|
+
export declare const listEmailMxplanAccountFullAccess: API.OperationMethod<ListEmailMxplanAccountFullAccessRequest, ListEmailMxplanAccountFullAccessResponse, ListEmailMxplanAccountFullAccessError, OvhOpContext>;
|
|
967
|
+
export type ListEmailMxplanAccountSendAsError = OvhOpError;
|
|
968
|
+
/** Send as granted users for this mailbox */
|
|
969
|
+
export declare const listEmailMxplanAccountSendAs: API.OperationMethod<ListEmailMxplanAccountSendAsRequest, ListEmailMxplanAccountSendAsResponse, ListEmailMxplanAccountSendAsError, OvhOpContext>;
|
|
970
|
+
export type ListEmailMxplanAccountSendOnBehalfToError = OvhOpError;
|
|
971
|
+
/** SendOnBehalfTo granted users for this mailbox */
|
|
972
|
+
export declare const listEmailMxplanAccountSendOnBehalfTo: API.OperationMethod<ListEmailMxplanAccountSendOnBehalfToRequest, ListEmailMxplanAccountSendOnBehalfToResponse, ListEmailMxplanAccountSendOnBehalfToError, OvhOpContext>;
|
|
973
|
+
export type ListEmailMxplanAccountTaskError = OvhOpError;
|
|
974
|
+
/** Pending task for this mailbox */
|
|
975
|
+
export declare const listEmailMxplanAccountTask: API.OperationMethod<ListEmailMxplanAccountTaskRequest, ListEmailMxplanAccountTaskResponse, ListEmailMxplanAccountTaskError, OvhOpContext>;
|
|
976
|
+
export type ListEmailMxplanDomainError = OvhOpError;
|
|
977
|
+
/** Domains associated to this service */
|
|
978
|
+
export declare const listEmailMxplanDomain: API.OperationMethod<ListEmailMxplanDomainRequest, ListEmailMxplanDomainResponse, ListEmailMxplanDomainError, OvhOpContext>;
|
|
979
|
+
export type ListEmailMxplanDomainDisclaimerAttributeError = OvhOpError;
|
|
980
|
+
/** Get diclaimer attributes to substitute with Active Directory properties */
|
|
981
|
+
export declare const listEmailMxplanDomainDisclaimerAttribute: API.OperationMethod<ListEmailMxplanDomainDisclaimerAttributeRequest, ListEmailMxplanDomainDisclaimerAttributeResponse, ListEmailMxplanDomainDisclaimerAttributeError, OvhOpContext>;
|
|
982
|
+
export type ListEmailMxplanExternalContactError = OvhOpError;
|
|
983
|
+
/** External contacts for this service */
|
|
984
|
+
export declare const listEmailMxplanExternalContact: API.OperationMethod<ListEmailMxplanExternalContactRequest, ListEmailMxplanExternalContactResponse, ListEmailMxplanExternalContactError, OvhOpContext>;
|
|
985
|
+
export type ListEmailMxplanTaskError = OvhOpError;
|
|
986
|
+
/** Pending actions */
|
|
987
|
+
export declare const listEmailMxplanTask: API.OperationMethod<ListEmailMxplanTaskRequest, ListEmailMxplanTaskResponse, ListEmailMxplanTaskError, OvhOpContext>;
|
|
988
|
+
export type PutEmailMxplanError = OvhOpError;
|
|
989
|
+
/** Alter this object properties */
|
|
990
|
+
export declare const putEmailMxplan: API.OperationMethod<PutEmailMxplanRequest, PutEmailMxplanResponse, PutEmailMxplanError, OvhOpContext>;
|
|
991
|
+
export type PutEmailMxplanAccountError = OvhOpError;
|
|
992
|
+
/** Alter this object properties */
|
|
993
|
+
export declare const putEmailMxplanAccount: API.OperationMethod<PutEmailMxplanAccountRequest, PutEmailMxplanAccountResponse, PutEmailMxplanAccountError, OvhOpContext>;
|
|
994
|
+
export type PutEmailMxplanDomainError = OvhOpError;
|
|
995
|
+
/** Alter this object properties */
|
|
996
|
+
export declare const putEmailMxplanDomain: API.OperationMethod<PutEmailMxplanDomainRequest, PutEmailMxplanDomainResponse, PutEmailMxplanDomainError, OvhOpContext>;
|
|
997
|
+
export type PutEmailMxplanDomainDisclaimerError = OvhOpError;
|
|
998
|
+
/** Alter this object properties */
|
|
999
|
+
export declare const putEmailMxplanDomainDisclaimer: API.OperationMethod<PutEmailMxplanDomainDisclaimerRequest, PutEmailMxplanDomainDisclaimerResponse, PutEmailMxplanDomainDisclaimerError, OvhOpContext>;
|
|
1000
|
+
export type PutEmailMxplanExternalContactError = OvhOpError;
|
|
1001
|
+
/** Alter this object properties */
|
|
1002
|
+
export declare const putEmailMxplanExternalContact: API.OperationMethod<PutEmailMxplanExternalContactRequest, PutEmailMxplanExternalContactResponse, PutEmailMxplanExternalContactError, OvhOpContext>;
|
|
1003
|
+
export type SendEmailMxplanAccountAsError = OvhOpError;
|
|
1004
|
+
/** Allow another user to send mails from this mailbox */
|
|
1005
|
+
export declare const sendEmailMxplanAccountAs: API.OperationMethod<SendEmailMxplanAccountAsRequest, EmailProTask, SendEmailMxplanAccountAsError, OvhOpContext>;
|
|
1006
|
+
export type SendEmailMxplanAccountOnBehalfToError = OvhOpError;
|
|
1007
|
+
/** Allow another user to Send On Behalf To mails from this mailbox */
|
|
1008
|
+
export declare const sendEmailMxplanAccountOnBehalfTo: API.OperationMethod<SendEmailMxplanAccountOnBehalfToRequest, EmailProTask, SendEmailMxplanAccountOnBehalfToError, OvhOpContext>;
|
|
1009
|
+
export type UpdateEmailMxplanFlagsOnAllAccountsError = OvhOpError;
|
|
1010
|
+
/** Update spam and virus flags on all active accounts */
|
|
1011
|
+
export declare const updateEmailMxplanFlagsOnAllAccounts: API.OperationMethod<UpdateEmailMxplanFlagsOnAllAccountsRequest, UpdateEmailMxplanFlagsOnAllAccountsResponse, UpdateEmailMxplanFlagsOnAllAccountsError, OvhOpContext>;
|
|
1012
|
+
//# sourceMappingURL=emailmxplan.d.ts.map
|