@azure/arm-hardwaresecuritymodules 1.0.0-alpha.20220401.3
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/CHANGELOG.md +5 -0
- package/LICENSE +21 -0
- package/README.md +109 -0
- package/dist/index.js +1542 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.js +109 -0
- package/dist-esm/samples-dev/dedicatedHsmCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.js +31 -0
- package/dist-esm/samples-dev/dedicatedHsmDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/dedicatedHsmGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmGetSample.js +67 -0
- package/dist-esm/samples-dev/dedicatedHsmGetSample.js.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.js +75 -0
- package/dist-esm/samples-dev/dedicatedHsmListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.js +73 -0
- package/dist-esm/samples-dev/dedicatedHsmListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.d.ts +2 -0
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.js +45 -0
- package/dist-esm/samples-dev/dedicatedHsmListOutboundNetworkDependenciesEndpointsSample.js.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.js +53 -0
- package/dist-esm/samples-dev/dedicatedHsmUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +73 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/src/azureDedicatedHSMResourceProvider.d.ts +20 -0
- package/dist-esm/src/azureDedicatedHSMResourceProvider.d.ts.map +1 -0
- package/dist-esm/src/azureDedicatedHSMResourceProvider.js +54 -0
- package/dist-esm/src/azureDedicatedHSMResourceProvider.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +372 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +52 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +21 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +534 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +14 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +124 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/dedicatedHsmOperations.d.ts +134 -0
- package/dist-esm/src/operations/dedicatedHsmOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/dedicatedHsmOperations.js +624 -0
- package/dist-esm/src/operations/dedicatedHsmOperations.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +10 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +90 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHsmOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +10 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +41 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +118 -0
- package/review/arm-hardwaresecuritymodules.api.md +318 -0
- package/rollup.config.js +122 -0
- package/src/azureDedicatedHSMResourceProvider.ts +79 -0
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +428 -0
- package/src/models/mappers.ts +562 -0
- package/src/models/parameters.ts +144 -0
- package/src/operations/dedicatedHsmOperations.ts +830 -0
- package/src/operations/index.ts +10 -0
- package/src/operations/operations.ts +98 -0
- package/src/operationsInterfaces/dedicatedHsmOperations.ts +149 -0
- package/src/operationsInterfaces/index.ts +10 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/tsconfig.json +33 -0
- package/types/arm-hardwaresecuritymodules.d.ts +524 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Result of the request to list Dedicated HSM Provider operations. It contains a list of operations. */
|
|
3
|
+
export interface DedicatedHsmOperationListResult {
|
|
4
|
+
/** List of Dedicated HSM Resource Provider operations. */
|
|
5
|
+
value?: DedicatedHsmOperation[];
|
|
6
|
+
}
|
|
7
|
+
/** REST API operation */
|
|
8
|
+
export interface DedicatedHsmOperation {
|
|
9
|
+
/** The name of the Dedicated HSM Resource Provider Operation. */
|
|
10
|
+
name?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Gets or sets a value indicating whether it is a data plane action
|
|
13
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
14
|
+
*/
|
|
15
|
+
readonly isDataAction?: string;
|
|
16
|
+
/** The display string. */
|
|
17
|
+
display?: DedicatedHsmOperationDisplay;
|
|
18
|
+
}
|
|
19
|
+
/** The display string. */
|
|
20
|
+
export interface DedicatedHsmOperationDisplay {
|
|
21
|
+
/** The Resource Provider of the operation */
|
|
22
|
+
provider?: string;
|
|
23
|
+
/** Resource on which the operation is performed. */
|
|
24
|
+
resource?: string;
|
|
25
|
+
/** Operation type: Read, write, delete, etc. */
|
|
26
|
+
operation?: string;
|
|
27
|
+
/** The object that represents the operation. */
|
|
28
|
+
description?: string;
|
|
29
|
+
}
|
|
30
|
+
/** The error exception. */
|
|
31
|
+
export interface DedicatedHsmError {
|
|
32
|
+
/**
|
|
33
|
+
* The error detail of the operation if any.
|
|
34
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
+
*/
|
|
36
|
+
readonly error?: ErrorModel;
|
|
37
|
+
}
|
|
38
|
+
/** The key vault server error. */
|
|
39
|
+
export interface ErrorModel {
|
|
40
|
+
/**
|
|
41
|
+
* The error code.
|
|
42
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
43
|
+
*/
|
|
44
|
+
readonly code?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The error message.
|
|
47
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
+
*/
|
|
49
|
+
readonly message?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Contains more specific error that narrows down the cause. May be null.
|
|
52
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
|
+
*/
|
|
54
|
+
readonly innerError?: ErrorModel;
|
|
55
|
+
}
|
|
56
|
+
/** Metadata pertaining to creation and last modification of dedicated hsm resource. */
|
|
57
|
+
export interface SystemData {
|
|
58
|
+
/** The identity that created dedicated hsm resource. */
|
|
59
|
+
createdBy?: string;
|
|
60
|
+
/** The type of identity that created dedicated hsm resource. */
|
|
61
|
+
createdByType?: IdentityType;
|
|
62
|
+
/** The timestamp of dedicated hsm resource creation (UTC). */
|
|
63
|
+
createdAt?: Date;
|
|
64
|
+
/** The identity that last modified dedicated hsm resource. */
|
|
65
|
+
lastModifiedBy?: string;
|
|
66
|
+
/** The type of identity that last modified dedicated hsm resource. */
|
|
67
|
+
lastModifiedByType?: IdentityType;
|
|
68
|
+
/** The timestamp of dedicated hsm resource last modification (UTC). */
|
|
69
|
+
lastModifiedAt?: Date;
|
|
70
|
+
}
|
|
71
|
+
/** The network profile definition. */
|
|
72
|
+
export interface NetworkProfile {
|
|
73
|
+
/** Specifies the identifier of the subnet. */
|
|
74
|
+
subnet?: ApiEntityReference;
|
|
75
|
+
/** Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM. */
|
|
76
|
+
networkInterfaces?: NetworkInterface[];
|
|
77
|
+
}
|
|
78
|
+
/** The API entity reference. */
|
|
79
|
+
export interface ApiEntityReference {
|
|
80
|
+
/** The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
|
|
81
|
+
id?: string;
|
|
82
|
+
}
|
|
83
|
+
/** The network interface definition. */
|
|
84
|
+
export interface NetworkInterface {
|
|
85
|
+
/**
|
|
86
|
+
* The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
|
87
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
+
*/
|
|
89
|
+
readonly id?: string;
|
|
90
|
+
/** Private Ip address of the interface */
|
|
91
|
+
privateIpAddress?: string;
|
|
92
|
+
}
|
|
93
|
+
/** Dedicated HSM resource */
|
|
94
|
+
export interface Resource {
|
|
95
|
+
/**
|
|
96
|
+
* The Azure Resource Manager resource ID for the dedicated HSM.
|
|
97
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
+
*/
|
|
99
|
+
readonly id?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The name of the dedicated HSM.
|
|
102
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
103
|
+
*/
|
|
104
|
+
readonly name?: string;
|
|
105
|
+
/**
|
|
106
|
+
* The resource type of the dedicated HSM.
|
|
107
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
108
|
+
*/
|
|
109
|
+
readonly type?: string;
|
|
110
|
+
/** The supported Azure location where the dedicated HSM should be created. */
|
|
111
|
+
location: string;
|
|
112
|
+
/** SKU details */
|
|
113
|
+
sku?: Sku;
|
|
114
|
+
/** The Dedicated Hsm zones. */
|
|
115
|
+
zones?: string[];
|
|
116
|
+
/** Resource tags */
|
|
117
|
+
tags?: {
|
|
118
|
+
[propertyName: string]: string;
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
/** SKU of the dedicated HSM */
|
|
122
|
+
export interface Sku {
|
|
123
|
+
/** SKU of the dedicated HSM */
|
|
124
|
+
name?: SkuName;
|
|
125
|
+
}
|
|
126
|
+
/** Patchable properties of the dedicated HSM */
|
|
127
|
+
export interface DedicatedHsmPatchParameters {
|
|
128
|
+
/** Resource tags */
|
|
129
|
+
tags?: {
|
|
130
|
+
[propertyName: string]: string;
|
|
131
|
+
};
|
|
132
|
+
}
|
|
133
|
+
/** List of dedicated HSMs */
|
|
134
|
+
export interface DedicatedHsmListResult {
|
|
135
|
+
/** The list of dedicated HSMs. */
|
|
136
|
+
value?: DedicatedHsm[];
|
|
137
|
+
/** The URL to get the next set of dedicated hsms. */
|
|
138
|
+
nextLink?: string;
|
|
139
|
+
}
|
|
140
|
+
/** Collection of OutboundEnvironmentEndpoint */
|
|
141
|
+
export interface OutboundEnvironmentEndpointCollection {
|
|
142
|
+
/** Collection of resources. */
|
|
143
|
+
value: OutboundEnvironmentEndpoint[];
|
|
144
|
+
/**
|
|
145
|
+
* Link to next page of resources.
|
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
+
*/
|
|
148
|
+
readonly nextLink?: string;
|
|
149
|
+
}
|
|
150
|
+
/** Egress endpoints which dedicated hsm service connects to for common purpose. */
|
|
151
|
+
export interface OutboundEnvironmentEndpoint {
|
|
152
|
+
/** The category of endpoints accessed by the dedicated hsm service, e.g. azure-resource-management, apiserver, etc. */
|
|
153
|
+
category?: string;
|
|
154
|
+
/** The endpoints that dedicated hsm service connects to */
|
|
155
|
+
endpoints?: EndpointDependency[];
|
|
156
|
+
}
|
|
157
|
+
/** A domain name that dedicated hsm services are reaching at. */
|
|
158
|
+
export interface EndpointDependency {
|
|
159
|
+
/** The domain name of the dependency. */
|
|
160
|
+
domainName?: string;
|
|
161
|
+
/** The Ports and Protocols used when connecting to domainName. */
|
|
162
|
+
endpointDetails?: EndpointDetail[];
|
|
163
|
+
}
|
|
164
|
+
/** Connect information from the dedicated hsm service to a single endpoint. */
|
|
165
|
+
export interface EndpointDetail {
|
|
166
|
+
/** An IP Address that Domain Name currently resolves to. */
|
|
167
|
+
ipAddress?: string;
|
|
168
|
+
/** The port an endpoint is connected to. */
|
|
169
|
+
port?: number;
|
|
170
|
+
/** The protocol used for connection */
|
|
171
|
+
protocol?: string;
|
|
172
|
+
/** Description of the detail */
|
|
173
|
+
description?: string;
|
|
174
|
+
}
|
|
175
|
+
/** List of dedicated HSM resources. */
|
|
176
|
+
export interface ResourceListResult {
|
|
177
|
+
/** The list of dedicated HSM resources. */
|
|
178
|
+
value?: Resource[];
|
|
179
|
+
/** The URL to get the next set of dedicated HSM resources. */
|
|
180
|
+
nextLink?: string;
|
|
181
|
+
}
|
|
182
|
+
/** Resource information with extended details. */
|
|
183
|
+
export declare type DedicatedHsm = Resource & {
|
|
184
|
+
/**
|
|
185
|
+
* Metadata pertaining to creation and last modification of the resource
|
|
186
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
187
|
+
*/
|
|
188
|
+
readonly systemData?: SystemData;
|
|
189
|
+
/** Specifies the network interfaces of the dedicated hsm. */
|
|
190
|
+
networkProfile?: NetworkProfile;
|
|
191
|
+
/** Specifies the management network interfaces of the dedicated hsm. */
|
|
192
|
+
managementNetworkProfile?: NetworkProfile;
|
|
193
|
+
/** This field will be used when RP does not support Availability zones. */
|
|
194
|
+
stampId?: string;
|
|
195
|
+
/**
|
|
196
|
+
* Resource Status Message.
|
|
197
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
198
|
+
*/
|
|
199
|
+
readonly statusMessage?: string;
|
|
200
|
+
/**
|
|
201
|
+
* Provisioning state.
|
|
202
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
203
|
+
*/
|
|
204
|
+
readonly provisioningState?: JsonWebKeyType;
|
|
205
|
+
};
|
|
206
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
207
|
+
export declare enum KnownIdentityType {
|
|
208
|
+
User = "User",
|
|
209
|
+
Application = "Application",
|
|
210
|
+
ManagedIdentity = "ManagedIdentity",
|
|
211
|
+
Key = "Key"
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Defines values for IdentityType. \
|
|
215
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
216
|
+
* this enum contains the known values that the service supports.
|
|
217
|
+
* ### Known values supported by the service
|
|
218
|
+
* **User** \
|
|
219
|
+
* **Application** \
|
|
220
|
+
* **ManagedIdentity** \
|
|
221
|
+
* **Key**
|
|
222
|
+
*/
|
|
223
|
+
export declare type IdentityType = string;
|
|
224
|
+
/** Known values of {@link JsonWebKeyType} that the service accepts. */
|
|
225
|
+
export declare enum KnownJsonWebKeyType {
|
|
226
|
+
/** The dedicated HSM has been full provisioned. */
|
|
227
|
+
Succeeded = "Succeeded",
|
|
228
|
+
/** The dedicated HSM is currently being provisioned. */
|
|
229
|
+
Provisioning = "Provisioning",
|
|
230
|
+
/** A device is currently being allocated for the dedicated HSM resource. */
|
|
231
|
+
Allocating = "Allocating",
|
|
232
|
+
/** The dedicated HSM is being connected to the virtual network. */
|
|
233
|
+
Connecting = "Connecting",
|
|
234
|
+
/** Provisioning of the dedicated HSM has failed. */
|
|
235
|
+
Failed = "Failed",
|
|
236
|
+
/** Validating the subscription has sufficient quota to allocate a dedicated HSM device. */
|
|
237
|
+
CheckingQuota = "CheckingQuota",
|
|
238
|
+
/** The dedicated HSM is currently being deleted. */
|
|
239
|
+
Deleting = "Deleting"
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Defines values for JsonWebKeyType. \
|
|
243
|
+
* {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,
|
|
244
|
+
* this enum contains the known values that the service supports.
|
|
245
|
+
* ### Known values supported by the service
|
|
246
|
+
* **Succeeded**: The dedicated HSM has been full provisioned. \
|
|
247
|
+
* **Provisioning**: The dedicated HSM is currently being provisioned. \
|
|
248
|
+
* **Allocating**: A device is currently being allocated for the dedicated HSM resource. \
|
|
249
|
+
* **Connecting**: The dedicated HSM is being connected to the virtual network. \
|
|
250
|
+
* **Failed**: Provisioning of the dedicated HSM has failed. \
|
|
251
|
+
* **CheckingQuota**: Validating the subscription has sufficient quota to allocate a dedicated HSM device. \
|
|
252
|
+
* **Deleting**: The dedicated HSM is currently being deleted.
|
|
253
|
+
*/
|
|
254
|
+
export declare type JsonWebKeyType = string;
|
|
255
|
+
/** Known values of {@link SkuName} that the service accepts. */
|
|
256
|
+
export declare enum KnownSkuName {
|
|
257
|
+
/** The dedicated HSM is a Safenet Luna Network HSM A790 device. */
|
|
258
|
+
SafeNetLunaNetworkHSMA790 = "SafeNet Luna Network HSM A790",
|
|
259
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 60 calls per second. */
|
|
260
|
+
PayShield10KLMK1CPS60 = "payShield10K_LMK1_CPS60",
|
|
261
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 250 calls per second. */
|
|
262
|
+
PayShield10KLMK1CPS250 = "payShield10K_LMK1_CPS250",
|
|
263
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 2500 calls per second. */
|
|
264
|
+
PayShield10KLMK1CPS2500 = "payShield10K_LMK1_CPS2500",
|
|
265
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 60 calls per second. */
|
|
266
|
+
PayShield10KLMK2CPS60 = "payShield10K_LMK2_CPS60",
|
|
267
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 250 calls per second. */
|
|
268
|
+
PayShield10KLMK2CPS250 = "payShield10K_LMK2_CPS250",
|
|
269
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 2500 calls per second. */
|
|
270
|
+
PayShield10KLMK2CPS2500 = "payShield10K_LMK2_CPS2500"
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Defines values for SkuName. \
|
|
274
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
275
|
+
* this enum contains the known values that the service supports.
|
|
276
|
+
* ### Known values supported by the service
|
|
277
|
+
* **SafeNet Luna Network HSM A790**: The dedicated HSM is a Safenet Luna Network HSM A790 device. \
|
|
278
|
+
* **payShield10K_LMK1_CPS60**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 60 calls per second. \
|
|
279
|
+
* **payShield10K_LMK1_CPS250**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 250 calls per second. \
|
|
280
|
+
* **payShield10K_LMK1_CPS2500**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 2500 calls per second. \
|
|
281
|
+
* **payShield10K_LMK2_CPS60**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 60 calls per second. \
|
|
282
|
+
* **payShield10K_LMK2_CPS250**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 250 calls per second. \
|
|
283
|
+
* **payShield10K_LMK2_CPS2500**: The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 2500 calls per second.
|
|
284
|
+
*/
|
|
285
|
+
export declare type SkuName = string;
|
|
286
|
+
/** Optional parameters. */
|
|
287
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
288
|
+
}
|
|
289
|
+
/** Contains response data for the list operation. */
|
|
290
|
+
export declare type OperationsListResponse = DedicatedHsmOperationListResult;
|
|
291
|
+
/** Optional parameters. */
|
|
292
|
+
export interface DedicatedHsmCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
293
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
294
|
+
updateIntervalInMs?: number;
|
|
295
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
296
|
+
resumeFrom?: string;
|
|
297
|
+
}
|
|
298
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
299
|
+
export declare type DedicatedHsmCreateOrUpdateResponse = DedicatedHsm;
|
|
300
|
+
/** Optional parameters. */
|
|
301
|
+
export interface DedicatedHsmUpdateOptionalParams extends coreClient.OperationOptions {
|
|
302
|
+
/** Resource tags */
|
|
303
|
+
tags?: {
|
|
304
|
+
[propertyName: string]: string;
|
|
305
|
+
};
|
|
306
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
307
|
+
updateIntervalInMs?: number;
|
|
308
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
309
|
+
resumeFrom?: string;
|
|
310
|
+
}
|
|
311
|
+
/** Contains response data for the update operation. */
|
|
312
|
+
export declare type DedicatedHsmUpdateResponse = DedicatedHsm;
|
|
313
|
+
/** Optional parameters. */
|
|
314
|
+
export interface DedicatedHsmDeleteOptionalParams extends coreClient.OperationOptions {
|
|
315
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
316
|
+
updateIntervalInMs?: number;
|
|
317
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
318
|
+
resumeFrom?: string;
|
|
319
|
+
}
|
|
320
|
+
/** Optional parameters. */
|
|
321
|
+
export interface DedicatedHsmGetOptionalParams extends coreClient.OperationOptions {
|
|
322
|
+
}
|
|
323
|
+
/** Contains response data for the get operation. */
|
|
324
|
+
export declare type DedicatedHsmGetResponse = DedicatedHsm;
|
|
325
|
+
/** Optional parameters. */
|
|
326
|
+
export interface DedicatedHsmListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
327
|
+
/** Maximum number of results to return. */
|
|
328
|
+
top?: number;
|
|
329
|
+
}
|
|
330
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
331
|
+
export declare type DedicatedHsmListByResourceGroupResponse = DedicatedHsmListResult;
|
|
332
|
+
/** Optional parameters. */
|
|
333
|
+
export interface DedicatedHsmListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
334
|
+
/** Maximum number of results to return. */
|
|
335
|
+
top?: number;
|
|
336
|
+
}
|
|
337
|
+
/** Contains response data for the listBySubscription operation. */
|
|
338
|
+
export declare type DedicatedHsmListBySubscriptionResponse = DedicatedHsmListResult;
|
|
339
|
+
/** Optional parameters. */
|
|
340
|
+
export interface DedicatedHsmListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
341
|
+
}
|
|
342
|
+
/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
|
|
343
|
+
export declare type DedicatedHsmListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
|
|
344
|
+
/** Optional parameters. */
|
|
345
|
+
export interface DedicatedHsmListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
346
|
+
/** Maximum number of results to return. */
|
|
347
|
+
top?: number;
|
|
348
|
+
}
|
|
349
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
350
|
+
export declare type DedicatedHsmListByResourceGroupNextResponse = DedicatedHsmListResult;
|
|
351
|
+
/** Optional parameters. */
|
|
352
|
+
export interface DedicatedHsmListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
353
|
+
/** Maximum number of results to return. */
|
|
354
|
+
top?: number;
|
|
355
|
+
}
|
|
356
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
357
|
+
export declare type DedicatedHsmListBySubscriptionNextResponse = DedicatedHsmListResult;
|
|
358
|
+
/** Optional parameters. */
|
|
359
|
+
export interface DedicatedHsmListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
360
|
+
}
|
|
361
|
+
/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
|
|
362
|
+
export declare type DedicatedHsmListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
|
|
363
|
+
/** Optional parameters. */
|
|
364
|
+
export interface AzureDedicatedHSMResourceProviderOptionalParams extends coreClient.ServiceClientOptions {
|
|
365
|
+
/** server parameter */
|
|
366
|
+
$host?: string;
|
|
367
|
+
/** Api Version */
|
|
368
|
+
apiVersion?: string;
|
|
369
|
+
/** Overrides client endpoint. */
|
|
370
|
+
endpoint?: string;
|
|
371
|
+
}
|
|
372
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
9
|
+
export var KnownIdentityType;
|
|
10
|
+
(function (KnownIdentityType) {
|
|
11
|
+
KnownIdentityType["User"] = "User";
|
|
12
|
+
KnownIdentityType["Application"] = "Application";
|
|
13
|
+
KnownIdentityType["ManagedIdentity"] = "ManagedIdentity";
|
|
14
|
+
KnownIdentityType["Key"] = "Key";
|
|
15
|
+
})(KnownIdentityType || (KnownIdentityType = {}));
|
|
16
|
+
/** Known values of {@link JsonWebKeyType} that the service accepts. */
|
|
17
|
+
export var KnownJsonWebKeyType;
|
|
18
|
+
(function (KnownJsonWebKeyType) {
|
|
19
|
+
/** The dedicated HSM has been full provisioned. */
|
|
20
|
+
KnownJsonWebKeyType["Succeeded"] = "Succeeded";
|
|
21
|
+
/** The dedicated HSM is currently being provisioned. */
|
|
22
|
+
KnownJsonWebKeyType["Provisioning"] = "Provisioning";
|
|
23
|
+
/** A device is currently being allocated for the dedicated HSM resource. */
|
|
24
|
+
KnownJsonWebKeyType["Allocating"] = "Allocating";
|
|
25
|
+
/** The dedicated HSM is being connected to the virtual network. */
|
|
26
|
+
KnownJsonWebKeyType["Connecting"] = "Connecting";
|
|
27
|
+
/** Provisioning of the dedicated HSM has failed. */
|
|
28
|
+
KnownJsonWebKeyType["Failed"] = "Failed";
|
|
29
|
+
/** Validating the subscription has sufficient quota to allocate a dedicated HSM device. */
|
|
30
|
+
KnownJsonWebKeyType["CheckingQuota"] = "CheckingQuota";
|
|
31
|
+
/** The dedicated HSM is currently being deleted. */
|
|
32
|
+
KnownJsonWebKeyType["Deleting"] = "Deleting";
|
|
33
|
+
})(KnownJsonWebKeyType || (KnownJsonWebKeyType = {}));
|
|
34
|
+
/** Known values of {@link SkuName} that the service accepts. */
|
|
35
|
+
export var KnownSkuName;
|
|
36
|
+
(function (KnownSkuName) {
|
|
37
|
+
/** The dedicated HSM is a Safenet Luna Network HSM A790 device. */
|
|
38
|
+
KnownSkuName["SafeNetLunaNetworkHSMA790"] = "SafeNet Luna Network HSM A790";
|
|
39
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 60 calls per second. */
|
|
40
|
+
KnownSkuName["PayShield10KLMK1CPS60"] = "payShield10K_LMK1_CPS60";
|
|
41
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 250 calls per second. */
|
|
42
|
+
KnownSkuName["PayShield10KLMK1CPS250"] = "payShield10K_LMK1_CPS250";
|
|
43
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 2500 calls per second. */
|
|
44
|
+
KnownSkuName["PayShield10KLMK1CPS2500"] = "payShield10K_LMK1_CPS2500";
|
|
45
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 60 calls per second. */
|
|
46
|
+
KnownSkuName["PayShield10KLMK2CPS60"] = "payShield10K_LMK2_CPS60";
|
|
47
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 250 calls per second. */
|
|
48
|
+
KnownSkuName["PayShield10KLMK2CPS250"] = "payShield10K_LMK2_CPS250";
|
|
49
|
+
/** The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 2500 calls per second. */
|
|
50
|
+
KnownSkuName["PayShield10KLMK2CPS2500"] = "payShield10K_LMK2_CPS2500";
|
|
51
|
+
})(KnownSkuName || (KnownSkuName = {}));
|
|
52
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA+NH,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,kCAAa,CAAA;IACb,gDAA2B,CAAA;IAC3B,wDAAmC,CAAA;IACnC,gCAAW,CAAA;AACb,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAcD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAeX;AAfD,WAAY,mBAAmB;IAC7B,mDAAmD;IACnD,8CAAuB,CAAA;IACvB,wDAAwD;IACxD,oDAA6B,CAAA;IAC7B,4EAA4E;IAC5E,gDAAyB,CAAA;IACzB,mEAAmE;IACnE,gDAAyB,CAAA;IACzB,oDAAoD;IACpD,wCAAiB,CAAA;IACjB,2FAA2F;IAC3F,sDAA+B,CAAA;IAC/B,oDAAoD;IACpD,4CAAqB,CAAA;AACvB,CAAC,EAfW,mBAAmB,KAAnB,mBAAmB,QAe9B;AAiBD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAeX;AAfD,WAAY,YAAY;IACtB,mEAAmE;IACnE,2EAA2D,CAAA;IAC3D,mKAAmK;IACnK,iEAAiD,CAAA;IACjD,oKAAoK;IACpK,mEAAmD,CAAA;IACnD,qKAAqK;IACrK,qEAAqD,CAAA;IACrD,oKAAoK;IACpK,iEAAiD,CAAA;IACjD,qKAAqK;IACrK,mEAAmD,CAAA;IACnD,sKAAsK;IACtK,qEAAqD,CAAA;AACvD,CAAC,EAfW,YAAY,KAAZ,YAAY,QAevB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const DedicatedHsmOperationListResult: coreClient.CompositeMapper;
|
|
3
|
+
export declare const DedicatedHsmOperation: coreClient.CompositeMapper;
|
|
4
|
+
export declare const DedicatedHsmOperationDisplay: coreClient.CompositeMapper;
|
|
5
|
+
export declare const DedicatedHsmError: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ErrorModel: coreClient.CompositeMapper;
|
|
7
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
8
|
+
export declare const NetworkProfile: coreClient.CompositeMapper;
|
|
9
|
+
export declare const ApiEntityReference: coreClient.CompositeMapper;
|
|
10
|
+
export declare const NetworkInterface: coreClient.CompositeMapper;
|
|
11
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
12
|
+
export declare const Sku: coreClient.CompositeMapper;
|
|
13
|
+
export declare const DedicatedHsmPatchParameters: coreClient.CompositeMapper;
|
|
14
|
+
export declare const DedicatedHsmListResult: coreClient.CompositeMapper;
|
|
15
|
+
export declare const OutboundEnvironmentEndpointCollection: coreClient.CompositeMapper;
|
|
16
|
+
export declare const OutboundEnvironmentEndpoint: coreClient.CompositeMapper;
|
|
17
|
+
export declare const EndpointDependency: coreClient.CompositeMapper;
|
|
18
|
+
export declare const EndpointDetail: coreClient.CompositeMapper;
|
|
19
|
+
export declare const ResourceListResult: coreClient.CompositeMapper;
|
|
20
|
+
export declare const DedicatedHsm: coreClient.CompositeMapper;
|
|
21
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAmBxD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA2B9C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eA+BrD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAc1C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA4BnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA0BvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAa3C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAoBzC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA4DjC,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,UAAU,CAAC,eAa5B,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAcpD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAyB/C,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eA2B9D,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAyBpD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAyB3C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA+BvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAyB3C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAiDrC,CAAC"}
|