@azure/arm-hardwaresecuritymodules 2.0.0-alpha.20250717.3 → 2.0.0-alpha.20250730.1

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.
Files changed (189) hide show
  1. package/dist/browser/api/azureDedicatedHSMResourceProviderContext.js +16 -10
  2. package/dist/browser/api/azureDedicatedHSMResourceProviderContext.js.map +1 -1
  3. package/dist/browser/api/cloudHsmClusterBackupStatus/operations.js +10 -5
  4. package/dist/browser/api/cloudHsmClusterBackupStatus/operations.js.map +1 -1
  5. package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.js +28 -11
  6. package/dist/browser/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -1
  7. package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.js +8 -3
  8. package/dist/browser/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -1
  9. package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.js +10 -5
  10. package/dist/browser/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -1
  11. package/dist/browser/api/cloudHsmClusters/operations.js +111 -49
  12. package/dist/browser/api/cloudHsmClusters/operations.js.map +1 -1
  13. package/dist/browser/api/dedicatedHsm/operations.js +68 -29
  14. package/dist/browser/api/dedicatedHsm/operations.js.map +1 -1
  15. package/dist/browser/api/operations/operations.js +8 -3
  16. package/dist/browser/api/operations/operations.js.map +1 -1
  17. package/dist/browser/api/privateEndpointConnections/operations.js +8 -3
  18. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
  19. package/dist/browser/azureDedicatedHSMResourceProvider.js +24 -3
  20. package/dist/browser/azureDedicatedHSMResourceProvider.js.map +1 -1
  21. package/dist/browser/classic/cloudHsmClusterBackupStatus/index.js +3 -1
  22. package/dist/browser/classic/cloudHsmClusterBackupStatus/index.js.map +1 -1
  23. package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.js +3 -1
  24. package/dist/browser/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -1
  25. package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.js +3 -1
  26. package/dist/browser/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -1
  27. package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.js +3 -1
  28. package/dist/browser/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -1
  29. package/dist/browser/classic/cloudHsmClusters/index.js +3 -1
  30. package/dist/browser/classic/cloudHsmClusters/index.js.map +1 -1
  31. package/dist/browser/classic/dedicatedHsm/index.js +3 -1
  32. package/dist/browser/classic/dedicatedHsm/index.js.map +1 -1
  33. package/dist/browser/classic/operations/index.js +3 -1
  34. package/dist/browser/classic/operations/index.js.map +1 -1
  35. package/dist/browser/classic/privateEndpointConnections/index.js +3 -1
  36. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
  37. package/dist/browser/restorePollerHelpers.js +11 -13
  38. package/dist/browser/restorePollerHelpers.js.map +1 -1
  39. package/dist/browser/static-helpers/pagingHelpers.js +31 -50
  40. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  41. package/dist/browser/static-helpers/pollingHelpers.js +14 -11
  42. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  43. package/dist/browser/static-helpers/urlTemplate.js +2 -2
  44. package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
  45. package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.js +16 -10
  46. package/dist/commonjs/api/azureDedicatedHSMResourceProviderContext.js.map +1 -1
  47. package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.js +10 -5
  48. package/dist/commonjs/api/cloudHsmClusterBackupStatus/operations.js.map +1 -1
  49. package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.js +28 -11
  50. package/dist/commonjs/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -1
  51. package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.js +8 -3
  52. package/dist/commonjs/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -1
  53. package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.js +10 -5
  54. package/dist/commonjs/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -1
  55. package/dist/commonjs/api/cloudHsmClusters/operations.js +111 -49
  56. package/dist/commonjs/api/cloudHsmClusters/operations.js.map +1 -1
  57. package/dist/commonjs/api/dedicatedHsm/operations.js +68 -29
  58. package/dist/commonjs/api/dedicatedHsm/operations.js.map +1 -1
  59. package/dist/commonjs/api/operations/operations.js +8 -3
  60. package/dist/commonjs/api/operations/operations.js.map +1 -1
  61. package/dist/commonjs/api/privateEndpointConnections/operations.js +8 -3
  62. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -1
  63. package/dist/commonjs/azureDedicatedHSMResourceProvider.js +24 -3
  64. package/dist/commonjs/azureDedicatedHSMResourceProvider.js.map +1 -1
  65. package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.js +3 -1
  66. package/dist/commonjs/classic/cloudHsmClusterBackupStatus/index.js.map +1 -1
  67. package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.js +3 -1
  68. package/dist/commonjs/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -1
  69. package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.js +3 -1
  70. package/dist/commonjs/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -1
  71. package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.js +3 -1
  72. package/dist/commonjs/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -1
  73. package/dist/commonjs/classic/cloudHsmClusters/index.js +3 -1
  74. package/dist/commonjs/classic/cloudHsmClusters/index.js.map +1 -1
  75. package/dist/commonjs/classic/dedicatedHsm/index.js +3 -1
  76. package/dist/commonjs/classic/dedicatedHsm/index.js.map +1 -1
  77. package/dist/commonjs/classic/operations/index.js +3 -1
  78. package/dist/commonjs/classic/operations/index.js.map +1 -1
  79. package/dist/commonjs/classic/privateEndpointConnections/index.js +3 -1
  80. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -1
  81. package/dist/commonjs/restorePollerHelpers.js +11 -13
  82. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  83. package/dist/commonjs/static-helpers/pagingHelpers.js +31 -50
  84. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
  85. package/dist/commonjs/static-helpers/pollingHelpers.js +14 -11
  86. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
  87. package/dist/commonjs/static-helpers/urlTemplate.js +2 -2
  88. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
  89. package/dist/commonjs/tsdoc-metadata.json +11 -11
  90. package/dist/esm/api/azureDedicatedHSMResourceProviderContext.js +16 -10
  91. package/dist/esm/api/azureDedicatedHSMResourceProviderContext.js.map +1 -1
  92. package/dist/esm/api/cloudHsmClusterBackupStatus/operations.js +10 -5
  93. package/dist/esm/api/cloudHsmClusterBackupStatus/operations.js.map +1 -1
  94. package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.js +28 -11
  95. package/dist/esm/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -1
  96. package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.js +8 -3
  97. package/dist/esm/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -1
  98. package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.js +10 -5
  99. package/dist/esm/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -1
  100. package/dist/esm/api/cloudHsmClusters/operations.js +111 -49
  101. package/dist/esm/api/cloudHsmClusters/operations.js.map +1 -1
  102. package/dist/esm/api/dedicatedHsm/operations.js +68 -29
  103. package/dist/esm/api/dedicatedHsm/operations.js.map +1 -1
  104. package/dist/esm/api/operations/operations.js +8 -3
  105. package/dist/esm/api/operations/operations.js.map +1 -1
  106. package/dist/esm/api/privateEndpointConnections/operations.js +8 -3
  107. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
  108. package/dist/esm/azureDedicatedHSMResourceProvider.js +24 -3
  109. package/dist/esm/azureDedicatedHSMResourceProvider.js.map +1 -1
  110. package/dist/esm/classic/cloudHsmClusterBackupStatus/index.js +3 -1
  111. package/dist/esm/classic/cloudHsmClusterBackupStatus/index.js.map +1 -1
  112. package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.js +3 -1
  113. package/dist/esm/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -1
  114. package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.js +3 -1
  115. package/dist/esm/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -1
  116. package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.js +3 -1
  117. package/dist/esm/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -1
  118. package/dist/esm/classic/cloudHsmClusters/index.js +3 -1
  119. package/dist/esm/classic/cloudHsmClusters/index.js.map +1 -1
  120. package/dist/esm/classic/dedicatedHsm/index.js +3 -1
  121. package/dist/esm/classic/dedicatedHsm/index.js.map +1 -1
  122. package/dist/esm/classic/operations/index.js +3 -1
  123. package/dist/esm/classic/operations/index.js.map +1 -1
  124. package/dist/esm/classic/privateEndpointConnections/index.js +3 -1
  125. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -1
  126. package/dist/esm/restorePollerHelpers.js +11 -13
  127. package/dist/esm/restorePollerHelpers.js.map +1 -1
  128. package/dist/esm/static-helpers/pagingHelpers.js +31 -50
  129. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  130. package/dist/esm/static-helpers/pollingHelpers.js +14 -11
  131. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
  132. package/dist/esm/static-helpers/urlTemplate.js +2 -2
  133. package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
  134. package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.js +16 -10
  135. package/dist/react-native/api/azureDedicatedHSMResourceProviderContext.js.map +1 -1
  136. package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.js +10 -5
  137. package/dist/react-native/api/cloudHsmClusterBackupStatus/operations.js.map +1 -1
  138. package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.js +28 -11
  139. package/dist/react-native/api/cloudHsmClusterPrivateEndpointConnections/operations.js.map +1 -1
  140. package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.js +8 -3
  141. package/dist/react-native/api/cloudHsmClusterPrivateLinkResources/operations.js.map +1 -1
  142. package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.js +10 -5
  143. package/dist/react-native/api/cloudHsmClusterRestoreStatus/operations.js.map +1 -1
  144. package/dist/react-native/api/cloudHsmClusters/operations.js +111 -49
  145. package/dist/react-native/api/cloudHsmClusters/operations.js.map +1 -1
  146. package/dist/react-native/api/dedicatedHsm/operations.js +68 -29
  147. package/dist/react-native/api/dedicatedHsm/operations.js.map +1 -1
  148. package/dist/react-native/api/operations/operations.js +8 -3
  149. package/dist/react-native/api/operations/operations.js.map +1 -1
  150. package/dist/react-native/api/privateEndpointConnections/operations.js +8 -3
  151. package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -1
  152. package/dist/react-native/azureDedicatedHSMResourceProvider.js +24 -3
  153. package/dist/react-native/azureDedicatedHSMResourceProvider.js.map +1 -1
  154. package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.js +3 -1
  155. package/dist/react-native/classic/cloudHsmClusterBackupStatus/index.js.map +1 -1
  156. package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.js +3 -1
  157. package/dist/react-native/classic/cloudHsmClusterPrivateEndpointConnections/index.js.map +1 -1
  158. package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.js +3 -1
  159. package/dist/react-native/classic/cloudHsmClusterPrivateLinkResources/index.js.map +1 -1
  160. package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.js +3 -1
  161. package/dist/react-native/classic/cloudHsmClusterRestoreStatus/index.js.map +1 -1
  162. package/dist/react-native/classic/cloudHsmClusters/index.js +3 -1
  163. package/dist/react-native/classic/cloudHsmClusters/index.js.map +1 -1
  164. package/dist/react-native/classic/dedicatedHsm/index.js +3 -1
  165. package/dist/react-native/classic/dedicatedHsm/index.js.map +1 -1
  166. package/dist/react-native/classic/operations/index.js +3 -1
  167. package/dist/react-native/classic/operations/index.js.map +1 -1
  168. package/dist/react-native/classic/privateEndpointConnections/index.js +3 -1
  169. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -1
  170. package/dist/react-native/restorePollerHelpers.js +11 -13
  171. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  172. package/dist/react-native/static-helpers/pagingHelpers.js +31 -50
  173. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  174. package/dist/react-native/static-helpers/pollingHelpers.js +14 -11
  175. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
  176. package/dist/react-native/static-helpers/urlTemplate.js +2 -2
  177. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
  178. package/package.json +2 -2
  179. package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterBackupStatus-node.api.md +22 -22
  180. package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterPrivateEndpointConnections-node.api.md +36 -36
  181. package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterPrivateLinkResources-node.api.md +19 -19
  182. package/review/arm-hardwaresecuritymodules-api-cloudHsmClusterRestoreStatus-node.api.md +22 -22
  183. package/review/arm-hardwaresecuritymodules-api-cloudHsmClusters-node.api.md +96 -96
  184. package/review/arm-hardwaresecuritymodules-api-dedicatedHsm-node.api.md +68 -68
  185. package/review/arm-hardwaresecuritymodules-api-node.api.md +27 -27
  186. package/review/arm-hardwaresecuritymodules-api-operations-node.api.md +19 -19
  187. package/review/arm-hardwaresecuritymodules-api-privateEndpointConnections-node.api.md +19 -19
  188. package/review/arm-hardwaresecuritymodules-models-node.api.md +471 -471
  189. package/review/arm-hardwaresecuritymodules-node.api.md +703 -703
@@ -1,471 +1,471 @@
1
- ## API Report File for "@azure/arm-hardwaresecuritymodules"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- // @public
8
- export type ActionType = string;
9
-
10
- // @public
11
- export type ActivationState = string;
12
-
13
- // @public
14
- export interface ApiEntityReference {
15
- resourceId?: string;
16
- }
17
-
18
- // @public
19
- export type AutoGeneratedDomainNameLabelScope = string;
20
-
21
- // @public
22
- export interface BackupRequestProperties extends BackupRestoreRequestBaseProperties {
23
- }
24
-
25
- // @public
26
- export interface BackupRestoreBaseResultProperties {
27
- readonly endTime?: Date | null;
28
- error?: ErrorDetail;
29
- jobId?: string;
30
- readonly startTime?: Date;
31
- readonly status?: BackupRestoreOperationStatus;
32
- statusDetails?: string;
33
- }
34
-
35
- // @public
36
- export type BackupRestoreOperationStatus = string;
37
-
38
- // @public
39
- export interface BackupRestoreRequestBaseProperties {
40
- azureStorageBlobContainerUri: string;
41
- token?: string;
42
- }
43
-
44
- // @public
45
- export interface BackupResult {
46
- properties?: BackupResultProperties;
47
- }
48
-
49
- // @public
50
- export interface BackupResultProperties extends BackupRestoreBaseResultProperties {
51
- azureStorageBlobContainerUri?: string;
52
- backupId?: string;
53
- }
54
-
55
- // @public
56
- export interface CloudHsmCluster extends TrackedResource {
57
- identity?: ManagedServiceIdentity;
58
- properties?: CloudHsmClusterProperties;
59
- sku?: CloudHsmClusterSku;
60
- }
61
-
62
- // @public
63
- export interface CloudHsmClusterPatchParameters {
64
- identity?: ManagedServiceIdentity;
65
- tags?: Record<string, string>;
66
- }
67
-
68
- // @public
69
- export interface CloudHsmClusterProperties {
70
- readonly activationState?: ActivationState;
71
- autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
72
- readonly hsms?: CloudHsmProperties[];
73
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
74
- readonly provisioningState?: ProvisioningState;
75
- publicNetworkAccess?: PublicNetworkAccess;
76
- readonly statusMessage?: string;
77
- }
78
-
79
- // @public
80
- export interface CloudHsmClusterSku {
81
- capacity?: number;
82
- family: CloudHsmClusterSkuFamily;
83
- name: CloudHsmClusterSkuName;
84
- }
85
-
86
- // @public
87
- export type CloudHsmClusterSkuFamily = string;
88
-
89
- // @public
90
- export type CloudHsmClusterSkuName = "Standard_B1" | "Standard B10";
91
-
92
- // @public
93
- export interface CloudHsmProperties {
94
- fqdn?: string;
95
- state?: string;
96
- stateMessage?: string;
97
- }
98
-
99
- // @public
100
- export type CreatedByType = string;
101
-
102
- // @public
103
- export interface DedicatedHsm extends TrackedResource {
104
- properties: DedicatedHsmProperties;
105
- sku: Sku;
106
- zones?: string[];
107
- }
108
-
109
- // @public
110
- export interface DedicatedHsmError {
111
- readonly error?: ErrorModel;
112
- }
113
-
114
- // @public
115
- export interface DedicatedHsmPatchParameters {
116
- tags?: Record<string, string>;
117
- }
118
-
119
- // @public
120
- export interface DedicatedHsmProperties {
121
- managementNetworkProfile?: NetworkProfile;
122
- networkProfile?: NetworkProfile;
123
- readonly provisioningState?: JsonWebKeyType;
124
- stampId?: string;
125
- readonly statusMessage?: string;
126
- }
127
-
128
- // @public
129
- export interface EndpointDependency {
130
- domainName?: string;
131
- endpointDetails?: EndpointDetail[];
132
- }
133
-
134
- // @public
135
- export interface EndpointDetail {
136
- description?: string;
137
- ipAddress?: string;
138
- port?: number;
139
- protocol?: string;
140
- }
141
-
142
- // @public
143
- export interface ErrorAdditionalInfo {
144
- readonly info?: any;
145
- readonly type?: string;
146
- }
147
-
148
- // @public
149
- export interface ErrorDetail {
150
- readonly additionalInfo?: ErrorAdditionalInfo[];
151
- readonly code?: string;
152
- readonly details?: ErrorDetail[];
153
- readonly message?: string;
154
- readonly target?: string;
155
- }
156
-
157
- // @public
158
- export interface ErrorModel {
159
- readonly code?: string;
160
- readonly innerError?: ErrorModel;
161
- readonly message?: string;
162
- }
163
-
164
- // @public
165
- export interface ErrorResponse {
166
- error?: ErrorDetail;
167
- }
168
-
169
- // @public
170
- export type JsonWebKeyType = string;
171
-
172
- // @public
173
- export enum KnownActionType {
174
- Internal = "Internal"
175
- }
176
-
177
- // @public
178
- export enum KnownActivationState {
179
- // (undocumented)
180
- Active = "Active",
181
- // (undocumented)
182
- Failed = "Failed",
183
- // (undocumented)
184
- NotActivated = "NotActivated",
185
- // (undocumented)
186
- NotDefined = "NotDefined",
187
- // (undocumented)
188
- Unknown = "Unknown"
189
- }
190
-
191
- // @public
192
- export enum KnownAutoGeneratedDomainNameLabelScope {
193
- // (undocumented)
194
- NoReuse = "NoReuse",
195
- // (undocumented)
196
- ResourceGroupReuse = "ResourceGroupReuse",
197
- // (undocumented)
198
- SubscriptionReuse = "SubscriptionReuse",
199
- // (undocumented)
200
- TenantReuse = "TenantReuse"
201
- }
202
-
203
- // @public
204
- export enum KnownBackupRestoreOperationStatus {
205
- // (undocumented)
206
- Cancelled = "Cancelled",
207
- // (undocumented)
208
- Failed = "Failed",
209
- // (undocumented)
210
- InProgress = "InProgress",
211
- // (undocumented)
212
- Succeeded = "Succeeded"
213
- }
214
-
215
- // @public
216
- export enum KnownCloudHsmClusterSkuFamily {
217
- // (undocumented)
218
- B = "B"
219
- }
220
-
221
- // @public
222
- export enum KnownCreatedByType {
223
- Application = "Application",
224
- Key = "Key",
225
- ManagedIdentity = "ManagedIdentity",
226
- User = "User"
227
- }
228
-
229
- // @public
230
- export enum KnownJsonWebKeyType {
231
- Allocating = "Allocating",
232
- CheckingQuota = "CheckingQuota",
233
- Connecting = "Connecting",
234
- Deleting = "Deleting",
235
- Failed = "Failed",
236
- Provisioning = "Provisioning",
237
- Succeeded = "Succeeded"
238
- }
239
-
240
- // @public
241
- export enum KnownManagedServiceIdentityType {
242
- None = "None",
243
- SystemAssigned = "SystemAssigned",
244
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
245
- UserAssigned = "UserAssigned"
246
- }
247
-
248
- // @public
249
- export enum KnownOrigin {
250
- System = "system",
251
- User = "user",
252
- UserSystem = "user,system"
253
- }
254
-
255
- // @public
256
- export enum KnownPrivateEndpointConnectionProvisioningState {
257
- // (undocumented)
258
- Canceled = "Canceled",
259
- // (undocumented)
260
- Creating = "Creating",
261
- // (undocumented)
262
- Deleting = "Deleting",
263
- // (undocumented)
264
- Failed = "Failed",
265
- // (undocumented)
266
- InternalError = "InternalError",
267
- // (undocumented)
268
- Succeeded = "Succeeded",
269
- // (undocumented)
270
- Updating = "Updating"
271
- }
272
-
273
- // @public
274
- export enum KnownPrivateEndpointServiceConnectionStatus {
275
- Approved = "Approved",
276
- Pending = "Pending",
277
- Rejected = "Rejected"
278
- }
279
-
280
- // @public
281
- export enum KnownProvisioningState {
282
- // (undocumented)
283
- Canceled = "Canceled",
284
- // (undocumented)
285
- Deleting = "Deleting",
286
- // (undocumented)
287
- Failed = "Failed",
288
- // (undocumented)
289
- Provisioning = "Provisioning",
290
- // (undocumented)
291
- Succeeded = "Succeeded",
292
- // (undocumented)
293
- Updating = "Updating"
294
- }
295
-
296
- // @public
297
- export enum KnownPublicNetworkAccess {
298
- // (undocumented)
299
- Disabled = "Disabled"
300
- }
301
-
302
- // @public
303
- export enum KnownSkuName {
304
- PayShield10KLMK1CPS250 = "payShield10K_LMK1_CPS250",
305
- PayShield10KLMK1CPS2500 = "payShield10K_LMK1_CPS2500",
306
- PayShield10KLMK1CPS60 = "payShield10K_LMK1_CPS60",
307
- PayShield10KLMK2CPS250 = "payShield10K_LMK2_CPS250",
308
- PayShield10KLMK2CPS2500 = "payShield10K_LMK2_CPS2500",
309
- PayShield10KLMK2CPS60 = "payShield10K_LMK2_CPS60",
310
- SafeNetLunaNetworkHSMA790 = "SafeNet Luna Network HSM A790"
311
- }
312
-
313
- // @public
314
- export enum KnownVersions {
315
- V20250331 = "2025-03-31"
316
- }
317
-
318
- // @public
319
- export interface ManagedServiceIdentity {
320
- readonly principalId?: string;
321
- readonly tenantId?: string;
322
- type: ManagedServiceIdentityType;
323
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
324
- }
325
-
326
- // @public
327
- export type ManagedServiceIdentityType = string;
328
-
329
- // @public
330
- export interface NetworkInterface {
331
- privateIpAddress?: string;
332
- readonly resourceId?: string;
333
- }
334
-
335
- // @public
336
- export interface NetworkProfile {
337
- networkInterfaces?: NetworkInterface[];
338
- subnet?: ApiEntityReference;
339
- }
340
-
341
- // @public
342
- export interface Operation {
343
- readonly actionType?: ActionType;
344
- display?: OperationDisplay;
345
- readonly isDataAction?: boolean;
346
- readonly name?: string;
347
- readonly origin?: Origin;
348
- }
349
-
350
- // @public
351
- export interface OperationDisplay {
352
- readonly description?: string;
353
- readonly operation?: string;
354
- readonly provider?: string;
355
- readonly resource?: string;
356
- }
357
-
358
- // @public
359
- export type Origin = string;
360
-
361
- // @public
362
- export interface OutboundEnvironmentEndpoint {
363
- category?: string;
364
- endpoints?: EndpointDependency[];
365
- }
366
-
367
- // @public
368
- export interface PrivateEndpoint {
369
- readonly id?: string;
370
- }
371
-
372
- // @public
373
- export interface PrivateEndpointConnection extends ProxyResource {
374
- etag?: string;
375
- properties?: PrivateEndpointConnectionProperties;
376
- }
377
-
378
- // @public
379
- export interface PrivateEndpointConnectionProperties {
380
- readonly groupIds?: string[];
381
- privateEndpoint?: PrivateEndpoint;
382
- privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
383
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
384
- }
385
-
386
- // @public
387
- export type PrivateEndpointConnectionProvisioningState = string;
388
-
389
- // @public
390
- export type PrivateEndpointServiceConnectionStatus = string;
391
-
392
- // @public
393
- export interface PrivateLinkResource extends Resource {
394
- properties?: PrivateLinkResourceProperties;
395
- }
396
-
397
- // @public
398
- export interface PrivateLinkResourceProperties {
399
- readonly groupId?: string;
400
- readonly requiredMembers?: string[];
401
- requiredZoneNames?: string[];
402
- }
403
-
404
- // @public
405
- export interface PrivateLinkServiceConnectionState {
406
- actionsRequired?: string;
407
- description?: string;
408
- status?: PrivateEndpointServiceConnectionStatus;
409
- }
410
-
411
- // @public
412
- export type ProvisioningState = string;
413
-
414
- // @public
415
- export interface ProxyResource extends Resource {
416
- }
417
-
418
- // @public
419
- export type PublicNetworkAccess = string;
420
-
421
- // @public
422
- export interface Resource {
423
- readonly id?: string;
424
- readonly name?: string;
425
- readonly systemData?: SystemData;
426
- readonly type?: string;
427
- }
428
-
429
- // @public
430
- export interface RestoreRequestProperties extends BackupRestoreRequestBaseProperties {
431
- backupId: string;
432
- }
433
-
434
- // @public
435
- export interface RestoreResult {
436
- properties?: BackupRestoreBaseResultProperties;
437
- }
438
-
439
- // @public
440
- export interface Sku {
441
- name?: SkuName;
442
- }
443
-
444
- // @public
445
- export type SkuName = string;
446
-
447
- // @public
448
- export interface SystemData {
449
- createdAt?: Date;
450
- createdBy?: string;
451
- createdByType?: CreatedByType;
452
- lastModifiedAt?: Date;
453
- lastModifiedBy?: string;
454
- lastModifiedByType?: CreatedByType;
455
- }
456
-
457
- // @public
458
- export interface TrackedResource extends Resource {
459
- location: string;
460
- tags?: Record<string, string>;
461
- }
462
-
463
- // @public
464
- export interface UserAssignedIdentity {
465
- readonly clientId?: string;
466
- readonly principalId?: string;
467
- }
468
-
469
- // (No @packageDocumentation comment for this package)
470
-
471
- ```
1
+ ## API Report File for "@azure/arm-hardwaresecuritymodules"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ // @public
8
+ export type ActionType = string;
9
+
10
+ // @public
11
+ export type ActivationState = string;
12
+
13
+ // @public
14
+ export interface ApiEntityReference {
15
+ resourceId?: string;
16
+ }
17
+
18
+ // @public
19
+ export type AutoGeneratedDomainNameLabelScope = string;
20
+
21
+ // @public
22
+ export interface BackupRequestProperties extends BackupRestoreRequestBaseProperties {
23
+ }
24
+
25
+ // @public
26
+ export interface BackupRestoreBaseResultProperties {
27
+ readonly endTime?: Date | null;
28
+ error?: ErrorDetail;
29
+ jobId?: string;
30
+ readonly startTime?: Date;
31
+ readonly status?: BackupRestoreOperationStatus;
32
+ statusDetails?: string;
33
+ }
34
+
35
+ // @public
36
+ export type BackupRestoreOperationStatus = string;
37
+
38
+ // @public
39
+ export interface BackupRestoreRequestBaseProperties {
40
+ azureStorageBlobContainerUri: string;
41
+ token?: string;
42
+ }
43
+
44
+ // @public
45
+ export interface BackupResult {
46
+ properties?: BackupResultProperties;
47
+ }
48
+
49
+ // @public
50
+ export interface BackupResultProperties extends BackupRestoreBaseResultProperties {
51
+ azureStorageBlobContainerUri?: string;
52
+ backupId?: string;
53
+ }
54
+
55
+ // @public
56
+ export interface CloudHsmCluster extends TrackedResource {
57
+ identity?: ManagedServiceIdentity;
58
+ properties?: CloudHsmClusterProperties;
59
+ sku?: CloudHsmClusterSku;
60
+ }
61
+
62
+ // @public
63
+ export interface CloudHsmClusterPatchParameters {
64
+ identity?: ManagedServiceIdentity;
65
+ tags?: Record<string, string>;
66
+ }
67
+
68
+ // @public
69
+ export interface CloudHsmClusterProperties {
70
+ readonly activationState?: ActivationState;
71
+ autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
72
+ readonly hsms?: CloudHsmProperties[];
73
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
74
+ readonly provisioningState?: ProvisioningState;
75
+ publicNetworkAccess?: PublicNetworkAccess;
76
+ readonly statusMessage?: string;
77
+ }
78
+
79
+ // @public
80
+ export interface CloudHsmClusterSku {
81
+ capacity?: number;
82
+ family: CloudHsmClusterSkuFamily;
83
+ name: CloudHsmClusterSkuName;
84
+ }
85
+
86
+ // @public
87
+ export type CloudHsmClusterSkuFamily = string;
88
+
89
+ // @public
90
+ export type CloudHsmClusterSkuName = "Standard_B1" | "Standard B10";
91
+
92
+ // @public
93
+ export interface CloudHsmProperties {
94
+ fqdn?: string;
95
+ state?: string;
96
+ stateMessage?: string;
97
+ }
98
+
99
+ // @public
100
+ export type CreatedByType = string;
101
+
102
+ // @public
103
+ export interface DedicatedHsm extends TrackedResource {
104
+ properties: DedicatedHsmProperties;
105
+ sku: Sku;
106
+ zones?: string[];
107
+ }
108
+
109
+ // @public
110
+ export interface DedicatedHsmError {
111
+ readonly error?: ErrorModel;
112
+ }
113
+
114
+ // @public
115
+ export interface DedicatedHsmPatchParameters {
116
+ tags?: Record<string, string>;
117
+ }
118
+
119
+ // @public
120
+ export interface DedicatedHsmProperties {
121
+ managementNetworkProfile?: NetworkProfile;
122
+ networkProfile?: NetworkProfile;
123
+ readonly provisioningState?: JsonWebKeyType;
124
+ stampId?: string;
125
+ readonly statusMessage?: string;
126
+ }
127
+
128
+ // @public
129
+ export interface EndpointDependency {
130
+ domainName?: string;
131
+ endpointDetails?: EndpointDetail[];
132
+ }
133
+
134
+ // @public
135
+ export interface EndpointDetail {
136
+ description?: string;
137
+ ipAddress?: string;
138
+ port?: number;
139
+ protocol?: string;
140
+ }
141
+
142
+ // @public
143
+ export interface ErrorAdditionalInfo {
144
+ readonly info?: any;
145
+ readonly type?: string;
146
+ }
147
+
148
+ // @public
149
+ export interface ErrorDetail {
150
+ readonly additionalInfo?: ErrorAdditionalInfo[];
151
+ readonly code?: string;
152
+ readonly details?: ErrorDetail[];
153
+ readonly message?: string;
154
+ readonly target?: string;
155
+ }
156
+
157
+ // @public
158
+ export interface ErrorModel {
159
+ readonly code?: string;
160
+ readonly innerError?: ErrorModel;
161
+ readonly message?: string;
162
+ }
163
+
164
+ // @public
165
+ export interface ErrorResponse {
166
+ error?: ErrorDetail;
167
+ }
168
+
169
+ // @public
170
+ export type JsonWebKeyType = string;
171
+
172
+ // @public
173
+ export enum KnownActionType {
174
+ Internal = "Internal"
175
+ }
176
+
177
+ // @public
178
+ export enum KnownActivationState {
179
+ // (undocumented)
180
+ Active = "Active",
181
+ // (undocumented)
182
+ Failed = "Failed",
183
+ // (undocumented)
184
+ NotActivated = "NotActivated",
185
+ // (undocumented)
186
+ NotDefined = "NotDefined",
187
+ // (undocumented)
188
+ Unknown = "Unknown"
189
+ }
190
+
191
+ // @public
192
+ export enum KnownAutoGeneratedDomainNameLabelScope {
193
+ // (undocumented)
194
+ NoReuse = "NoReuse",
195
+ // (undocumented)
196
+ ResourceGroupReuse = "ResourceGroupReuse",
197
+ // (undocumented)
198
+ SubscriptionReuse = "SubscriptionReuse",
199
+ // (undocumented)
200
+ TenantReuse = "TenantReuse"
201
+ }
202
+
203
+ // @public
204
+ export enum KnownBackupRestoreOperationStatus {
205
+ // (undocumented)
206
+ Cancelled = "Cancelled",
207
+ // (undocumented)
208
+ Failed = "Failed",
209
+ // (undocumented)
210
+ InProgress = "InProgress",
211
+ // (undocumented)
212
+ Succeeded = "Succeeded"
213
+ }
214
+
215
+ // @public
216
+ export enum KnownCloudHsmClusterSkuFamily {
217
+ // (undocumented)
218
+ B = "B"
219
+ }
220
+
221
+ // @public
222
+ export enum KnownCreatedByType {
223
+ Application = "Application",
224
+ Key = "Key",
225
+ ManagedIdentity = "ManagedIdentity",
226
+ User = "User"
227
+ }
228
+
229
+ // @public
230
+ export enum KnownJsonWebKeyType {
231
+ Allocating = "Allocating",
232
+ CheckingQuota = "CheckingQuota",
233
+ Connecting = "Connecting",
234
+ Deleting = "Deleting",
235
+ Failed = "Failed",
236
+ Provisioning = "Provisioning",
237
+ Succeeded = "Succeeded"
238
+ }
239
+
240
+ // @public
241
+ export enum KnownManagedServiceIdentityType {
242
+ None = "None",
243
+ SystemAssigned = "SystemAssigned",
244
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
245
+ UserAssigned = "UserAssigned"
246
+ }
247
+
248
+ // @public
249
+ export enum KnownOrigin {
250
+ System = "system",
251
+ User = "user",
252
+ UserSystem = "user,system"
253
+ }
254
+
255
+ // @public
256
+ export enum KnownPrivateEndpointConnectionProvisioningState {
257
+ // (undocumented)
258
+ Canceled = "Canceled",
259
+ // (undocumented)
260
+ Creating = "Creating",
261
+ // (undocumented)
262
+ Deleting = "Deleting",
263
+ // (undocumented)
264
+ Failed = "Failed",
265
+ // (undocumented)
266
+ InternalError = "InternalError",
267
+ // (undocumented)
268
+ Succeeded = "Succeeded",
269
+ // (undocumented)
270
+ Updating = "Updating"
271
+ }
272
+
273
+ // @public
274
+ export enum KnownPrivateEndpointServiceConnectionStatus {
275
+ Approved = "Approved",
276
+ Pending = "Pending",
277
+ Rejected = "Rejected"
278
+ }
279
+
280
+ // @public
281
+ export enum KnownProvisioningState {
282
+ // (undocumented)
283
+ Canceled = "Canceled",
284
+ // (undocumented)
285
+ Deleting = "Deleting",
286
+ // (undocumented)
287
+ Failed = "Failed",
288
+ // (undocumented)
289
+ Provisioning = "Provisioning",
290
+ // (undocumented)
291
+ Succeeded = "Succeeded",
292
+ // (undocumented)
293
+ Updating = "Updating"
294
+ }
295
+
296
+ // @public
297
+ export enum KnownPublicNetworkAccess {
298
+ // (undocumented)
299
+ Disabled = "Disabled"
300
+ }
301
+
302
+ // @public
303
+ export enum KnownSkuName {
304
+ PayShield10KLMK1CPS250 = "payShield10K_LMK1_CPS250",
305
+ PayShield10KLMK1CPS2500 = "payShield10K_LMK1_CPS2500",
306
+ PayShield10KLMK1CPS60 = "payShield10K_LMK1_CPS60",
307
+ PayShield10KLMK2CPS250 = "payShield10K_LMK2_CPS250",
308
+ PayShield10KLMK2CPS2500 = "payShield10K_LMK2_CPS2500",
309
+ PayShield10KLMK2CPS60 = "payShield10K_LMK2_CPS60",
310
+ SafeNetLunaNetworkHSMA790 = "SafeNet Luna Network HSM A790"
311
+ }
312
+
313
+ // @public
314
+ export enum KnownVersions {
315
+ V20250331 = "2025-03-31"
316
+ }
317
+
318
+ // @public
319
+ export interface ManagedServiceIdentity {
320
+ readonly principalId?: string;
321
+ readonly tenantId?: string;
322
+ type: ManagedServiceIdentityType;
323
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
324
+ }
325
+
326
+ // @public
327
+ export type ManagedServiceIdentityType = string;
328
+
329
+ // @public
330
+ export interface NetworkInterface {
331
+ privateIpAddress?: string;
332
+ readonly resourceId?: string;
333
+ }
334
+
335
+ // @public
336
+ export interface NetworkProfile {
337
+ networkInterfaces?: NetworkInterface[];
338
+ subnet?: ApiEntityReference;
339
+ }
340
+
341
+ // @public
342
+ export interface Operation {
343
+ readonly actionType?: ActionType;
344
+ display?: OperationDisplay;
345
+ readonly isDataAction?: boolean;
346
+ readonly name?: string;
347
+ readonly origin?: Origin;
348
+ }
349
+
350
+ // @public
351
+ export interface OperationDisplay {
352
+ readonly description?: string;
353
+ readonly operation?: string;
354
+ readonly provider?: string;
355
+ readonly resource?: string;
356
+ }
357
+
358
+ // @public
359
+ export type Origin = string;
360
+
361
+ // @public
362
+ export interface OutboundEnvironmentEndpoint {
363
+ category?: string;
364
+ endpoints?: EndpointDependency[];
365
+ }
366
+
367
+ // @public
368
+ export interface PrivateEndpoint {
369
+ readonly id?: string;
370
+ }
371
+
372
+ // @public
373
+ export interface PrivateEndpointConnection extends ProxyResource {
374
+ etag?: string;
375
+ properties?: PrivateEndpointConnectionProperties;
376
+ }
377
+
378
+ // @public
379
+ export interface PrivateEndpointConnectionProperties {
380
+ readonly groupIds?: string[];
381
+ privateEndpoint?: PrivateEndpoint;
382
+ privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
383
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
384
+ }
385
+
386
+ // @public
387
+ export type PrivateEndpointConnectionProvisioningState = string;
388
+
389
+ // @public
390
+ export type PrivateEndpointServiceConnectionStatus = string;
391
+
392
+ // @public
393
+ export interface PrivateLinkResource extends Resource {
394
+ properties?: PrivateLinkResourceProperties;
395
+ }
396
+
397
+ // @public
398
+ export interface PrivateLinkResourceProperties {
399
+ readonly groupId?: string;
400
+ readonly requiredMembers?: string[];
401
+ requiredZoneNames?: string[];
402
+ }
403
+
404
+ // @public
405
+ export interface PrivateLinkServiceConnectionState {
406
+ actionsRequired?: string;
407
+ description?: string;
408
+ status?: PrivateEndpointServiceConnectionStatus;
409
+ }
410
+
411
+ // @public
412
+ export type ProvisioningState = string;
413
+
414
+ // @public
415
+ export interface ProxyResource extends Resource {
416
+ }
417
+
418
+ // @public
419
+ export type PublicNetworkAccess = string;
420
+
421
+ // @public
422
+ export interface Resource {
423
+ readonly id?: string;
424
+ readonly name?: string;
425
+ readonly systemData?: SystemData;
426
+ readonly type?: string;
427
+ }
428
+
429
+ // @public
430
+ export interface RestoreRequestProperties extends BackupRestoreRequestBaseProperties {
431
+ backupId: string;
432
+ }
433
+
434
+ // @public
435
+ export interface RestoreResult {
436
+ properties?: BackupRestoreBaseResultProperties;
437
+ }
438
+
439
+ // @public
440
+ export interface Sku {
441
+ name?: SkuName;
442
+ }
443
+
444
+ // @public
445
+ export type SkuName = string;
446
+
447
+ // @public
448
+ export interface SystemData {
449
+ createdAt?: Date;
450
+ createdBy?: string;
451
+ createdByType?: CreatedByType;
452
+ lastModifiedAt?: Date;
453
+ lastModifiedBy?: string;
454
+ lastModifiedByType?: CreatedByType;
455
+ }
456
+
457
+ // @public
458
+ export interface TrackedResource extends Resource {
459
+ location: string;
460
+ tags?: Record<string, string>;
461
+ }
462
+
463
+ // @public
464
+ export interface UserAssignedIdentity {
465
+ readonly clientId?: string;
466
+ readonly principalId?: string;
467
+ }
468
+
469
+ // (No @packageDocumentation comment for this package)
470
+
471
+ ```