@azure/arm-trustedsigning 1.0.0-alpha.20250718.1 → 1.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 (92) hide show
  1. package/dist/browser/api/certificateProfiles/index.js +128 -128
  2. package/dist/browser/api/certificateProfiles/index.js.map +1 -1
  3. package/dist/browser/api/codeSigningAccounts/index.js +82 -78
  4. package/dist/browser/api/codeSigningAccounts/index.js.map +1 -1
  5. package/dist/browser/api/codeSigningContext.js +11 -8
  6. package/dist/browser/api/codeSigningContext.js.map +1 -1
  7. package/dist/browser/api/operations/index.js +5 -6
  8. package/dist/browser/api/operations/index.js.map +1 -1
  9. package/dist/browser/classic/certificateProfiles/index.js +3 -1
  10. package/dist/browser/classic/certificateProfiles/index.js.map +1 -1
  11. package/dist/browser/classic/codeSigningAccounts/index.js +3 -1
  12. package/dist/browser/classic/codeSigningAccounts/index.js.map +1 -1
  13. package/dist/browser/classic/operations/index.js +3 -1
  14. package/dist/browser/classic/operations/index.js.map +1 -1
  15. package/dist/browser/codeSigningClient.js +14 -3
  16. package/dist/browser/codeSigningClient.js.map +1 -1
  17. package/dist/browser/restorePollerHelpers.js +11 -13
  18. package/dist/browser/restorePollerHelpers.js.map +1 -1
  19. package/dist/browser/static-helpers/pagingHelpers.js +31 -50
  20. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  21. package/dist/browser/static-helpers/pollingHelpers.js +14 -11
  22. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  23. package/dist/commonjs/api/certificateProfiles/index.js +128 -128
  24. package/dist/commonjs/api/certificateProfiles/index.js.map +1 -1
  25. package/dist/commonjs/api/codeSigningAccounts/index.js +82 -78
  26. package/dist/commonjs/api/codeSigningAccounts/index.js.map +1 -1
  27. package/dist/commonjs/api/codeSigningContext.js +11 -8
  28. package/dist/commonjs/api/codeSigningContext.js.map +1 -1
  29. package/dist/commonjs/api/operations/index.js +5 -6
  30. package/dist/commonjs/api/operations/index.js.map +1 -1
  31. package/dist/commonjs/classic/certificateProfiles/index.js +3 -1
  32. package/dist/commonjs/classic/certificateProfiles/index.js.map +1 -1
  33. package/dist/commonjs/classic/codeSigningAccounts/index.js +3 -1
  34. package/dist/commonjs/classic/codeSigningAccounts/index.js.map +1 -1
  35. package/dist/commonjs/classic/operations/index.js +3 -1
  36. package/dist/commonjs/classic/operations/index.js.map +1 -1
  37. package/dist/commonjs/codeSigningClient.js +14 -3
  38. package/dist/commonjs/codeSigningClient.js.map +1 -1
  39. package/dist/commonjs/restorePollerHelpers.js +11 -13
  40. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  41. package/dist/commonjs/static-helpers/pagingHelpers.js +31 -50
  42. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
  43. package/dist/commonjs/static-helpers/pollingHelpers.js +14 -11
  44. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
  45. package/dist/commonjs/tsdoc-metadata.json +11 -11
  46. package/dist/esm/api/certificateProfiles/index.js +128 -128
  47. package/dist/esm/api/certificateProfiles/index.js.map +1 -1
  48. package/dist/esm/api/codeSigningAccounts/index.js +82 -78
  49. package/dist/esm/api/codeSigningAccounts/index.js.map +1 -1
  50. package/dist/esm/api/codeSigningContext.js +11 -8
  51. package/dist/esm/api/codeSigningContext.js.map +1 -1
  52. package/dist/esm/api/operations/index.js +5 -6
  53. package/dist/esm/api/operations/index.js.map +1 -1
  54. package/dist/esm/classic/certificateProfiles/index.js +3 -1
  55. package/dist/esm/classic/certificateProfiles/index.js.map +1 -1
  56. package/dist/esm/classic/codeSigningAccounts/index.js +3 -1
  57. package/dist/esm/classic/codeSigningAccounts/index.js.map +1 -1
  58. package/dist/esm/classic/operations/index.js +3 -1
  59. package/dist/esm/classic/operations/index.js.map +1 -1
  60. package/dist/esm/codeSigningClient.js +14 -3
  61. package/dist/esm/codeSigningClient.js.map +1 -1
  62. package/dist/esm/restorePollerHelpers.js +11 -13
  63. package/dist/esm/restorePollerHelpers.js.map +1 -1
  64. package/dist/esm/static-helpers/pagingHelpers.js +31 -50
  65. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  66. package/dist/esm/static-helpers/pollingHelpers.js +14 -11
  67. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
  68. package/dist/react-native/api/certificateProfiles/index.js +128 -128
  69. package/dist/react-native/api/certificateProfiles/index.js.map +1 -1
  70. package/dist/react-native/api/codeSigningAccounts/index.js +82 -78
  71. package/dist/react-native/api/codeSigningAccounts/index.js.map +1 -1
  72. package/dist/react-native/api/codeSigningContext.js +11 -8
  73. package/dist/react-native/api/codeSigningContext.js.map +1 -1
  74. package/dist/react-native/api/operations/index.js +5 -6
  75. package/dist/react-native/api/operations/index.js.map +1 -1
  76. package/dist/react-native/classic/certificateProfiles/index.js +3 -1
  77. package/dist/react-native/classic/certificateProfiles/index.js.map +1 -1
  78. package/dist/react-native/classic/codeSigningAccounts/index.js +3 -1
  79. package/dist/react-native/classic/codeSigningAccounts/index.js.map +1 -1
  80. package/dist/react-native/classic/operations/index.js +3 -1
  81. package/dist/react-native/classic/operations/index.js.map +1 -1
  82. package/dist/react-native/codeSigningClient.js +14 -3
  83. package/dist/react-native/codeSigningClient.js.map +1 -1
  84. package/dist/react-native/restorePollerHelpers.js +11 -13
  85. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  86. package/dist/react-native/static-helpers/pagingHelpers.js +31 -50
  87. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  88. package/dist/react-native/static-helpers/pollingHelpers.js +14 -11
  89. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
  90. package/package.json +2 -2
  91. package/review/arm-trustedsigning-models-node.api.md +313 -313
  92. package/review/arm-trustedsigning-node.api.md +386 -386
@@ -1,313 +1,313 @@
1
- ## API Report File for "@azure/arm-trustedsigning"
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 { OperationOptions } from '@azure-rest/core-client';
8
-
9
- // @public
10
- export interface AccountSku {
11
- name: SkuName;
12
- }
13
-
14
- // @public
15
- export type ActionType = string;
16
-
17
- // @public
18
- export interface Certificate {
19
- createdDate?: string;
20
- expiryDate?: string;
21
- revocation?: Revocation;
22
- serialNumber?: string;
23
- status?: CertificateStatus;
24
- subjectName?: string;
25
- thumbprint?: string;
26
- }
27
-
28
- // @public
29
- export interface CertificateProfile extends ProxyResource {
30
- properties?: CertificateProfileProperties;
31
- }
32
-
33
- // @public
34
- export interface CertificateProfileProperties {
35
- readonly certificates?: Certificate[];
36
- readonly city?: string;
37
- readonly commonName?: string;
38
- readonly country?: string;
39
- readonly enhancedKeyUsage?: string;
40
- identityValidationId?: string;
41
- includeCity?: boolean;
42
- includeCountry?: boolean;
43
- includePostalCode?: boolean;
44
- includeState?: boolean;
45
- includeStreetAddress?: boolean;
46
- readonly organization?: string;
47
- readonly organizationUnit?: string;
48
- readonly postalCode?: string;
49
- profileType: ProfileType;
50
- readonly provisioningState?: ProvisioningState;
51
- readonly state?: string;
52
- readonly status?: CertificateProfileStatus;
53
- readonly streetAddress?: string;
54
- }
55
-
56
- // @public
57
- export interface CertificateProfilesCreateOptionalParams extends OperationOptions {
58
- updateIntervalInMs?: number;
59
- }
60
-
61
- // @public
62
- export interface CertificateProfilesDeleteOptionalParams extends OperationOptions {
63
- updateIntervalInMs?: number;
64
- }
65
-
66
- // @public
67
- export interface CertificateProfilesGetOptionalParams extends OperationOptions {
68
- }
69
-
70
- // @public
71
- export interface CertificateProfilesListByCodeSigningAccountOptionalParams extends OperationOptions {
72
- }
73
-
74
- // @public
75
- export interface CertificateProfilesRevokeCertificateOptionalParams extends OperationOptions {
76
- }
77
-
78
- // @public
79
- export type CertificateProfileStatus = string;
80
-
81
- // @public
82
- export type CertificateStatus = string;
83
-
84
- // @public
85
- export interface CheckNameAvailability {
86
- name: string;
87
- }
88
-
89
- // @public
90
- export interface CheckNameAvailabilityResult {
91
- readonly message?: string;
92
- readonly nameAvailable?: boolean;
93
- readonly reason?: NameUnavailabilityReason;
94
- }
95
-
96
- // @public
97
- export interface CodeSigningAccount extends TrackedResource {
98
- properties?: CodeSigningAccountProperties;
99
- }
100
-
101
- // @public
102
- export interface CodeSigningAccountPatch {
103
- properties?: CodeSigningAccountPatchProperties;
104
- tags?: Record<string, string>;
105
- }
106
-
107
- // @public
108
- export interface CodeSigningAccountPatchProperties {
109
- sku?: AccountSku;
110
- }
111
-
112
- // @public
113
- export interface CodeSigningAccountProperties {
114
- readonly accountUri?: string;
115
- readonly provisioningState?: ProvisioningState;
116
- sku?: AccountSku;
117
- }
118
-
119
- // @public
120
- export interface CodeSigningAccountsCheckNameAvailabilityOptionalParams extends OperationOptions {
121
- }
122
-
123
- // @public
124
- export interface CodeSigningAccountsCreateOptionalParams extends OperationOptions {
125
- updateIntervalInMs?: number;
126
- }
127
-
128
- // @public
129
- export interface CodeSigningAccountsDeleteOptionalParams extends OperationOptions {
130
- updateIntervalInMs?: number;
131
- }
132
-
133
- // @public
134
- export interface CodeSigningAccountsGetOptionalParams extends OperationOptions {
135
- }
136
-
137
- // @public
138
- export interface CodeSigningAccountsListByResourceGroupOptionalParams extends OperationOptions {
139
- }
140
-
141
- // @public
142
- export interface CodeSigningAccountsListBySubscriptionOptionalParams extends OperationOptions {
143
- }
144
-
145
- // @public
146
- export interface CodeSigningAccountsUpdateOptionalParams extends OperationOptions {
147
- updateIntervalInMs?: number;
148
- }
149
-
150
- // @public
151
- export type CreatedByType = string;
152
-
153
- // @public
154
- export enum KnownActionType {
155
- Internal = "Internal"
156
- }
157
-
158
- // @public
159
- export enum KnownCertificateProfileStatus {
160
- Active = "Active",
161
- Disabled = "Disabled",
162
- Suspended = "Suspended"
163
- }
164
-
165
- // @public
166
- export enum KnownCertificateStatus {
167
- Active = "Active",
168
- Expired = "Expired",
169
- Revoked = "Revoked"
170
- }
171
-
172
- // @public
173
- export enum KnownCreatedByType {
174
- Application = "Application",
175
- Key = "Key",
176
- ManagedIdentity = "ManagedIdentity",
177
- User = "User"
178
- }
179
-
180
- // @public
181
- export enum KnownNameUnavailabilityReason {
182
- AccountNameInvalid = "AccountNameInvalid",
183
- AlreadyExists = "AlreadyExists"
184
- }
185
-
186
- // @public
187
- export enum KnownOrigin {
188
- System = "system",
189
- User = "user",
190
- UserSystem = "user,system"
191
- }
192
-
193
- // @public
194
- export enum KnownProfileType {
195
- PrivateTrust = "PrivateTrust",
196
- PrivateTrustCIPolicy = "PrivateTrustCIPolicy",
197
- PublicTrust = "PublicTrust",
198
- PublicTrustTest = "PublicTrustTest",
199
- VBSEnclave = "VBSEnclave"
200
- }
201
-
202
- // @public
203
- export enum KnownProvisioningState {
204
- Accepted = "Accepted",
205
- Canceled = "Canceled",
206
- Deleting = "Deleting",
207
- Failed = "Failed",
208
- Succeeded = "Succeeded",
209
- Updating = "Updating"
210
- }
211
-
212
- // @public
213
- export enum KnownRevocationStatus {
214
- Failed = "Failed",
215
- InProgress = "InProgress",
216
- Succeeded = "Succeeded"
217
- }
218
-
219
- // @public
220
- export enum KnownSkuName {
221
- Basic = "Basic",
222
- Premium = "Premium"
223
- }
224
-
225
- // @public
226
- export type NameUnavailabilityReason = string;
227
-
228
- // @public
229
- export interface Operation {
230
- actionType?: ActionType;
231
- readonly display?: OperationDisplay;
232
- readonly isDataAction?: boolean;
233
- readonly name?: string;
234
- readonly origin?: Origin;
235
- }
236
-
237
- // @public
238
- export interface OperationDisplay {
239
- readonly description?: string;
240
- readonly operation?: string;
241
- readonly provider?: string;
242
- readonly resource?: string;
243
- }
244
-
245
- // @public
246
- export interface OperationsListOptionalParams extends OperationOptions {
247
- }
248
-
249
- // @public
250
- export type Origin = string;
251
-
252
- // @public
253
- export type ProfileType = string;
254
-
255
- // @public
256
- export type ProvisioningState = string;
257
-
258
- // @public
259
- export interface ProxyResource extends Resource {
260
- }
261
-
262
- // @public
263
- export interface Resource {
264
- readonly id?: string;
265
- readonly name?: string;
266
- readonly systemData?: SystemData;
267
- readonly type?: string;
268
- }
269
-
270
- // @public
271
- export interface Revocation {
272
- effectiveAt?: Date;
273
- failureReason?: string;
274
- reason?: string;
275
- remarks?: string;
276
- requestedAt?: Date;
277
- status?: RevocationStatus;
278
- }
279
-
280
- // @public
281
- export type RevocationStatus = string;
282
-
283
- // @public
284
- export interface RevokeCertificate {
285
- effectiveAt: Date;
286
- reason: string;
287
- remarks?: string;
288
- serialNumber: string;
289
- thumbprint: string;
290
- }
291
-
292
- // @public
293
- export type SkuName = string;
294
-
295
- // @public
296
- export interface SystemData {
297
- createdAt?: Date;
298
- createdBy?: string;
299
- createdByType?: CreatedByType;
300
- lastModifiedAt?: Date;
301
- lastModifiedBy?: string;
302
- lastModifiedByType?: CreatedByType;
303
- }
304
-
305
- // @public
306
- export interface TrackedResource extends Resource {
307
- location: string;
308
- tags?: Record<string, string>;
309
- }
310
-
311
- // (No @packageDocumentation comment for this package)
312
-
313
- ```
1
+ ## API Report File for "@azure/arm-trustedsigning"
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 { OperationOptions } from '@azure-rest/core-client';
8
+
9
+ // @public
10
+ export interface AccountSku {
11
+ name: SkuName;
12
+ }
13
+
14
+ // @public
15
+ export type ActionType = string;
16
+
17
+ // @public
18
+ export interface Certificate {
19
+ createdDate?: string;
20
+ expiryDate?: string;
21
+ revocation?: Revocation;
22
+ serialNumber?: string;
23
+ status?: CertificateStatus;
24
+ subjectName?: string;
25
+ thumbprint?: string;
26
+ }
27
+
28
+ // @public
29
+ export interface CertificateProfile extends ProxyResource {
30
+ properties?: CertificateProfileProperties;
31
+ }
32
+
33
+ // @public
34
+ export interface CertificateProfileProperties {
35
+ readonly certificates?: Certificate[];
36
+ readonly city?: string;
37
+ readonly commonName?: string;
38
+ readonly country?: string;
39
+ readonly enhancedKeyUsage?: string;
40
+ identityValidationId?: string;
41
+ includeCity?: boolean;
42
+ includeCountry?: boolean;
43
+ includePostalCode?: boolean;
44
+ includeState?: boolean;
45
+ includeStreetAddress?: boolean;
46
+ readonly organization?: string;
47
+ readonly organizationUnit?: string;
48
+ readonly postalCode?: string;
49
+ profileType: ProfileType;
50
+ readonly provisioningState?: ProvisioningState;
51
+ readonly state?: string;
52
+ readonly status?: CertificateProfileStatus;
53
+ readonly streetAddress?: string;
54
+ }
55
+
56
+ // @public
57
+ export interface CertificateProfilesCreateOptionalParams extends OperationOptions {
58
+ updateIntervalInMs?: number;
59
+ }
60
+
61
+ // @public
62
+ export interface CertificateProfilesDeleteOptionalParams extends OperationOptions {
63
+ updateIntervalInMs?: number;
64
+ }
65
+
66
+ // @public
67
+ export interface CertificateProfilesGetOptionalParams extends OperationOptions {
68
+ }
69
+
70
+ // @public
71
+ export interface CertificateProfilesListByCodeSigningAccountOptionalParams extends OperationOptions {
72
+ }
73
+
74
+ // @public
75
+ export interface CertificateProfilesRevokeCertificateOptionalParams extends OperationOptions {
76
+ }
77
+
78
+ // @public
79
+ export type CertificateProfileStatus = string;
80
+
81
+ // @public
82
+ export type CertificateStatus = string;
83
+
84
+ // @public
85
+ export interface CheckNameAvailability {
86
+ name: string;
87
+ }
88
+
89
+ // @public
90
+ export interface CheckNameAvailabilityResult {
91
+ readonly message?: string;
92
+ readonly nameAvailable?: boolean;
93
+ readonly reason?: NameUnavailabilityReason;
94
+ }
95
+
96
+ // @public
97
+ export interface CodeSigningAccount extends TrackedResource {
98
+ properties?: CodeSigningAccountProperties;
99
+ }
100
+
101
+ // @public
102
+ export interface CodeSigningAccountPatch {
103
+ properties?: CodeSigningAccountPatchProperties;
104
+ tags?: Record<string, string>;
105
+ }
106
+
107
+ // @public
108
+ export interface CodeSigningAccountPatchProperties {
109
+ sku?: AccountSku;
110
+ }
111
+
112
+ // @public
113
+ export interface CodeSigningAccountProperties {
114
+ readonly accountUri?: string;
115
+ readonly provisioningState?: ProvisioningState;
116
+ sku?: AccountSku;
117
+ }
118
+
119
+ // @public
120
+ export interface CodeSigningAccountsCheckNameAvailabilityOptionalParams extends OperationOptions {
121
+ }
122
+
123
+ // @public
124
+ export interface CodeSigningAccountsCreateOptionalParams extends OperationOptions {
125
+ updateIntervalInMs?: number;
126
+ }
127
+
128
+ // @public
129
+ export interface CodeSigningAccountsDeleteOptionalParams extends OperationOptions {
130
+ updateIntervalInMs?: number;
131
+ }
132
+
133
+ // @public
134
+ export interface CodeSigningAccountsGetOptionalParams extends OperationOptions {
135
+ }
136
+
137
+ // @public
138
+ export interface CodeSigningAccountsListByResourceGroupOptionalParams extends OperationOptions {
139
+ }
140
+
141
+ // @public
142
+ export interface CodeSigningAccountsListBySubscriptionOptionalParams extends OperationOptions {
143
+ }
144
+
145
+ // @public
146
+ export interface CodeSigningAccountsUpdateOptionalParams extends OperationOptions {
147
+ updateIntervalInMs?: number;
148
+ }
149
+
150
+ // @public
151
+ export type CreatedByType = string;
152
+
153
+ // @public
154
+ export enum KnownActionType {
155
+ Internal = "Internal"
156
+ }
157
+
158
+ // @public
159
+ export enum KnownCertificateProfileStatus {
160
+ Active = "Active",
161
+ Disabled = "Disabled",
162
+ Suspended = "Suspended"
163
+ }
164
+
165
+ // @public
166
+ export enum KnownCertificateStatus {
167
+ Active = "Active",
168
+ Expired = "Expired",
169
+ Revoked = "Revoked"
170
+ }
171
+
172
+ // @public
173
+ export enum KnownCreatedByType {
174
+ Application = "Application",
175
+ Key = "Key",
176
+ ManagedIdentity = "ManagedIdentity",
177
+ User = "User"
178
+ }
179
+
180
+ // @public
181
+ export enum KnownNameUnavailabilityReason {
182
+ AccountNameInvalid = "AccountNameInvalid",
183
+ AlreadyExists = "AlreadyExists"
184
+ }
185
+
186
+ // @public
187
+ export enum KnownOrigin {
188
+ System = "system",
189
+ User = "user",
190
+ UserSystem = "user,system"
191
+ }
192
+
193
+ // @public
194
+ export enum KnownProfileType {
195
+ PrivateTrust = "PrivateTrust",
196
+ PrivateTrustCIPolicy = "PrivateTrustCIPolicy",
197
+ PublicTrust = "PublicTrust",
198
+ PublicTrustTest = "PublicTrustTest",
199
+ VBSEnclave = "VBSEnclave"
200
+ }
201
+
202
+ // @public
203
+ export enum KnownProvisioningState {
204
+ Accepted = "Accepted",
205
+ Canceled = "Canceled",
206
+ Deleting = "Deleting",
207
+ Failed = "Failed",
208
+ Succeeded = "Succeeded",
209
+ Updating = "Updating"
210
+ }
211
+
212
+ // @public
213
+ export enum KnownRevocationStatus {
214
+ Failed = "Failed",
215
+ InProgress = "InProgress",
216
+ Succeeded = "Succeeded"
217
+ }
218
+
219
+ // @public
220
+ export enum KnownSkuName {
221
+ Basic = "Basic",
222
+ Premium = "Premium"
223
+ }
224
+
225
+ // @public
226
+ export type NameUnavailabilityReason = string;
227
+
228
+ // @public
229
+ export interface Operation {
230
+ actionType?: ActionType;
231
+ readonly display?: OperationDisplay;
232
+ readonly isDataAction?: boolean;
233
+ readonly name?: string;
234
+ readonly origin?: Origin;
235
+ }
236
+
237
+ // @public
238
+ export interface OperationDisplay {
239
+ readonly description?: string;
240
+ readonly operation?: string;
241
+ readonly provider?: string;
242
+ readonly resource?: string;
243
+ }
244
+
245
+ // @public
246
+ export interface OperationsListOptionalParams extends OperationOptions {
247
+ }
248
+
249
+ // @public
250
+ export type Origin = string;
251
+
252
+ // @public
253
+ export type ProfileType = string;
254
+
255
+ // @public
256
+ export type ProvisioningState = string;
257
+
258
+ // @public
259
+ export interface ProxyResource extends Resource {
260
+ }
261
+
262
+ // @public
263
+ export interface Resource {
264
+ readonly id?: string;
265
+ readonly name?: string;
266
+ readonly systemData?: SystemData;
267
+ readonly type?: string;
268
+ }
269
+
270
+ // @public
271
+ export interface Revocation {
272
+ effectiveAt?: Date;
273
+ failureReason?: string;
274
+ reason?: string;
275
+ remarks?: string;
276
+ requestedAt?: Date;
277
+ status?: RevocationStatus;
278
+ }
279
+
280
+ // @public
281
+ export type RevocationStatus = string;
282
+
283
+ // @public
284
+ export interface RevokeCertificate {
285
+ effectiveAt: Date;
286
+ reason: string;
287
+ remarks?: string;
288
+ serialNumber: string;
289
+ thumbprint: string;
290
+ }
291
+
292
+ // @public
293
+ export type SkuName = string;
294
+
295
+ // @public
296
+ export interface SystemData {
297
+ createdAt?: Date;
298
+ createdBy?: string;
299
+ createdByType?: CreatedByType;
300
+ lastModifiedAt?: Date;
301
+ lastModifiedBy?: string;
302
+ lastModifiedByType?: CreatedByType;
303
+ }
304
+
305
+ // @public
306
+ export interface TrackedResource extends Resource {
307
+ location: string;
308
+ tags?: Record<string, string>;
309
+ }
310
+
311
+ // (No @packageDocumentation comment for this package)
312
+
313
+ ```