@azure/arm-keyvault 2.1.0-beta.2 → 3.0.0-alpha.20230424.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 +62 -1
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +2998 -1638
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/keysCreateIfNotExistSample.js +12 -4
- package/dist-esm/samples-dev/keysCreateIfNotExistSample.js.map +1 -1
- package/dist-esm/samples-dev/keysGetSample.js +12 -4
- package/dist-esm/samples-dev/keysGetSample.js.map +1 -1
- package/dist-esm/samples-dev/keysGetVersionSample.js +12 -4
- package/dist-esm/samples-dev/keysGetVersionSample.js.map +1 -1
- package/dist-esm/samples-dev/keysListSample.js +24 -9
- package/dist-esm/samples-dev/keysListSample.js.map +1 -1
- package/dist-esm/samples-dev/keysListVersionsSample.js +24 -9
- package/dist-esm/samples-dev/keysListVersionsSample.js.map +1 -1
- package/dist-esm/samples-dev/managedHsmKeysCreateIfNotExistSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedHsmKeysCreateIfNotExistSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedHsmKeysCreateIfNotExistSample.js +43 -0
- package/dist-esm/samples-dev/managedHsmKeysCreateIfNotExistSample.js.map +1 -0
- package/dist-esm/samples-dev/managedHsmKeysGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedHsmKeysGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedHsmKeysGetSample.js +40 -0
- package/dist-esm/samples-dev/managedHsmKeysGetSample.js.map +1 -0
- package/dist-esm/samples-dev/managedHsmKeysGetVersionSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedHsmKeysGetVersionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedHsmKeysGetVersionSample.js +41 -0
- package/dist-esm/samples-dev/managedHsmKeysGetVersionSample.js.map +1 -0
- package/dist-esm/samples-dev/managedHsmKeysListSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedHsmKeysListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedHsmKeysListSample.js +60 -0
- package/dist-esm/samples-dev/managedHsmKeysListSample.js.map +1 -0
- package/dist-esm/samples-dev/managedHsmKeysListVersionsSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedHsmKeysListVersionsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedHsmKeysListVersionsSample.js +61 -0
- package/dist-esm/samples-dev/managedHsmKeysListVersionsSample.js.map +1 -0
- package/dist-esm/samples-dev/managedHsmsCheckMhsmNameAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/managedHsmsCheckMhsmNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedHsmsCheckMhsmNameAvailabilitySample.js +38 -0
- package/dist-esm/samples-dev/managedHsmsCheckMhsmNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/managedHsmsCreateOrUpdateSample.js +13 -5
- package/dist-esm/samples-dev/managedHsmsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/managedHsmsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/managedHsmsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/managedHsmsGetDeletedSample.js +11 -3
- package/dist-esm/samples-dev/managedHsmsGetDeletedSample.js.map +1 -1
- package/dist-esm/samples-dev/managedHsmsGetSample.js +12 -4
- package/dist-esm/samples-dev/managedHsmsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/managedHsmsListByResourceGroupSample.js +24 -9
- package/dist-esm/samples-dev/managedHsmsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/managedHsmsListBySubscriptionSample.js +23 -8
- package/dist-esm/samples-dev/managedHsmsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/managedHsmsListDeletedSample.js +23 -8
- package/dist-esm/samples-dev/managedHsmsListDeletedSample.js.map +1 -1
- package/dist-esm/samples-dev/managedHsmsPurgeDeletedSample.js +11 -3
- package/dist-esm/samples-dev/managedHsmsPurgeDeletedSample.js.map +1 -1
- package/dist-esm/samples-dev/managedHsmsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/managedHsmsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsGetSample.js +12 -4
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsListByResourceSample.js +24 -9
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsListByResourceSample.js.map +1 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsPutSample.js +12 -4
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsPutSample.js.map +1 -1
- package/dist-esm/samples-dev/mhsmPrivateLinkResourcesListByMhsmResourceSample.js +12 -4
- package/dist-esm/samples-dev/mhsmPrivateLinkResourcesListByMhsmResourceSample.js.map +1 -1
- package/dist-esm/samples-dev/mhsmRegionsListByResourceSample.d.ts +2 -0
- package/dist-esm/samples-dev/mhsmRegionsListByResourceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/mhsmRegionsListByResourceSample.js +60 -0
- package/dist-esm/samples-dev/mhsmRegionsListByResourceSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +23 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.js +24 -9
- package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.js +12 -4
- package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.js.map +1 -1
- package/dist-esm/samples-dev/secretsCreateOrUpdateSample.js +12 -4
- package/dist-esm/samples-dev/secretsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/secretsGetSample.js +12 -4
- package/dist-esm/samples-dev/secretsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/secretsListSample.js +24 -9
- package/dist-esm/samples-dev/secretsListSample.js.map +1 -1
- package/dist-esm/samples-dev/secretsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/secretsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.js +11 -3
- package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.js +17 -8
- package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/vaultsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsGetDeletedSample.js +11 -3
- package/dist-esm/samples-dev/vaultsGetDeletedSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsGetSample.js +12 -4
- package/dist-esm/samples-dev/vaultsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsListByResourceGroupSample.js +24 -9
- package/dist-esm/samples-dev/vaultsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsListBySubscriptionSample.js +23 -8
- package/dist-esm/samples-dev/vaultsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsListDeletedSample.js +23 -8
- package/dist-esm/samples-dev/vaultsListDeletedSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsListSample.js +23 -8
- package/dist-esm/samples-dev/vaultsListSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsPurgeDeletedSample.js +11 -3
- package/dist-esm/samples-dev/vaultsPurgeDeletedSample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.js +12 -4
- package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.js.map +1 -1
- package/dist-esm/samples-dev/vaultsUpdateSample.js +12 -4
- package/dist-esm/samples-dev/vaultsUpdateSample.js.map +1 -1
- package/dist-esm/src/keyVaultManagementClient.d.ts +3 -1
- package/dist-esm/src/keyVaultManagementClient.d.ts.map +1 -1
- package/dist-esm/src/keyVaultManagementClient.js +5 -3
- package/dist-esm/src/keyVaultManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +415 -92
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +28 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +20 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +608 -28
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +9 -5
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +45 -8
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/keys.d.ts +3 -1
- package/dist-esm/src/operations/keys.d.ts.map +1 -1
- package/dist-esm/src/operations/keys.js +27 -13
- package/dist-esm/src/operations/keys.js.map +1 -1
- package/dist-esm/src/operations/managedHsmKeys.d.ts +105 -0
- package/dist-esm/src/operations/managedHsmKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/managedHsmKeys.js +404 -0
- package/dist-esm/src/operations/managedHsmKeys.js.map +1 -0
- package/dist-esm/src/operations/managedHsms.d.ts +13 -7
- package/dist-esm/src/operations/managedHsms.d.ts.map +1 -1
- package/dist-esm/src/operations/managedHsms.js +116 -49
- package/dist-esm/src/operations/managedHsms.js.map +1 -1
- package/dist-esm/src/operations/mhsmPrivateEndpointConnections.d.ts +2 -2
- package/dist-esm/src/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/mhsmPrivateEndpointConnections.js +27 -17
- package/dist-esm/src/operations/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/mhsmPrivateLinkResources.js +1 -1
- package/dist-esm/src/operations/mhsmPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/mhsmRegions.d.ts +38 -0
- package/dist-esm/src/operations/mhsmRegions.d.ts.map +1 -0
- package/dist-esm/src/operations/mhsmRegions.js +155 -0
- package/dist-esm/src/operations/mhsmRegions.js.map +1 -0
- package/dist-esm/src/operations/operations.js +12 -6
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +2 -2
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +27 -12
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/secrets.d.ts +3 -1
- package/dist-esm/src/operations/secrets.d.ts.map +1 -1
- package/dist-esm/src/operations/secrets.js +17 -9
- package/dist-esm/src/operations/secrets.js.map +1 -1
- package/dist-esm/src/operations/vaults.d.ts +3 -3
- package/dist-esm/src/operations/vaults.d.ts.map +1 -1
- package/dist-esm/src/operations/vaults.js +69 -37
- package/dist-esm/src/operations/vaults.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/keys.d.ts +3 -1
- package/dist-esm/src/operationsInterfaces/keys.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/managedHsmKeys.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/managedHsmKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedHsmKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedHsmKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedHsms.d.ts +13 -7
- package/dist-esm/src/operationsInterfaces/managedHsms.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/mhsmRegions.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/mhsmRegions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/mhsmRegions.js +9 -0
- package/dist-esm/src/operationsInterfaces/mhsmRegions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/secrets.d.ts +3 -1
- package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/vaults.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +4 -4
- package/dist-esm/src/pagingHelper.js +4 -4
- package/dist-esm/test/keyvault_examples.js +25 -11
- package/dist-esm/test/keyvault_examples.js.map +1 -1
- package/package.json +13 -12
- package/review/arm-keyvault.api.md +274 -18
- package/src/keyVaultManagementClient.ts +10 -2
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +387 -29
- package/src/models/mappers.ts +622 -11
- package/src/models/parameters.ts +50 -7
- package/src/operations/index.ts +2 -0
- package/src/operations/keys.ts +3 -3
- package/src/operations/managedHsmKeys.ts +525 -0
- package/src/operations/managedHsms.ts +118 -58
- package/src/operations/mhsmPrivateEndpointConnections.ts +24 -18
- package/src/operations/mhsmPrivateLinkResources.ts +1 -1
- package/src/operations/mhsmRegions.ts +194 -0
- package/src/operations/operations.ts +0 -1
- package/src/operations/privateEndpointConnections.ts +24 -13
- package/src/operations/secrets.ts +5 -4
- package/src/operations/vaults.ts +31 -28
- package/src/operationsInterfaces/index.ts +2 -0
- package/src/operationsInterfaces/keys.ts +3 -1
- package/src/operationsInterfaces/managedHsmKeys.ts +103 -0
- package/src/operationsInterfaces/managedHsms.ts +27 -9
- package/src/operationsInterfaces/mhsmPrivateEndpointConnections.ts +3 -3
- package/src/operationsInterfaces/mhsmRegions.ts +29 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +3 -3
- package/src/operationsInterfaces/secrets.ts +3 -1
- package/src/operationsInterfaces/vaults.ts +4 -4
- package/src/pagingHelper.ts +4 -4
- package/types/arm-keyvault.d.ts +480 -34
- package/types/tsdoc-metadata.json +1 -1
package/src/models/index.ts
CHANGED
|
@@ -169,6 +169,145 @@ export interface KeyListResult {
|
|
|
169
169
|
nextLink?: string;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
+
/** The parameters used to create a key. */
|
|
173
|
+
export interface ManagedHsmKeyCreateParameters {
|
|
174
|
+
/** The tags that will be assigned to the key. */
|
|
175
|
+
tags?: { [propertyName: string]: string };
|
|
176
|
+
/** The properties of the key to be created. */
|
|
177
|
+
properties: ManagedHsmKeyProperties;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/** The properties of the key. */
|
|
181
|
+
export interface ManagedHsmKeyProperties {
|
|
182
|
+
/** The attributes of the key. */
|
|
183
|
+
attributes?: ManagedHsmKeyAttributes;
|
|
184
|
+
/** The type of the key. For valid values, see JsonWebKeyType. */
|
|
185
|
+
kty?: JsonWebKeyType;
|
|
186
|
+
keyOps?: JsonWebKeyOperation[];
|
|
187
|
+
/** The key size in bits. For example: 2048, 3072, or 4096 for RSA. */
|
|
188
|
+
keySize?: number;
|
|
189
|
+
/** The elliptic curve name. For valid values, see JsonWebKeyCurveName. */
|
|
190
|
+
curveName?: JsonWebKeyCurveName;
|
|
191
|
+
/**
|
|
192
|
+
* The URI to retrieve the current version of the key.
|
|
193
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
+
*/
|
|
195
|
+
readonly keyUri?: string;
|
|
196
|
+
/**
|
|
197
|
+
* The URI to retrieve the specific version of the key.
|
|
198
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
199
|
+
*/
|
|
200
|
+
readonly keyUriWithVersion?: string;
|
|
201
|
+
/** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
|
|
202
|
+
rotationPolicy?: ManagedHsmRotationPolicy;
|
|
203
|
+
/** Key release policy in response. It will be used for both output and input. Omitted if empty */
|
|
204
|
+
releasePolicy?: ManagedHsmKeyReleasePolicy;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/** The object attributes managed by the Azure Key Vault service. */
|
|
208
|
+
export interface ManagedHsmKeyAttributes {
|
|
209
|
+
/** Determines whether or not the object is enabled. */
|
|
210
|
+
enabled?: boolean;
|
|
211
|
+
/** Not before date in seconds since 1970-01-01T00:00:00Z. */
|
|
212
|
+
notBefore?: number;
|
|
213
|
+
/** Expiry date in seconds since 1970-01-01T00:00:00Z. */
|
|
214
|
+
expires?: number;
|
|
215
|
+
/**
|
|
216
|
+
* Creation time in seconds since 1970-01-01T00:00:00Z.
|
|
217
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
218
|
+
*/
|
|
219
|
+
readonly created?: number;
|
|
220
|
+
/**
|
|
221
|
+
* Last updated time in seconds since 1970-01-01T00:00:00Z.
|
|
222
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
223
|
+
*/
|
|
224
|
+
readonly updated?: number;
|
|
225
|
+
/**
|
|
226
|
+
* The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval.
|
|
227
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
228
|
+
*/
|
|
229
|
+
readonly recoveryLevel?: DeletionRecoveryLevel;
|
|
230
|
+
/** Indicates if the private key can be exported. */
|
|
231
|
+
exportable?: boolean;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
export interface ManagedHsmRotationPolicy {
|
|
235
|
+
/** The attributes of key rotation policy. */
|
|
236
|
+
attributes?: ManagedHsmKeyRotationPolicyAttributes;
|
|
237
|
+
/** The lifetimeActions for key rotation action. */
|
|
238
|
+
lifetimeActions?: ManagedHsmLifetimeAction[];
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
export interface ManagedHsmKeyRotationPolicyAttributes {
|
|
242
|
+
/**
|
|
243
|
+
* Creation time in seconds since 1970-01-01T00:00:00Z.
|
|
244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
+
*/
|
|
246
|
+
readonly created?: number;
|
|
247
|
+
/**
|
|
248
|
+
* Last updated time in seconds since 1970-01-01T00:00:00Z.
|
|
249
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
250
|
+
*/
|
|
251
|
+
readonly updated?: number;
|
|
252
|
+
/** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */
|
|
253
|
+
expiryTime?: string;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface ManagedHsmLifetimeAction {
|
|
257
|
+
/** The trigger of key rotation policy lifetimeAction. */
|
|
258
|
+
trigger?: ManagedHsmTrigger;
|
|
259
|
+
/** The action of key rotation policy lifetimeAction. */
|
|
260
|
+
action?: ManagedHsmAction;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
export interface ManagedHsmTrigger {
|
|
264
|
+
/** The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */
|
|
265
|
+
timeAfterCreate?: string;
|
|
266
|
+
/** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */
|
|
267
|
+
timeBeforeExpiry?: string;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export interface ManagedHsmAction {
|
|
271
|
+
/** The type of action. */
|
|
272
|
+
type?: KeyRotationPolicyActionType;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
export interface ManagedHsmKeyReleasePolicy {
|
|
276
|
+
/** Content type and version of key release policy */
|
|
277
|
+
contentType?: string;
|
|
278
|
+
/** Blob encoding the policy rules under which the key can be released. */
|
|
279
|
+
data?: Uint8Array;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
283
|
+
export interface ProxyResourceWithoutSystemData {
|
|
284
|
+
/**
|
|
285
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
286
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
287
|
+
*/
|
|
288
|
+
readonly id?: string;
|
|
289
|
+
/**
|
|
290
|
+
* The name of the resource
|
|
291
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
292
|
+
*/
|
|
293
|
+
readonly name?: string;
|
|
294
|
+
/**
|
|
295
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
296
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
297
|
+
*/
|
|
298
|
+
readonly type?: string;
|
|
299
|
+
/** Resource tags. */
|
|
300
|
+
tags?: { [propertyName: string]: string };
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/** The page of keys. */
|
|
304
|
+
export interface ManagedHsmKeyListResult {
|
|
305
|
+
/** The key resources. */
|
|
306
|
+
value?: ManagedHsmKey[];
|
|
307
|
+
/** The URL to get the next page of keys. */
|
|
308
|
+
nextLink?: string;
|
|
309
|
+
}
|
|
310
|
+
|
|
172
311
|
/** Parameters for creating or updating a vault */
|
|
173
312
|
export interface VaultCreateOrUpdateParameters {
|
|
174
313
|
/** The supported Azure location where the key vault should be created. */
|
|
@@ -204,7 +343,7 @@ export interface VaultProperties {
|
|
|
204
343
|
enableSoftDelete?: boolean;
|
|
205
344
|
/** softDelete data retention days. It accepts >=7 and <=90. */
|
|
206
345
|
softDeleteRetentionInDays?: number;
|
|
207
|
-
/** Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored
|
|
346
|
+
/** Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the vault is created with the default value of false. Note that management actions are always authorized with RBAC. */
|
|
208
347
|
enableRbacAuthorization?: boolean;
|
|
209
348
|
/** The vault's create mode to indicate whether the vault need to be recovered or not. */
|
|
210
349
|
createMode?: CreateMode;
|
|
@@ -384,7 +523,7 @@ export interface VaultPatchProperties {
|
|
|
384
523
|
enabledForTemplateDeployment?: boolean;
|
|
385
524
|
/** Property to specify whether the 'soft delete' functionality is enabled for this key vault. Once set to true, it cannot be reverted to false. */
|
|
386
525
|
enableSoftDelete?: boolean;
|
|
387
|
-
/** Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored
|
|
526
|
+
/** Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the value of this property will not change. */
|
|
388
527
|
enableRbacAuthorization?: boolean;
|
|
389
528
|
/** softDelete data retention days. It accepts >=7 and <=90. */
|
|
390
529
|
softDeleteRetentionInDays?: number;
|
|
@@ -581,6 +720,8 @@ export interface ManagedHsmProperties {
|
|
|
581
720
|
readonly provisioningState?: ProvisioningState;
|
|
582
721
|
/** Rules governing the accessibility of the key vault from specific network locations. */
|
|
583
722
|
networkAcls?: MhsmNetworkRuleSet;
|
|
723
|
+
/** List of all regions associated with the managed hsm pool. */
|
|
724
|
+
regions?: MhsmGeoReplicatedRegion[];
|
|
584
725
|
/**
|
|
585
726
|
* List of private endpoint connections associated with the managed hsm pool.
|
|
586
727
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -593,6 +734,11 @@ export interface ManagedHsmProperties {
|
|
|
593
734
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
594
735
|
*/
|
|
595
736
|
readonly scheduledPurgeDate?: Date;
|
|
737
|
+
/**
|
|
738
|
+
* Managed HSM security domain properties.
|
|
739
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
740
|
+
*/
|
|
741
|
+
readonly securityDomainProperties?: ManagedHSMSecurityDomainProperties;
|
|
596
742
|
}
|
|
597
743
|
|
|
598
744
|
/** A set of rules governing the network accessibility of a managed hsm pool. */
|
|
@@ -607,7 +753,7 @@ export interface MhsmNetworkRuleSet {
|
|
|
607
753
|
virtualNetworkRules?: MhsmVirtualNetworkRule[];
|
|
608
754
|
}
|
|
609
755
|
|
|
610
|
-
/** A rule governing the accessibility of a managed
|
|
756
|
+
/** A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range. */
|
|
611
757
|
export interface MhsmipRule {
|
|
612
758
|
/** An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). */
|
|
613
759
|
value: string;
|
|
@@ -619,6 +765,19 @@ export interface MhsmVirtualNetworkRule {
|
|
|
619
765
|
id: string;
|
|
620
766
|
}
|
|
621
767
|
|
|
768
|
+
/** A region that this managed HSM Pool has been extended to. */
|
|
769
|
+
export interface MhsmGeoReplicatedRegion {
|
|
770
|
+
/** Name of the geo replicated region. */
|
|
771
|
+
name?: string;
|
|
772
|
+
/**
|
|
773
|
+
* Provisioning state of the geo replicated region.
|
|
774
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
775
|
+
*/
|
|
776
|
+
readonly provisioningState?: GeoReplicationRegionProvisioningState;
|
|
777
|
+
/** A boolean value that indicates whether the region is the primary region or a secondary region. */
|
|
778
|
+
isPrimary?: boolean;
|
|
779
|
+
}
|
|
780
|
+
|
|
622
781
|
/** Private endpoint connection item. */
|
|
623
782
|
export interface MhsmPrivateEndpointConnectionItem {
|
|
624
783
|
/** Id of private endpoint connection. */
|
|
@@ -652,6 +811,20 @@ export interface MhsmPrivateLinkServiceConnectionState {
|
|
|
652
811
|
actionsRequired?: ActionsRequired;
|
|
653
812
|
}
|
|
654
813
|
|
|
814
|
+
/** The security domain properties of the managed hsm. */
|
|
815
|
+
export interface ManagedHSMSecurityDomainProperties {
|
|
816
|
+
/**
|
|
817
|
+
* Activation Status
|
|
818
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
819
|
+
*/
|
|
820
|
+
readonly activationStatus?: ActivationStatus;
|
|
821
|
+
/**
|
|
822
|
+
* Activation Status Message.
|
|
823
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
824
|
+
*/
|
|
825
|
+
readonly activationStatusMessage?: string;
|
|
826
|
+
}
|
|
827
|
+
|
|
655
828
|
/** Managed HSM resource */
|
|
656
829
|
export interface ManagedHsmResource {
|
|
657
830
|
/**
|
|
@@ -802,6 +975,39 @@ export interface MhsmPrivateLinkResourceListResult {
|
|
|
802
975
|
value?: MhsmPrivateLinkResource[];
|
|
803
976
|
}
|
|
804
977
|
|
|
978
|
+
/** List of regions associated with a managed HSM Pools */
|
|
979
|
+
export interface MhsmRegionsListResult {
|
|
980
|
+
/** The region associated with a managed HSM Pools. */
|
|
981
|
+
value?: MhsmGeoReplicatedRegion[];
|
|
982
|
+
/** The URL to get the next set of managed HSM Pools. */
|
|
983
|
+
nextLink?: string;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
/** The parameters used to check the availability of the managed hsm name. */
|
|
987
|
+
export interface CheckMhsmNameAvailabilityParameters {
|
|
988
|
+
/** The managed hsm name. */
|
|
989
|
+
name: string;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
/** The CheckMhsmNameAvailability operation response. */
|
|
993
|
+
export interface CheckMhsmNameAvailabilityResult {
|
|
994
|
+
/**
|
|
995
|
+
* A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used.
|
|
996
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
997
|
+
*/
|
|
998
|
+
readonly nameAvailable?: boolean;
|
|
999
|
+
/**
|
|
1000
|
+
* The reason that a managed hsm name could not be used. The reason element is only returned if NameAvailable is false.
|
|
1001
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1002
|
+
*/
|
|
1003
|
+
readonly reason?: Reason;
|
|
1004
|
+
/**
|
|
1005
|
+
* An error message explaining the Reason value in more detail.
|
|
1006
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1007
|
+
*/
|
|
1008
|
+
readonly message?: string;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
805
1011
|
/** Result of the request to list Storage operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
806
1012
|
export interface OperationListResult {
|
|
807
1013
|
/** List of Storage operations supported by the Storage resource provider. */
|
|
@@ -1025,6 +1231,33 @@ export interface Secret extends Resource {
|
|
|
1025
1231
|
properties: SecretProperties;
|
|
1026
1232
|
}
|
|
1027
1233
|
|
|
1234
|
+
/** The key resource. */
|
|
1235
|
+
export interface ManagedHsmKey extends ProxyResourceWithoutSystemData {
|
|
1236
|
+
/** The attributes of the key. */
|
|
1237
|
+
attributes?: ManagedHsmKeyAttributes;
|
|
1238
|
+
/** The type of the key. For valid values, see JsonWebKeyType. */
|
|
1239
|
+
kty?: JsonWebKeyType;
|
|
1240
|
+
keyOps?: JsonWebKeyOperation[];
|
|
1241
|
+
/** The key size in bits. For example: 2048, 3072, or 4096 for RSA. */
|
|
1242
|
+
keySize?: number;
|
|
1243
|
+
/** The elliptic curve name. For valid values, see JsonWebKeyCurveName. */
|
|
1244
|
+
curveName?: JsonWebKeyCurveName;
|
|
1245
|
+
/**
|
|
1246
|
+
* The URI to retrieve the current version of the key.
|
|
1247
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1248
|
+
*/
|
|
1249
|
+
readonly keyUri?: string;
|
|
1250
|
+
/**
|
|
1251
|
+
* The URI to retrieve the specific version of the key.
|
|
1252
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1253
|
+
*/
|
|
1254
|
+
readonly keyUriWithVersion?: string;
|
|
1255
|
+
/** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
|
|
1256
|
+
rotationPolicy?: ManagedHsmRotationPolicy;
|
|
1257
|
+
/** Key release policy in response. It will be used for both output and input. Omitted if empty */
|
|
1258
|
+
releasePolicy?: ManagedHsmKeyReleasePolicy;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1028
1261
|
/** Resource information with extended details. */
|
|
1029
1262
|
export interface ManagedHsm extends ManagedHsmResource {
|
|
1030
1263
|
/** Properties of the managed HSM */
|
|
@@ -1078,12 +1311,30 @@ export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
|
1078
1311
|
location?: string;
|
|
1079
1312
|
}
|
|
1080
1313
|
|
|
1314
|
+
/** Defines headers for ManagedHsms_createOrUpdate operation. */
|
|
1315
|
+
export interface ManagedHsmsCreateOrUpdateHeaders {
|
|
1316
|
+
/** The URI to poll for completion status. */
|
|
1317
|
+
location?: string;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1081
1320
|
/** Defines headers for ManagedHsms_update operation. */
|
|
1082
1321
|
export interface ManagedHsmsUpdateHeaders {
|
|
1083
1322
|
/** The URI to poll for completion status. */
|
|
1084
1323
|
location?: string;
|
|
1085
1324
|
}
|
|
1086
1325
|
|
|
1326
|
+
/** Defines headers for ManagedHsms_delete operation. */
|
|
1327
|
+
export interface ManagedHsmsDeleteHeaders {
|
|
1328
|
+
/** The URI to poll for completion status. */
|
|
1329
|
+
location?: string;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
/** Defines headers for ManagedHsms_purgeDeleted operation. */
|
|
1333
|
+
export interface ManagedHsmsPurgeDeletedHeaders {
|
|
1334
|
+
/** The URI to poll for completion status. */
|
|
1335
|
+
location?: string;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1087
1338
|
/** Defines headers for MhsmPrivateEndpointConnections_put operation. */
|
|
1088
1339
|
export interface MhsmPrivateEndpointConnectionsPutHeaders {
|
|
1089
1340
|
/** (specified only if operation does not finish synchronously) The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
@@ -1094,8 +1345,6 @@ export interface MhsmPrivateEndpointConnectionsPutHeaders {
|
|
|
1094
1345
|
|
|
1095
1346
|
/** Defines headers for MhsmPrivateEndpointConnections_delete operation. */
|
|
1096
1347
|
export interface MhsmPrivateEndpointConnectionsDeleteHeaders {
|
|
1097
|
-
/** The recommended number of seconds to wait before calling the URI specified in the location header. */
|
|
1098
|
-
retryAfter?: number;
|
|
1099
1348
|
/** The URI to poll for completion status. */
|
|
1100
1349
|
location?: string;
|
|
1101
1350
|
}
|
|
@@ -1640,6 +1889,36 @@ export enum KnownProvisioningState {
|
|
|
1640
1889
|
*/
|
|
1641
1890
|
export type ProvisioningState = string;
|
|
1642
1891
|
|
|
1892
|
+
/** Known values of {@link GeoReplicationRegionProvisioningState} that the service accepts. */
|
|
1893
|
+
export enum KnownGeoReplicationRegionProvisioningState {
|
|
1894
|
+
/** Preprovisioning */
|
|
1895
|
+
Preprovisioning = "Preprovisioning",
|
|
1896
|
+
/** Provisioning */
|
|
1897
|
+
Provisioning = "Provisioning",
|
|
1898
|
+
/** Succeeded */
|
|
1899
|
+
Succeeded = "Succeeded",
|
|
1900
|
+
/** Failed */
|
|
1901
|
+
Failed = "Failed",
|
|
1902
|
+
/** Deleting */
|
|
1903
|
+
Deleting = "Deleting",
|
|
1904
|
+
/** Cleanup */
|
|
1905
|
+
Cleanup = "Cleanup"
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
/**
|
|
1909
|
+
* Defines values for GeoReplicationRegionProvisioningState. \
|
|
1910
|
+
* {@link KnownGeoReplicationRegionProvisioningState} can be used interchangeably with GeoReplicationRegionProvisioningState,
|
|
1911
|
+
* this enum contains the known values that the service supports.
|
|
1912
|
+
* ### Known values supported by the service
|
|
1913
|
+
* **Preprovisioning** \
|
|
1914
|
+
* **Provisioning** \
|
|
1915
|
+
* **Succeeded** \
|
|
1916
|
+
* **Failed** \
|
|
1917
|
+
* **Deleting** \
|
|
1918
|
+
* **Cleanup**
|
|
1919
|
+
*/
|
|
1920
|
+
export type GeoReplicationRegionProvisioningState = string;
|
|
1921
|
+
|
|
1643
1922
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
1644
1923
|
export enum KnownPublicNetworkAccess {
|
|
1645
1924
|
/** Enabled */
|
|
@@ -1658,6 +1937,30 @@ export enum KnownPublicNetworkAccess {
|
|
|
1658
1937
|
*/
|
|
1659
1938
|
export type PublicNetworkAccess = string;
|
|
1660
1939
|
|
|
1940
|
+
/** Known values of {@link ActivationStatus} that the service accepts. */
|
|
1941
|
+
export enum KnownActivationStatus {
|
|
1942
|
+
/** The managed HSM Pool is active. */
|
|
1943
|
+
Active = "Active",
|
|
1944
|
+
/** The managed HSM Pool is not yet activated. */
|
|
1945
|
+
NotActivated = "NotActivated",
|
|
1946
|
+
/** An unknown error occurred while activating managed hsm. */
|
|
1947
|
+
Unknown = "Unknown",
|
|
1948
|
+
/** Failed to activate managed hsm. */
|
|
1949
|
+
Failed = "Failed"
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
/**
|
|
1953
|
+
* Defines values for ActivationStatus. \
|
|
1954
|
+
* {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
|
|
1955
|
+
* this enum contains the known values that the service supports.
|
|
1956
|
+
* ### Known values supported by the service
|
|
1957
|
+
* **Active**: The managed HSM Pool is active. \
|
|
1958
|
+
* **NotActivated**: The managed HSM Pool is not yet activated. \
|
|
1959
|
+
* **Unknown**: An unknown error occurred while activating managed hsm. \
|
|
1960
|
+
* **Failed**: Failed to activate managed hsm.
|
|
1961
|
+
*/
|
|
1962
|
+
export type ActivationStatus = string;
|
|
1963
|
+
|
|
1661
1964
|
/** Known values of {@link ManagedHsmSkuFamily} that the service accepts. */
|
|
1662
1965
|
export enum KnownManagedHsmSkuFamily {
|
|
1663
1966
|
/** B */
|
|
@@ -1732,6 +2035,55 @@ export interface KeysListVersionsNextOptionalParams
|
|
|
1732
2035
|
/** Contains response data for the listVersionsNext operation. */
|
|
1733
2036
|
export type KeysListVersionsNextResponse = KeyListResult;
|
|
1734
2037
|
|
|
2038
|
+
/** Optional parameters. */
|
|
2039
|
+
export interface ManagedHsmKeysCreateIfNotExistOptionalParams
|
|
2040
|
+
extends coreClient.OperationOptions {}
|
|
2041
|
+
|
|
2042
|
+
/** Contains response data for the createIfNotExist operation. */
|
|
2043
|
+
export type ManagedHsmKeysCreateIfNotExistResponse = ManagedHsmKey;
|
|
2044
|
+
|
|
2045
|
+
/** Optional parameters. */
|
|
2046
|
+
export interface ManagedHsmKeysGetOptionalParams
|
|
2047
|
+
extends coreClient.OperationOptions {}
|
|
2048
|
+
|
|
2049
|
+
/** Contains response data for the get operation. */
|
|
2050
|
+
export type ManagedHsmKeysGetResponse = ManagedHsmKey;
|
|
2051
|
+
|
|
2052
|
+
/** Optional parameters. */
|
|
2053
|
+
export interface ManagedHsmKeysListOptionalParams
|
|
2054
|
+
extends coreClient.OperationOptions {}
|
|
2055
|
+
|
|
2056
|
+
/** Contains response data for the list operation. */
|
|
2057
|
+
export type ManagedHsmKeysListResponse = ManagedHsmKeyListResult;
|
|
2058
|
+
|
|
2059
|
+
/** Optional parameters. */
|
|
2060
|
+
export interface ManagedHsmKeysGetVersionOptionalParams
|
|
2061
|
+
extends coreClient.OperationOptions {}
|
|
2062
|
+
|
|
2063
|
+
/** Contains response data for the getVersion operation. */
|
|
2064
|
+
export type ManagedHsmKeysGetVersionResponse = ManagedHsmKey;
|
|
2065
|
+
|
|
2066
|
+
/** Optional parameters. */
|
|
2067
|
+
export interface ManagedHsmKeysListVersionsOptionalParams
|
|
2068
|
+
extends coreClient.OperationOptions {}
|
|
2069
|
+
|
|
2070
|
+
/** Contains response data for the listVersions operation. */
|
|
2071
|
+
export type ManagedHsmKeysListVersionsResponse = ManagedHsmKeyListResult;
|
|
2072
|
+
|
|
2073
|
+
/** Optional parameters. */
|
|
2074
|
+
export interface ManagedHsmKeysListNextOptionalParams
|
|
2075
|
+
extends coreClient.OperationOptions {}
|
|
2076
|
+
|
|
2077
|
+
/** Contains response data for the listNext operation. */
|
|
2078
|
+
export type ManagedHsmKeysListNextResponse = ManagedHsmKeyListResult;
|
|
2079
|
+
|
|
2080
|
+
/** Optional parameters. */
|
|
2081
|
+
export interface ManagedHsmKeysListVersionsNextOptionalParams
|
|
2082
|
+
extends coreClient.OperationOptions {}
|
|
2083
|
+
|
|
2084
|
+
/** Contains response data for the listVersionsNext operation. */
|
|
2085
|
+
export type ManagedHsmKeysListVersionsNextResponse = ManagedHsmKeyListResult;
|
|
2086
|
+
|
|
1735
2087
|
/** Optional parameters. */
|
|
1736
2088
|
export interface VaultsCreateOrUpdateOptionalParams
|
|
1737
2089
|
extends coreClient.OperationOptions {
|
|
@@ -1829,20 +2181,14 @@ export type VaultsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
|
1829
2181
|
|
|
1830
2182
|
/** Optional parameters. */
|
|
1831
2183
|
export interface VaultsListByResourceGroupNextOptionalParams
|
|
1832
|
-
extends coreClient.OperationOptions {
|
|
1833
|
-
/** Maximum number of results to return. */
|
|
1834
|
-
top?: number;
|
|
1835
|
-
}
|
|
2184
|
+
extends coreClient.OperationOptions {}
|
|
1836
2185
|
|
|
1837
2186
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1838
2187
|
export type VaultsListByResourceGroupNextResponse = VaultListResult;
|
|
1839
2188
|
|
|
1840
2189
|
/** Optional parameters. */
|
|
1841
2190
|
export interface VaultsListBySubscriptionNextOptionalParams
|
|
1842
|
-
extends coreClient.OperationOptions {
|
|
1843
|
-
/** Maximum number of results to return. */
|
|
1844
|
-
top?: number;
|
|
1845
|
-
}
|
|
2191
|
+
extends coreClient.OperationOptions {}
|
|
1846
2192
|
|
|
1847
2193
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1848
2194
|
export type VaultsListBySubscriptionNextResponse = VaultListResult;
|
|
@@ -1856,10 +2202,7 @@ export type VaultsListDeletedNextResponse = DeletedVaultListResult;
|
|
|
1856
2202
|
|
|
1857
2203
|
/** Optional parameters. */
|
|
1858
2204
|
export interface VaultsListNextOptionalParams
|
|
1859
|
-
extends coreClient.OperationOptions {
|
|
1860
|
-
/** Maximum number of results to return. */
|
|
1861
|
-
top?: number;
|
|
1862
|
-
}
|
|
2205
|
+
extends coreClient.OperationOptions {}
|
|
1863
2206
|
|
|
1864
2207
|
/** Contains response data for the listNext operation. */
|
|
1865
2208
|
export type VaultsListNextResponse = ResourceListResult;
|
|
@@ -1995,22 +2338,26 @@ export interface ManagedHsmsPurgeDeletedOptionalParams
|
|
|
1995
2338
|
resumeFrom?: string;
|
|
1996
2339
|
}
|
|
1997
2340
|
|
|
2341
|
+
/** Contains response data for the purgeDeleted operation. */
|
|
2342
|
+
export type ManagedHsmsPurgeDeletedResponse = ManagedHsmsPurgeDeletedHeaders;
|
|
2343
|
+
|
|
2344
|
+
/** Optional parameters. */
|
|
2345
|
+
export interface ManagedHsmsCheckMhsmNameAvailabilityOptionalParams
|
|
2346
|
+
extends coreClient.OperationOptions {}
|
|
2347
|
+
|
|
2348
|
+
/** Contains response data for the checkMhsmNameAvailability operation. */
|
|
2349
|
+
export type ManagedHsmsCheckMhsmNameAvailabilityResponse = CheckMhsmNameAvailabilityResult;
|
|
2350
|
+
|
|
1998
2351
|
/** Optional parameters. */
|
|
1999
2352
|
export interface ManagedHsmsListByResourceGroupNextOptionalParams
|
|
2000
|
-
extends coreClient.OperationOptions {
|
|
2001
|
-
/** Maximum number of results to return. */
|
|
2002
|
-
top?: number;
|
|
2003
|
-
}
|
|
2353
|
+
extends coreClient.OperationOptions {}
|
|
2004
2354
|
|
|
2005
2355
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2006
2356
|
export type ManagedHsmsListByResourceGroupNextResponse = ManagedHsmListResult;
|
|
2007
2357
|
|
|
2008
2358
|
/** Optional parameters. */
|
|
2009
2359
|
export interface ManagedHsmsListBySubscriptionNextOptionalParams
|
|
2010
|
-
extends coreClient.OperationOptions {
|
|
2011
|
-
/** Maximum number of results to return. */
|
|
2012
|
-
top?: number;
|
|
2013
|
-
}
|
|
2360
|
+
extends coreClient.OperationOptions {}
|
|
2014
2361
|
|
|
2015
2362
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2016
2363
|
export type ManagedHsmsListBySubscriptionNextResponse = ManagedHsmListResult;
|
|
@@ -2070,6 +2417,20 @@ export interface MhsmPrivateLinkResourcesListByMhsmResourceOptionalParams
|
|
|
2070
2417
|
/** Contains response data for the listByMhsmResource operation. */
|
|
2071
2418
|
export type MhsmPrivateLinkResourcesListByMhsmResourceResponse = MhsmPrivateLinkResourceListResult;
|
|
2072
2419
|
|
|
2420
|
+
/** Optional parameters. */
|
|
2421
|
+
export interface MhsmRegionsListByResourceOptionalParams
|
|
2422
|
+
extends coreClient.OperationOptions {}
|
|
2423
|
+
|
|
2424
|
+
/** Contains response data for the listByResource operation. */
|
|
2425
|
+
export type MhsmRegionsListByResourceResponse = MhsmRegionsListResult;
|
|
2426
|
+
|
|
2427
|
+
/** Optional parameters. */
|
|
2428
|
+
export interface MhsmRegionsListByResourceNextOptionalParams
|
|
2429
|
+
extends coreClient.OperationOptions {}
|
|
2430
|
+
|
|
2431
|
+
/** Contains response data for the listByResourceNext operation. */
|
|
2432
|
+
export type MhsmRegionsListByResourceNextResponse = MhsmRegionsListResult;
|
|
2433
|
+
|
|
2073
2434
|
/** Optional parameters. */
|
|
2074
2435
|
export interface OperationsListOptionalParams
|
|
2075
2436
|
extends coreClient.OperationOptions {}
|
|
@@ -2115,10 +2476,7 @@ export type SecretsListResponse = SecretListResult;
|
|
|
2115
2476
|
|
|
2116
2477
|
/** Optional parameters. */
|
|
2117
2478
|
export interface SecretsListNextOptionalParams
|
|
2118
|
-
extends coreClient.OperationOptions {
|
|
2119
|
-
/** Maximum number of results to return. */
|
|
2120
|
-
top?: number;
|
|
2121
|
-
}
|
|
2479
|
+
extends coreClient.OperationOptions {}
|
|
2122
2480
|
|
|
2123
2481
|
/** Contains response data for the listNext operation. */
|
|
2124
2482
|
export type SecretsListNextResponse = SecretListResult;
|