@azure-rest/defender-easm 1.0.0-beta.1 → 1.0.0-beta.2
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 +21 -0
- package/README.md +5 -9
- package/dist/browser/clientDefinitions.d.ts +141 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/easmClient.d.ts +16 -0
- package/dist/browser/easmClient.d.ts.map +1 -0
- package/dist/browser/easmClient.js +43 -0
- package/dist/browser/easmClient.js.map +1 -0
- package/dist/browser/index.d.ts +11 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +28 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +1 -1
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/logger.js +1 -1
- package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
- package/dist/browser/models.d.ts +144 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +1046 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/dist/browser/paginateHelper.js +167 -0
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +141 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/responses.d.ts +365 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +141 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/easmClient.d.ts +16 -0
- package/dist/commonjs/easmClient.d.ts.map +1 -0
- package/dist/commonjs/easmClient.js +46 -0
- package/dist/commonjs/easmClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +11 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +16 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +28 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +98 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +144 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +1046 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +170 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +141 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/responses.d.ts +365 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +141 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/easmClient.d.ts +16 -0
- package/dist/esm/easmClient.d.ts.map +1 -0
- package/dist/esm/easmClient.js +43 -0
- package/dist/esm/easmClient.js.map +1 -0
- package/dist/esm/index.d.ts +11 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +28 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +95 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +144 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +1046 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +167 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +141 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/responses.d.ts +365 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +141 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/easmClient.d.ts +16 -0
- package/dist/react-native/easmClient.d.ts.map +1 -0
- package/dist/react-native/easmClient.js +43 -0
- package/dist/react-native/easmClient.js.map +1 -0
- package/dist/react-native/index.d.ts +11 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +28 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +95 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +144 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +1046 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +167 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +141 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/responses.d.ts +365 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +106 -97
- package/dist/index.js +0 -213
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/easm.js +0 -33
- package/dist-esm/src/easm.js.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/paginateHelper.js +0 -70
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/review/defender-easm.api.md +0 -2619
- package/types/defender-easm.d.ts +0 -2105
|
@@ -1,2619 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure-rest/defender-easm"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { ErrorResponse } from '@azure-rest/core-client';
|
|
10
|
-
import { HttpResponse } from '@azure-rest/core-client';
|
|
11
|
-
import { Paged } from '@azure/core-paging';
|
|
12
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
13
|
-
import { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
14
|
-
import { RawHttpHeaders } from '@azure/core-rest-pipeline';
|
|
15
|
-
import { RequestParameters } from '@azure-rest/core-client';
|
|
16
|
-
import { StreamableMethod } from '@azure-rest/core-client';
|
|
17
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
18
|
-
|
|
19
|
-
// @public (undocumented)
|
|
20
|
-
export interface AlexaInfoOutput {
|
|
21
|
-
// (undocumented)
|
|
22
|
-
alexaRank?: number;
|
|
23
|
-
// (undocumented)
|
|
24
|
-
category?: string;
|
|
25
|
-
// (undocumented)
|
|
26
|
-
count?: number;
|
|
27
|
-
// (undocumented)
|
|
28
|
-
firstSeen?: string;
|
|
29
|
-
// (undocumented)
|
|
30
|
-
lastSeen?: string;
|
|
31
|
-
// (undocumented)
|
|
32
|
-
recent?: boolean;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
// @public (undocumented)
|
|
36
|
-
export interface AsAssetOutput extends InventoryAssetOutput {
|
|
37
|
-
// (undocumented)
|
|
38
|
-
adminContacts?: Array<ObservedStringOutput>;
|
|
39
|
-
// (undocumented)
|
|
40
|
-
adminNames?: Array<ObservedStringOutput>;
|
|
41
|
-
// (undocumented)
|
|
42
|
-
adminOrgs?: Array<ObservedStringOutput>;
|
|
43
|
-
// (undocumented)
|
|
44
|
-
adminPhones?: Array<ObservedStringOutput>;
|
|
45
|
-
// (undocumented)
|
|
46
|
-
asn?: number;
|
|
47
|
-
// (undocumented)
|
|
48
|
-
asNames?: Array<ObservedStringOutput>;
|
|
49
|
-
// (undocumented)
|
|
50
|
-
count?: number;
|
|
51
|
-
// (undocumented)
|
|
52
|
-
countries?: Array<ObservedStringOutput>;
|
|
53
|
-
// (undocumented)
|
|
54
|
-
detailedFromWhoisAt?: string;
|
|
55
|
-
// (undocumented)
|
|
56
|
-
firstSeen?: string;
|
|
57
|
-
// (undocumented)
|
|
58
|
-
lastSeen?: string;
|
|
59
|
-
// (undocumented)
|
|
60
|
-
orgIds?: Array<ObservedStringOutput>;
|
|
61
|
-
// (undocumented)
|
|
62
|
-
orgNames?: Array<ObservedStringOutput>;
|
|
63
|
-
// (undocumented)
|
|
64
|
-
registrantContacts?: Array<ObservedStringOutput>;
|
|
65
|
-
// (undocumented)
|
|
66
|
-
registrantNames?: Array<ObservedStringOutput>;
|
|
67
|
-
// (undocumented)
|
|
68
|
-
registrantPhones?: Array<ObservedStringOutput>;
|
|
69
|
-
// (undocumented)
|
|
70
|
-
registrarCreatedAt?: Array<ObservedLongOutput>;
|
|
71
|
-
// (undocumented)
|
|
72
|
-
registrarNames?: Array<ObservedStringOutput>;
|
|
73
|
-
// (undocumented)
|
|
74
|
-
registrarUpdatedAt?: Array<ObservedLongOutput>;
|
|
75
|
-
// (undocumented)
|
|
76
|
-
registries?: Array<ObservedStringOutput>;
|
|
77
|
-
// (undocumented)
|
|
78
|
-
sources?: Array<SourceOutput>;
|
|
79
|
-
// (undocumented)
|
|
80
|
-
technicalContacts?: Array<ObservedStringOutput>;
|
|
81
|
-
// (undocumented)
|
|
82
|
-
technicalNames?: Array<ObservedStringOutput>;
|
|
83
|
-
// (undocumented)
|
|
84
|
-
technicalOrgs?: Array<ObservedStringOutput>;
|
|
85
|
-
// (undocumented)
|
|
86
|
-
technicalPhones?: Array<ObservedStringOutput>;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// @public (undocumented)
|
|
90
|
-
export interface AsAssetResourceOutput extends AssetResourceOutputParent {
|
|
91
|
-
asset: AsAssetOutput;
|
|
92
|
-
kind: "as";
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// @public
|
|
96
|
-
export interface AssetPageResultOutput {
|
|
97
|
-
mark?: string;
|
|
98
|
-
nextLink?: string;
|
|
99
|
-
totalElements?: number;
|
|
100
|
-
value?: Array<AssetResourceOutput>;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
// @public
|
|
104
|
-
export type AssetResourceOutput = AsAssetResourceOutput | ContactAssetResourceOutput | DomainAssetResourceOutput | HostAssetResourceOutput | IpAddressAssetResourceOutput | IpBlockAssetResourceOutput | PageAssetResourceOutput | SslCertAssetResourceOutput;
|
|
105
|
-
|
|
106
|
-
// @public
|
|
107
|
-
export interface AssetResourceOutputParent {
|
|
108
|
-
auditTrail?: Array<AuditTrailItemOutput>;
|
|
109
|
-
createdDate?: string;
|
|
110
|
-
discoGroupName?: string;
|
|
111
|
-
displayName?: string;
|
|
112
|
-
externalId?: string;
|
|
113
|
-
readonly id: string;
|
|
114
|
-
// (undocumented)
|
|
115
|
-
kind: string;
|
|
116
|
-
labels?: string[];
|
|
117
|
-
name?: string;
|
|
118
|
-
// (undocumented)
|
|
119
|
-
reason?: string;
|
|
120
|
-
state?: string;
|
|
121
|
-
updatedDate?: string;
|
|
122
|
-
uuid?: string;
|
|
123
|
-
wildcard?: boolean;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// @public (undocumented)
|
|
127
|
-
export interface AssetSecurityPolicyOutput {
|
|
128
|
-
// (undocumented)
|
|
129
|
-
count?: number;
|
|
130
|
-
// (undocumented)
|
|
131
|
-
description?: string;
|
|
132
|
-
// (undocumented)
|
|
133
|
-
firstSeen?: string;
|
|
134
|
-
// (undocumented)
|
|
135
|
-
isAffected?: boolean;
|
|
136
|
-
// (undocumented)
|
|
137
|
-
lastSeen?: string;
|
|
138
|
-
// (undocumented)
|
|
139
|
-
policyName?: string;
|
|
140
|
-
// (undocumented)
|
|
141
|
-
recent?: boolean;
|
|
142
|
-
// (undocumented)
|
|
143
|
-
sources?: Array<SourceOutput>;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
// @public
|
|
147
|
-
export interface AssetSummaryResultOutput {
|
|
148
|
-
children?: Array<AssetSummaryResultOutput>;
|
|
149
|
-
count?: number;
|
|
150
|
-
description?: string;
|
|
151
|
-
displayName?: string;
|
|
152
|
-
filter?: string;
|
|
153
|
-
labelName?: string;
|
|
154
|
-
link?: string;
|
|
155
|
-
metric?: string;
|
|
156
|
-
metricCategory?: string;
|
|
157
|
-
updatedAt?: string;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
// @public
|
|
161
|
-
export interface AssetUpdateData {
|
|
162
|
-
externalId?: string;
|
|
163
|
-
labels?: Record<string, boolean>;
|
|
164
|
-
state?: string;
|
|
165
|
-
transfers?: string;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
// @public (undocumented)
|
|
169
|
-
export interface AttributeOutput {
|
|
170
|
-
// (undocumented)
|
|
171
|
-
attributeType?: string;
|
|
172
|
-
// (undocumented)
|
|
173
|
-
attributeValue?: string;
|
|
174
|
-
// (undocumented)
|
|
175
|
-
count?: number;
|
|
176
|
-
// (undocumented)
|
|
177
|
-
firstSeen?: string;
|
|
178
|
-
// (undocumented)
|
|
179
|
-
lastSeen?: string;
|
|
180
|
-
// (undocumented)
|
|
181
|
-
recent?: boolean;
|
|
182
|
-
// (undocumented)
|
|
183
|
-
sources?: Array<SourceOutput>;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
// @public
|
|
187
|
-
export interface AuditTrailItemOutput {
|
|
188
|
-
displayName?: string;
|
|
189
|
-
id?: string;
|
|
190
|
-
kind?: string;
|
|
191
|
-
name?: string;
|
|
192
|
-
reason?: string;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
// @public (undocumented)
|
|
196
|
-
export interface AzureDataExplorerDataConnectionData extends DataConnectionDataParent {
|
|
197
|
-
// (undocumented)
|
|
198
|
-
kind: "azureDataExplorer";
|
|
199
|
-
// (undocumented)
|
|
200
|
-
properties: AzureDataExplorerDataConnectionProperties;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
// @public (undocumented)
|
|
204
|
-
export interface AzureDataExplorerDataConnectionOutput extends DataConnectionOutputParent {
|
|
205
|
-
kind: "azureDataExplorer";
|
|
206
|
-
properties: AzureDataExplorerDataConnectionPropertiesOutput;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
// @public
|
|
210
|
-
export interface AzureDataExplorerDataConnectionProperties extends DataConnectionProperties {
|
|
211
|
-
clusterName?: string;
|
|
212
|
-
databaseName?: string;
|
|
213
|
-
region?: string;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
// @public (undocumented)
|
|
217
|
-
export interface AzureDataExplorerDataConnectionPropertiesOutput extends DataConnectionPropertiesOutput {
|
|
218
|
-
clusterName?: string;
|
|
219
|
-
databaseName?: string;
|
|
220
|
-
region?: string;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
// @public (undocumented)
|
|
224
|
-
export interface BannerOutput {
|
|
225
|
-
// (undocumented)
|
|
226
|
-
banner?: string;
|
|
227
|
-
// (undocumented)
|
|
228
|
-
bannerMetadata?: string;
|
|
229
|
-
// (undocumented)
|
|
230
|
-
count?: number;
|
|
231
|
-
// (undocumented)
|
|
232
|
-
firstSeen?: string;
|
|
233
|
-
// (undocumented)
|
|
234
|
-
lastSeen?: string;
|
|
235
|
-
// (undocumented)
|
|
236
|
-
port?: number;
|
|
237
|
-
// (undocumented)
|
|
238
|
-
recent?: boolean;
|
|
239
|
-
// (undocumented)
|
|
240
|
-
scanType?: string;
|
|
241
|
-
// (undocumented)
|
|
242
|
-
sha256?: string;
|
|
243
|
-
// (undocumented)
|
|
244
|
-
sources?: Array<SourceOutput>;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
// @public (undocumented)
|
|
248
|
-
export interface CancelTask {
|
|
249
|
-
post(options?: CancelTaskParameters): StreamableMethod<CancelTask200Response | CancelTaskDefaultResponse>;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
// @public
|
|
253
|
-
export interface CancelTask200Response extends HttpResponse {
|
|
254
|
-
// (undocumented)
|
|
255
|
-
body: TaskOutput;
|
|
256
|
-
// (undocumented)
|
|
257
|
-
status: "200";
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
// @public (undocumented)
|
|
261
|
-
export interface CancelTaskDefaultHeaders {
|
|
262
|
-
"x-ms-error-code"?: string;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
// @public (undocumented)
|
|
266
|
-
export interface CancelTaskDefaultResponse extends HttpResponse {
|
|
267
|
-
// (undocumented)
|
|
268
|
-
body: ErrorResponse;
|
|
269
|
-
// (undocumented)
|
|
270
|
-
headers: RawHttpHeaders & CancelTaskDefaultHeaders;
|
|
271
|
-
// (undocumented)
|
|
272
|
-
status: string;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
// @public (undocumented)
|
|
276
|
-
export type CancelTaskParameters = RequestParameters;
|
|
277
|
-
|
|
278
|
-
// @public (undocumented)
|
|
279
|
-
export interface ContactAssetOutput extends InventoryAssetOutput {
|
|
280
|
-
// (undocumented)
|
|
281
|
-
count?: number;
|
|
282
|
-
// (undocumented)
|
|
283
|
-
email?: string;
|
|
284
|
-
// (undocumented)
|
|
285
|
-
firstSeen?: string;
|
|
286
|
-
// (undocumented)
|
|
287
|
-
lastSeen?: string;
|
|
288
|
-
// (undocumented)
|
|
289
|
-
names?: Array<ObservedStringOutput>;
|
|
290
|
-
// (undocumented)
|
|
291
|
-
organizations?: Array<ObservedStringOutput>;
|
|
292
|
-
// (undocumented)
|
|
293
|
-
sources?: Array<SourceOutput>;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
// @public (undocumented)
|
|
297
|
-
export interface ContactAssetResourceOutput extends AssetResourceOutputParent {
|
|
298
|
-
asset: ContactAssetOutput;
|
|
299
|
-
kind: "contact";
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
// @public (undocumented)
|
|
303
|
-
export interface CookieOutput {
|
|
304
|
-
// (undocumented)
|
|
305
|
-
cookieDomain?: string;
|
|
306
|
-
// (undocumented)
|
|
307
|
-
cookieExpiryDate?: string;
|
|
308
|
-
// (undocumented)
|
|
309
|
-
cookieName?: string;
|
|
310
|
-
// (undocumented)
|
|
311
|
-
count?: number;
|
|
312
|
-
// (undocumented)
|
|
313
|
-
firstSeen?: string;
|
|
314
|
-
// (undocumented)
|
|
315
|
-
lastSeen?: string;
|
|
316
|
-
// (undocumented)
|
|
317
|
-
recent?: boolean;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
// @public
|
|
321
|
-
function createClient(endpoint: string, subscriptionId: string, resourceGroupName: string, workspaceName: string, credentials: TokenCredential, options?: ClientOptions): EasmClient;
|
|
322
|
-
export default createClient;
|
|
323
|
-
|
|
324
|
-
// @public
|
|
325
|
-
export interface CreateOrReplaceDataConnection200Response extends HttpResponse {
|
|
326
|
-
// (undocumented)
|
|
327
|
-
body: DataConnectionOutput;
|
|
328
|
-
// (undocumented)
|
|
329
|
-
status: "200";
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
// @public (undocumented)
|
|
333
|
-
export interface CreateOrReplaceDataConnectionBodyParam {
|
|
334
|
-
// (undocumented)
|
|
335
|
-
body?: DataConnectionData;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
// @public (undocumented)
|
|
339
|
-
export interface CreateOrReplaceDataConnectionDefaultHeaders {
|
|
340
|
-
"x-ms-error-code"?: string;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
// @public (undocumented)
|
|
344
|
-
export interface CreateOrReplaceDataConnectionDefaultResponse extends HttpResponse {
|
|
345
|
-
// (undocumented)
|
|
346
|
-
body: ErrorResponse;
|
|
347
|
-
// (undocumented)
|
|
348
|
-
headers: RawHttpHeaders & CreateOrReplaceDataConnectionDefaultHeaders;
|
|
349
|
-
// (undocumented)
|
|
350
|
-
status: string;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
// @public (undocumented)
|
|
354
|
-
export type CreateOrReplaceDataConnectionParameters = CreateOrReplaceDataConnectionBodyParam & RequestParameters;
|
|
355
|
-
|
|
356
|
-
// @public
|
|
357
|
-
export interface CreateOrReplaceDiscoGroup200Response extends HttpResponse {
|
|
358
|
-
// (undocumented)
|
|
359
|
-
body: DiscoGroupOutput;
|
|
360
|
-
// (undocumented)
|
|
361
|
-
status: "200";
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
// @public (undocumented)
|
|
365
|
-
export interface CreateOrReplaceDiscoGroupBodyParam {
|
|
366
|
-
// (undocumented)
|
|
367
|
-
body?: DiscoGroupData;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
// @public (undocumented)
|
|
371
|
-
export interface CreateOrReplaceDiscoGroupDefaultHeaders {
|
|
372
|
-
"x-ms-error-code"?: string;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
// @public (undocumented)
|
|
376
|
-
export interface CreateOrReplaceDiscoGroupDefaultResponse extends HttpResponse {
|
|
377
|
-
// (undocumented)
|
|
378
|
-
body: ErrorResponse;
|
|
379
|
-
// (undocumented)
|
|
380
|
-
headers: RawHttpHeaders & CreateOrReplaceDiscoGroupDefaultHeaders;
|
|
381
|
-
// (undocumented)
|
|
382
|
-
status: string;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
// @public (undocumented)
|
|
386
|
-
export type CreateOrReplaceDiscoGroupParameters = CreateOrReplaceDiscoGroupBodyParam & RequestParameters;
|
|
387
|
-
|
|
388
|
-
// @public
|
|
389
|
-
export interface CreateOrReplaceSavedFilter200Response extends HttpResponse {
|
|
390
|
-
// (undocumented)
|
|
391
|
-
body: SavedFilterOutput;
|
|
392
|
-
// (undocumented)
|
|
393
|
-
status: "200";
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
// @public (undocumented)
|
|
397
|
-
export interface CreateOrReplaceSavedFilterBodyParam {
|
|
398
|
-
// (undocumented)
|
|
399
|
-
body?: SavedFilterData;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
// @public (undocumented)
|
|
403
|
-
export interface CreateOrReplaceSavedFilterDefaultHeaders {
|
|
404
|
-
"x-ms-error-code"?: string;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
// @public (undocumented)
|
|
408
|
-
export interface CreateOrReplaceSavedFilterDefaultResponse extends HttpResponse {
|
|
409
|
-
// (undocumented)
|
|
410
|
-
body: ErrorResponse;
|
|
411
|
-
// (undocumented)
|
|
412
|
-
headers: RawHttpHeaders & CreateOrReplaceSavedFilterDefaultHeaders;
|
|
413
|
-
// (undocumented)
|
|
414
|
-
status: string;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
// @public (undocumented)
|
|
418
|
-
export type CreateOrReplaceSavedFilterParameters = CreateOrReplaceSavedFilterBodyParam & RequestParameters;
|
|
419
|
-
|
|
420
|
-
// @public (undocumented)
|
|
421
|
-
export interface CveOutput {
|
|
422
|
-
// (undocumented)
|
|
423
|
-
cvss3Summary?: Cvss3SummaryOutput;
|
|
424
|
-
// (undocumented)
|
|
425
|
-
cvssScore?: number;
|
|
426
|
-
// (undocumented)
|
|
427
|
-
cweId?: string;
|
|
428
|
-
// (undocumented)
|
|
429
|
-
name?: string;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
// @public (undocumented)
|
|
433
|
-
export interface Cvss3SummaryOutput {
|
|
434
|
-
// (undocumented)
|
|
435
|
-
attackComplexity?: string;
|
|
436
|
-
// (undocumented)
|
|
437
|
-
attackVector?: string;
|
|
438
|
-
// (undocumented)
|
|
439
|
-
availabilityImpact?: string;
|
|
440
|
-
// (undocumented)
|
|
441
|
-
baseScore?: number;
|
|
442
|
-
// (undocumented)
|
|
443
|
-
baseSeverity?: string;
|
|
444
|
-
// (undocumented)
|
|
445
|
-
confidentialityImpact?: string;
|
|
446
|
-
// (undocumented)
|
|
447
|
-
exploitabilityScore?: number;
|
|
448
|
-
// (undocumented)
|
|
449
|
-
exploitCodeMaturity?: string;
|
|
450
|
-
// (undocumented)
|
|
451
|
-
impactScore?: number;
|
|
452
|
-
// (undocumented)
|
|
453
|
-
integrityImpact?: string;
|
|
454
|
-
// (undocumented)
|
|
455
|
-
privilegesRequired?: string;
|
|
456
|
-
// (undocumented)
|
|
457
|
-
remediationLevel?: string;
|
|
458
|
-
// (undocumented)
|
|
459
|
-
reportConfidence?: string;
|
|
460
|
-
// (undocumented)
|
|
461
|
-
scope?: string;
|
|
462
|
-
// (undocumented)
|
|
463
|
-
userInteraction?: string;
|
|
464
|
-
// (undocumented)
|
|
465
|
-
vectorString?: string;
|
|
466
|
-
// (undocumented)
|
|
467
|
-
version?: string;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
// @public (undocumented)
|
|
471
|
-
export type DataConnectionData = LogAnalyticsDataConnectionData | AzureDataExplorerDataConnectionData;
|
|
472
|
-
|
|
473
|
-
// @public (undocumented)
|
|
474
|
-
export interface DataConnectionDataParent {
|
|
475
|
-
content?: string;
|
|
476
|
-
frequency?: string;
|
|
477
|
-
frequencyOffset?: number;
|
|
478
|
-
// (undocumented)
|
|
479
|
-
kind: string;
|
|
480
|
-
name?: string;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
// @public (undocumented)
|
|
484
|
-
export type DataConnectionOutput = LogAnalyticsDataConnectionOutput | AzureDataExplorerDataConnectionOutput;
|
|
485
|
-
|
|
486
|
-
// @public (undocumented)
|
|
487
|
-
export interface DataConnectionOutputParent {
|
|
488
|
-
active?: boolean;
|
|
489
|
-
content?: string;
|
|
490
|
-
readonly createdDate?: string;
|
|
491
|
-
displayName?: string;
|
|
492
|
-
frequency?: string;
|
|
493
|
-
frequencyOffset?: number;
|
|
494
|
-
id?: string;
|
|
495
|
-
readonly inactiveMessage?: string;
|
|
496
|
-
// (undocumented)
|
|
497
|
-
kind: string;
|
|
498
|
-
readonly name: string;
|
|
499
|
-
readonly updatedDate?: string;
|
|
500
|
-
readonly userUpdatedAt?: string;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
// @public
|
|
504
|
-
export interface DataConnectionProperties {
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
// @public
|
|
508
|
-
export interface DataConnectionPropertiesOutput {
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
// @public
|
|
512
|
-
export interface DeleteDataConnection204Response extends HttpResponse {
|
|
513
|
-
// (undocumented)
|
|
514
|
-
status: "204";
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
// @public (undocumented)
|
|
518
|
-
export interface DeleteDataConnectionDefaultHeaders {
|
|
519
|
-
"x-ms-error-code"?: string;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
// @public (undocumented)
|
|
523
|
-
export interface DeleteDataConnectionDefaultResponse extends HttpResponse {
|
|
524
|
-
// (undocumented)
|
|
525
|
-
body: ErrorResponse;
|
|
526
|
-
// (undocumented)
|
|
527
|
-
headers: RawHttpHeaders & DeleteDataConnectionDefaultHeaders;
|
|
528
|
-
// (undocumented)
|
|
529
|
-
status: string;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
// @public (undocumented)
|
|
533
|
-
export type DeleteDataConnectionParameters = RequestParameters;
|
|
534
|
-
|
|
535
|
-
// @public
|
|
536
|
-
export interface DeleteSavedFilter204Response extends HttpResponse {
|
|
537
|
-
// (undocumented)
|
|
538
|
-
status: "204";
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
// @public (undocumented)
|
|
542
|
-
export interface DeleteSavedFilterDefaultHeaders {
|
|
543
|
-
"x-ms-error-code"?: string;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
// @public (undocumented)
|
|
547
|
-
export interface DeleteSavedFilterDefaultResponse extends HttpResponse {
|
|
548
|
-
// (undocumented)
|
|
549
|
-
body: ErrorResponse;
|
|
550
|
-
// (undocumented)
|
|
551
|
-
headers: RawHttpHeaders & DeleteSavedFilterDefaultHeaders;
|
|
552
|
-
// (undocumented)
|
|
553
|
-
status: string;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
// @public (undocumented)
|
|
557
|
-
export type DeleteSavedFilterParameters = RequestParameters;
|
|
558
|
-
|
|
559
|
-
// @public (undocumented)
|
|
560
|
-
export interface DependentResourceOutput {
|
|
561
|
-
// (undocumented)
|
|
562
|
-
cached?: boolean;
|
|
563
|
-
// (undocumented)
|
|
564
|
-
contentType?: string;
|
|
565
|
-
// (undocumented)
|
|
566
|
-
count?: number;
|
|
567
|
-
// (undocumented)
|
|
568
|
-
firstSeen?: string;
|
|
569
|
-
// (undocumented)
|
|
570
|
-
firstSeenCrawlGuid?: string;
|
|
571
|
-
// (undocumented)
|
|
572
|
-
firstSeenPageGuid?: string;
|
|
573
|
-
// (undocumented)
|
|
574
|
-
firstSeenResourceGuid?: string;
|
|
575
|
-
// (undocumented)
|
|
576
|
-
host?: string;
|
|
577
|
-
// (undocumented)
|
|
578
|
-
lastObservedActualSriHash?: string;
|
|
579
|
-
// (undocumented)
|
|
580
|
-
lastObservedExpectedSriHash?: string;
|
|
581
|
-
// (undocumented)
|
|
582
|
-
lastObservedValidation?: string;
|
|
583
|
-
// (undocumented)
|
|
584
|
-
lastObservedViolation?: string;
|
|
585
|
-
// (undocumented)
|
|
586
|
-
lastSeen?: string;
|
|
587
|
-
// (undocumented)
|
|
588
|
-
lastSeenCrawlGuid?: string;
|
|
589
|
-
// (undocumented)
|
|
590
|
-
lastSeenPageGuid?: string;
|
|
591
|
-
// (undocumented)
|
|
592
|
-
lastSeenResourceGuid?: string;
|
|
593
|
-
// (undocumented)
|
|
594
|
-
md5?: string;
|
|
595
|
-
// (undocumented)
|
|
596
|
-
responseBodyMinhash?: number[];
|
|
597
|
-
// (undocumented)
|
|
598
|
-
responseBodySize?: number;
|
|
599
|
-
// (undocumented)
|
|
600
|
-
sha256?: string;
|
|
601
|
-
// (undocumented)
|
|
602
|
-
sha384?: string;
|
|
603
|
-
// (undocumented)
|
|
604
|
-
sha512?: string;
|
|
605
|
-
// (undocumented)
|
|
606
|
-
sriChecks?: Array<SubResourceIntegrityCheckOutput>;
|
|
607
|
-
// (undocumented)
|
|
608
|
-
url?: string;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
// @public
|
|
612
|
-
export interface DiscoGroupData {
|
|
613
|
-
description?: string;
|
|
614
|
-
excludes?: Array<DiscoSource>;
|
|
615
|
-
frequencyMilliseconds?: number;
|
|
616
|
-
name?: string;
|
|
617
|
-
names?: string[];
|
|
618
|
-
seeds?: Array<DiscoSource>;
|
|
619
|
-
templateId?: string;
|
|
620
|
-
tier?: string;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
// @public (undocumented)
|
|
624
|
-
export interface DiscoGroupOutput {
|
|
625
|
-
createdDate?: string;
|
|
626
|
-
description?: string;
|
|
627
|
-
displayName?: string;
|
|
628
|
-
excludes?: Array<DiscoSourceOutput>;
|
|
629
|
-
frequencyMilliseconds?: number;
|
|
630
|
-
id?: string;
|
|
631
|
-
latestRun?: DiscoRunResultOutput;
|
|
632
|
-
readonly name: string;
|
|
633
|
-
names?: string[];
|
|
634
|
-
seeds?: Array<DiscoSourceOutput>;
|
|
635
|
-
templateId?: string;
|
|
636
|
-
tier?: string;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
// @public (undocumented)
|
|
640
|
-
export interface DiscoRunPageResultOutput {
|
|
641
|
-
nextLink?: string;
|
|
642
|
-
totalElements?: number;
|
|
643
|
-
value?: Array<DiscoRunResultOutput>;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
// @public
|
|
647
|
-
export interface DiscoRunResultOutput {
|
|
648
|
-
completedDate?: string;
|
|
649
|
-
excludes?: Array<DiscoSourceOutput>;
|
|
650
|
-
names?: string[];
|
|
651
|
-
seeds?: Array<DiscoSourceOutput>;
|
|
652
|
-
startedDate?: string;
|
|
653
|
-
state?: string;
|
|
654
|
-
submittedDate?: string;
|
|
655
|
-
tier?: string;
|
|
656
|
-
totalAssetsFoundCount?: number;
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
// @public
|
|
660
|
-
export interface DiscoSource {
|
|
661
|
-
kind?: string;
|
|
662
|
-
name?: string;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
// @public
|
|
666
|
-
export interface DiscoSourceOutput {
|
|
667
|
-
kind?: string;
|
|
668
|
-
name?: string;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
// @public
|
|
672
|
-
export interface DiscoTemplateOutput {
|
|
673
|
-
city?: string;
|
|
674
|
-
countryCode?: string;
|
|
675
|
-
displayName?: string;
|
|
676
|
-
readonly id: string;
|
|
677
|
-
industry?: string;
|
|
678
|
-
name?: string;
|
|
679
|
-
names?: string[];
|
|
680
|
-
region?: string;
|
|
681
|
-
seeds?: Array<DiscoSourceOutput>;
|
|
682
|
-
stateCode?: string;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
// @public (undocumented)
|
|
686
|
-
export interface DomainAssetOutput extends InventoryAssetOutput {
|
|
687
|
-
// (undocumented)
|
|
688
|
-
adminContacts?: Array<ObservedStringOutput>;
|
|
689
|
-
// (undocumented)
|
|
690
|
-
adminNames?: Array<ObservedStringOutput>;
|
|
691
|
-
// (undocumented)
|
|
692
|
-
adminOrgs?: Array<ObservedStringOutput>;
|
|
693
|
-
// (undocumented)
|
|
694
|
-
adminPhones?: Array<ObservedStringOutput>;
|
|
695
|
-
// (undocumented)
|
|
696
|
-
alexaInfos?: Array<AlexaInfoOutput>;
|
|
697
|
-
// (undocumented)
|
|
698
|
-
count?: number;
|
|
699
|
-
// (undocumented)
|
|
700
|
-
detailedFromWhoisAt?: string;
|
|
701
|
-
// (undocumented)
|
|
702
|
-
domain?: string;
|
|
703
|
-
// (undocumented)
|
|
704
|
-
domainStatuses?: Array<ObservedStringOutput>;
|
|
705
|
-
// (undocumented)
|
|
706
|
-
firstSeen?: string;
|
|
707
|
-
// (undocumented)
|
|
708
|
-
lastSeen?: string;
|
|
709
|
-
// (undocumented)
|
|
710
|
-
mailServers?: Array<ObservedStringOutput>;
|
|
711
|
-
// (undocumented)
|
|
712
|
-
nameServers?: Array<ObservedStringOutput>;
|
|
713
|
-
// (undocumented)
|
|
714
|
-
parkedDomain?: Array<ObservedBooleanOutput>;
|
|
715
|
-
// (undocumented)
|
|
716
|
-
registrantContacts?: Array<ObservedStringOutput>;
|
|
717
|
-
// (undocumented)
|
|
718
|
-
registrantNames?: Array<ObservedStringOutput>;
|
|
719
|
-
// (undocumented)
|
|
720
|
-
registrantOrgs?: Array<ObservedStringOutput>;
|
|
721
|
-
// (undocumented)
|
|
722
|
-
registrantPhones?: Array<ObservedStringOutput>;
|
|
723
|
-
// (undocumented)
|
|
724
|
-
registrarCreatedAt?: Array<ObservedLongOutput>;
|
|
725
|
-
// (undocumented)
|
|
726
|
-
registrarExpiresAt?: Array<ObservedLongOutput>;
|
|
727
|
-
// (undocumented)
|
|
728
|
-
registrarIanaIds?: Array<ObservedIntegerOutput>;
|
|
729
|
-
// (undocumented)
|
|
730
|
-
registrarNames?: Array<ObservedStringOutput>;
|
|
731
|
-
// (undocumented)
|
|
732
|
-
registrarUpdatedAt?: Array<ObservedLongOutput>;
|
|
733
|
-
// (undocumented)
|
|
734
|
-
soaRecords?: Array<SoaRecordOutput>;
|
|
735
|
-
// (undocumented)
|
|
736
|
-
sources?: Array<SourceOutput>;
|
|
737
|
-
// (undocumented)
|
|
738
|
-
technicalContacts?: Array<ObservedStringOutput>;
|
|
739
|
-
// (undocumented)
|
|
740
|
-
technicalNames?: Array<ObservedStringOutput>;
|
|
741
|
-
// (undocumented)
|
|
742
|
-
technicalOrgs?: Array<ObservedStringOutput>;
|
|
743
|
-
// (undocumented)
|
|
744
|
-
technicalPhones?: Array<ObservedStringOutput>;
|
|
745
|
-
// (undocumented)
|
|
746
|
-
whoisId?: number;
|
|
747
|
-
// (undocumented)
|
|
748
|
-
whoisServers?: Array<ObservedStringOutput>;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
// @public (undocumented)
|
|
752
|
-
export interface DomainAssetResourceOutput extends AssetResourceOutputParent {
|
|
753
|
-
asset: DomainAssetOutput;
|
|
754
|
-
kind: "domain";
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
// @public (undocumented)
|
|
758
|
-
export type EasmClient = Client & {
|
|
759
|
-
path: Routes;
|
|
760
|
-
};
|
|
761
|
-
|
|
762
|
-
// @public
|
|
763
|
-
export interface ErrorDetailOutput {
|
|
764
|
-
code: string;
|
|
765
|
-
details?: Array<ErrorDetailOutput>;
|
|
766
|
-
innererror?: InnerErrorOutput;
|
|
767
|
-
message: string;
|
|
768
|
-
target?: string;
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
// @public
|
|
772
|
-
export type GetArrayType<T> = T extends Array<infer TData> ? TData : never;
|
|
773
|
-
|
|
774
|
-
// @public (undocumented)
|
|
775
|
-
export interface GetAssetResource {
|
|
776
|
-
get(options?: GetAssetResourceParameters): StreamableMethod<GetAssetResource200Response | GetAssetResourceDefaultResponse>;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
// @public
|
|
780
|
-
export interface GetAssetResource200Response extends HttpResponse {
|
|
781
|
-
// (undocumented)
|
|
782
|
-
body: AssetResourceOutput;
|
|
783
|
-
// (undocumented)
|
|
784
|
-
status: "200";
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
// @public (undocumented)
|
|
788
|
-
export interface GetAssetResourceDefaultHeaders {
|
|
789
|
-
"x-ms-error-code"?: string;
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
// @public (undocumented)
|
|
793
|
-
export interface GetAssetResourceDefaultResponse extends HttpResponse {
|
|
794
|
-
// (undocumented)
|
|
795
|
-
body: ErrorResponse;
|
|
796
|
-
// (undocumented)
|
|
797
|
-
headers: RawHttpHeaders & GetAssetResourceDefaultHeaders;
|
|
798
|
-
// (undocumented)
|
|
799
|
-
status: string;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
// @public (undocumented)
|
|
803
|
-
export type GetAssetResourceParameters = RequestParameters;
|
|
804
|
-
|
|
805
|
-
// @public (undocumented)
|
|
806
|
-
export interface GetBillable {
|
|
807
|
-
post(options?: GetBillableParameters): StreamableMethod<GetBillable200Response | GetBillableDefaultResponse>;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
// @public
|
|
811
|
-
export interface GetBillable200Response extends HttpResponse {
|
|
812
|
-
// (undocumented)
|
|
813
|
-
body: ReportBillableAssetSummaryResultOutput;
|
|
814
|
-
// (undocumented)
|
|
815
|
-
status: "200";
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
// @public (undocumented)
|
|
819
|
-
export interface GetBillableDefaultHeaders {
|
|
820
|
-
"x-ms-error-code"?: string;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
// @public (undocumented)
|
|
824
|
-
export interface GetBillableDefaultResponse extends HttpResponse {
|
|
825
|
-
// (undocumented)
|
|
826
|
-
body: ErrorResponse;
|
|
827
|
-
// (undocumented)
|
|
828
|
-
headers: RawHttpHeaders & GetBillableDefaultHeaders;
|
|
829
|
-
// (undocumented)
|
|
830
|
-
status: string;
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
// @public (undocumented)
|
|
834
|
-
export type GetBillableParameters = RequestParameters;
|
|
835
|
-
|
|
836
|
-
// @public (undocumented)
|
|
837
|
-
export interface GetDataConnection {
|
|
838
|
-
delete(options?: DeleteDataConnectionParameters): StreamableMethod<DeleteDataConnection204Response | DeleteDataConnectionDefaultResponse>;
|
|
839
|
-
get(options?: GetDataConnectionParameters): StreamableMethod<GetDataConnection200Response | GetDataConnectionDefaultResponse>;
|
|
840
|
-
put(options?: CreateOrReplaceDataConnectionParameters): StreamableMethod<CreateOrReplaceDataConnection200Response | CreateOrReplaceDataConnectionDefaultResponse>;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
// @public
|
|
844
|
-
export interface GetDataConnection200Response extends HttpResponse {
|
|
845
|
-
// (undocumented)
|
|
846
|
-
body: DataConnectionOutput;
|
|
847
|
-
// (undocumented)
|
|
848
|
-
status: "200";
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
// @public (undocumented)
|
|
852
|
-
export interface GetDataConnectionDefaultHeaders {
|
|
853
|
-
"x-ms-error-code"?: string;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
// @public (undocumented)
|
|
857
|
-
export interface GetDataConnectionDefaultResponse extends HttpResponse {
|
|
858
|
-
// (undocumented)
|
|
859
|
-
body: ErrorResponse;
|
|
860
|
-
// (undocumented)
|
|
861
|
-
headers: RawHttpHeaders & GetDataConnectionDefaultHeaders;
|
|
862
|
-
// (undocumented)
|
|
863
|
-
status: string;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
// @public (undocumented)
|
|
867
|
-
export type GetDataConnectionParameters = RequestParameters;
|
|
868
|
-
|
|
869
|
-
// @public (undocumented)
|
|
870
|
-
export interface GetDiscoGroup {
|
|
871
|
-
get(options?: GetDiscoGroupParameters): StreamableMethod<GetDiscoGroup200Response | GetDiscoGroupDefaultResponse>;
|
|
872
|
-
put(options?: CreateOrReplaceDiscoGroupParameters): StreamableMethod<CreateOrReplaceDiscoGroup200Response | CreateOrReplaceDiscoGroupDefaultResponse>;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
// @public
|
|
876
|
-
export interface GetDiscoGroup200Response extends HttpResponse {
|
|
877
|
-
// (undocumented)
|
|
878
|
-
body: DiscoGroupOutput;
|
|
879
|
-
// (undocumented)
|
|
880
|
-
status: "200";
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
// @public (undocumented)
|
|
884
|
-
export interface GetDiscoGroupDefaultHeaders {
|
|
885
|
-
"x-ms-error-code"?: string;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
// @public (undocumented)
|
|
889
|
-
export interface GetDiscoGroupDefaultResponse extends HttpResponse {
|
|
890
|
-
// (undocumented)
|
|
891
|
-
body: ErrorResponse;
|
|
892
|
-
// (undocumented)
|
|
893
|
-
headers: RawHttpHeaders & GetDiscoGroupDefaultHeaders;
|
|
894
|
-
// (undocumented)
|
|
895
|
-
status: string;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
// @public (undocumented)
|
|
899
|
-
export type GetDiscoGroupParameters = RequestParameters;
|
|
900
|
-
|
|
901
|
-
// @public (undocumented)
|
|
902
|
-
export interface GetDiscoTemplate {
|
|
903
|
-
get(options?: GetDiscoTemplateParameters): StreamableMethod<GetDiscoTemplate200Response | GetDiscoTemplateDefaultResponse>;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
// @public
|
|
907
|
-
export interface GetDiscoTemplate200Response extends HttpResponse {
|
|
908
|
-
// (undocumented)
|
|
909
|
-
body: DiscoTemplateOutput;
|
|
910
|
-
// (undocumented)
|
|
911
|
-
status: "200";
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
// @public (undocumented)
|
|
915
|
-
export interface GetDiscoTemplateDefaultHeaders {
|
|
916
|
-
"x-ms-error-code"?: string;
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
// @public (undocumented)
|
|
920
|
-
export interface GetDiscoTemplateDefaultResponse extends HttpResponse {
|
|
921
|
-
// (undocumented)
|
|
922
|
-
body: ErrorResponse;
|
|
923
|
-
// (undocumented)
|
|
924
|
-
headers: RawHttpHeaders & GetDiscoTemplateDefaultHeaders;
|
|
925
|
-
// (undocumented)
|
|
926
|
-
status: string;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
// @public (undocumented)
|
|
930
|
-
export type GetDiscoTemplateParameters = RequestParameters;
|
|
931
|
-
|
|
932
|
-
// @public
|
|
933
|
-
export type GetPage<TPage> = (pageLink: string, maxPageSize?: number) => Promise<{
|
|
934
|
-
page: TPage;
|
|
935
|
-
nextPageLink?: string;
|
|
936
|
-
}>;
|
|
937
|
-
|
|
938
|
-
// @public (undocumented)
|
|
939
|
-
export interface GetSavedFilter {
|
|
940
|
-
delete(options?: DeleteSavedFilterParameters): StreamableMethod<DeleteSavedFilter204Response | DeleteSavedFilterDefaultResponse>;
|
|
941
|
-
get(options?: GetSavedFilterParameters): StreamableMethod<GetSavedFilter200Response | GetSavedFilterDefaultResponse>;
|
|
942
|
-
put(options?: CreateOrReplaceSavedFilterParameters): StreamableMethod<CreateOrReplaceSavedFilter200Response | CreateOrReplaceSavedFilterDefaultResponse>;
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
// @public
|
|
946
|
-
export interface GetSavedFilter200Response extends HttpResponse {
|
|
947
|
-
// (undocumented)
|
|
948
|
-
body: SavedFilterOutput;
|
|
949
|
-
// (undocumented)
|
|
950
|
-
status: "200";
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
// @public (undocumented)
|
|
954
|
-
export interface GetSavedFilterDefaultHeaders {
|
|
955
|
-
"x-ms-error-code"?: string;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
// @public (undocumented)
|
|
959
|
-
export interface GetSavedFilterDefaultResponse extends HttpResponse {
|
|
960
|
-
// (undocumented)
|
|
961
|
-
body: ErrorResponse;
|
|
962
|
-
// (undocumented)
|
|
963
|
-
headers: RawHttpHeaders & GetSavedFilterDefaultHeaders;
|
|
964
|
-
// (undocumented)
|
|
965
|
-
status: string;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
// @public (undocumented)
|
|
969
|
-
export type GetSavedFilterParameters = RequestParameters;
|
|
970
|
-
|
|
971
|
-
// @public (undocumented)
|
|
972
|
-
export interface GetSnapshot {
|
|
973
|
-
post(options?: GetSnapshotParameters): StreamableMethod<GetSnapshot200Response | GetSnapshotDefaultResponse>;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
// @public
|
|
977
|
-
export interface GetSnapshot200Response extends HttpResponse {
|
|
978
|
-
// (undocumented)
|
|
979
|
-
body: ReportAssetSnapshotResultOutput;
|
|
980
|
-
// (undocumented)
|
|
981
|
-
status: "200";
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
// @public (undocumented)
|
|
985
|
-
export interface GetSnapshotBodyParam {
|
|
986
|
-
// (undocumented)
|
|
987
|
-
body?: ReportAssetSnapshotRequest;
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
// @public (undocumented)
|
|
991
|
-
export interface GetSnapshotDefaultHeaders {
|
|
992
|
-
"x-ms-error-code"?: string;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
// @public (undocumented)
|
|
996
|
-
export interface GetSnapshotDefaultResponse extends HttpResponse {
|
|
997
|
-
// (undocumented)
|
|
998
|
-
body: ErrorResponse;
|
|
999
|
-
// (undocumented)
|
|
1000
|
-
headers: RawHttpHeaders & GetSnapshotDefaultHeaders;
|
|
1001
|
-
// (undocumented)
|
|
1002
|
-
status: string;
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
// @public (undocumented)
|
|
1006
|
-
export type GetSnapshotParameters = GetSnapshotBodyParam & RequestParameters;
|
|
1007
|
-
|
|
1008
|
-
// @public (undocumented)
|
|
1009
|
-
export interface GetSummary {
|
|
1010
|
-
post(options?: GetSummaryParameters): StreamableMethod<GetSummary200Response | GetSummaryDefaultResponse>;
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
// @public
|
|
1014
|
-
export interface GetSummary200Response extends HttpResponse {
|
|
1015
|
-
// (undocumented)
|
|
1016
|
-
body: ReportAssetSummaryResultOutput;
|
|
1017
|
-
// (undocumented)
|
|
1018
|
-
status: "200";
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
// @public (undocumented)
|
|
1022
|
-
export interface GetSummaryBodyParam {
|
|
1023
|
-
// (undocumented)
|
|
1024
|
-
body?: ReportAssetSummaryRequest;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
// @public (undocumented)
|
|
1028
|
-
export interface GetSummaryDefaultHeaders {
|
|
1029
|
-
"x-ms-error-code"?: string;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
// @public (undocumented)
|
|
1033
|
-
export interface GetSummaryDefaultResponse extends HttpResponse {
|
|
1034
|
-
// (undocumented)
|
|
1035
|
-
body: ErrorResponse;
|
|
1036
|
-
// (undocumented)
|
|
1037
|
-
headers: RawHttpHeaders & GetSummaryDefaultHeaders;
|
|
1038
|
-
// (undocumented)
|
|
1039
|
-
status: string;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
// @public (undocumented)
|
|
1043
|
-
export type GetSummaryParameters = GetSummaryBodyParam & RequestParameters;
|
|
1044
|
-
|
|
1045
|
-
// @public (undocumented)
|
|
1046
|
-
export interface GetTask {
|
|
1047
|
-
get(options?: GetTaskParameters): StreamableMethod<GetTask200Response | GetTaskDefaultResponse>;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
// @public
|
|
1051
|
-
export interface GetTask200Response extends HttpResponse {
|
|
1052
|
-
// (undocumented)
|
|
1053
|
-
body: TaskOutput;
|
|
1054
|
-
// (undocumented)
|
|
1055
|
-
status: "200";
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
// @public (undocumented)
|
|
1059
|
-
export interface GetTaskDefaultHeaders {
|
|
1060
|
-
"x-ms-error-code"?: string;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
// @public (undocumented)
|
|
1064
|
-
export interface GetTaskDefaultResponse extends HttpResponse {
|
|
1065
|
-
// (undocumented)
|
|
1066
|
-
body: ErrorResponse;
|
|
1067
|
-
// (undocumented)
|
|
1068
|
-
headers: RawHttpHeaders & GetTaskDefaultHeaders;
|
|
1069
|
-
// (undocumented)
|
|
1070
|
-
status: string;
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
// @public (undocumented)
|
|
1074
|
-
export type GetTaskParameters = RequestParameters;
|
|
1075
|
-
|
|
1076
|
-
// @public (undocumented)
|
|
1077
|
-
export interface GuidPairOutput {
|
|
1078
|
-
// (undocumented)
|
|
1079
|
-
crawlStateGuid?: string;
|
|
1080
|
-
// (undocumented)
|
|
1081
|
-
loadDate?: string;
|
|
1082
|
-
// (undocumented)
|
|
1083
|
-
pageGuid?: string;
|
|
1084
|
-
// (undocumented)
|
|
1085
|
-
recent?: boolean;
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
// @public (undocumented)
|
|
1089
|
-
export interface HostAssetOutput extends InventoryAssetOutput {
|
|
1090
|
-
// (undocumented)
|
|
1091
|
-
asns?: Array<ObservedLongOutput>;
|
|
1092
|
-
// (undocumented)
|
|
1093
|
-
attributes?: Array<AttributeOutput>;
|
|
1094
|
-
// (undocumented)
|
|
1095
|
-
banners?: Array<BannerOutput>;
|
|
1096
|
-
// (undocumented)
|
|
1097
|
-
childHosts?: Array<ObservedStringOutput>;
|
|
1098
|
-
// (undocumented)
|
|
1099
|
-
cnames?: Array<ObservedStringOutput>;
|
|
1100
|
-
// (undocumented)
|
|
1101
|
-
cookies?: Array<CookieOutput>;
|
|
1102
|
-
// (undocumented)
|
|
1103
|
-
count?: number;
|
|
1104
|
-
// (undocumented)
|
|
1105
|
-
domain?: string;
|
|
1106
|
-
// (undocumented)
|
|
1107
|
-
domainAsset?: DomainAssetOutput;
|
|
1108
|
-
// (undocumented)
|
|
1109
|
-
firstSeen?: string;
|
|
1110
|
-
// (undocumented)
|
|
1111
|
-
headers?: Array<ObservedHeaderOutput>;
|
|
1112
|
-
// (undocumented)
|
|
1113
|
-
host?: string;
|
|
1114
|
-
// (undocumented)
|
|
1115
|
-
hostCore?: HostCoreOutput;
|
|
1116
|
-
// (undocumented)
|
|
1117
|
-
ipAddresses?: Array<ObservedStringOutput>;
|
|
1118
|
-
// (undocumented)
|
|
1119
|
-
ipBlocks?: Array<IpBlockOutput>;
|
|
1120
|
-
// (undocumented)
|
|
1121
|
-
ipv4?: Array<ObservedBooleanOutput>;
|
|
1122
|
-
// (undocumented)
|
|
1123
|
-
ipv6?: Array<ObservedBooleanOutput>;
|
|
1124
|
-
// (undocumented)
|
|
1125
|
-
isWildcard?: Array<ObservedBooleanOutput>;
|
|
1126
|
-
// (undocumented)
|
|
1127
|
-
lastSeen?: string;
|
|
1128
|
-
// (undocumented)
|
|
1129
|
-
location?: Array<ObservedLocationOutput>;
|
|
1130
|
-
// (undocumented)
|
|
1131
|
-
mxRecord?: Array<ObservedBooleanOutput>;
|
|
1132
|
-
// (undocumented)
|
|
1133
|
-
nsRecord?: Array<ObservedBooleanOutput>;
|
|
1134
|
-
// (undocumented)
|
|
1135
|
-
nxdomain?: Array<ObservedBooleanOutput>;
|
|
1136
|
-
// (undocumented)
|
|
1137
|
-
parentHosts?: Array<ObservedStringOutput>;
|
|
1138
|
-
// (undocumented)
|
|
1139
|
-
resourceUrls?: Array<ResourceUrlOutput>;
|
|
1140
|
-
// (undocumented)
|
|
1141
|
-
responseBodies?: Array<ObservedStringOutput>;
|
|
1142
|
-
// (undocumented)
|
|
1143
|
-
scanMetadata?: Array<ScanMetadataOutput>;
|
|
1144
|
-
// (undocumented)
|
|
1145
|
-
services?: Array<ServiceOutput>;
|
|
1146
|
-
// (undocumented)
|
|
1147
|
-
sources?: Array<SourceOutput>;
|
|
1148
|
-
// (undocumented)
|
|
1149
|
-
sslCerts?: Array<SslCertAssetOutput>;
|
|
1150
|
-
// (undocumented)
|
|
1151
|
-
sslServerConfig?: Array<SslServerConfigOutput>;
|
|
1152
|
-
// (undocumented)
|
|
1153
|
-
webComponents?: Array<WebComponentOutput>;
|
|
1154
|
-
// (undocumented)
|
|
1155
|
-
webserver?: Array<ObservedBooleanOutput>;
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
// @public (undocumented)
|
|
1159
|
-
export interface HostAssetResourceOutput extends AssetResourceOutputParent {
|
|
1160
|
-
asset: HostAssetOutput;
|
|
1161
|
-
kind: "host";
|
|
1162
|
-
}
|
|
1163
|
-
|
|
1164
|
-
// @public (undocumented)
|
|
1165
|
-
export interface HostCoreOutput {
|
|
1166
|
-
// (undocumented)
|
|
1167
|
-
alexaRank?: number;
|
|
1168
|
-
// (undocumented)
|
|
1169
|
-
blacklistCauseCount?: number;
|
|
1170
|
-
// (undocumented)
|
|
1171
|
-
blacklistCauseFirstSeen?: string;
|
|
1172
|
-
// (undocumented)
|
|
1173
|
-
blacklistCauseLastSeen?: string;
|
|
1174
|
-
// (undocumented)
|
|
1175
|
-
blacklistResourceCount?: number;
|
|
1176
|
-
// (undocumented)
|
|
1177
|
-
blacklistResourceFirstSeen?: string;
|
|
1178
|
-
// (undocumented)
|
|
1179
|
-
blacklistResourceLastSeen?: string;
|
|
1180
|
-
// (undocumented)
|
|
1181
|
-
blacklistSequenceCount?: number;
|
|
1182
|
-
// (undocumented)
|
|
1183
|
-
blacklistSequenceFirstSeen?: string;
|
|
1184
|
-
// (undocumented)
|
|
1185
|
-
blacklistSequenceLastSeen?: string;
|
|
1186
|
-
// (undocumented)
|
|
1187
|
-
count?: number;
|
|
1188
|
-
// (undocumented)
|
|
1189
|
-
domain?: string;
|
|
1190
|
-
// (undocumented)
|
|
1191
|
-
domainMalwareReputationScore?: number;
|
|
1192
|
-
// (undocumented)
|
|
1193
|
-
domainPhishReputationScore?: number;
|
|
1194
|
-
// (undocumented)
|
|
1195
|
-
domainReputationScore?: number;
|
|
1196
|
-
// (undocumented)
|
|
1197
|
-
domainScamReputationScore?: number;
|
|
1198
|
-
// (undocumented)
|
|
1199
|
-
domainSpamReputationScore?: number;
|
|
1200
|
-
// (undocumented)
|
|
1201
|
-
firstSeen?: string;
|
|
1202
|
-
// (undocumented)
|
|
1203
|
-
host?: string;
|
|
1204
|
-
// (undocumented)
|
|
1205
|
-
hostMalwareReputationScore?: number;
|
|
1206
|
-
// (undocumented)
|
|
1207
|
-
hostPhishReputationScore?: number;
|
|
1208
|
-
// (undocumented)
|
|
1209
|
-
hostReputationScore?: number;
|
|
1210
|
-
// (undocumented)
|
|
1211
|
-
hostScamReputationScore?: number;
|
|
1212
|
-
// (undocumented)
|
|
1213
|
-
hostSpamReputationScore?: number;
|
|
1214
|
-
// (undocumented)
|
|
1215
|
-
lastSeen?: string;
|
|
1216
|
-
// (undocumented)
|
|
1217
|
-
malwareCauseCount?: number;
|
|
1218
|
-
// (undocumented)
|
|
1219
|
-
malwareResourceCount?: number;
|
|
1220
|
-
// (undocumented)
|
|
1221
|
-
malwareSequenceCount?: number;
|
|
1222
|
-
// (undocumented)
|
|
1223
|
-
phishCauseCount?: number;
|
|
1224
|
-
// (undocumented)
|
|
1225
|
-
phishResourceCount?: number;
|
|
1226
|
-
// (undocumented)
|
|
1227
|
-
phishSequenceCount?: number;
|
|
1228
|
-
// (undocumented)
|
|
1229
|
-
scamCauseCount?: number;
|
|
1230
|
-
// (undocumented)
|
|
1231
|
-
scamResourceCount?: number;
|
|
1232
|
-
// (undocumented)
|
|
1233
|
-
scamSequenceCount?: number;
|
|
1234
|
-
// (undocumented)
|
|
1235
|
-
spamCauseCount?: number;
|
|
1236
|
-
// (undocumented)
|
|
1237
|
-
spamResourceCount?: number;
|
|
1238
|
-
// (undocumented)
|
|
1239
|
-
spamSequenceCount?: number;
|
|
1240
|
-
// (undocumented)
|
|
1241
|
-
uuid?: string;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
// @public
|
|
1245
|
-
export interface InnerErrorOutput {
|
|
1246
|
-
code?: string;
|
|
1247
|
-
value?: any;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
// @public (undocumented)
|
|
1251
|
-
export interface InventoryAssetOutput {
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
// @public (undocumented)
|
|
1255
|
-
export interface IpAddressAssetOutput extends InventoryAssetOutput {
|
|
1256
|
-
// (undocumented)
|
|
1257
|
-
asns?: Array<ObservedLongOutput>;
|
|
1258
|
-
// (undocumented)
|
|
1259
|
-
attributes?: Array<AttributeOutput>;
|
|
1260
|
-
// (undocumented)
|
|
1261
|
-
banners?: Array<BannerOutput>;
|
|
1262
|
-
// (undocumented)
|
|
1263
|
-
cookies?: Array<CookieOutput>;
|
|
1264
|
-
// (undocumented)
|
|
1265
|
-
count?: number;
|
|
1266
|
-
// (undocumented)
|
|
1267
|
-
firstSeen?: string;
|
|
1268
|
-
// (undocumented)
|
|
1269
|
-
headers?: Array<ObservedHeaderOutput>;
|
|
1270
|
-
// (undocumented)
|
|
1271
|
-
hosts?: Array<ObservedStringOutput>;
|
|
1272
|
-
// (undocumented)
|
|
1273
|
-
ipAddress?: string;
|
|
1274
|
-
// (undocumented)
|
|
1275
|
-
ipBlocks?: Array<IpBlockOutput>;
|
|
1276
|
-
// (undocumented)
|
|
1277
|
-
ipv4?: boolean;
|
|
1278
|
-
// (undocumented)
|
|
1279
|
-
ipv6?: boolean;
|
|
1280
|
-
// (undocumented)
|
|
1281
|
-
lastSeen?: string;
|
|
1282
|
-
// (undocumented)
|
|
1283
|
-
location?: Array<ObservedLocationOutput>;
|
|
1284
|
-
// (undocumented)
|
|
1285
|
-
mxRecord?: Array<ObservedBooleanOutput>;
|
|
1286
|
-
// (undocumented)
|
|
1287
|
-
netRanges?: Array<ObservedStringOutput>;
|
|
1288
|
-
// (undocumented)
|
|
1289
|
-
nsRecord?: Array<ObservedBooleanOutput>;
|
|
1290
|
-
// (undocumented)
|
|
1291
|
-
nxdomain?: Array<ObservedBooleanOutput>;
|
|
1292
|
-
// (undocumented)
|
|
1293
|
-
reputations?: Array<ReputationOutput>;
|
|
1294
|
-
// (undocumented)
|
|
1295
|
-
scanMetadata?: Array<ScanMetadataOutput>;
|
|
1296
|
-
// (undocumented)
|
|
1297
|
-
services?: Array<ServiceOutput>;
|
|
1298
|
-
// (undocumented)
|
|
1299
|
-
sources?: Array<SourceOutput>;
|
|
1300
|
-
// (undocumented)
|
|
1301
|
-
sslCerts?: Array<SslCertAssetOutput>;
|
|
1302
|
-
// (undocumented)
|
|
1303
|
-
sslServerConfig?: Array<SslServerConfigOutput>;
|
|
1304
|
-
// (undocumented)
|
|
1305
|
-
webComponents?: Array<WebComponentOutput>;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
// @public (undocumented)
|
|
1309
|
-
export interface IpAddressAssetResourceOutput extends AssetResourceOutputParent {
|
|
1310
|
-
asset: IpAddressAssetOutput;
|
|
1311
|
-
kind: "ipAddress";
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
// @public (undocumented)
|
|
1315
|
-
export interface IpBlockAssetOutput extends InventoryAssetOutput {
|
|
1316
|
-
// (undocumented)
|
|
1317
|
-
adminContacts?: Array<ObservedStringOutput>;
|
|
1318
|
-
// (undocumented)
|
|
1319
|
-
adminNames?: Array<ObservedStringOutput>;
|
|
1320
|
-
// (undocumented)
|
|
1321
|
-
adminOrgs?: Array<ObservedStringOutput>;
|
|
1322
|
-
// (undocumented)
|
|
1323
|
-
adminPhones?: Array<ObservedStringOutput>;
|
|
1324
|
-
// (undocumented)
|
|
1325
|
-
asns?: Array<ObservedLongOutput>;
|
|
1326
|
-
// (undocumented)
|
|
1327
|
-
bgpPrefixes?: Array<ObservedStringOutput>;
|
|
1328
|
-
// (undocumented)
|
|
1329
|
-
count?: number;
|
|
1330
|
-
// (undocumented)
|
|
1331
|
-
detailedFromWhoisAt?: string;
|
|
1332
|
-
// (undocumented)
|
|
1333
|
-
endIp?: string;
|
|
1334
|
-
// (undocumented)
|
|
1335
|
-
firstSeen?: string;
|
|
1336
|
-
// (undocumented)
|
|
1337
|
-
ipBlock?: string;
|
|
1338
|
-
// (undocumented)
|
|
1339
|
-
ipv4?: boolean;
|
|
1340
|
-
// (undocumented)
|
|
1341
|
-
ipv6?: boolean;
|
|
1342
|
-
// (undocumented)
|
|
1343
|
-
lastSeen?: string;
|
|
1344
|
-
// (undocumented)
|
|
1345
|
-
location?: Array<ObservedLocationOutput>;
|
|
1346
|
-
// (undocumented)
|
|
1347
|
-
netNames?: Array<ObservedStringOutput>;
|
|
1348
|
-
// (undocumented)
|
|
1349
|
-
netRanges?: Array<ObservedStringOutput>;
|
|
1350
|
-
// (undocumented)
|
|
1351
|
-
registrantContacts?: Array<ObservedStringOutput>;
|
|
1352
|
-
// (undocumented)
|
|
1353
|
-
registrantNames?: Array<ObservedStringOutput>;
|
|
1354
|
-
// (undocumented)
|
|
1355
|
-
registrantOrgs?: Array<ObservedStringOutput>;
|
|
1356
|
-
// (undocumented)
|
|
1357
|
-
registrantPhones?: Array<ObservedStringOutput>;
|
|
1358
|
-
// (undocumented)
|
|
1359
|
-
registrarCreatedAt?: Array<ObservedLongOutput>;
|
|
1360
|
-
// (undocumented)
|
|
1361
|
-
registrarExpiresAt?: Array<ObservedLongOutput>;
|
|
1362
|
-
// (undocumented)
|
|
1363
|
-
registrarUpdatedAt?: Array<ObservedLongOutput>;
|
|
1364
|
-
// (undocumented)
|
|
1365
|
-
reputations?: Array<ReputationOutput>;
|
|
1366
|
-
// (undocumented)
|
|
1367
|
-
sources?: Array<SourceOutput>;
|
|
1368
|
-
// (undocumented)
|
|
1369
|
-
startIp?: string;
|
|
1370
|
-
// (undocumented)
|
|
1371
|
-
technicalContacts?: Array<ObservedStringOutput>;
|
|
1372
|
-
// (undocumented)
|
|
1373
|
-
technicalNames?: Array<ObservedStringOutput>;
|
|
1374
|
-
// (undocumented)
|
|
1375
|
-
technicalOrgs?: Array<ObservedStringOutput>;
|
|
1376
|
-
// (undocumented)
|
|
1377
|
-
technicalPhones?: Array<ObservedStringOutput>;
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
// @public (undocumented)
|
|
1381
|
-
export interface IpBlockAssetResourceOutput extends AssetResourceOutputParent {
|
|
1382
|
-
asset: IpBlockAssetOutput;
|
|
1383
|
-
kind: "ipBlock";
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
// @public (undocumented)
|
|
1387
|
-
export interface IpBlockOutput {
|
|
1388
|
-
// (undocumented)
|
|
1389
|
-
count?: number;
|
|
1390
|
-
// (undocumented)
|
|
1391
|
-
firstSeen?: string;
|
|
1392
|
-
// (undocumented)
|
|
1393
|
-
ipBlock?: string;
|
|
1394
|
-
// (undocumented)
|
|
1395
|
-
lastSeen?: string;
|
|
1396
|
-
// (undocumented)
|
|
1397
|
-
recent?: boolean;
|
|
1398
|
-
// (undocumented)
|
|
1399
|
-
sources?: Array<SourceOutput>;
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
// @public (undocumented)
|
|
1403
|
-
export function isUnexpected(response: ListAssetResource200Response | ListAssetResourceDefaultResponse): response is ListAssetResourceDefaultResponse;
|
|
1404
|
-
|
|
1405
|
-
// @public (undocumented)
|
|
1406
|
-
export function isUnexpected(response: UpdateAssets200Response | UpdateAssetsDefaultResponse): response is UpdateAssetsDefaultResponse;
|
|
1407
|
-
|
|
1408
|
-
// @public (undocumented)
|
|
1409
|
-
export function isUnexpected(response: GetAssetResource200Response | GetAssetResourceDefaultResponse): response is GetAssetResourceDefaultResponse;
|
|
1410
|
-
|
|
1411
|
-
// @public (undocumented)
|
|
1412
|
-
export function isUnexpected(response: ListDataConnection200Response | ListDataConnectionDefaultResponse): response is ListDataConnectionDefaultResponse;
|
|
1413
|
-
|
|
1414
|
-
// @public (undocumented)
|
|
1415
|
-
export function isUnexpected(response: ValidateDataConnection200Response | ValidateDataConnectionDefaultResponse): response is ValidateDataConnectionDefaultResponse;
|
|
1416
|
-
|
|
1417
|
-
// @public (undocumented)
|
|
1418
|
-
export function isUnexpected(response: GetDataConnection200Response | GetDataConnectionDefaultResponse): response is GetDataConnectionDefaultResponse;
|
|
1419
|
-
|
|
1420
|
-
// @public (undocumented)
|
|
1421
|
-
export function isUnexpected(response: CreateOrReplaceDataConnection200Response | CreateOrReplaceDataConnectionDefaultResponse): response is CreateOrReplaceDataConnectionDefaultResponse;
|
|
1422
|
-
|
|
1423
|
-
// @public (undocumented)
|
|
1424
|
-
export function isUnexpected(response: DeleteDataConnection204Response | DeleteDataConnectionDefaultResponse): response is DeleteDataConnectionDefaultResponse;
|
|
1425
|
-
|
|
1426
|
-
// @public (undocumented)
|
|
1427
|
-
export function isUnexpected(response: ListDiscoGroup200Response | ListDiscoGroupDefaultResponse): response is ListDiscoGroupDefaultResponse;
|
|
1428
|
-
|
|
1429
|
-
// @public (undocumented)
|
|
1430
|
-
export function isUnexpected(response: ValidateDiscoGroup200Response | ValidateDiscoGroupDefaultResponse): response is ValidateDiscoGroupDefaultResponse;
|
|
1431
|
-
|
|
1432
|
-
// @public (undocumented)
|
|
1433
|
-
export function isUnexpected(response: GetDiscoGroup200Response | GetDiscoGroupDefaultResponse): response is GetDiscoGroupDefaultResponse;
|
|
1434
|
-
|
|
1435
|
-
// @public (undocumented)
|
|
1436
|
-
export function isUnexpected(response: CreateOrReplaceDiscoGroup200Response | CreateOrReplaceDiscoGroupDefaultResponse): response is CreateOrReplaceDiscoGroupDefaultResponse;
|
|
1437
|
-
|
|
1438
|
-
// @public (undocumented)
|
|
1439
|
-
export function isUnexpected(response: RunDiscoGroup204Response | RunDiscoGroupDefaultResponse): response is RunDiscoGroupDefaultResponse;
|
|
1440
|
-
|
|
1441
|
-
// @public (undocumented)
|
|
1442
|
-
export function isUnexpected(response: ListRuns200Response | ListRunsDefaultResponse): response is ListRunsDefaultResponse;
|
|
1443
|
-
|
|
1444
|
-
// @public (undocumented)
|
|
1445
|
-
export function isUnexpected(response: ListDiscoTemplate200Response | ListDiscoTemplateDefaultResponse): response is ListDiscoTemplateDefaultResponse;
|
|
1446
|
-
|
|
1447
|
-
// @public (undocumented)
|
|
1448
|
-
export function isUnexpected(response: GetDiscoTemplate200Response | GetDiscoTemplateDefaultResponse): response is GetDiscoTemplateDefaultResponse;
|
|
1449
|
-
|
|
1450
|
-
// @public (undocumented)
|
|
1451
|
-
export function isUnexpected(response: GetBillable200Response | GetBillableDefaultResponse): response is GetBillableDefaultResponse;
|
|
1452
|
-
|
|
1453
|
-
// @public (undocumented)
|
|
1454
|
-
export function isUnexpected(response: GetSnapshot200Response | GetSnapshotDefaultResponse): response is GetSnapshotDefaultResponse;
|
|
1455
|
-
|
|
1456
|
-
// @public (undocumented)
|
|
1457
|
-
export function isUnexpected(response: GetSummary200Response | GetSummaryDefaultResponse): response is GetSummaryDefaultResponse;
|
|
1458
|
-
|
|
1459
|
-
// @public (undocumented)
|
|
1460
|
-
export function isUnexpected(response: ListSavedFilter200Response | ListSavedFilterDefaultResponse): response is ListSavedFilterDefaultResponse;
|
|
1461
|
-
|
|
1462
|
-
// @public (undocumented)
|
|
1463
|
-
export function isUnexpected(response: GetSavedFilter200Response | GetSavedFilterDefaultResponse): response is GetSavedFilterDefaultResponse;
|
|
1464
|
-
|
|
1465
|
-
// @public (undocumented)
|
|
1466
|
-
export function isUnexpected(response: CreateOrReplaceSavedFilter200Response | CreateOrReplaceSavedFilterDefaultResponse): response is CreateOrReplaceSavedFilterDefaultResponse;
|
|
1467
|
-
|
|
1468
|
-
// @public (undocumented)
|
|
1469
|
-
export function isUnexpected(response: DeleteSavedFilter204Response | DeleteSavedFilterDefaultResponse): response is DeleteSavedFilterDefaultResponse;
|
|
1470
|
-
|
|
1471
|
-
// @public (undocumented)
|
|
1472
|
-
export function isUnexpected(response: ListTask200Response | ListTaskDefaultResponse): response is ListTaskDefaultResponse;
|
|
1473
|
-
|
|
1474
|
-
// @public (undocumented)
|
|
1475
|
-
export function isUnexpected(response: GetTask200Response | GetTaskDefaultResponse): response is GetTaskDefaultResponse;
|
|
1476
|
-
|
|
1477
|
-
// @public (undocumented)
|
|
1478
|
-
export function isUnexpected(response: CancelTask200Response | CancelTaskDefaultResponse): response is CancelTaskDefaultResponse;
|
|
1479
|
-
|
|
1480
|
-
// @public (undocumented)
|
|
1481
|
-
export interface ListAssetResource {
|
|
1482
|
-
get(options?: ListAssetResourceParameters): StreamableMethod<ListAssetResource200Response | ListAssetResourceDefaultResponse>;
|
|
1483
|
-
post(options: UpdateAssetsParameters): StreamableMethod<UpdateAssets200Response | UpdateAssetsDefaultResponse>;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
// @public
|
|
1487
|
-
export interface ListAssetResource200Response extends HttpResponse {
|
|
1488
|
-
// (undocumented)
|
|
1489
|
-
body: PagedAssetResourceOutput;
|
|
1490
|
-
// (undocumented)
|
|
1491
|
-
status: "200";
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
// @public (undocumented)
|
|
1495
|
-
export interface ListAssetResourceDefaultHeaders {
|
|
1496
|
-
"x-ms-error-code"?: string;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
// @public (undocumented)
|
|
1500
|
-
export interface ListAssetResourceDefaultResponse extends HttpResponse {
|
|
1501
|
-
// (undocumented)
|
|
1502
|
-
body: ErrorResponse;
|
|
1503
|
-
// (undocumented)
|
|
1504
|
-
headers: RawHttpHeaders & ListAssetResourceDefaultHeaders;
|
|
1505
|
-
// (undocumented)
|
|
1506
|
-
status: string;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
// @public (undocumented)
|
|
1510
|
-
export type ListAssetResourceParameters = ListAssetResourceQueryParam & RequestParameters;
|
|
1511
|
-
|
|
1512
|
-
// @public (undocumented)
|
|
1513
|
-
export interface ListAssetResourceQueryParam {
|
|
1514
|
-
// (undocumented)
|
|
1515
|
-
queryParameters?: ListAssetResourceQueryParamProperties;
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
// @public (undocumented)
|
|
1519
|
-
export interface ListAssetResourceQueryParamProperties {
|
|
1520
|
-
filter?: string;
|
|
1521
|
-
mark?: string;
|
|
1522
|
-
maxpagesize?: number;
|
|
1523
|
-
orderby?: string;
|
|
1524
|
-
skip?: number;
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
// @public (undocumented)
|
|
1528
|
-
export interface ListDataConnection {
|
|
1529
|
-
get(options?: ListDataConnectionParameters): StreamableMethod<ListDataConnection200Response | ListDataConnectionDefaultResponse>;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
// @public
|
|
1533
|
-
export interface ListDataConnection200Response extends HttpResponse {
|
|
1534
|
-
// (undocumented)
|
|
1535
|
-
body: PagedDataConnectionOutput;
|
|
1536
|
-
// (undocumented)
|
|
1537
|
-
status: "200";
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
// @public (undocumented)
|
|
1541
|
-
export interface ListDataConnectionDefaultHeaders {
|
|
1542
|
-
"x-ms-error-code"?: string;
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
// @public (undocumented)
|
|
1546
|
-
export interface ListDataConnectionDefaultResponse extends HttpResponse {
|
|
1547
|
-
// (undocumented)
|
|
1548
|
-
body: ErrorResponse;
|
|
1549
|
-
// (undocumented)
|
|
1550
|
-
headers: RawHttpHeaders & ListDataConnectionDefaultHeaders;
|
|
1551
|
-
// (undocumented)
|
|
1552
|
-
status: string;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
// @public (undocumented)
|
|
1556
|
-
export type ListDataConnectionParameters = ListDataConnectionQueryParam & RequestParameters;
|
|
1557
|
-
|
|
1558
|
-
// @public (undocumented)
|
|
1559
|
-
export interface ListDataConnectionQueryParam {
|
|
1560
|
-
// (undocumented)
|
|
1561
|
-
queryParameters?: ListDataConnectionQueryParamProperties;
|
|
1562
|
-
}
|
|
1563
|
-
|
|
1564
|
-
// @public (undocumented)
|
|
1565
|
-
export interface ListDataConnectionQueryParamProperties {
|
|
1566
|
-
maxpagesize?: number;
|
|
1567
|
-
skip?: number;
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
// @public (undocumented)
|
|
1571
|
-
export interface ListDiscoGroup {
|
|
1572
|
-
get(options?: ListDiscoGroupParameters): StreamableMethod<ListDiscoGroup200Response | ListDiscoGroupDefaultResponse>;
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
// @public
|
|
1576
|
-
export interface ListDiscoGroup200Response extends HttpResponse {
|
|
1577
|
-
// (undocumented)
|
|
1578
|
-
body: PagedDiscoGroupOutput;
|
|
1579
|
-
// (undocumented)
|
|
1580
|
-
status: "200";
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
// @public (undocumented)
|
|
1584
|
-
export interface ListDiscoGroupDefaultHeaders {
|
|
1585
|
-
"x-ms-error-code"?: string;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
// @public (undocumented)
|
|
1589
|
-
export interface ListDiscoGroupDefaultResponse extends HttpResponse {
|
|
1590
|
-
// (undocumented)
|
|
1591
|
-
body: ErrorResponse;
|
|
1592
|
-
// (undocumented)
|
|
1593
|
-
headers: RawHttpHeaders & ListDiscoGroupDefaultHeaders;
|
|
1594
|
-
// (undocumented)
|
|
1595
|
-
status: string;
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
// @public (undocumented)
|
|
1599
|
-
export type ListDiscoGroupParameters = ListDiscoGroupQueryParam & RequestParameters;
|
|
1600
|
-
|
|
1601
|
-
// @public (undocumented)
|
|
1602
|
-
export interface ListDiscoGroupQueryParam {
|
|
1603
|
-
// (undocumented)
|
|
1604
|
-
queryParameters?: ListDiscoGroupQueryParamProperties;
|
|
1605
|
-
}
|
|
1606
|
-
|
|
1607
|
-
// @public (undocumented)
|
|
1608
|
-
export interface ListDiscoGroupQueryParamProperties {
|
|
1609
|
-
filter?: string;
|
|
1610
|
-
maxpagesize?: number;
|
|
1611
|
-
skip?: number;
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
// @public (undocumented)
|
|
1615
|
-
export interface ListDiscoTemplate {
|
|
1616
|
-
get(options?: ListDiscoTemplateParameters): StreamableMethod<ListDiscoTemplate200Response | ListDiscoTemplateDefaultResponse>;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
// @public
|
|
1620
|
-
export interface ListDiscoTemplate200Response extends HttpResponse {
|
|
1621
|
-
// (undocumented)
|
|
1622
|
-
body: PagedDiscoTemplateOutput;
|
|
1623
|
-
// (undocumented)
|
|
1624
|
-
status: "200";
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
// @public (undocumented)
|
|
1628
|
-
export interface ListDiscoTemplateDefaultHeaders {
|
|
1629
|
-
"x-ms-error-code"?: string;
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
// @public (undocumented)
|
|
1633
|
-
export interface ListDiscoTemplateDefaultResponse extends HttpResponse {
|
|
1634
|
-
// (undocumented)
|
|
1635
|
-
body: ErrorResponse;
|
|
1636
|
-
// (undocumented)
|
|
1637
|
-
headers: RawHttpHeaders & ListDiscoTemplateDefaultHeaders;
|
|
1638
|
-
// (undocumented)
|
|
1639
|
-
status: string;
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
// @public (undocumented)
|
|
1643
|
-
export type ListDiscoTemplateParameters = ListDiscoTemplateQueryParam & RequestParameters;
|
|
1644
|
-
|
|
1645
|
-
// @public (undocumented)
|
|
1646
|
-
export interface ListDiscoTemplateQueryParam {
|
|
1647
|
-
// (undocumented)
|
|
1648
|
-
queryParameters?: ListDiscoTemplateQueryParamProperties;
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
// @public (undocumented)
|
|
1652
|
-
export interface ListDiscoTemplateQueryParamProperties {
|
|
1653
|
-
filter?: string;
|
|
1654
|
-
maxpagesize?: number;
|
|
1655
|
-
skip?: number;
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
// @public (undocumented)
|
|
1659
|
-
export interface ListRuns {
|
|
1660
|
-
get(options?: ListRunsParameters): StreamableMethod<ListRuns200Response | ListRunsDefaultResponse>;
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
// @public
|
|
1664
|
-
export interface ListRuns200Response extends HttpResponse {
|
|
1665
|
-
// (undocumented)
|
|
1666
|
-
body: DiscoRunPageResultOutput;
|
|
1667
|
-
// (undocumented)
|
|
1668
|
-
status: "200";
|
|
1669
|
-
}
|
|
1670
|
-
|
|
1671
|
-
// @public (undocumented)
|
|
1672
|
-
export interface ListRunsDefaultHeaders {
|
|
1673
|
-
"x-ms-error-code"?: string;
|
|
1674
|
-
}
|
|
1675
|
-
|
|
1676
|
-
// @public (undocumented)
|
|
1677
|
-
export interface ListRunsDefaultResponse extends HttpResponse {
|
|
1678
|
-
// (undocumented)
|
|
1679
|
-
body: ErrorResponse;
|
|
1680
|
-
// (undocumented)
|
|
1681
|
-
headers: RawHttpHeaders & ListRunsDefaultHeaders;
|
|
1682
|
-
// (undocumented)
|
|
1683
|
-
status: string;
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
// @public (undocumented)
|
|
1687
|
-
export type ListRunsParameters = ListRunsQueryParam & RequestParameters;
|
|
1688
|
-
|
|
1689
|
-
// @public (undocumented)
|
|
1690
|
-
export interface ListRunsQueryParam {
|
|
1691
|
-
// (undocumented)
|
|
1692
|
-
queryParameters?: ListRunsQueryParamProperties;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
// @public (undocumented)
|
|
1696
|
-
export interface ListRunsQueryParamProperties {
|
|
1697
|
-
filter?: string;
|
|
1698
|
-
maxpagesize?: number;
|
|
1699
|
-
skip?: number;
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
|
-
// @public (undocumented)
|
|
1703
|
-
export interface ListSavedFilter {
|
|
1704
|
-
get(options?: ListSavedFilterParameters): StreamableMethod<ListSavedFilter200Response | ListSavedFilterDefaultResponse>;
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
// @public
|
|
1708
|
-
export interface ListSavedFilter200Response extends HttpResponse {
|
|
1709
|
-
// (undocumented)
|
|
1710
|
-
body: PagedSavedFilterOutput;
|
|
1711
|
-
// (undocumented)
|
|
1712
|
-
status: "200";
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
|
-
// @public (undocumented)
|
|
1716
|
-
export interface ListSavedFilterDefaultHeaders {
|
|
1717
|
-
"x-ms-error-code"?: string;
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
// @public (undocumented)
|
|
1721
|
-
export interface ListSavedFilterDefaultResponse extends HttpResponse {
|
|
1722
|
-
// (undocumented)
|
|
1723
|
-
body: ErrorResponse;
|
|
1724
|
-
// (undocumented)
|
|
1725
|
-
headers: RawHttpHeaders & ListSavedFilterDefaultHeaders;
|
|
1726
|
-
// (undocumented)
|
|
1727
|
-
status: string;
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
// @public (undocumented)
|
|
1731
|
-
export type ListSavedFilterParameters = ListSavedFilterQueryParam & RequestParameters;
|
|
1732
|
-
|
|
1733
|
-
// @public (undocumented)
|
|
1734
|
-
export interface ListSavedFilterQueryParam {
|
|
1735
|
-
// (undocumented)
|
|
1736
|
-
queryParameters?: ListSavedFilterQueryParamProperties;
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
|
-
// @public (undocumented)
|
|
1740
|
-
export interface ListSavedFilterQueryParamProperties {
|
|
1741
|
-
filter?: string;
|
|
1742
|
-
maxpagesize?: number;
|
|
1743
|
-
skip?: number;
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
// @public (undocumented)
|
|
1747
|
-
export interface ListTask {
|
|
1748
|
-
get(options?: ListTaskParameters): StreamableMethod<ListTask200Response | ListTaskDefaultResponse>;
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
// @public
|
|
1752
|
-
export interface ListTask200Response extends HttpResponse {
|
|
1753
|
-
// (undocumented)
|
|
1754
|
-
body: PagedTaskOutput;
|
|
1755
|
-
// (undocumented)
|
|
1756
|
-
status: "200";
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
|
-
// @public (undocumented)
|
|
1760
|
-
export interface ListTaskDefaultHeaders {
|
|
1761
|
-
"x-ms-error-code"?: string;
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
// @public (undocumented)
|
|
1765
|
-
export interface ListTaskDefaultResponse extends HttpResponse {
|
|
1766
|
-
// (undocumented)
|
|
1767
|
-
body: ErrorResponse;
|
|
1768
|
-
// (undocumented)
|
|
1769
|
-
headers: RawHttpHeaders & ListTaskDefaultHeaders;
|
|
1770
|
-
// (undocumented)
|
|
1771
|
-
status: string;
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
// @public (undocumented)
|
|
1775
|
-
export type ListTaskParameters = ListTaskQueryParam & RequestParameters;
|
|
1776
|
-
|
|
1777
|
-
// @public (undocumented)
|
|
1778
|
-
export interface ListTaskQueryParam {
|
|
1779
|
-
// (undocumented)
|
|
1780
|
-
queryParameters?: ListTaskQueryParamProperties;
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
// @public (undocumented)
|
|
1784
|
-
export interface ListTaskQueryParamProperties {
|
|
1785
|
-
filter?: string;
|
|
1786
|
-
maxpagesize?: number;
|
|
1787
|
-
orderby?: string;
|
|
1788
|
-
skip?: number;
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
// @public (undocumented)
|
|
1792
|
-
export interface LocationOutput {
|
|
1793
|
-
// (undocumented)
|
|
1794
|
-
areaCode?: number;
|
|
1795
|
-
// (undocumented)
|
|
1796
|
-
city?: string;
|
|
1797
|
-
// (undocumented)
|
|
1798
|
-
countryCode?: string;
|
|
1799
|
-
// (undocumented)
|
|
1800
|
-
countryName?: string;
|
|
1801
|
-
// (undocumented)
|
|
1802
|
-
dmaCode?: number;
|
|
1803
|
-
// (undocumented)
|
|
1804
|
-
latitude?: number;
|
|
1805
|
-
// (undocumented)
|
|
1806
|
-
longitude?: number;
|
|
1807
|
-
// (undocumented)
|
|
1808
|
-
metroCodeId?: number;
|
|
1809
|
-
// (undocumented)
|
|
1810
|
-
postalCode?: string;
|
|
1811
|
-
// (undocumented)
|
|
1812
|
-
region?: string;
|
|
1813
|
-
// (undocumented)
|
|
1814
|
-
regionName?: string;
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
// @public (undocumented)
|
|
1818
|
-
export interface LogAnalyticsDataConnectionData extends DataConnectionDataParent {
|
|
1819
|
-
// (undocumented)
|
|
1820
|
-
kind: "logAnalytics";
|
|
1821
|
-
// (undocumented)
|
|
1822
|
-
properties: LogAnalyticsDataConnectionProperties;
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
|
-
// @public (undocumented)
|
|
1826
|
-
export interface LogAnalyticsDataConnectionOutput extends DataConnectionOutputParent {
|
|
1827
|
-
kind: "logAnalytics";
|
|
1828
|
-
properties: LogAnalyticsDataConnectionPropertiesOutput;
|
|
1829
|
-
}
|
|
1830
|
-
|
|
1831
|
-
// @public
|
|
1832
|
-
export interface LogAnalyticsDataConnectionProperties extends DataConnectionProperties {
|
|
1833
|
-
apiKey?: string;
|
|
1834
|
-
workspaceId?: string;
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
// @public (undocumented)
|
|
1838
|
-
export interface LogAnalyticsDataConnectionPropertiesOutput extends DataConnectionPropertiesOutput {
|
|
1839
|
-
apiKey?: string;
|
|
1840
|
-
workspaceId?: string;
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
// @public (undocumented)
|
|
1844
|
-
export interface ObservedBooleanOutput extends ObservedValueOutput {
|
|
1845
|
-
// (undocumented)
|
|
1846
|
-
sources?: Array<SourceOutput>;
|
|
1847
|
-
// (undocumented)
|
|
1848
|
-
value?: boolean;
|
|
1849
|
-
}
|
|
1850
|
-
|
|
1851
|
-
// @public (undocumented)
|
|
1852
|
-
export interface ObservedHeaderOutput extends ObservedValueOutput {
|
|
1853
|
-
// (undocumented)
|
|
1854
|
-
headerName?: string;
|
|
1855
|
-
// (undocumented)
|
|
1856
|
-
headerValue?: string;
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
// @public (undocumented)
|
|
1860
|
-
export interface ObservedIntegerOutput extends ObservedValueOutput {
|
|
1861
|
-
// (undocumented)
|
|
1862
|
-
sources?: Array<SourceOutput>;
|
|
1863
|
-
// (undocumented)
|
|
1864
|
-
value?: number;
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
// @public (undocumented)
|
|
1868
|
-
export interface ObservedIntegersOutput extends ObservedValueOutput {
|
|
1869
|
-
// (undocumented)
|
|
1870
|
-
sources?: Array<SourceOutput>;
|
|
1871
|
-
// (undocumented)
|
|
1872
|
-
values?: number[];
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
// @public (undocumented)
|
|
1876
|
-
export interface ObservedLocationOutput extends ObservedValueOutput {
|
|
1877
|
-
// (undocumented)
|
|
1878
|
-
sources?: Array<SourceOutput>;
|
|
1879
|
-
// (undocumented)
|
|
1880
|
-
value?: LocationOutput;
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
|
-
// @public (undocumented)
|
|
1884
|
-
export interface ObservedLongOutput extends ObservedValueOutput {
|
|
1885
|
-
// (undocumented)
|
|
1886
|
-
sources?: Array<SourceOutput>;
|
|
1887
|
-
// (undocumented)
|
|
1888
|
-
value?: number;
|
|
1889
|
-
}
|
|
1890
|
-
|
|
1891
|
-
// @public (undocumented)
|
|
1892
|
-
export interface ObservedPortStateOutput extends ObservedValueOutput {
|
|
1893
|
-
// (undocumented)
|
|
1894
|
-
port?: number;
|
|
1895
|
-
value?: string;
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
// @public (undocumented)
|
|
1899
|
-
export interface ObservedStringOutput extends ObservedValueOutput {
|
|
1900
|
-
// (undocumented)
|
|
1901
|
-
sources?: Array<SourceOutput>;
|
|
1902
|
-
// (undocumented)
|
|
1903
|
-
value?: string;
|
|
1904
|
-
}
|
|
1905
|
-
|
|
1906
|
-
// @public
|
|
1907
|
-
export interface ObservedValueOutput {
|
|
1908
|
-
// (undocumented)
|
|
1909
|
-
count?: number;
|
|
1910
|
-
// (undocumented)
|
|
1911
|
-
firstSeen?: string;
|
|
1912
|
-
// (undocumented)
|
|
1913
|
-
lastSeen?: string;
|
|
1914
|
-
// (undocumented)
|
|
1915
|
-
recent?: boolean;
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
// @public (undocumented)
|
|
1919
|
-
export interface PageAssetOutput extends InventoryAssetOutput {
|
|
1920
|
-
// (undocumented)
|
|
1921
|
-
asns?: Array<ObservedLongOutput>;
|
|
1922
|
-
// (undocumented)
|
|
1923
|
-
assetSecurityPolicies?: Array<AssetSecurityPolicyOutput>;
|
|
1924
|
-
// (undocumented)
|
|
1925
|
-
attributes?: Array<AttributeOutput>;
|
|
1926
|
-
// (undocumented)
|
|
1927
|
-
cause?: PageCauseOutput;
|
|
1928
|
-
// (undocumented)
|
|
1929
|
-
cdns?: Array<ObservedStringOutput>;
|
|
1930
|
-
// (undocumented)
|
|
1931
|
-
charsets?: Array<ObservedStringOutput>;
|
|
1932
|
-
// (undocumented)
|
|
1933
|
-
cnames?: Array<ObservedStringOutput>;
|
|
1934
|
-
// (undocumented)
|
|
1935
|
-
contentLengths?: Array<ObservedLongOutput>;
|
|
1936
|
-
// (undocumented)
|
|
1937
|
-
contentTypes?: Array<ObservedStringOutput>;
|
|
1938
|
-
// (undocumented)
|
|
1939
|
-
cookies?: Array<CookieOutput>;
|
|
1940
|
-
// (undocumented)
|
|
1941
|
-
count?: number;
|
|
1942
|
-
// (undocumented)
|
|
1943
|
-
domain?: string;
|
|
1944
|
-
// (undocumented)
|
|
1945
|
-
domainAsset?: DomainAssetOutput;
|
|
1946
|
-
// (undocumented)
|
|
1947
|
-
errors?: Array<ObservedStringOutput>;
|
|
1948
|
-
// (undocumented)
|
|
1949
|
-
finalAsns?: Array<ObservedLongOutput>;
|
|
1950
|
-
// (undocumented)
|
|
1951
|
-
finalIpAddresses?: Array<ObservedStringOutput>;
|
|
1952
|
-
// (undocumented)
|
|
1953
|
-
finalIpBlocks?: Array<IpBlockOutput>;
|
|
1954
|
-
// (undocumented)
|
|
1955
|
-
finalResponseCodes?: Array<ObservedIntegerOutput>;
|
|
1956
|
-
// (undocumented)
|
|
1957
|
-
finalUrls?: Array<ObservedStringOutput>;
|
|
1958
|
-
// (undocumented)
|
|
1959
|
-
firstSeen?: string;
|
|
1960
|
-
// (undocumented)
|
|
1961
|
-
frames?: Array<ObservedBooleanOutput>;
|
|
1962
|
-
// (undocumented)
|
|
1963
|
-
fullDomMinhashSignatures?: Array<ObservedIntegersOutput>;
|
|
1964
|
-
// (undocumented)
|
|
1965
|
-
gdprAssetSecurityPolicies?: Array<AssetSecurityPolicyOutput>;
|
|
1966
|
-
// (undocumented)
|
|
1967
|
-
guids?: Array<GuidPairOutput>;
|
|
1968
|
-
// (undocumented)
|
|
1969
|
-
host?: string;
|
|
1970
|
-
// (undocumented)
|
|
1971
|
-
httpMethod?: string;
|
|
1972
|
-
// (undocumented)
|
|
1973
|
-
httpResponseCodes?: Array<ObservedIntegerOutput>;
|
|
1974
|
-
// (undocumented)
|
|
1975
|
-
httpResponseMessages?: Array<ObservedStringOutput>;
|
|
1976
|
-
// (undocumented)
|
|
1977
|
-
ipAddresses?: Array<ObservedStringOutput>;
|
|
1978
|
-
// (undocumented)
|
|
1979
|
-
ipBlocks?: Array<IpBlockOutput>;
|
|
1980
|
-
// (undocumented)
|
|
1981
|
-
ipv4?: Array<ObservedBooleanOutput>;
|
|
1982
|
-
// (undocumented)
|
|
1983
|
-
ipv6?: Array<ObservedBooleanOutput>;
|
|
1984
|
-
// (undocumented)
|
|
1985
|
-
isRootUrl?: boolean;
|
|
1986
|
-
// (undocumented)
|
|
1987
|
-
languages?: Array<ObservedStringOutput>;
|
|
1988
|
-
// (undocumented)
|
|
1989
|
-
lastSeen?: string;
|
|
1990
|
-
// (undocumented)
|
|
1991
|
-
location?: Array<ObservedLocationOutput>;
|
|
1992
|
-
// (undocumented)
|
|
1993
|
-
nonHtmlFrames?: Array<ObservedBooleanOutput>;
|
|
1994
|
-
// (undocumented)
|
|
1995
|
-
parkedPage?: Array<ObservedBooleanOutput>;
|
|
1996
|
-
redirectType?: string;
|
|
1997
|
-
// (undocumented)
|
|
1998
|
-
redirectUrls?: Array<ObservedStringOutput>;
|
|
1999
|
-
// (undocumented)
|
|
2000
|
-
referrer?: string;
|
|
2001
|
-
// (undocumented)
|
|
2002
|
-
resourceUrls?: Array<ResourceUrlOutput>;
|
|
2003
|
-
// (undocumented)
|
|
2004
|
-
responseBodies?: Array<ObservedStringOutput>;
|
|
2005
|
-
// (undocumented)
|
|
2006
|
-
responseBodyHashSignatures?: Array<ObservedStringOutput>;
|
|
2007
|
-
// (undocumented)
|
|
2008
|
-
responseBodyMinhashSignatures?: Array<ObservedIntegersOutput>;
|
|
2009
|
-
// (undocumented)
|
|
2010
|
-
responseHeaders?: Array<ObservedHeaderOutput>;
|
|
2011
|
-
// (undocumented)
|
|
2012
|
-
responseTimes?: Array<ObservedLongOutput>;
|
|
2013
|
-
// (undocumented)
|
|
2014
|
-
rootUrl?: ObservedBooleanOutput;
|
|
2015
|
-
// (undocumented)
|
|
2016
|
-
service?: string;
|
|
2017
|
-
// (undocumented)
|
|
2018
|
-
services?: Array<ServiceOutput>;
|
|
2019
|
-
// (undocumented)
|
|
2020
|
-
siteStatus?: string;
|
|
2021
|
-
// (undocumented)
|
|
2022
|
-
sources?: Array<SourceOutput>;
|
|
2023
|
-
// (undocumented)
|
|
2024
|
-
sslCerts?: Array<SslCertAssetOutput>;
|
|
2025
|
-
// (undocumented)
|
|
2026
|
-
sslServerConfig?: Array<SslServerConfigOutput>;
|
|
2027
|
-
// (undocumented)
|
|
2028
|
-
successful?: Array<ObservedBooleanOutput>;
|
|
2029
|
-
// (undocumented)
|
|
2030
|
-
titles?: Array<ObservedStringOutput>;
|
|
2031
|
-
// (undocumented)
|
|
2032
|
-
undirectedContent?: Array<ObservedBooleanOutput>;
|
|
2033
|
-
// (undocumented)
|
|
2034
|
-
url?: string;
|
|
2035
|
-
// (undocumented)
|
|
2036
|
-
webComponents?: Array<WebComponentOutput>;
|
|
2037
|
-
// (undocumented)
|
|
2038
|
-
windowNames?: Array<ObservedStringOutput>;
|
|
2039
|
-
// (undocumented)
|
|
2040
|
-
windows?: Array<ObservedBooleanOutput>;
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
// @public (undocumented)
|
|
2044
|
-
export interface PageAssetResourceOutput extends AssetResourceOutputParent {
|
|
2045
|
-
asset: PageAssetOutput;
|
|
2046
|
-
kind: "page";
|
|
2047
|
-
}
|
|
2048
|
-
|
|
2049
|
-
// @public (undocumented)
|
|
2050
|
-
export interface PageCauseOutput {
|
|
2051
|
-
// (undocumented)
|
|
2052
|
-
cause?: string;
|
|
2053
|
-
// (undocumented)
|
|
2054
|
-
causeElementXPath?: string;
|
|
2055
|
-
// (undocumented)
|
|
2056
|
-
domChangeIndex?: number;
|
|
2057
|
-
// (undocumented)
|
|
2058
|
-
location?: string;
|
|
2059
|
-
// (undocumented)
|
|
2060
|
-
loopDetected?: boolean;
|
|
2061
|
-
// (undocumented)
|
|
2062
|
-
possibleMatches?: number;
|
|
2063
|
-
// (undocumented)
|
|
2064
|
-
version?: number;
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
// @public
|
|
2068
|
-
export type PagedAssetResourceOutput = Paged<AssetResourceOutput>;
|
|
2069
|
-
|
|
2070
|
-
// @public
|
|
2071
|
-
export type PagedDataConnectionOutput = Paged<DataConnectionOutput>;
|
|
2072
|
-
|
|
2073
|
-
// @public
|
|
2074
|
-
export type PagedDiscoGroupOutput = Paged<DiscoGroupOutput>;
|
|
2075
|
-
|
|
2076
|
-
// @public
|
|
2077
|
-
export type PagedDiscoTemplateOutput = Paged<DiscoTemplateOutput>;
|
|
2078
|
-
|
|
2079
|
-
// @public
|
|
2080
|
-
export type PagedSavedFilterOutput = Paged<SavedFilterOutput>;
|
|
2081
|
-
|
|
2082
|
-
// @public
|
|
2083
|
-
export type PagedTaskOutput = Paged<TaskOutput>;
|
|
2084
|
-
|
|
2085
|
-
// @public
|
|
2086
|
-
export function paginate<TResponse extends PathUncheckedResponse>(client: Client, initialResponse: TResponse, options?: PagingOptions<TResponse>): PagedAsyncIterableIterator<PaginateReturn<TResponse>>;
|
|
2087
|
-
|
|
2088
|
-
// @public
|
|
2089
|
-
export type PaginateReturn<TResult> = TResult extends {
|
|
2090
|
-
body: {
|
|
2091
|
-
value?: infer TPage;
|
|
2092
|
-
};
|
|
2093
|
-
} ? GetArrayType<TPage> : Array<unknown>;
|
|
2094
|
-
|
|
2095
|
-
// @public
|
|
2096
|
-
export interface PagingOptions<TResponse> {
|
|
2097
|
-
customGetPage?: GetPage<PaginateReturn<TResponse>[]>;
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
// @public (undocumented)
|
|
2101
|
-
export interface PortOutput {
|
|
2102
|
-
// (undocumented)
|
|
2103
|
-
count?: number;
|
|
2104
|
-
// (undocumented)
|
|
2105
|
-
firstSeen?: string;
|
|
2106
|
-
// (undocumented)
|
|
2107
|
-
lastSeen?: string;
|
|
2108
|
-
// (undocumented)
|
|
2109
|
-
port?: number;
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2112
|
-
// @public
|
|
2113
|
-
export interface ReportAssetSnapshotRequest {
|
|
2114
|
-
labelName?: string;
|
|
2115
|
-
metric?: string;
|
|
2116
|
-
page?: number;
|
|
2117
|
-
size?: number;
|
|
2118
|
-
}
|
|
2119
|
-
|
|
2120
|
-
// @public
|
|
2121
|
-
export interface ReportAssetSnapshotResultOutput {
|
|
2122
|
-
assets?: AssetPageResultOutput;
|
|
2123
|
-
description?: string;
|
|
2124
|
-
displayName?: string;
|
|
2125
|
-
labelName?: string;
|
|
2126
|
-
metric?: string;
|
|
2127
|
-
updatedAt?: string;
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
|
-
// @public
|
|
2131
|
-
export interface ReportAssetSummaryRequest {
|
|
2132
|
-
filters?: string[];
|
|
2133
|
-
groupBy?: string;
|
|
2134
|
-
labelName?: string;
|
|
2135
|
-
metricCategories?: string[];
|
|
2136
|
-
metrics?: string[];
|
|
2137
|
-
segmentBy?: string;
|
|
2138
|
-
}
|
|
2139
|
-
|
|
2140
|
-
// @public (undocumented)
|
|
2141
|
-
export interface ReportAssetSummaryResultOutput {
|
|
2142
|
-
assetSummaries?: Array<AssetSummaryResultOutput>;
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
// @public
|
|
2146
|
-
export interface ReportBillableAssetBreakdownOutput {
|
|
2147
|
-
count?: number;
|
|
2148
|
-
kind?: string;
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
// @public (undocumented)
|
|
2152
|
-
export interface ReportBillableAssetSnapshotResultOutput {
|
|
2153
|
-
assetBreakdown?: Array<ReportBillableAssetBreakdownOutput>;
|
|
2154
|
-
date?: string;
|
|
2155
|
-
total?: number;
|
|
2156
|
-
}
|
|
2157
|
-
|
|
2158
|
-
// @public (undocumented)
|
|
2159
|
-
export interface ReportBillableAssetSummaryResultOutput {
|
|
2160
|
-
// (undocumented)
|
|
2161
|
-
assetSummaries?: Array<ReportBillableAssetSnapshotResultOutput>;
|
|
2162
|
-
}
|
|
2163
|
-
|
|
2164
|
-
// @public (undocumented)
|
|
2165
|
-
export interface ReputationOutput {
|
|
2166
|
-
// (undocumented)
|
|
2167
|
-
cidr?: string;
|
|
2168
|
-
// (undocumented)
|
|
2169
|
-
firstSeen?: string;
|
|
2170
|
-
// (undocumented)
|
|
2171
|
-
lastSeen?: string;
|
|
2172
|
-
// (undocumented)
|
|
2173
|
-
listName?: string;
|
|
2174
|
-
// (undocumented)
|
|
2175
|
-
listUpdatedAt?: string;
|
|
2176
|
-
// (undocumented)
|
|
2177
|
-
recent?: boolean;
|
|
2178
|
-
// (undocumented)
|
|
2179
|
-
threatType?: string;
|
|
2180
|
-
// (undocumented)
|
|
2181
|
-
trusted?: boolean;
|
|
2182
|
-
}
|
|
2183
|
-
|
|
2184
|
-
// @public (undocumented)
|
|
2185
|
-
export interface ResourceUrlOutput {
|
|
2186
|
-
// (undocumented)
|
|
2187
|
-
count?: number;
|
|
2188
|
-
// (undocumented)
|
|
2189
|
-
firstSeen?: string;
|
|
2190
|
-
// (undocumented)
|
|
2191
|
-
lastSeen?: string;
|
|
2192
|
-
// (undocumented)
|
|
2193
|
-
recent?: boolean;
|
|
2194
|
-
// (undocumented)
|
|
2195
|
-
resources?: Array<DependentResourceOutput>;
|
|
2196
|
-
// (undocumented)
|
|
2197
|
-
url?: string;
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
|
-
// @public (undocumented)
|
|
2201
|
-
export interface Routes {
|
|
2202
|
-
(path: "/assets"): ListAssetResource;
|
|
2203
|
-
(path: "/assets/{assetId}", assetId: string): GetAssetResource;
|
|
2204
|
-
(path: "/dataConnections"): ListDataConnection;
|
|
2205
|
-
(path: "/dataConnections:validate"): ValidateDataConnection;
|
|
2206
|
-
(path: "/dataConnections/{dataConnectionName}", dataConnectionName: string): GetDataConnection;
|
|
2207
|
-
(path: "/discoGroups"): ListDiscoGroup;
|
|
2208
|
-
(path: "/discoGroups:validate"): ValidateDiscoGroup;
|
|
2209
|
-
(path: "/discoGroups/{groupName}", groupName: string): GetDiscoGroup;
|
|
2210
|
-
(path: "/discoGroups/{groupName}:run", groupName: string): RunDiscoGroup;
|
|
2211
|
-
(path: "/discoGroups/{groupName}/runs", groupName: string): ListRuns;
|
|
2212
|
-
(path: "/discoTemplates"): ListDiscoTemplate;
|
|
2213
|
-
(path: "/discoTemplates/{templateId}", templateId: string): GetDiscoTemplate;
|
|
2214
|
-
(path: "/reports/assets:getBillable"): GetBillable;
|
|
2215
|
-
(path: "/reports/assets:getSnapshot"): GetSnapshot;
|
|
2216
|
-
(path: "/reports/assets:getSummary"): GetSummary;
|
|
2217
|
-
(path: "/savedFilters"): ListSavedFilter;
|
|
2218
|
-
(path: "/savedFilters/{filterName}", filterName: string): GetSavedFilter;
|
|
2219
|
-
(path: "/tasks"): ListTask;
|
|
2220
|
-
(path: "/tasks/{taskId}", taskId: string): GetTask;
|
|
2221
|
-
(path: "/tasks/{taskId}:cancel", taskId: string): CancelTask;
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
// @public (undocumented)
|
|
2225
|
-
export interface RunDiscoGroup {
|
|
2226
|
-
post(options?: RunDiscoGroupParameters): StreamableMethod<RunDiscoGroup204Response | RunDiscoGroupDefaultResponse>;
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
// @public
|
|
2230
|
-
export interface RunDiscoGroup204Response extends HttpResponse {
|
|
2231
|
-
// (undocumented)
|
|
2232
|
-
status: "204";
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
// @public (undocumented)
|
|
2236
|
-
export interface RunDiscoGroupDefaultHeaders {
|
|
2237
|
-
"x-ms-error-code"?: string;
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
// @public (undocumented)
|
|
2241
|
-
export interface RunDiscoGroupDefaultResponse extends HttpResponse {
|
|
2242
|
-
// (undocumented)
|
|
2243
|
-
body: ErrorResponse;
|
|
2244
|
-
// (undocumented)
|
|
2245
|
-
headers: RawHttpHeaders & RunDiscoGroupDefaultHeaders;
|
|
2246
|
-
// (undocumented)
|
|
2247
|
-
status: string;
|
|
2248
|
-
}
|
|
2249
|
-
|
|
2250
|
-
// @public (undocumented)
|
|
2251
|
-
export type RunDiscoGroupParameters = RequestParameters;
|
|
2252
|
-
|
|
2253
|
-
// @public
|
|
2254
|
-
export interface SavedFilterData {
|
|
2255
|
-
description: string;
|
|
2256
|
-
filter: string;
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
// @public (undocumented)
|
|
2260
|
-
export interface SavedFilterOutput {
|
|
2261
|
-
// (undocumented)
|
|
2262
|
-
description?: string;
|
|
2263
|
-
displayName?: string;
|
|
2264
|
-
// (undocumented)
|
|
2265
|
-
filter?: string;
|
|
2266
|
-
id?: string;
|
|
2267
|
-
readonly name: string;
|
|
2268
|
-
}
|
|
2269
|
-
|
|
2270
|
-
// @public (undocumented)
|
|
2271
|
-
export interface ScanMetadataOutput {
|
|
2272
|
-
// (undocumented)
|
|
2273
|
-
bannerMetadata?: string;
|
|
2274
|
-
// (undocumented)
|
|
2275
|
-
endScan?: string;
|
|
2276
|
-
// (undocumented)
|
|
2277
|
-
port?: number;
|
|
2278
|
-
// (undocumented)
|
|
2279
|
-
startScan?: string;
|
|
2280
|
-
}
|
|
2281
|
-
|
|
2282
|
-
// @public (undocumented)
|
|
2283
|
-
export interface ServiceOutput {
|
|
2284
|
-
// (undocumented)
|
|
2285
|
-
count?: number;
|
|
2286
|
-
// (undocumented)
|
|
2287
|
-
exceptions?: Array<ObservedStringOutput>;
|
|
2288
|
-
// (undocumented)
|
|
2289
|
-
firstSeen?: string;
|
|
2290
|
-
// (undocumented)
|
|
2291
|
-
lastSeen?: string;
|
|
2292
|
-
// (undocumented)
|
|
2293
|
-
port?: number;
|
|
2294
|
-
// (undocumented)
|
|
2295
|
-
portStates?: Array<ObservedPortStateOutput>;
|
|
2296
|
-
// (undocumented)
|
|
2297
|
-
recent?: boolean;
|
|
2298
|
-
// (undocumented)
|
|
2299
|
-
scheme?: string;
|
|
2300
|
-
// (undocumented)
|
|
2301
|
-
sources?: Array<SourceOutput>;
|
|
2302
|
-
// (undocumented)
|
|
2303
|
-
sslCerts?: Array<SslCertAssetOutput>;
|
|
2304
|
-
// (undocumented)
|
|
2305
|
-
webComponents?: Array<WebComponentOutput>;
|
|
2306
|
-
}
|
|
2307
|
-
|
|
2308
|
-
// @public (undocumented)
|
|
2309
|
-
export interface SoaRecordOutput {
|
|
2310
|
-
// (undocumented)
|
|
2311
|
-
count?: number;
|
|
2312
|
-
// (undocumented)
|
|
2313
|
-
email?: string;
|
|
2314
|
-
// (undocumented)
|
|
2315
|
-
firstSeen?: string;
|
|
2316
|
-
// (undocumented)
|
|
2317
|
-
lastSeen?: string;
|
|
2318
|
-
// (undocumented)
|
|
2319
|
-
nameServer?: string;
|
|
2320
|
-
// (undocumented)
|
|
2321
|
-
recent?: boolean;
|
|
2322
|
-
// (undocumented)
|
|
2323
|
-
serialNumber?: number;
|
|
2324
|
-
}
|
|
2325
|
-
|
|
2326
|
-
// @public (undocumented)
|
|
2327
|
-
export interface SourceOutput {
|
|
2328
|
-
// (undocumented)
|
|
2329
|
-
count?: number;
|
|
2330
|
-
// (undocumented)
|
|
2331
|
-
firstSeen?: string;
|
|
2332
|
-
// (undocumented)
|
|
2333
|
-
lastSeen?: string;
|
|
2334
|
-
// (undocumented)
|
|
2335
|
-
reason?: string;
|
|
2336
|
-
// (undocumented)
|
|
2337
|
-
source?: string;
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
// @public (undocumented)
|
|
2341
|
-
export interface SslCertAssetOutput extends InventoryAssetOutput {
|
|
2342
|
-
// (undocumented)
|
|
2343
|
-
certificateAuthority?: boolean;
|
|
2344
|
-
// (undocumented)
|
|
2345
|
-
count?: number;
|
|
2346
|
-
// (undocumented)
|
|
2347
|
-
firstSeen?: string;
|
|
2348
|
-
// (undocumented)
|
|
2349
|
-
invalidAfter?: string;
|
|
2350
|
-
// (undocumented)
|
|
2351
|
-
invalidBefore?: string;
|
|
2352
|
-
// (undocumented)
|
|
2353
|
-
issuerAlternativeNames?: string[];
|
|
2354
|
-
// (undocumented)
|
|
2355
|
-
issuerCommonNames?: string[];
|
|
2356
|
-
// (undocumented)
|
|
2357
|
-
issuerCountry?: string[];
|
|
2358
|
-
// (undocumented)
|
|
2359
|
-
issuerLocality?: string[];
|
|
2360
|
-
// (undocumented)
|
|
2361
|
-
issuerOrganizationalUnits?: string[];
|
|
2362
|
-
// (undocumented)
|
|
2363
|
-
issuerOrganizations?: string[];
|
|
2364
|
-
// (undocumented)
|
|
2365
|
-
issuerState?: string[];
|
|
2366
|
-
// (undocumented)
|
|
2367
|
-
keyAlgorithm?: string;
|
|
2368
|
-
// (undocumented)
|
|
2369
|
-
keySize?: number;
|
|
2370
|
-
// (undocumented)
|
|
2371
|
-
lastSeen?: string;
|
|
2372
|
-
// (undocumented)
|
|
2373
|
-
organizationalUnits?: string[];
|
|
2374
|
-
// (undocumented)
|
|
2375
|
-
organizations?: string[];
|
|
2376
|
-
// (undocumented)
|
|
2377
|
-
recent?: boolean;
|
|
2378
|
-
// (undocumented)
|
|
2379
|
-
selfSigned?: boolean;
|
|
2380
|
-
// (undocumented)
|
|
2381
|
-
serialNumber?: string;
|
|
2382
|
-
// (undocumented)
|
|
2383
|
-
sha1?: string;
|
|
2384
|
-
// (undocumented)
|
|
2385
|
-
sigAlgName?: string;
|
|
2386
|
-
// (undocumented)
|
|
2387
|
-
sigAlgOid?: string;
|
|
2388
|
-
// (undocumented)
|
|
2389
|
-
sources?: Array<SourceOutput>;
|
|
2390
|
-
// (undocumented)
|
|
2391
|
-
subjectAlternativeNames?: string[];
|
|
2392
|
-
// (undocumented)
|
|
2393
|
-
subjectCommonNames?: string[];
|
|
2394
|
-
// (undocumented)
|
|
2395
|
-
subjectCountry?: string[];
|
|
2396
|
-
// (undocumented)
|
|
2397
|
-
subjectLocality?: string[];
|
|
2398
|
-
// (undocumented)
|
|
2399
|
-
subjectOrganizationalUnits?: string[];
|
|
2400
|
-
// (undocumented)
|
|
2401
|
-
subjectOrganizations?: string[];
|
|
2402
|
-
// (undocumented)
|
|
2403
|
-
subjectState?: string[];
|
|
2404
|
-
validationType?: string;
|
|
2405
|
-
// (undocumented)
|
|
2406
|
-
version?: number;
|
|
2407
|
-
}
|
|
2408
|
-
|
|
2409
|
-
// @public (undocumented)
|
|
2410
|
-
export interface SslCertAssetResourceOutput extends AssetResourceOutputParent {
|
|
2411
|
-
asset: SslCertAssetOutput;
|
|
2412
|
-
kind: "sslCert";
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2415
|
-
// @public (undocumented)
|
|
2416
|
-
export interface SslServerConfigOutput {
|
|
2417
|
-
// (undocumented)
|
|
2418
|
-
cipherSuites?: string[];
|
|
2419
|
-
// (undocumented)
|
|
2420
|
-
count?: number;
|
|
2421
|
-
// (undocumented)
|
|
2422
|
-
firstSeen?: string;
|
|
2423
|
-
// (undocumented)
|
|
2424
|
-
lastSeen?: string;
|
|
2425
|
-
// (undocumented)
|
|
2426
|
-
sources?: Array<SourceOutput>;
|
|
2427
|
-
// (undocumented)
|
|
2428
|
-
tlsVersions?: string[];
|
|
2429
|
-
}
|
|
2430
|
-
|
|
2431
|
-
// @public (undocumented)
|
|
2432
|
-
export interface SubResourceIntegrityCheckOutput {
|
|
2433
|
-
// (undocumented)
|
|
2434
|
-
causePageUrl?: string;
|
|
2435
|
-
// (undocumented)
|
|
2436
|
-
count?: number;
|
|
2437
|
-
// (undocumented)
|
|
2438
|
-
crawlGuid?: string;
|
|
2439
|
-
// (undocumented)
|
|
2440
|
-
expectedHash?: string;
|
|
2441
|
-
// (undocumented)
|
|
2442
|
-
firstSeen?: string;
|
|
2443
|
-
// (undocumented)
|
|
2444
|
-
lastSeen?: string;
|
|
2445
|
-
// (undocumented)
|
|
2446
|
-
pageGuid?: string;
|
|
2447
|
-
// (undocumented)
|
|
2448
|
-
resourceGuid?: string;
|
|
2449
|
-
// (undocumented)
|
|
2450
|
-
violation?: boolean;
|
|
2451
|
-
}
|
|
2452
|
-
|
|
2453
|
-
// @public (undocumented)
|
|
2454
|
-
export interface TaskOutput {
|
|
2455
|
-
completedAt?: string;
|
|
2456
|
-
readonly id: string;
|
|
2457
|
-
lastPolledAt?: string;
|
|
2458
|
-
metadata?: Record<string, any>;
|
|
2459
|
-
phase?: string;
|
|
2460
|
-
reason?: string;
|
|
2461
|
-
startedAt?: string;
|
|
2462
|
-
state?: string;
|
|
2463
|
-
}
|
|
2464
|
-
|
|
2465
|
-
// @public
|
|
2466
|
-
export interface UpdateAssets200Response extends HttpResponse {
|
|
2467
|
-
// (undocumented)
|
|
2468
|
-
body: TaskOutput;
|
|
2469
|
-
// (undocumented)
|
|
2470
|
-
status: "200";
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
|
-
// @public (undocumented)
|
|
2474
|
-
export interface UpdateAssetsBodyParam {
|
|
2475
|
-
// (undocumented)
|
|
2476
|
-
body?: AssetUpdateData;
|
|
2477
|
-
}
|
|
2478
|
-
|
|
2479
|
-
// @public (undocumented)
|
|
2480
|
-
export interface UpdateAssetsDefaultHeaders {
|
|
2481
|
-
"x-ms-error-code"?: string;
|
|
2482
|
-
}
|
|
2483
|
-
|
|
2484
|
-
// @public (undocumented)
|
|
2485
|
-
export interface UpdateAssetsDefaultResponse extends HttpResponse {
|
|
2486
|
-
// (undocumented)
|
|
2487
|
-
body: ErrorResponse;
|
|
2488
|
-
// (undocumented)
|
|
2489
|
-
headers: RawHttpHeaders & UpdateAssetsDefaultHeaders;
|
|
2490
|
-
// (undocumented)
|
|
2491
|
-
status: string;
|
|
2492
|
-
}
|
|
2493
|
-
|
|
2494
|
-
// @public (undocumented)
|
|
2495
|
-
export type UpdateAssetsParameters = UpdateAssetsQueryParam & UpdateAssetsBodyParam & RequestParameters;
|
|
2496
|
-
|
|
2497
|
-
// @public (undocumented)
|
|
2498
|
-
export interface UpdateAssetsQueryParam {
|
|
2499
|
-
// (undocumented)
|
|
2500
|
-
queryParameters: UpdateAssetsQueryParamProperties;
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
|
-
// @public (undocumented)
|
|
2504
|
-
export interface UpdateAssetsQueryParamProperties {
|
|
2505
|
-
filter: string;
|
|
2506
|
-
}
|
|
2507
|
-
|
|
2508
|
-
// @public (undocumented)
|
|
2509
|
-
export interface ValidateDataConnection {
|
|
2510
|
-
post(options?: ValidateDataConnectionParameters): StreamableMethod<ValidateDataConnection200Response | ValidateDataConnectionDefaultResponse>;
|
|
2511
|
-
}
|
|
2512
|
-
|
|
2513
|
-
// @public
|
|
2514
|
-
export interface ValidateDataConnection200Response extends HttpResponse {
|
|
2515
|
-
// (undocumented)
|
|
2516
|
-
body: ValidateResultOutput;
|
|
2517
|
-
// (undocumented)
|
|
2518
|
-
status: "200";
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
// @public (undocumented)
|
|
2522
|
-
export interface ValidateDataConnectionBodyParam {
|
|
2523
|
-
// (undocumented)
|
|
2524
|
-
body?: DataConnectionData;
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
// @public (undocumented)
|
|
2528
|
-
export interface ValidateDataConnectionDefaultHeaders {
|
|
2529
|
-
"x-ms-error-code"?: string;
|
|
2530
|
-
}
|
|
2531
|
-
|
|
2532
|
-
// @public (undocumented)
|
|
2533
|
-
export interface ValidateDataConnectionDefaultResponse extends HttpResponse {
|
|
2534
|
-
// (undocumented)
|
|
2535
|
-
body: ErrorResponse;
|
|
2536
|
-
// (undocumented)
|
|
2537
|
-
headers: RawHttpHeaders & ValidateDataConnectionDefaultHeaders;
|
|
2538
|
-
// (undocumented)
|
|
2539
|
-
status: string;
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
// @public (undocumented)
|
|
2543
|
-
export type ValidateDataConnectionParameters = ValidateDataConnectionBodyParam & RequestParameters;
|
|
2544
|
-
|
|
2545
|
-
// @public (undocumented)
|
|
2546
|
-
export interface ValidateDiscoGroup {
|
|
2547
|
-
post(options?: ValidateDiscoGroupParameters): StreamableMethod<ValidateDiscoGroup200Response | ValidateDiscoGroupDefaultResponse>;
|
|
2548
|
-
}
|
|
2549
|
-
|
|
2550
|
-
// @public
|
|
2551
|
-
export interface ValidateDiscoGroup200Response extends HttpResponse {
|
|
2552
|
-
// (undocumented)
|
|
2553
|
-
body: ValidateResultOutput;
|
|
2554
|
-
// (undocumented)
|
|
2555
|
-
status: "200";
|
|
2556
|
-
}
|
|
2557
|
-
|
|
2558
|
-
// @public (undocumented)
|
|
2559
|
-
export interface ValidateDiscoGroupBodyParam {
|
|
2560
|
-
// (undocumented)
|
|
2561
|
-
body?: DiscoGroupData;
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
|
-
// @public (undocumented)
|
|
2565
|
-
export interface ValidateDiscoGroupDefaultHeaders {
|
|
2566
|
-
"x-ms-error-code"?: string;
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
// @public (undocumented)
|
|
2570
|
-
export interface ValidateDiscoGroupDefaultResponse extends HttpResponse {
|
|
2571
|
-
// (undocumented)
|
|
2572
|
-
body: ErrorResponse;
|
|
2573
|
-
// (undocumented)
|
|
2574
|
-
headers: RawHttpHeaders & ValidateDiscoGroupDefaultHeaders;
|
|
2575
|
-
// (undocumented)
|
|
2576
|
-
status: string;
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
// @public (undocumented)
|
|
2580
|
-
export type ValidateDiscoGroupParameters = ValidateDiscoGroupBodyParam & RequestParameters;
|
|
2581
|
-
|
|
2582
|
-
// @public (undocumented)
|
|
2583
|
-
export interface ValidateResultOutput {
|
|
2584
|
-
error?: ErrorDetailOutput;
|
|
2585
|
-
}
|
|
2586
|
-
|
|
2587
|
-
// @public (undocumented)
|
|
2588
|
-
export interface WebComponentOutput {
|
|
2589
|
-
// (undocumented)
|
|
2590
|
-
count?: number;
|
|
2591
|
-
// (undocumented)
|
|
2592
|
-
cve?: Array<CveOutput>;
|
|
2593
|
-
// (undocumented)
|
|
2594
|
-
endOfLife?: number;
|
|
2595
|
-
// (undocumented)
|
|
2596
|
-
firstSeen?: string;
|
|
2597
|
-
// (undocumented)
|
|
2598
|
-
lastSeen?: string;
|
|
2599
|
-
// (undocumented)
|
|
2600
|
-
name?: string;
|
|
2601
|
-
// (undocumented)
|
|
2602
|
-
ports?: Array<PortOutput>;
|
|
2603
|
-
// (undocumented)
|
|
2604
|
-
recent?: boolean;
|
|
2605
|
-
// (undocumented)
|
|
2606
|
-
ruleId?: string[];
|
|
2607
|
-
// (undocumented)
|
|
2608
|
-
service?: string;
|
|
2609
|
-
// (undocumented)
|
|
2610
|
-
sources?: Array<SourceOutput>;
|
|
2611
|
-
// (undocumented)
|
|
2612
|
-
type?: string;
|
|
2613
|
-
// (undocumented)
|
|
2614
|
-
version?: string;
|
|
2615
|
-
}
|
|
2616
|
-
|
|
2617
|
-
// (No @packageDocumentation comment for this package)
|
|
2618
|
-
|
|
2619
|
-
```
|