@azure/arm-keyvault-profile-2020-09-01-hybrid 1.0.0 → 2.0.0-alpha.20220309.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +83 -77
- package/dist/index.js +3453 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/keyVaultManagementClient.d.ts +23 -0
- package/dist-esm/src/keyVaultManagementClient.d.ts.map +1 -0
- package/dist-esm/src/keyVaultManagementClient.js +56 -0
- package/dist-esm/src/keyVaultManagementClient.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1008 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +123 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +48 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +728 -617
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +220 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +51 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +187 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/secrets.d.ts +72 -0
- package/dist-esm/src/operations/secrets.d.ts.map +1 -0
- package/dist-esm/src/operations/secrets.js +247 -0
- package/dist-esm/src/operations/secrets.js.map +1 -0
- package/dist-esm/src/operations/vaults.d.ts +166 -0
- package/dist-esm/src/operations/vaults.d.ts.map +1 -0
- package/dist-esm/src/operations/vaults.js +816 -0
- package/dist-esm/src/operations/vaults.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/secrets.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/secrets.js +9 -0
- package/dist-esm/src/operationsInterfaces/secrets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vaults.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vaults.js +9 -0
- package/dist-esm/src/operationsInterfaces/vaults.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +74 -22
- package/review/arm-keyvault-profile-2020-09-01-hybrid.api.md +876 -0
- package/rollup.config.js +115 -30
- package/src/index.ts +12 -0
- package/src/keyVaultManagementClient.ts +84 -39
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +849 -1276
- package/src/models/mappers.ts +730 -609
- package/src/models/parameters.ts +153 -76
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +87 -73
- package/src/operations/privateEndpointConnections.ts +174 -154
- package/src/operations/privateLinkResources.ts +39 -54
- package/src/operations/secrets.ts +215 -248
- package/src/operations/vaults.ts +731 -629
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +85 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/secrets.ts +86 -0
- package/src/operationsInterfaces/vaults.ts +197 -0
- package/tsconfig.json +14 -6
- package/types/arm-keyvault-profile-2020-09-01-hybrid.d.ts +1360 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.js +0 -3048
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.js.map +0 -1
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.min.js +0 -1
- package/dist/arm-keyvault-profile-2020-09-01-hybrid.min.js.map +0 -1
- package/esm/keyVaultManagementClient.d.ts +0 -23
- package/esm/keyVaultManagementClient.d.ts.map +0 -1
- package/esm/keyVaultManagementClient.js +0 -38
- package/esm/keyVaultManagementClient.js.map +0 -1
- package/esm/keyVaultManagementClientContext.d.ts +0 -17
- package/esm/keyVaultManagementClientContext.d.ts.map +0 -1
- package/esm/keyVaultManagementClientContext.js +0 -57
- package/esm/keyVaultManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1449
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -46
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -17
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -178
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/secretsMappers.d.ts +0 -2
- package/esm/models/secretsMappers.d.ts.map +0 -1
- package/esm/models/secretsMappers.js +0 -9
- package/esm/models/secretsMappers.js.map +0 -1
- package/esm/models/vaultsMappers.d.ts +0 -2
- package/esm/models/vaultsMappers.d.ts.map +0 -1
- package/esm/models/vaultsMappers.js +0 -9
- package/esm/models/vaultsMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -91
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -164
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -58
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/secrets.d.ts +0 -139
- package/esm/operations/secrets.d.ts.map +0 -1
- package/esm/operations/secrets.js +0 -201
- package/esm/operations/secrets.js.map +0 -1
- package/esm/operations/vaults.d.ts +0 -317
- package/esm/operations/vaults.d.ts.map +0 -1
- package/esm/operations/vaults.js +0 -557
- package/esm/operations/vaults.js.map +0 -1
- package/src/keyVaultManagementClientContext.ts +0 -63
- package/src/models/operationsMappers.ts +0 -16
- package/src/models/privateEndpointConnectionsMappers.ts +0 -40
- package/src/models/privateLinkResourcesMappers.ts +0 -39
- package/src/models/secretsMappers.ts +0 -39
- package/src/models/vaultsMappers.ts +0 -45
package/esm/models/index.d.ts
DELETED
|
@@ -1,1449 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* SKU details
|
|
6
|
-
*/
|
|
7
|
-
export interface Sku {
|
|
8
|
-
/**
|
|
9
|
-
* SKU name to specify whether the key vault is a standard vault or a premium vault. Possible
|
|
10
|
-
* values include: 'standard', 'premium'
|
|
11
|
-
*/
|
|
12
|
-
name: SkuName;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Permissions the identity has for keys, secrets, certificates and storage.
|
|
16
|
-
*/
|
|
17
|
-
export interface Permissions {
|
|
18
|
-
/**
|
|
19
|
-
* Permissions to keys
|
|
20
|
-
*/
|
|
21
|
-
keys?: KeyPermissions[];
|
|
22
|
-
/**
|
|
23
|
-
* Permissions to secrets
|
|
24
|
-
*/
|
|
25
|
-
secrets?: SecretPermissions[];
|
|
26
|
-
/**
|
|
27
|
-
* Permissions to certificates
|
|
28
|
-
*/
|
|
29
|
-
certificates?: CertificatePermissions[];
|
|
30
|
-
/**
|
|
31
|
-
* Permissions to storage accounts
|
|
32
|
-
*/
|
|
33
|
-
storage?: StoragePermissions[];
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* An identity that have access to the key vault. All identities in the array must use the same
|
|
37
|
-
* tenant ID as the key vault's tenant ID.
|
|
38
|
-
*/
|
|
39
|
-
export interface AccessPolicyEntry {
|
|
40
|
-
/**
|
|
41
|
-
* The Azure Active Directory tenant ID that should be used for authenticating requests to the
|
|
42
|
-
* key vault.
|
|
43
|
-
*/
|
|
44
|
-
tenantId: string;
|
|
45
|
-
/**
|
|
46
|
-
* The object ID of a user, service principal or security group in the Azure Active Directory
|
|
47
|
-
* tenant for the vault. The object ID must be unique for the list of access policies.
|
|
48
|
-
*/
|
|
49
|
-
objectId: string;
|
|
50
|
-
/**
|
|
51
|
-
* Application ID of the client making request on behalf of a principal
|
|
52
|
-
*/
|
|
53
|
-
applicationId?: string;
|
|
54
|
-
/**
|
|
55
|
-
* Permissions the identity has for keys, secrets and certificates.
|
|
56
|
-
*/
|
|
57
|
-
permissions: Permissions;
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* A rule governing the accessibility of a vault from a specific ip address or ip range.
|
|
61
|
-
*/
|
|
62
|
-
export interface IPRule {
|
|
63
|
-
/**
|
|
64
|
-
* An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or
|
|
65
|
-
* '124.56.78.0/24' (all addresses that start with 124.56.78).
|
|
66
|
-
*/
|
|
67
|
-
value: string;
|
|
68
|
-
}
|
|
69
|
-
/**
|
|
70
|
-
* A rule governing the accessibility of a vault from a specific virtual network.
|
|
71
|
-
*/
|
|
72
|
-
export interface VirtualNetworkRule {
|
|
73
|
-
/**
|
|
74
|
-
* Full resource id of a vnet subnet, such as
|
|
75
|
-
* '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
|
|
76
|
-
*/
|
|
77
|
-
id: string;
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* A set of rules governing the network accessibility of a vault.
|
|
81
|
-
*/
|
|
82
|
-
export interface NetworkRuleSet {
|
|
83
|
-
/**
|
|
84
|
-
* Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not
|
|
85
|
-
* specified the default is 'AzureServices'. Possible values include: 'AzureServices', 'None'
|
|
86
|
-
*/
|
|
87
|
-
bypass?: NetworkRuleBypassOptions;
|
|
88
|
-
/**
|
|
89
|
-
* The default action when no rule from ipRules and from virtualNetworkRules match. This is only
|
|
90
|
-
* used after the bypass property has been evaluated. Possible values include: 'Allow', 'Deny'
|
|
91
|
-
*/
|
|
92
|
-
defaultAction?: NetworkRuleAction;
|
|
93
|
-
/**
|
|
94
|
-
* The list of IP address rules.
|
|
95
|
-
*/
|
|
96
|
-
ipRules?: IPRule[];
|
|
97
|
-
/**
|
|
98
|
-
* The list of virtual network rules.
|
|
99
|
-
*/
|
|
100
|
-
virtualNetworkRules?: VirtualNetworkRule[];
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* Private endpoint object properties.
|
|
104
|
-
*/
|
|
105
|
-
export interface PrivateEndpoint {
|
|
106
|
-
/**
|
|
107
|
-
* Full identifier of the private endpoint resource.
|
|
108
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
109
|
-
*/
|
|
110
|
-
readonly id?: string;
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* An object that represents the approval state of the private link connection.
|
|
114
|
-
*/
|
|
115
|
-
export interface PrivateLinkServiceConnectionState {
|
|
116
|
-
/**
|
|
117
|
-
* Indicates whether the connection has been approved, rejected or removed by the key vault
|
|
118
|
-
* owner. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
|
|
119
|
-
*/
|
|
120
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
121
|
-
/**
|
|
122
|
-
* The reason for approval or rejection.
|
|
123
|
-
*/
|
|
124
|
-
description?: string;
|
|
125
|
-
/**
|
|
126
|
-
* A message indicating if changes on the service provider require any updates on the consumer.
|
|
127
|
-
*/
|
|
128
|
-
actionRequired?: string;
|
|
129
|
-
}
|
|
130
|
-
/**
|
|
131
|
-
* Private endpoint connection item.
|
|
132
|
-
*/
|
|
133
|
-
export interface PrivateEndpointConnectionItem {
|
|
134
|
-
/**
|
|
135
|
-
* Properties of the private endpoint object.
|
|
136
|
-
*/
|
|
137
|
-
privateEndpoint?: PrivateEndpoint;
|
|
138
|
-
/**
|
|
139
|
-
* Approval state of the private link connection.
|
|
140
|
-
*/
|
|
141
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
142
|
-
/**
|
|
143
|
-
* Provisioning state of the private endpoint connection. Possible values include: 'Succeeded',
|
|
144
|
-
* 'Creating', 'Updating', 'Deleting', 'Failed', 'Disconnected'
|
|
145
|
-
*/
|
|
146
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
147
|
-
}
|
|
148
|
-
/**
|
|
149
|
-
* Properties of the vault
|
|
150
|
-
*/
|
|
151
|
-
export interface VaultProperties {
|
|
152
|
-
/**
|
|
153
|
-
* The Azure Active Directory tenant ID that should be used for authenticating requests to the
|
|
154
|
-
* key vault.
|
|
155
|
-
*/
|
|
156
|
-
tenantId: string;
|
|
157
|
-
/**
|
|
158
|
-
* SKU details
|
|
159
|
-
*/
|
|
160
|
-
sku: Sku;
|
|
161
|
-
/**
|
|
162
|
-
* An array of 0 to 1024 identities that have access to the key vault. All identities in the
|
|
163
|
-
* array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to
|
|
164
|
-
* `recover`, access policies are not required. Otherwise, access policies are required.
|
|
165
|
-
*/
|
|
166
|
-
accessPolicies?: AccessPolicyEntry[];
|
|
167
|
-
/**
|
|
168
|
-
* The URI of the vault for performing operations on keys and secrets.
|
|
169
|
-
*/
|
|
170
|
-
vaultUri?: string;
|
|
171
|
-
/**
|
|
172
|
-
* Property to specify whether Azure Virtual Machines are permitted to retrieve certificates
|
|
173
|
-
* stored as secrets from the key vault.
|
|
174
|
-
*/
|
|
175
|
-
enabledForDeployment?: boolean;
|
|
176
|
-
/**
|
|
177
|
-
* Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the
|
|
178
|
-
* vault and unwrap keys.
|
|
179
|
-
*/
|
|
180
|
-
enabledForDiskEncryption?: boolean;
|
|
181
|
-
/**
|
|
182
|
-
* Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the
|
|
183
|
-
* key vault.
|
|
184
|
-
*/
|
|
185
|
-
enabledForTemplateDeployment?: boolean;
|
|
186
|
-
/**
|
|
187
|
-
* Property to specify whether the 'soft delete' functionality is enabled for this key vault. If
|
|
188
|
-
* it's not set to any value(true or false) when creating new key vault, it will be set to true
|
|
189
|
-
* by default. Once set to true, it cannot be reverted to false. Default value: true.
|
|
190
|
-
*/
|
|
191
|
-
enableSoftDelete?: boolean;
|
|
192
|
-
/**
|
|
193
|
-
* softDelete data retention days. It accepts >=7 and <=90. Default value: 90.
|
|
194
|
-
*/
|
|
195
|
-
softDeleteRetentionInDays?: number;
|
|
196
|
-
/**
|
|
197
|
-
* Property that controls how data actions are authorized. When true, the key vault will use Role
|
|
198
|
-
* Based Access Control (RBAC) for authorization of data actions, and the access policies
|
|
199
|
-
* specified in vault properties will be ignored (warning: this is a preview feature). When
|
|
200
|
-
* false, the key vault will use the access policies specified in vault properties, and any
|
|
201
|
-
* policy stored on Azure Resource Manager will be ignored. If null or not specified, the vault
|
|
202
|
-
* is created with the default value of false. Note that management actions are always authorized
|
|
203
|
-
* with RBAC. Default value: false.
|
|
204
|
-
*/
|
|
205
|
-
enableRbacAuthorization?: boolean;
|
|
206
|
-
/**
|
|
207
|
-
* The vault's create mode to indicate whether the vault need to be recovered or not. Possible
|
|
208
|
-
* values include: 'recover', 'default'
|
|
209
|
-
*/
|
|
210
|
-
createMode?: CreateMode;
|
|
211
|
-
/**
|
|
212
|
-
* Property specifying whether protection against purge is enabled for this vault. Setting this
|
|
213
|
-
* property to true activates protection against purge for this vault and its content - only the
|
|
214
|
-
* Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only
|
|
215
|
-
* if soft delete is also enabled. Enabling this functionality is irreversible - that is, the
|
|
216
|
-
* property does not accept false as its value.
|
|
217
|
-
*/
|
|
218
|
-
enablePurgeProtection?: boolean;
|
|
219
|
-
/**
|
|
220
|
-
* Rules governing the accessibility of the key vault from specific network locations.
|
|
221
|
-
*/
|
|
222
|
-
networkAcls?: NetworkRuleSet;
|
|
223
|
-
/**
|
|
224
|
-
* List of private endpoint connections associated with the key vault.
|
|
225
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
226
|
-
*/
|
|
227
|
-
readonly privateEndpointConnections?: PrivateEndpointConnectionItem[];
|
|
228
|
-
}
|
|
229
|
-
/**
|
|
230
|
-
* Properties of the vault
|
|
231
|
-
*/
|
|
232
|
-
export interface VaultPatchProperties {
|
|
233
|
-
/**
|
|
234
|
-
* The Azure Active Directory tenant ID that should be used for authenticating requests to the
|
|
235
|
-
* key vault.
|
|
236
|
-
*/
|
|
237
|
-
tenantId?: string;
|
|
238
|
-
/**
|
|
239
|
-
* SKU details
|
|
240
|
-
*/
|
|
241
|
-
sku?: Sku;
|
|
242
|
-
/**
|
|
243
|
-
* An array of 0 to 16 identities that have access to the key vault. All identities in the array
|
|
244
|
-
* must use the same tenant ID as the key vault's tenant ID.
|
|
245
|
-
*/
|
|
246
|
-
accessPolicies?: AccessPolicyEntry[];
|
|
247
|
-
/**
|
|
248
|
-
* Property to specify whether Azure Virtual Machines are permitted to retrieve certificates
|
|
249
|
-
* stored as secrets from the key vault.
|
|
250
|
-
*/
|
|
251
|
-
enabledForDeployment?: boolean;
|
|
252
|
-
/**
|
|
253
|
-
* Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the
|
|
254
|
-
* vault and unwrap keys.
|
|
255
|
-
*/
|
|
256
|
-
enabledForDiskEncryption?: boolean;
|
|
257
|
-
/**
|
|
258
|
-
* Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the
|
|
259
|
-
* key vault.
|
|
260
|
-
*/
|
|
261
|
-
enabledForTemplateDeployment?: boolean;
|
|
262
|
-
/**
|
|
263
|
-
* Property to specify whether the 'soft delete' functionality is enabled for this key vault.
|
|
264
|
-
* Once set to true, it cannot be reverted to false.
|
|
265
|
-
*/
|
|
266
|
-
enableSoftDelete?: boolean;
|
|
267
|
-
/**
|
|
268
|
-
* Property that controls how data actions are authorized. When true, the key vault will use Role
|
|
269
|
-
* Based Access Control (RBAC) for authorization of data actions, and the access policies
|
|
270
|
-
* specified in vault properties will be ignored (warning: this is a preview feature). When
|
|
271
|
-
* false, the key vault will use the access policies specified in vault properties, and any
|
|
272
|
-
* policy stored on Azure Resource Manager will be ignored. If null or not specified, the value
|
|
273
|
-
* of this property will not change.
|
|
274
|
-
*/
|
|
275
|
-
enableRbacAuthorization?: boolean;
|
|
276
|
-
/**
|
|
277
|
-
* softDelete data retention days. It accepts >=7 and <=90.
|
|
278
|
-
*/
|
|
279
|
-
softDeleteRetentionInDays?: number;
|
|
280
|
-
/**
|
|
281
|
-
* The vault's create mode to indicate whether the vault need to be recovered or not. Possible
|
|
282
|
-
* values include: 'recover', 'default'
|
|
283
|
-
*/
|
|
284
|
-
createMode?: CreateMode;
|
|
285
|
-
/**
|
|
286
|
-
* Property specifying whether protection against purge is enabled for this vault. Setting this
|
|
287
|
-
* property to true activates protection against purge for this vault and its content - only the
|
|
288
|
-
* Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only
|
|
289
|
-
* if soft delete is also enabled. Enabling this functionality is irreversible - that is, the
|
|
290
|
-
* property does not accept false as its value.
|
|
291
|
-
*/
|
|
292
|
-
enablePurgeProtection?: boolean;
|
|
293
|
-
/**
|
|
294
|
-
* A collection of rules governing the accessibility of the vault from specific network
|
|
295
|
-
* locations.
|
|
296
|
-
*/
|
|
297
|
-
networkAcls?: NetworkRuleSet;
|
|
298
|
-
}
|
|
299
|
-
/**
|
|
300
|
-
* Properties of the vault access policy
|
|
301
|
-
*/
|
|
302
|
-
export interface VaultAccessPolicyProperties {
|
|
303
|
-
/**
|
|
304
|
-
* An array of 0 to 16 identities that have access to the key vault. All identities in the array
|
|
305
|
-
* must use the same tenant ID as the key vault's tenant ID.
|
|
306
|
-
*/
|
|
307
|
-
accessPolicies: AccessPolicyEntry[];
|
|
308
|
-
}
|
|
309
|
-
/**
|
|
310
|
-
* Properties of the deleted vault.
|
|
311
|
-
*/
|
|
312
|
-
export interface DeletedVaultProperties {
|
|
313
|
-
/**
|
|
314
|
-
* The resource id of the original vault.
|
|
315
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
316
|
-
*/
|
|
317
|
-
readonly vaultId?: string;
|
|
318
|
-
/**
|
|
319
|
-
* The location of the original vault.
|
|
320
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
321
|
-
*/
|
|
322
|
-
readonly location?: string;
|
|
323
|
-
/**
|
|
324
|
-
* The deleted date.
|
|
325
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
326
|
-
*/
|
|
327
|
-
readonly deletionDate?: Date;
|
|
328
|
-
/**
|
|
329
|
-
* The scheduled purged date.
|
|
330
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
331
|
-
*/
|
|
332
|
-
readonly scheduledPurgeDate?: Date;
|
|
333
|
-
/**
|
|
334
|
-
* Tags of the original vault.
|
|
335
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
336
|
-
*/
|
|
337
|
-
readonly tags?: {
|
|
338
|
-
[propertyName: string]: string;
|
|
339
|
-
};
|
|
340
|
-
}
|
|
341
|
-
/**
|
|
342
|
-
* Parameters for creating or updating a vault
|
|
343
|
-
*/
|
|
344
|
-
export interface VaultCreateOrUpdateParameters extends BaseResource {
|
|
345
|
-
/**
|
|
346
|
-
* The supported Azure location where the key vault should be created.
|
|
347
|
-
*/
|
|
348
|
-
location: string;
|
|
349
|
-
/**
|
|
350
|
-
* The tags that will be assigned to the key vault.
|
|
351
|
-
*/
|
|
352
|
-
tags?: {
|
|
353
|
-
[propertyName: string]: string;
|
|
354
|
-
};
|
|
355
|
-
/**
|
|
356
|
-
* Properties of the vault
|
|
357
|
-
*/
|
|
358
|
-
properties: VaultProperties;
|
|
359
|
-
}
|
|
360
|
-
/**
|
|
361
|
-
* Parameters for creating or updating a vault
|
|
362
|
-
*/
|
|
363
|
-
export interface VaultPatchParameters extends BaseResource {
|
|
364
|
-
/**
|
|
365
|
-
* The tags that will be assigned to the key vault.
|
|
366
|
-
*/
|
|
367
|
-
tags?: {
|
|
368
|
-
[propertyName: string]: string;
|
|
369
|
-
};
|
|
370
|
-
/**
|
|
371
|
-
* Properties of the vault
|
|
372
|
-
*/
|
|
373
|
-
properties?: VaultPatchProperties;
|
|
374
|
-
}
|
|
375
|
-
/**
|
|
376
|
-
* Parameters for updating the access policy in a vault
|
|
377
|
-
*/
|
|
378
|
-
export interface VaultAccessPolicyParameters extends BaseResource {
|
|
379
|
-
/**
|
|
380
|
-
* The resource id of the access policy.
|
|
381
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
382
|
-
*/
|
|
383
|
-
readonly id?: string;
|
|
384
|
-
/**
|
|
385
|
-
* The resource name of the access policy.
|
|
386
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
387
|
-
*/
|
|
388
|
-
readonly name?: string;
|
|
389
|
-
/**
|
|
390
|
-
* The resource name of the access policy.
|
|
391
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
392
|
-
*/
|
|
393
|
-
readonly type?: string;
|
|
394
|
-
/**
|
|
395
|
-
* The resource type of the access policy.
|
|
396
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
397
|
-
*/
|
|
398
|
-
readonly location?: string;
|
|
399
|
-
/**
|
|
400
|
-
* Properties of the access policy
|
|
401
|
-
*/
|
|
402
|
-
properties: VaultAccessPolicyProperties;
|
|
403
|
-
}
|
|
404
|
-
/**
|
|
405
|
-
* Resource information with extended details.
|
|
406
|
-
*/
|
|
407
|
-
export interface Vault extends BaseResource {
|
|
408
|
-
/**
|
|
409
|
-
* Fully qualified identifier of the key vault resource.
|
|
410
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
411
|
-
*/
|
|
412
|
-
readonly id?: string;
|
|
413
|
-
/**
|
|
414
|
-
* Name of the key vault resource.
|
|
415
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
416
|
-
*/
|
|
417
|
-
readonly name?: string;
|
|
418
|
-
/**
|
|
419
|
-
* Resource type of the key vault resource.
|
|
420
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
421
|
-
*/
|
|
422
|
-
readonly type?: string;
|
|
423
|
-
/**
|
|
424
|
-
* Azure location of the key vault resource.
|
|
425
|
-
*/
|
|
426
|
-
location?: string;
|
|
427
|
-
/**
|
|
428
|
-
* Tags assigned to the key vault resource.
|
|
429
|
-
*/
|
|
430
|
-
tags?: {
|
|
431
|
-
[propertyName: string]: string;
|
|
432
|
-
};
|
|
433
|
-
/**
|
|
434
|
-
* Properties of the vault
|
|
435
|
-
*/
|
|
436
|
-
properties: VaultProperties;
|
|
437
|
-
}
|
|
438
|
-
/**
|
|
439
|
-
* Deleted vault information with extended details.
|
|
440
|
-
*/
|
|
441
|
-
export interface DeletedVault {
|
|
442
|
-
/**
|
|
443
|
-
* The resource ID for the deleted key vault.
|
|
444
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
445
|
-
*/
|
|
446
|
-
readonly id?: string;
|
|
447
|
-
/**
|
|
448
|
-
* The name of the key vault.
|
|
449
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
450
|
-
*/
|
|
451
|
-
readonly name?: string;
|
|
452
|
-
/**
|
|
453
|
-
* The resource type of the key vault.
|
|
454
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
455
|
-
*/
|
|
456
|
-
readonly type?: string;
|
|
457
|
-
/**
|
|
458
|
-
* Properties of the vault
|
|
459
|
-
*/
|
|
460
|
-
properties?: DeletedVaultProperties;
|
|
461
|
-
}
|
|
462
|
-
/**
|
|
463
|
-
* Key Vault resource
|
|
464
|
-
*/
|
|
465
|
-
export interface Resource extends BaseResource {
|
|
466
|
-
/**
|
|
467
|
-
* Fully qualified identifier of the key vault resource.
|
|
468
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
469
|
-
*/
|
|
470
|
-
readonly id?: string;
|
|
471
|
-
/**
|
|
472
|
-
* Name of the key vault resource.
|
|
473
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
474
|
-
*/
|
|
475
|
-
readonly name?: string;
|
|
476
|
-
/**
|
|
477
|
-
* Resource type of the key vault resource.
|
|
478
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
479
|
-
*/
|
|
480
|
-
readonly type?: string;
|
|
481
|
-
/**
|
|
482
|
-
* Azure location of the key vault resource.
|
|
483
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
484
|
-
*/
|
|
485
|
-
readonly location?: string;
|
|
486
|
-
/**
|
|
487
|
-
* Tags assigned to the key vault resource.
|
|
488
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
489
|
-
*/
|
|
490
|
-
readonly tags?: {
|
|
491
|
-
[propertyName: string]: string;
|
|
492
|
-
};
|
|
493
|
-
}
|
|
494
|
-
/**
|
|
495
|
-
* The parameters used to check the availability of the vault name.
|
|
496
|
-
*/
|
|
497
|
-
export interface VaultCheckNameAvailabilityParameters {
|
|
498
|
-
/**
|
|
499
|
-
* The vault name.
|
|
500
|
-
*/
|
|
501
|
-
name: string;
|
|
502
|
-
}
|
|
503
|
-
/**
|
|
504
|
-
* The CheckNameAvailability operation response.
|
|
505
|
-
*/
|
|
506
|
-
export interface CheckNameAvailabilityResult {
|
|
507
|
-
/**
|
|
508
|
-
* A boolean value that indicates whether the name is available for you to use. If true, the name
|
|
509
|
-
* is available. If false, the name has already been taken or is invalid and cannot be used.
|
|
510
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
511
|
-
*/
|
|
512
|
-
readonly nameAvailable?: boolean;
|
|
513
|
-
/**
|
|
514
|
-
* The reason that a vault name could not be used. The Reason element is only returned if
|
|
515
|
-
* NameAvailable is false. Possible values include: 'AccountNameInvalid', 'AlreadyExists'
|
|
516
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
517
|
-
*/
|
|
518
|
-
readonly reason?: Reason;
|
|
519
|
-
/**
|
|
520
|
-
* An error message explaining the Reason value in more detail.
|
|
521
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
522
|
-
*/
|
|
523
|
-
readonly message?: string;
|
|
524
|
-
}
|
|
525
|
-
/**
|
|
526
|
-
* Private endpoint connection resource.
|
|
527
|
-
*/
|
|
528
|
-
export interface PrivateEndpointConnection extends BaseResource {
|
|
529
|
-
/**
|
|
530
|
-
* Properties of the private endpoint object.
|
|
531
|
-
*/
|
|
532
|
-
privateEndpoint?: PrivateEndpoint;
|
|
533
|
-
/**
|
|
534
|
-
* Approval state of the private link connection.
|
|
535
|
-
*/
|
|
536
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
537
|
-
/**
|
|
538
|
-
* Provisioning state of the private endpoint connection. Possible values include: 'Succeeded',
|
|
539
|
-
* 'Creating', 'Updating', 'Deleting', 'Failed', 'Disconnected'
|
|
540
|
-
*/
|
|
541
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
542
|
-
}
|
|
543
|
-
/**
|
|
544
|
-
* A private link resource
|
|
545
|
-
*/
|
|
546
|
-
export interface PrivateLinkResource extends Resource {
|
|
547
|
-
/**
|
|
548
|
-
* Group identifier of private link resource.
|
|
549
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
550
|
-
*/
|
|
551
|
-
readonly groupId?: string;
|
|
552
|
-
/**
|
|
553
|
-
* Required member names of private link resource.
|
|
554
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
555
|
-
*/
|
|
556
|
-
readonly requiredMembers?: string[];
|
|
557
|
-
/**
|
|
558
|
-
* Required DNS zone names of the the private link resource.
|
|
559
|
-
*/
|
|
560
|
-
requiredZoneNames?: string[];
|
|
561
|
-
}
|
|
562
|
-
/**
|
|
563
|
-
* A list of private link resources
|
|
564
|
-
*/
|
|
565
|
-
export interface PrivateLinkResourceListResult {
|
|
566
|
-
/**
|
|
567
|
-
* Array of private link resources
|
|
568
|
-
*/
|
|
569
|
-
value?: PrivateLinkResource[];
|
|
570
|
-
}
|
|
571
|
-
/**
|
|
572
|
-
* Display metadata associated with the operation.
|
|
573
|
-
*/
|
|
574
|
-
export interface OperationDisplay {
|
|
575
|
-
/**
|
|
576
|
-
* Service provider: Microsoft Key Vault.
|
|
577
|
-
*/
|
|
578
|
-
provider?: string;
|
|
579
|
-
/**
|
|
580
|
-
* Resource on which the operation is performed etc.
|
|
581
|
-
*/
|
|
582
|
-
resource?: string;
|
|
583
|
-
/**
|
|
584
|
-
* Type of operation: get, read, delete, etc.
|
|
585
|
-
*/
|
|
586
|
-
operation?: string;
|
|
587
|
-
/**
|
|
588
|
-
* Description of operation.
|
|
589
|
-
*/
|
|
590
|
-
description?: string;
|
|
591
|
-
}
|
|
592
|
-
/**
|
|
593
|
-
* Log specification of operation.
|
|
594
|
-
*/
|
|
595
|
-
export interface LogSpecification {
|
|
596
|
-
/**
|
|
597
|
-
* Name of log specification.
|
|
598
|
-
*/
|
|
599
|
-
name?: string;
|
|
600
|
-
/**
|
|
601
|
-
* Display name of log specification.
|
|
602
|
-
*/
|
|
603
|
-
displayName?: string;
|
|
604
|
-
/**
|
|
605
|
-
* Blob duration of specification.
|
|
606
|
-
*/
|
|
607
|
-
blobDuration?: string;
|
|
608
|
-
}
|
|
609
|
-
/**
|
|
610
|
-
* One property of operation, include log specifications.
|
|
611
|
-
*/
|
|
612
|
-
export interface ServiceSpecification {
|
|
613
|
-
/**
|
|
614
|
-
* Log specifications of operation.
|
|
615
|
-
*/
|
|
616
|
-
logSpecifications?: LogSpecification[];
|
|
617
|
-
}
|
|
618
|
-
/**
|
|
619
|
-
* Key Vault REST API operation definition.
|
|
620
|
-
*/
|
|
621
|
-
export interface Operation {
|
|
622
|
-
/**
|
|
623
|
-
* Operation name: {provider}/{resource}/{operation}
|
|
624
|
-
*/
|
|
625
|
-
name?: string;
|
|
626
|
-
/**
|
|
627
|
-
* Display metadata associated with the operation.
|
|
628
|
-
*/
|
|
629
|
-
display?: OperationDisplay;
|
|
630
|
-
/**
|
|
631
|
-
* The origin of operations.
|
|
632
|
-
*/
|
|
633
|
-
origin?: string;
|
|
634
|
-
/**
|
|
635
|
-
* One property of operation, include metric specifications.
|
|
636
|
-
*/
|
|
637
|
-
serviceSpecification?: ServiceSpecification;
|
|
638
|
-
}
|
|
639
|
-
/**
|
|
640
|
-
* The object attributes managed by the KeyVault service.
|
|
641
|
-
*/
|
|
642
|
-
export interface Attributes {
|
|
643
|
-
/**
|
|
644
|
-
* Determines whether the object is enabled.
|
|
645
|
-
*/
|
|
646
|
-
enabled?: boolean;
|
|
647
|
-
/**
|
|
648
|
-
* Not before date in seconds since 1970-01-01T00:00:00Z.
|
|
649
|
-
*/
|
|
650
|
-
notBefore?: Date;
|
|
651
|
-
/**
|
|
652
|
-
* Expiry date in seconds since 1970-01-01T00:00:00Z.
|
|
653
|
-
*/
|
|
654
|
-
expires?: Date;
|
|
655
|
-
/**
|
|
656
|
-
* Creation time in seconds since 1970-01-01T00:00:00Z.
|
|
657
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
658
|
-
*/
|
|
659
|
-
readonly created?: Date;
|
|
660
|
-
/**
|
|
661
|
-
* Last updated time in seconds since 1970-01-01T00:00:00Z.
|
|
662
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
663
|
-
*/
|
|
664
|
-
readonly updated?: Date;
|
|
665
|
-
}
|
|
666
|
-
/**
|
|
667
|
-
* The secret management attributes.
|
|
668
|
-
*/
|
|
669
|
-
export interface SecretAttributes extends Attributes {
|
|
670
|
-
}
|
|
671
|
-
/**
|
|
672
|
-
* Properties of the secret
|
|
673
|
-
*/
|
|
674
|
-
export interface SecretProperties {
|
|
675
|
-
/**
|
|
676
|
-
* The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using
|
|
677
|
-
* this model are is intended for internal use in ARM deployments. Users should use the
|
|
678
|
-
* data-plane REST service for interaction with vault secrets.
|
|
679
|
-
*/
|
|
680
|
-
value?: string;
|
|
681
|
-
/**
|
|
682
|
-
* The content type of the secret.
|
|
683
|
-
*/
|
|
684
|
-
contentType?: string;
|
|
685
|
-
/**
|
|
686
|
-
* The attributes of the secret.
|
|
687
|
-
*/
|
|
688
|
-
attributes?: SecretAttributes;
|
|
689
|
-
/**
|
|
690
|
-
* The URI to retrieve the current version of the secret.
|
|
691
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
692
|
-
*/
|
|
693
|
-
readonly secretUri?: string;
|
|
694
|
-
/**
|
|
695
|
-
* The URI to retrieve the specific version of the secret.
|
|
696
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
697
|
-
*/
|
|
698
|
-
readonly secretUriWithVersion?: string;
|
|
699
|
-
}
|
|
700
|
-
/**
|
|
701
|
-
* Properties of the secret
|
|
702
|
-
*/
|
|
703
|
-
export interface SecretPatchProperties {
|
|
704
|
-
/**
|
|
705
|
-
* The value of the secret.
|
|
706
|
-
*/
|
|
707
|
-
value?: string;
|
|
708
|
-
/**
|
|
709
|
-
* The content type of the secret.
|
|
710
|
-
*/
|
|
711
|
-
contentType?: string;
|
|
712
|
-
/**
|
|
713
|
-
* The attributes of the secret.
|
|
714
|
-
*/
|
|
715
|
-
attributes?: SecretAttributes;
|
|
716
|
-
}
|
|
717
|
-
/**
|
|
718
|
-
* Parameters for creating or updating a secret
|
|
719
|
-
*/
|
|
720
|
-
export interface SecretCreateOrUpdateParameters extends BaseResource {
|
|
721
|
-
/**
|
|
722
|
-
* The tags that will be assigned to the secret.
|
|
723
|
-
*/
|
|
724
|
-
tags?: {
|
|
725
|
-
[propertyName: string]: string;
|
|
726
|
-
};
|
|
727
|
-
/**
|
|
728
|
-
* Properties of the secret
|
|
729
|
-
*/
|
|
730
|
-
properties: SecretProperties;
|
|
731
|
-
}
|
|
732
|
-
/**
|
|
733
|
-
* Parameters for patching a secret
|
|
734
|
-
*/
|
|
735
|
-
export interface SecretPatchParameters extends BaseResource {
|
|
736
|
-
/**
|
|
737
|
-
* The tags that will be assigned to the secret.
|
|
738
|
-
*/
|
|
739
|
-
tags?: {
|
|
740
|
-
[propertyName: string]: string;
|
|
741
|
-
};
|
|
742
|
-
/**
|
|
743
|
-
* Properties of the secret
|
|
744
|
-
*/
|
|
745
|
-
properties?: SecretPatchProperties;
|
|
746
|
-
}
|
|
747
|
-
/**
|
|
748
|
-
* Resource information with extended details.
|
|
749
|
-
*/
|
|
750
|
-
export interface Secret extends Resource {
|
|
751
|
-
/**
|
|
752
|
-
* Properties of the secret
|
|
753
|
-
*/
|
|
754
|
-
properties: SecretProperties;
|
|
755
|
-
}
|
|
756
|
-
/**
|
|
757
|
-
* Optional Parameters.
|
|
758
|
-
*/
|
|
759
|
-
export interface VaultsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
|
|
760
|
-
/**
|
|
761
|
-
* Maximum number of results to return.
|
|
762
|
-
*/
|
|
763
|
-
top?: number;
|
|
764
|
-
}
|
|
765
|
-
/**
|
|
766
|
-
* Optional Parameters.
|
|
767
|
-
*/
|
|
768
|
-
export interface VaultsListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
|
|
769
|
-
/**
|
|
770
|
-
* Maximum number of results to return.
|
|
771
|
-
*/
|
|
772
|
-
top?: number;
|
|
773
|
-
}
|
|
774
|
-
/**
|
|
775
|
-
* Optional Parameters.
|
|
776
|
-
*/
|
|
777
|
-
export interface VaultsListOptionalParams extends msRest.RequestOptionsBase {
|
|
778
|
-
/**
|
|
779
|
-
* Maximum number of results to return.
|
|
780
|
-
*/
|
|
781
|
-
top?: number;
|
|
782
|
-
}
|
|
783
|
-
/**
|
|
784
|
-
* Optional Parameters.
|
|
785
|
-
*/
|
|
786
|
-
export interface SecretsListOptionalParams extends msRest.RequestOptionsBase {
|
|
787
|
-
/**
|
|
788
|
-
* Maximum number of results to return.
|
|
789
|
-
*/
|
|
790
|
-
top?: number;
|
|
791
|
-
}
|
|
792
|
-
/**
|
|
793
|
-
* An interface representing KeyVaultManagementClientOptions.
|
|
794
|
-
*/
|
|
795
|
-
export interface KeyVaultManagementClientOptions extends AzureServiceClientOptions {
|
|
796
|
-
baseUri?: string;
|
|
797
|
-
}
|
|
798
|
-
/**
|
|
799
|
-
* Defines headers for Put operation.
|
|
800
|
-
*/
|
|
801
|
-
export interface PrivateEndpointConnectionsPutHeaders {
|
|
802
|
-
/**
|
|
803
|
-
* (specified only if operation does not finish synchronously) The recommended number of seconds
|
|
804
|
-
* to wait before calling the URI specified in Azure-AsyncOperation.
|
|
805
|
-
*/
|
|
806
|
-
retryAfter: number;
|
|
807
|
-
/**
|
|
808
|
-
* (specified only if operation does not finish synchronously) The URI to poll for completion
|
|
809
|
-
* status. The response of this URI may be synchronous or asynchronous.
|
|
810
|
-
*/
|
|
811
|
-
azureAsyncOperation: string;
|
|
812
|
-
}
|
|
813
|
-
/**
|
|
814
|
-
* Defines headers for Delete operation.
|
|
815
|
-
*/
|
|
816
|
-
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
817
|
-
/**
|
|
818
|
-
* The recommended number of seconds to wait before calling the URI specified in the location
|
|
819
|
-
* header.
|
|
820
|
-
*/
|
|
821
|
-
retryAfter: number;
|
|
822
|
-
/**
|
|
823
|
-
* The URI to poll for completion status.
|
|
824
|
-
*/
|
|
825
|
-
locationHeader: string;
|
|
826
|
-
}
|
|
827
|
-
/**
|
|
828
|
-
* @interface
|
|
829
|
-
* List of vaults
|
|
830
|
-
* @extends Array<Vault>
|
|
831
|
-
*/
|
|
832
|
-
export interface VaultListResult extends Array<Vault> {
|
|
833
|
-
/**
|
|
834
|
-
* The URL to get the next set of vaults.
|
|
835
|
-
*/
|
|
836
|
-
nextLink?: string;
|
|
837
|
-
}
|
|
838
|
-
/**
|
|
839
|
-
* @interface
|
|
840
|
-
* List of vaults
|
|
841
|
-
* @extends Array<DeletedVault>
|
|
842
|
-
*/
|
|
843
|
-
export interface DeletedVaultListResult extends Array<DeletedVault> {
|
|
844
|
-
/**
|
|
845
|
-
* The URL to get the next set of deleted vaults.
|
|
846
|
-
*/
|
|
847
|
-
nextLink?: string;
|
|
848
|
-
}
|
|
849
|
-
/**
|
|
850
|
-
* @interface
|
|
851
|
-
* List of vault resources.
|
|
852
|
-
* @extends Array<Resource>
|
|
853
|
-
*/
|
|
854
|
-
export interface ResourceListResult extends Array<Resource> {
|
|
855
|
-
/**
|
|
856
|
-
* The URL to get the next set of vault resources.
|
|
857
|
-
*/
|
|
858
|
-
nextLink?: string;
|
|
859
|
-
}
|
|
860
|
-
/**
|
|
861
|
-
* @interface
|
|
862
|
-
* Result of the request to list Storage operations. It contains a list of operations and a URL
|
|
863
|
-
* link to get the next set of results.
|
|
864
|
-
* @extends Array<Operation>
|
|
865
|
-
*/
|
|
866
|
-
export interface OperationListResult extends Array<Operation> {
|
|
867
|
-
/**
|
|
868
|
-
* The URL to get the next set of operations.
|
|
869
|
-
*/
|
|
870
|
-
nextLink?: string;
|
|
871
|
-
}
|
|
872
|
-
/**
|
|
873
|
-
* @interface
|
|
874
|
-
* List of secrets
|
|
875
|
-
* @extends Array<Secret>
|
|
876
|
-
*/
|
|
877
|
-
export interface SecretListResult extends Array<Secret> {
|
|
878
|
-
/**
|
|
879
|
-
* The URL to get the next set of secrets.
|
|
880
|
-
*/
|
|
881
|
-
nextLink?: string;
|
|
882
|
-
}
|
|
883
|
-
/**
|
|
884
|
-
* Defines values for SkuName.
|
|
885
|
-
* Possible values include: 'standard', 'premium'
|
|
886
|
-
* @readonly
|
|
887
|
-
* @enum {string}
|
|
888
|
-
*/
|
|
889
|
-
export declare type SkuName = 'standard' | 'premium';
|
|
890
|
-
/**
|
|
891
|
-
* Defines values for KeyPermissions.
|
|
892
|
-
* Possible values include: 'all', 'encrypt', 'decrypt', 'wrapKey', 'unwrapKey', 'sign', 'verify',
|
|
893
|
-
* 'get', 'list', 'create', 'update', 'import', 'delete', 'backup', 'restore', 'recover', 'purge'
|
|
894
|
-
* @readonly
|
|
895
|
-
* @enum {string}
|
|
896
|
-
*/
|
|
897
|
-
export declare type KeyPermissions = 'all' | 'encrypt' | 'decrypt' | 'wrapKey' | 'unwrapKey' | 'sign' | 'verify' | 'get' | 'list' | 'create' | 'update' | 'import' | 'delete' | 'backup' | 'restore' | 'recover' | 'purge';
|
|
898
|
-
/**
|
|
899
|
-
* Defines values for SecretPermissions.
|
|
900
|
-
* Possible values include: 'all', 'get', 'list', 'set', 'delete', 'backup', 'restore', 'recover',
|
|
901
|
-
* 'purge'
|
|
902
|
-
* @readonly
|
|
903
|
-
* @enum {string}
|
|
904
|
-
*/
|
|
905
|
-
export declare type SecretPermissions = 'all' | 'get' | 'list' | 'set' | 'delete' | 'backup' | 'restore' | 'recover' | 'purge';
|
|
906
|
-
/**
|
|
907
|
-
* Defines values for CertificatePermissions.
|
|
908
|
-
* Possible values include: 'all', 'get', 'list', 'delete', 'create', 'import', 'update',
|
|
909
|
-
* 'managecontacts', 'getissuers', 'listissuers', 'setissuers', 'deleteissuers', 'manageissuers',
|
|
910
|
-
* 'recover', 'purge', 'backup', 'restore'
|
|
911
|
-
* @readonly
|
|
912
|
-
* @enum {string}
|
|
913
|
-
*/
|
|
914
|
-
export declare type CertificatePermissions = 'all' | 'get' | 'list' | 'delete' | 'create' | 'import' | 'update' | 'managecontacts' | 'getissuers' | 'listissuers' | 'setissuers' | 'deleteissuers' | 'manageissuers' | 'recover' | 'purge' | 'backup' | 'restore';
|
|
915
|
-
/**
|
|
916
|
-
* Defines values for StoragePermissions.
|
|
917
|
-
* Possible values include: 'all', 'get', 'list', 'delete', 'set', 'update', 'regeneratekey',
|
|
918
|
-
* 'recover', 'purge', 'backup', 'restore', 'setsas', 'listsas', 'getsas', 'deletesas'
|
|
919
|
-
* @readonly
|
|
920
|
-
* @enum {string}
|
|
921
|
-
*/
|
|
922
|
-
export declare type StoragePermissions = 'all' | 'get' | 'list' | 'delete' | 'set' | 'update' | 'regeneratekey' | 'recover' | 'purge' | 'backup' | 'restore' | 'setsas' | 'listsas' | 'getsas' | 'deletesas';
|
|
923
|
-
/**
|
|
924
|
-
* Defines values for CreateMode.
|
|
925
|
-
* Possible values include: 'recover', 'default'
|
|
926
|
-
* @readonly
|
|
927
|
-
* @enum {string}
|
|
928
|
-
*/
|
|
929
|
-
export declare type CreateMode = 'recover' | 'default';
|
|
930
|
-
/**
|
|
931
|
-
* Defines values for NetworkRuleBypassOptions.
|
|
932
|
-
* Possible values include: 'AzureServices', 'None'
|
|
933
|
-
* @readonly
|
|
934
|
-
* @enum {string}
|
|
935
|
-
*/
|
|
936
|
-
export declare type NetworkRuleBypassOptions = 'AzureServices' | 'None';
|
|
937
|
-
/**
|
|
938
|
-
* Defines values for NetworkRuleAction.
|
|
939
|
-
* Possible values include: 'Allow', 'Deny'
|
|
940
|
-
* @readonly
|
|
941
|
-
* @enum {string}
|
|
942
|
-
*/
|
|
943
|
-
export declare type NetworkRuleAction = 'Allow' | 'Deny';
|
|
944
|
-
/**
|
|
945
|
-
* Defines values for PrivateEndpointServiceConnectionStatus.
|
|
946
|
-
* Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
|
|
947
|
-
* @readonly
|
|
948
|
-
* @enum {string}
|
|
949
|
-
*/
|
|
950
|
-
export declare type PrivateEndpointServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';
|
|
951
|
-
/**
|
|
952
|
-
* Defines values for PrivateEndpointConnectionProvisioningState.
|
|
953
|
-
* Possible values include: 'Succeeded', 'Creating', 'Updating', 'Deleting', 'Failed',
|
|
954
|
-
* 'Disconnected'
|
|
955
|
-
* @readonly
|
|
956
|
-
* @enum {string}
|
|
957
|
-
*/
|
|
958
|
-
export declare type PrivateEndpointConnectionProvisioningState = 'Succeeded' | 'Creating' | 'Updating' | 'Deleting' | 'Failed' | 'Disconnected';
|
|
959
|
-
/**
|
|
960
|
-
* Defines values for Reason.
|
|
961
|
-
* Possible values include: 'AccountNameInvalid', 'AlreadyExists'
|
|
962
|
-
* @readonly
|
|
963
|
-
* @enum {string}
|
|
964
|
-
*/
|
|
965
|
-
export declare type Reason = 'AccountNameInvalid' | 'AlreadyExists';
|
|
966
|
-
/**
|
|
967
|
-
* Defines values for AccessPolicyUpdateKind.
|
|
968
|
-
* Possible values include: 'add', 'replace', 'remove'
|
|
969
|
-
* @readonly
|
|
970
|
-
* @enum {string}
|
|
971
|
-
*/
|
|
972
|
-
export declare type AccessPolicyUpdateKind = 'add' | 'replace' | 'remove';
|
|
973
|
-
/**
|
|
974
|
-
* Contains response data for the createOrUpdate operation.
|
|
975
|
-
*/
|
|
976
|
-
export declare type VaultsCreateOrUpdateResponse = Vault & {
|
|
977
|
-
/**
|
|
978
|
-
* The underlying HTTP response.
|
|
979
|
-
*/
|
|
980
|
-
_response: msRest.HttpResponse & {
|
|
981
|
-
/**
|
|
982
|
-
* The response body as text (string format)
|
|
983
|
-
*/
|
|
984
|
-
bodyAsText: string;
|
|
985
|
-
/**
|
|
986
|
-
* The response body as parsed JSON or XML
|
|
987
|
-
*/
|
|
988
|
-
parsedBody: Vault;
|
|
989
|
-
};
|
|
990
|
-
};
|
|
991
|
-
/**
|
|
992
|
-
* Contains response data for the update operation.
|
|
993
|
-
*/
|
|
994
|
-
export declare type VaultsUpdateResponse = Vault & {
|
|
995
|
-
/**
|
|
996
|
-
* The underlying HTTP response.
|
|
997
|
-
*/
|
|
998
|
-
_response: msRest.HttpResponse & {
|
|
999
|
-
/**
|
|
1000
|
-
* The response body as text (string format)
|
|
1001
|
-
*/
|
|
1002
|
-
bodyAsText: string;
|
|
1003
|
-
/**
|
|
1004
|
-
* The response body as parsed JSON or XML
|
|
1005
|
-
*/
|
|
1006
|
-
parsedBody: Vault;
|
|
1007
|
-
};
|
|
1008
|
-
};
|
|
1009
|
-
/**
|
|
1010
|
-
* Contains response data for the get operation.
|
|
1011
|
-
*/
|
|
1012
|
-
export declare type VaultsGetResponse = Vault & {
|
|
1013
|
-
/**
|
|
1014
|
-
* The underlying HTTP response.
|
|
1015
|
-
*/
|
|
1016
|
-
_response: msRest.HttpResponse & {
|
|
1017
|
-
/**
|
|
1018
|
-
* The response body as text (string format)
|
|
1019
|
-
*/
|
|
1020
|
-
bodyAsText: string;
|
|
1021
|
-
/**
|
|
1022
|
-
* The response body as parsed JSON or XML
|
|
1023
|
-
*/
|
|
1024
|
-
parsedBody: Vault;
|
|
1025
|
-
};
|
|
1026
|
-
};
|
|
1027
|
-
/**
|
|
1028
|
-
* Contains response data for the updateAccessPolicy operation.
|
|
1029
|
-
*/
|
|
1030
|
-
export declare type VaultsUpdateAccessPolicyResponse = VaultAccessPolicyParameters & {
|
|
1031
|
-
/**
|
|
1032
|
-
* The underlying HTTP response.
|
|
1033
|
-
*/
|
|
1034
|
-
_response: msRest.HttpResponse & {
|
|
1035
|
-
/**
|
|
1036
|
-
* The response body as text (string format)
|
|
1037
|
-
*/
|
|
1038
|
-
bodyAsText: string;
|
|
1039
|
-
/**
|
|
1040
|
-
* The response body as parsed JSON or XML
|
|
1041
|
-
*/
|
|
1042
|
-
parsedBody: VaultAccessPolicyParameters;
|
|
1043
|
-
};
|
|
1044
|
-
};
|
|
1045
|
-
/**
|
|
1046
|
-
* Contains response data for the listByResourceGroup operation.
|
|
1047
|
-
*/
|
|
1048
|
-
export declare type VaultsListByResourceGroupResponse = VaultListResult & {
|
|
1049
|
-
/**
|
|
1050
|
-
* The underlying HTTP response.
|
|
1051
|
-
*/
|
|
1052
|
-
_response: msRest.HttpResponse & {
|
|
1053
|
-
/**
|
|
1054
|
-
* The response body as text (string format)
|
|
1055
|
-
*/
|
|
1056
|
-
bodyAsText: string;
|
|
1057
|
-
/**
|
|
1058
|
-
* The response body as parsed JSON or XML
|
|
1059
|
-
*/
|
|
1060
|
-
parsedBody: VaultListResult;
|
|
1061
|
-
};
|
|
1062
|
-
};
|
|
1063
|
-
/**
|
|
1064
|
-
* Contains response data for the listBySubscription operation.
|
|
1065
|
-
*/
|
|
1066
|
-
export declare type VaultsListBySubscriptionResponse = VaultListResult & {
|
|
1067
|
-
/**
|
|
1068
|
-
* The underlying HTTP response.
|
|
1069
|
-
*/
|
|
1070
|
-
_response: msRest.HttpResponse & {
|
|
1071
|
-
/**
|
|
1072
|
-
* The response body as text (string format)
|
|
1073
|
-
*/
|
|
1074
|
-
bodyAsText: string;
|
|
1075
|
-
/**
|
|
1076
|
-
* The response body as parsed JSON or XML
|
|
1077
|
-
*/
|
|
1078
|
-
parsedBody: VaultListResult;
|
|
1079
|
-
};
|
|
1080
|
-
};
|
|
1081
|
-
/**
|
|
1082
|
-
* Contains response data for the listDeleted operation.
|
|
1083
|
-
*/
|
|
1084
|
-
export declare type VaultsListDeletedResponse = DeletedVaultListResult & {
|
|
1085
|
-
/**
|
|
1086
|
-
* The underlying HTTP response.
|
|
1087
|
-
*/
|
|
1088
|
-
_response: msRest.HttpResponse & {
|
|
1089
|
-
/**
|
|
1090
|
-
* The response body as text (string format)
|
|
1091
|
-
*/
|
|
1092
|
-
bodyAsText: string;
|
|
1093
|
-
/**
|
|
1094
|
-
* The response body as parsed JSON or XML
|
|
1095
|
-
*/
|
|
1096
|
-
parsedBody: DeletedVaultListResult;
|
|
1097
|
-
};
|
|
1098
|
-
};
|
|
1099
|
-
/**
|
|
1100
|
-
* Contains response data for the getDeleted operation.
|
|
1101
|
-
*/
|
|
1102
|
-
export declare type VaultsGetDeletedResponse = DeletedVault & {
|
|
1103
|
-
/**
|
|
1104
|
-
* The underlying HTTP response.
|
|
1105
|
-
*/
|
|
1106
|
-
_response: msRest.HttpResponse & {
|
|
1107
|
-
/**
|
|
1108
|
-
* The response body as text (string format)
|
|
1109
|
-
*/
|
|
1110
|
-
bodyAsText: string;
|
|
1111
|
-
/**
|
|
1112
|
-
* The response body as parsed JSON or XML
|
|
1113
|
-
*/
|
|
1114
|
-
parsedBody: DeletedVault;
|
|
1115
|
-
};
|
|
1116
|
-
};
|
|
1117
|
-
/**
|
|
1118
|
-
* Contains response data for the list operation.
|
|
1119
|
-
*/
|
|
1120
|
-
export declare type VaultsListResponse = ResourceListResult & {
|
|
1121
|
-
/**
|
|
1122
|
-
* The underlying HTTP response.
|
|
1123
|
-
*/
|
|
1124
|
-
_response: msRest.HttpResponse & {
|
|
1125
|
-
/**
|
|
1126
|
-
* The response body as text (string format)
|
|
1127
|
-
*/
|
|
1128
|
-
bodyAsText: string;
|
|
1129
|
-
/**
|
|
1130
|
-
* The response body as parsed JSON or XML
|
|
1131
|
-
*/
|
|
1132
|
-
parsedBody: ResourceListResult;
|
|
1133
|
-
};
|
|
1134
|
-
};
|
|
1135
|
-
/**
|
|
1136
|
-
* Contains response data for the checkNameAvailability operation.
|
|
1137
|
-
*/
|
|
1138
|
-
export declare type VaultsCheckNameAvailabilityResponse = CheckNameAvailabilityResult & {
|
|
1139
|
-
/**
|
|
1140
|
-
* The underlying HTTP response.
|
|
1141
|
-
*/
|
|
1142
|
-
_response: msRest.HttpResponse & {
|
|
1143
|
-
/**
|
|
1144
|
-
* The response body as text (string format)
|
|
1145
|
-
*/
|
|
1146
|
-
bodyAsText: string;
|
|
1147
|
-
/**
|
|
1148
|
-
* The response body as parsed JSON or XML
|
|
1149
|
-
*/
|
|
1150
|
-
parsedBody: CheckNameAvailabilityResult;
|
|
1151
|
-
};
|
|
1152
|
-
};
|
|
1153
|
-
/**
|
|
1154
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1155
|
-
*/
|
|
1156
|
-
export declare type VaultsBeginCreateOrUpdateResponse = Vault & {
|
|
1157
|
-
/**
|
|
1158
|
-
* The underlying HTTP response.
|
|
1159
|
-
*/
|
|
1160
|
-
_response: msRest.HttpResponse & {
|
|
1161
|
-
/**
|
|
1162
|
-
* The response body as text (string format)
|
|
1163
|
-
*/
|
|
1164
|
-
bodyAsText: string;
|
|
1165
|
-
/**
|
|
1166
|
-
* The response body as parsed JSON or XML
|
|
1167
|
-
*/
|
|
1168
|
-
parsedBody: Vault;
|
|
1169
|
-
};
|
|
1170
|
-
};
|
|
1171
|
-
/**
|
|
1172
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
1173
|
-
*/
|
|
1174
|
-
export declare type VaultsListByResourceGroupNextResponse = VaultListResult & {
|
|
1175
|
-
/**
|
|
1176
|
-
* The underlying HTTP response.
|
|
1177
|
-
*/
|
|
1178
|
-
_response: msRest.HttpResponse & {
|
|
1179
|
-
/**
|
|
1180
|
-
* The response body as text (string format)
|
|
1181
|
-
*/
|
|
1182
|
-
bodyAsText: string;
|
|
1183
|
-
/**
|
|
1184
|
-
* The response body as parsed JSON or XML
|
|
1185
|
-
*/
|
|
1186
|
-
parsedBody: VaultListResult;
|
|
1187
|
-
};
|
|
1188
|
-
};
|
|
1189
|
-
/**
|
|
1190
|
-
* Contains response data for the listBySubscriptionNext operation.
|
|
1191
|
-
*/
|
|
1192
|
-
export declare type VaultsListBySubscriptionNextResponse = VaultListResult & {
|
|
1193
|
-
/**
|
|
1194
|
-
* The underlying HTTP response.
|
|
1195
|
-
*/
|
|
1196
|
-
_response: msRest.HttpResponse & {
|
|
1197
|
-
/**
|
|
1198
|
-
* The response body as text (string format)
|
|
1199
|
-
*/
|
|
1200
|
-
bodyAsText: string;
|
|
1201
|
-
/**
|
|
1202
|
-
* The response body as parsed JSON or XML
|
|
1203
|
-
*/
|
|
1204
|
-
parsedBody: VaultListResult;
|
|
1205
|
-
};
|
|
1206
|
-
};
|
|
1207
|
-
/**
|
|
1208
|
-
* Contains response data for the listDeletedNext operation.
|
|
1209
|
-
*/
|
|
1210
|
-
export declare type VaultsListDeletedNextResponse = DeletedVaultListResult & {
|
|
1211
|
-
/**
|
|
1212
|
-
* The underlying HTTP response.
|
|
1213
|
-
*/
|
|
1214
|
-
_response: msRest.HttpResponse & {
|
|
1215
|
-
/**
|
|
1216
|
-
* The response body as text (string format)
|
|
1217
|
-
*/
|
|
1218
|
-
bodyAsText: string;
|
|
1219
|
-
/**
|
|
1220
|
-
* The response body as parsed JSON or XML
|
|
1221
|
-
*/
|
|
1222
|
-
parsedBody: DeletedVaultListResult;
|
|
1223
|
-
};
|
|
1224
|
-
};
|
|
1225
|
-
/**
|
|
1226
|
-
* Contains response data for the listNext operation.
|
|
1227
|
-
*/
|
|
1228
|
-
export declare type VaultsListNextResponse = ResourceListResult & {
|
|
1229
|
-
/**
|
|
1230
|
-
* The underlying HTTP response.
|
|
1231
|
-
*/
|
|
1232
|
-
_response: msRest.HttpResponse & {
|
|
1233
|
-
/**
|
|
1234
|
-
* The response body as text (string format)
|
|
1235
|
-
*/
|
|
1236
|
-
bodyAsText: string;
|
|
1237
|
-
/**
|
|
1238
|
-
* The response body as parsed JSON or XML
|
|
1239
|
-
*/
|
|
1240
|
-
parsedBody: ResourceListResult;
|
|
1241
|
-
};
|
|
1242
|
-
};
|
|
1243
|
-
/**
|
|
1244
|
-
* Contains response data for the get operation.
|
|
1245
|
-
*/
|
|
1246
|
-
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {
|
|
1247
|
-
/**
|
|
1248
|
-
* The underlying HTTP response.
|
|
1249
|
-
*/
|
|
1250
|
-
_response: msRest.HttpResponse & {
|
|
1251
|
-
/**
|
|
1252
|
-
* The response body as text (string format)
|
|
1253
|
-
*/
|
|
1254
|
-
bodyAsText: string;
|
|
1255
|
-
/**
|
|
1256
|
-
* The response body as parsed JSON or XML
|
|
1257
|
-
*/
|
|
1258
|
-
parsedBody: PrivateEndpointConnection;
|
|
1259
|
-
};
|
|
1260
|
-
};
|
|
1261
|
-
/**
|
|
1262
|
-
* Contains response data for the put operation.
|
|
1263
|
-
*/
|
|
1264
|
-
export declare type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection & PrivateEndpointConnectionsPutHeaders & {
|
|
1265
|
-
/**
|
|
1266
|
-
* The underlying HTTP response.
|
|
1267
|
-
*/
|
|
1268
|
-
_response: msRest.HttpResponse & {
|
|
1269
|
-
/**
|
|
1270
|
-
* The parsed HTTP response headers.
|
|
1271
|
-
*/
|
|
1272
|
-
parsedHeaders: PrivateEndpointConnectionsPutHeaders;
|
|
1273
|
-
/**
|
|
1274
|
-
* The response body as text (string format)
|
|
1275
|
-
*/
|
|
1276
|
-
bodyAsText: string;
|
|
1277
|
-
/**
|
|
1278
|
-
* The response body as parsed JSON or XML
|
|
1279
|
-
*/
|
|
1280
|
-
parsedBody: PrivateEndpointConnection;
|
|
1281
|
-
};
|
|
1282
|
-
};
|
|
1283
|
-
/**
|
|
1284
|
-
* Contains response data for the deleteMethod operation.
|
|
1285
|
-
*/
|
|
1286
|
-
export declare type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnection & PrivateEndpointConnectionsDeleteHeaders & {
|
|
1287
|
-
/**
|
|
1288
|
-
* The underlying HTTP response.
|
|
1289
|
-
*/
|
|
1290
|
-
_response: msRest.HttpResponse & {
|
|
1291
|
-
/**
|
|
1292
|
-
* The parsed HTTP response headers.
|
|
1293
|
-
*/
|
|
1294
|
-
parsedHeaders: PrivateEndpointConnectionsDeleteHeaders;
|
|
1295
|
-
/**
|
|
1296
|
-
* The response body as text (string format)
|
|
1297
|
-
*/
|
|
1298
|
-
bodyAsText: string;
|
|
1299
|
-
/**
|
|
1300
|
-
* The response body as parsed JSON or XML
|
|
1301
|
-
*/
|
|
1302
|
-
parsedBody: PrivateEndpointConnection;
|
|
1303
|
-
};
|
|
1304
|
-
};
|
|
1305
|
-
/**
|
|
1306
|
-
* Contains response data for the listByVault operation.
|
|
1307
|
-
*/
|
|
1308
|
-
export declare type PrivateLinkResourcesListByVaultResponse = PrivateLinkResourceListResult & {
|
|
1309
|
-
/**
|
|
1310
|
-
* The underlying HTTP response.
|
|
1311
|
-
*/
|
|
1312
|
-
_response: msRest.HttpResponse & {
|
|
1313
|
-
/**
|
|
1314
|
-
* The response body as text (string format)
|
|
1315
|
-
*/
|
|
1316
|
-
bodyAsText: string;
|
|
1317
|
-
/**
|
|
1318
|
-
* The response body as parsed JSON or XML
|
|
1319
|
-
*/
|
|
1320
|
-
parsedBody: PrivateLinkResourceListResult;
|
|
1321
|
-
};
|
|
1322
|
-
};
|
|
1323
|
-
/**
|
|
1324
|
-
* Contains response data for the list operation.
|
|
1325
|
-
*/
|
|
1326
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
1327
|
-
/**
|
|
1328
|
-
* The underlying HTTP response.
|
|
1329
|
-
*/
|
|
1330
|
-
_response: msRest.HttpResponse & {
|
|
1331
|
-
/**
|
|
1332
|
-
* The response body as text (string format)
|
|
1333
|
-
*/
|
|
1334
|
-
bodyAsText: string;
|
|
1335
|
-
/**
|
|
1336
|
-
* The response body as parsed JSON or XML
|
|
1337
|
-
*/
|
|
1338
|
-
parsedBody: OperationListResult;
|
|
1339
|
-
};
|
|
1340
|
-
};
|
|
1341
|
-
/**
|
|
1342
|
-
* Contains response data for the listNext operation.
|
|
1343
|
-
*/
|
|
1344
|
-
export declare type OperationsListNextResponse = OperationListResult & {
|
|
1345
|
-
/**
|
|
1346
|
-
* The underlying HTTP response.
|
|
1347
|
-
*/
|
|
1348
|
-
_response: msRest.HttpResponse & {
|
|
1349
|
-
/**
|
|
1350
|
-
* The response body as text (string format)
|
|
1351
|
-
*/
|
|
1352
|
-
bodyAsText: string;
|
|
1353
|
-
/**
|
|
1354
|
-
* The response body as parsed JSON or XML
|
|
1355
|
-
*/
|
|
1356
|
-
parsedBody: OperationListResult;
|
|
1357
|
-
};
|
|
1358
|
-
};
|
|
1359
|
-
/**
|
|
1360
|
-
* Contains response data for the createOrUpdate operation.
|
|
1361
|
-
*/
|
|
1362
|
-
export declare type SecretsCreateOrUpdateResponse = Secret & {
|
|
1363
|
-
/**
|
|
1364
|
-
* The underlying HTTP response.
|
|
1365
|
-
*/
|
|
1366
|
-
_response: msRest.HttpResponse & {
|
|
1367
|
-
/**
|
|
1368
|
-
* The response body as text (string format)
|
|
1369
|
-
*/
|
|
1370
|
-
bodyAsText: string;
|
|
1371
|
-
/**
|
|
1372
|
-
* The response body as parsed JSON or XML
|
|
1373
|
-
*/
|
|
1374
|
-
parsedBody: Secret;
|
|
1375
|
-
};
|
|
1376
|
-
};
|
|
1377
|
-
/**
|
|
1378
|
-
* Contains response data for the update operation.
|
|
1379
|
-
*/
|
|
1380
|
-
export declare type SecretsUpdateResponse = Secret & {
|
|
1381
|
-
/**
|
|
1382
|
-
* The underlying HTTP response.
|
|
1383
|
-
*/
|
|
1384
|
-
_response: msRest.HttpResponse & {
|
|
1385
|
-
/**
|
|
1386
|
-
* The response body as text (string format)
|
|
1387
|
-
*/
|
|
1388
|
-
bodyAsText: string;
|
|
1389
|
-
/**
|
|
1390
|
-
* The response body as parsed JSON or XML
|
|
1391
|
-
*/
|
|
1392
|
-
parsedBody: Secret;
|
|
1393
|
-
};
|
|
1394
|
-
};
|
|
1395
|
-
/**
|
|
1396
|
-
* Contains response data for the get operation.
|
|
1397
|
-
*/
|
|
1398
|
-
export declare type SecretsGetResponse = Secret & {
|
|
1399
|
-
/**
|
|
1400
|
-
* The underlying HTTP response.
|
|
1401
|
-
*/
|
|
1402
|
-
_response: msRest.HttpResponse & {
|
|
1403
|
-
/**
|
|
1404
|
-
* The response body as text (string format)
|
|
1405
|
-
*/
|
|
1406
|
-
bodyAsText: string;
|
|
1407
|
-
/**
|
|
1408
|
-
* The response body as parsed JSON or XML
|
|
1409
|
-
*/
|
|
1410
|
-
parsedBody: Secret;
|
|
1411
|
-
};
|
|
1412
|
-
};
|
|
1413
|
-
/**
|
|
1414
|
-
* Contains response data for the list operation.
|
|
1415
|
-
*/
|
|
1416
|
-
export declare type SecretsListResponse = SecretListResult & {
|
|
1417
|
-
/**
|
|
1418
|
-
* The underlying HTTP response.
|
|
1419
|
-
*/
|
|
1420
|
-
_response: msRest.HttpResponse & {
|
|
1421
|
-
/**
|
|
1422
|
-
* The response body as text (string format)
|
|
1423
|
-
*/
|
|
1424
|
-
bodyAsText: string;
|
|
1425
|
-
/**
|
|
1426
|
-
* The response body as parsed JSON or XML
|
|
1427
|
-
*/
|
|
1428
|
-
parsedBody: SecretListResult;
|
|
1429
|
-
};
|
|
1430
|
-
};
|
|
1431
|
-
/**
|
|
1432
|
-
* Contains response data for the listNext operation.
|
|
1433
|
-
*/
|
|
1434
|
-
export declare type SecretsListNextResponse = SecretListResult & {
|
|
1435
|
-
/**
|
|
1436
|
-
* The underlying HTTP response.
|
|
1437
|
-
*/
|
|
1438
|
-
_response: msRest.HttpResponse & {
|
|
1439
|
-
/**
|
|
1440
|
-
* The response body as text (string format)
|
|
1441
|
-
*/
|
|
1442
|
-
bodyAsText: string;
|
|
1443
|
-
/**
|
|
1444
|
-
* The response body as parsed JSON or XML
|
|
1445
|
-
*/
|
|
1446
|
-
parsedBody: SecretListResult;
|
|
1447
|
-
};
|
|
1448
|
-
};
|
|
1449
|
-
//# sourceMappingURL=index.d.ts.map
|