@azure/arm-artifactsigning 1.0.0-alpha.20260217.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/api/certificateProfiles/index.d.ts +3 -0
- package/dist/browser/api/certificateProfiles/index.js +4 -0
- package/dist/browser/api/certificateProfiles/index.js.map +1 -0
- package/dist/browser/api/certificateProfiles/operations.d.ts +32 -0
- package/dist/browser/api/certificateProfiles/operations.js +166 -0
- package/dist/browser/api/certificateProfiles/operations.js.map +1 -0
- package/dist/browser/api/certificateProfiles/options.d.ts +21 -0
- package/dist/browser/api/certificateProfiles/options.js +4 -0
- package/dist/browser/api/certificateProfiles/options.js.map +1 -0
- package/dist/browser/api/codeSigningAccounts/index.d.ts +3 -0
- package/dist/browser/api/codeSigningAccounts/index.js +4 -0
- package/dist/browser/api/codeSigningAccounts/index.js.map +1 -0
- package/dist/browser/api/codeSigningAccounts/operations.d.ts +40 -0
- package/dist/browser/api/codeSigningAccounts/operations.js +220 -0
- package/dist/browser/api/codeSigningAccounts/operations.js.map +1 -0
- package/dist/browser/api/codeSigningAccounts/options.d.ts +29 -0
- package/dist/browser/api/codeSigningAccounts/options.js +4 -0
- package/dist/browser/api/codeSigningAccounts/options.js.map +1 -0
- package/dist/browser/api/codeSigningContext.d.ts +22 -0
- package/dist/browser/api/codeSigningContext.js +24 -0
- package/dist/browser/api/codeSigningContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/classic/certificateProfiles/index.d.ts +25 -0
- package/dist/browser/classic/certificateProfiles/index.js +18 -0
- package/dist/browser/classic/certificateProfiles/index.js.map +1 -0
- package/dist/browser/classic/codeSigningAccounts/index.d.ts +29 -0
- package/dist/browser/classic/codeSigningAccounts/index.js +20 -0
- package/dist/browser/classic/codeSigningAccounts/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +4 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/codeSigningClient.d.ts +21 -0
- package/dist/browser/codeSigningClient.js +33 -0
- package/dist/browser/codeSigningClient.js.map +1 -0
- package/dist/browser/index.d.ts +13 -0
- package/dist/browser/index.js +8 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +480 -0
- package/dist/browser/models/models.js +413 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +105 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/certificateProfiles/index.d.ts +3 -0
- package/dist/commonjs/api/certificateProfiles/index.js +12 -0
- package/dist/commonjs/api/certificateProfiles/index.js.map +1 -0
- package/dist/commonjs/api/certificateProfiles/operations.d.ts +32 -0
- package/dist/commonjs/api/certificateProfiles/operations.js +183 -0
- package/dist/commonjs/api/certificateProfiles/operations.js.map +1 -0
- package/dist/commonjs/api/certificateProfiles/options.d.ts +21 -0
- package/dist/commonjs/api/certificateProfiles/options.js +5 -0
- package/dist/commonjs/api/certificateProfiles/options.js.map +1 -0
- package/dist/commonjs/api/codeSigningAccounts/index.d.ts +3 -0
- package/dist/commonjs/api/codeSigningAccounts/index.js +14 -0
- package/dist/commonjs/api/codeSigningAccounts/index.js.map +1 -0
- package/dist/commonjs/api/codeSigningAccounts/operations.d.ts +40 -0
- package/dist/commonjs/api/codeSigningAccounts/operations.js +243 -0
- package/dist/commonjs/api/codeSigningAccounts/operations.js.map +1 -0
- package/dist/commonjs/api/codeSigningAccounts/options.d.ts +29 -0
- package/dist/commonjs/api/codeSigningAccounts/options.js +5 -0
- package/dist/commonjs/api/codeSigningAccounts/options.js.map +1 -0
- package/dist/commonjs/api/codeSigningContext.d.ts +22 -0
- package/dist/commonjs/api/codeSigningContext.js +27 -0
- package/dist/commonjs/api/codeSigningContext.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +36 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/classic/certificateProfiles/index.d.ts +25 -0
- package/dist/commonjs/classic/certificateProfiles/index.js +21 -0
- package/dist/commonjs/classic/certificateProfiles/index.js.map +1 -0
- package/dist/commonjs/classic/codeSigningAccounts/index.d.ts +29 -0
- package/dist/commonjs/classic/codeSigningAccounts/index.js +23 -0
- package/dist/commonjs/classic/codeSigningAccounts/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +4 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +17 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/codeSigningClient.d.ts +21 -0
- package/dist/commonjs/codeSigningClient.js +37 -0
- package/dist/commonjs/codeSigningClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +13 -0
- package/dist/commonjs/index.js +24 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.js +18 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +480 -0
- package/dist/commonjs/models/models.js +457 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +108 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +146 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +98 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +203 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/certificateProfiles/index.d.ts +3 -0
- package/dist/esm/api/certificateProfiles/index.js +4 -0
- package/dist/esm/api/certificateProfiles/index.js.map +1 -0
- package/dist/esm/api/certificateProfiles/operations.d.ts +32 -0
- package/dist/esm/api/certificateProfiles/operations.js +166 -0
- package/dist/esm/api/certificateProfiles/operations.js.map +1 -0
- package/dist/esm/api/certificateProfiles/options.d.ts +21 -0
- package/dist/esm/api/certificateProfiles/options.js +4 -0
- package/dist/esm/api/certificateProfiles/options.js.map +1 -0
- package/dist/esm/api/codeSigningAccounts/index.d.ts +3 -0
- package/dist/esm/api/codeSigningAccounts/index.js +4 -0
- package/dist/esm/api/codeSigningAccounts/index.js.map +1 -0
- package/dist/esm/api/codeSigningAccounts/operations.d.ts +40 -0
- package/dist/esm/api/codeSigningAccounts/operations.js +220 -0
- package/dist/esm/api/codeSigningAccounts/operations.js.map +1 -0
- package/dist/esm/api/codeSigningAccounts/options.d.ts +29 -0
- package/dist/esm/api/codeSigningAccounts/options.js +4 -0
- package/dist/esm/api/codeSigningAccounts/options.js.map +1 -0
- package/dist/esm/api/codeSigningContext.d.ts +22 -0
- package/dist/esm/api/codeSigningContext.js +24 -0
- package/dist/esm/api/codeSigningContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +31 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/classic/certificateProfiles/index.d.ts +25 -0
- package/dist/esm/classic/certificateProfiles/index.js +18 -0
- package/dist/esm/classic/certificateProfiles/index.js.map +1 -0
- package/dist/esm/classic/codeSigningAccounts/index.d.ts +29 -0
- package/dist/esm/classic/codeSigningAccounts/index.js +20 -0
- package/dist/esm/classic/codeSigningAccounts/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +4 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/codeSigningClient.d.ts +21 -0
- package/dist/esm/codeSigningClient.js +33 -0
- package/dist/esm/codeSigningClient.js.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.js +8 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +480 -0
- package/dist/esm/models/models.js +413 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +105 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/certificateProfiles/index.d.ts +3 -0
- package/dist/react-native/api/certificateProfiles/index.js +4 -0
- package/dist/react-native/api/certificateProfiles/index.js.map +1 -0
- package/dist/react-native/api/certificateProfiles/operations.d.ts +32 -0
- package/dist/react-native/api/certificateProfiles/operations.js +166 -0
- package/dist/react-native/api/certificateProfiles/operations.js.map +1 -0
- package/dist/react-native/api/certificateProfiles/options.d.ts +21 -0
- package/dist/react-native/api/certificateProfiles/options.js +4 -0
- package/dist/react-native/api/certificateProfiles/options.js.map +1 -0
- package/dist/react-native/api/codeSigningAccounts/index.d.ts +3 -0
- package/dist/react-native/api/codeSigningAccounts/index.js +4 -0
- package/dist/react-native/api/codeSigningAccounts/index.js.map +1 -0
- package/dist/react-native/api/codeSigningAccounts/operations.d.ts +40 -0
- package/dist/react-native/api/codeSigningAccounts/operations.js +220 -0
- package/dist/react-native/api/codeSigningAccounts/operations.js.map +1 -0
- package/dist/react-native/api/codeSigningAccounts/options.d.ts +29 -0
- package/dist/react-native/api/codeSigningAccounts/options.js +4 -0
- package/dist/react-native/api/codeSigningAccounts/options.js.map +1 -0
- package/dist/react-native/api/codeSigningContext.d.ts +22 -0
- package/dist/react-native/api/codeSigningContext.js +24 -0
- package/dist/react-native/api/codeSigningContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/classic/certificateProfiles/index.d.ts +25 -0
- package/dist/react-native/classic/certificateProfiles/index.js +18 -0
- package/dist/react-native/classic/certificateProfiles/index.js.map +1 -0
- package/dist/react-native/classic/codeSigningAccounts/index.d.ts +29 -0
- package/dist/react-native/classic/codeSigningAccounts/index.js +20 -0
- package/dist/react-native/classic/codeSigningAccounts/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +4 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/codeSigningClient.d.ts +21 -0
- package/dist/react-native/codeSigningClient.js +33 -0
- package/dist/react-native/codeSigningClient.js.map +1 -0
- package/dist/react-native/index.d.ts +13 -0
- package/dist/react-native/index.js +8 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +480 -0
- package/dist/react-native/models/models.js +413 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +105 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +235 -0
|
@@ -0,0 +1,480 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
6
|
+
export interface _OperationListResult {
|
|
7
|
+
/** The Operation items on this page */
|
|
8
|
+
value: Operation[];
|
|
9
|
+
/** The link to the next page of items */
|
|
10
|
+
nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
13
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
14
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
15
|
+
export interface Operation {
|
|
16
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
17
|
+
readonly name?: string;
|
|
18
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
19
|
+
readonly isDataAction?: boolean;
|
|
20
|
+
/** Localized display information for this particular operation. */
|
|
21
|
+
display?: OperationDisplay;
|
|
22
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
23
|
+
readonly origin?: Origin;
|
|
24
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
25
|
+
readonly actionType?: ActionType;
|
|
26
|
+
}
|
|
27
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
28
|
+
/** Localized display information for an operation. */
|
|
29
|
+
export interface OperationDisplay {
|
|
30
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
31
|
+
readonly provider?: string;
|
|
32
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
33
|
+
readonly resource?: string;
|
|
34
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
35
|
+
readonly operation?: string;
|
|
36
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
37
|
+
readonly description?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
40
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
41
|
+
export declare enum KnownOrigin {
|
|
42
|
+
/** Indicates the operation is initiated by a user. */
|
|
43
|
+
User = "user",
|
|
44
|
+
/** Indicates the operation is initiated by a system. */
|
|
45
|
+
System = "system",
|
|
46
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
47
|
+
UserSystem = "user,system"
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
51
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
52
|
+
* this enum contains the known values that the service supports.
|
|
53
|
+
* ### Known values supported by the service
|
|
54
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
55
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
56
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
57
|
+
*/
|
|
58
|
+
export type Origin = string;
|
|
59
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
60
|
+
export declare enum KnownActionType {
|
|
61
|
+
/** Actions are for internal-only APIs. */
|
|
62
|
+
Internal = "Internal"
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
66
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
67
|
+
* this enum contains the known values that the service supports.
|
|
68
|
+
* ### Known values supported by the service
|
|
69
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
70
|
+
*/
|
|
71
|
+
export type ActionType = string;
|
|
72
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
73
|
+
export interface ErrorResponse {
|
|
74
|
+
/** The error object. */
|
|
75
|
+
error?: ErrorDetail;
|
|
76
|
+
}
|
|
77
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
78
|
+
/** The error detail. */
|
|
79
|
+
export interface ErrorDetail {
|
|
80
|
+
/** The error code. */
|
|
81
|
+
readonly code?: string;
|
|
82
|
+
/** The error message. */
|
|
83
|
+
readonly message?: string;
|
|
84
|
+
/** The error target. */
|
|
85
|
+
readonly target?: string;
|
|
86
|
+
/** The error details. */
|
|
87
|
+
readonly details?: ErrorDetail[];
|
|
88
|
+
/** The error additional info. */
|
|
89
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
90
|
+
}
|
|
91
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
92
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
93
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
94
|
+
/** The resource management error additional info. */
|
|
95
|
+
export interface ErrorAdditionalInfo {
|
|
96
|
+
/** The additional info type. */
|
|
97
|
+
readonly type?: string;
|
|
98
|
+
/** The additional info. */
|
|
99
|
+
readonly info?: any;
|
|
100
|
+
}
|
|
101
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
102
|
+
/** Artifact signing account resource. */
|
|
103
|
+
export interface CodeSigningAccount extends TrackedResource {
|
|
104
|
+
/** The resource-specific properties for this resource. */
|
|
105
|
+
properties?: CodeSigningAccountProperties;
|
|
106
|
+
}
|
|
107
|
+
export declare function codeSigningAccountSerializer(item: CodeSigningAccount): any;
|
|
108
|
+
export declare function codeSigningAccountDeserializer(item: any): CodeSigningAccount;
|
|
109
|
+
/** Properties of the artifact signing account. */
|
|
110
|
+
export interface CodeSigningAccountProperties {
|
|
111
|
+
/** The URI of the artifact signing account which is used during signing files. */
|
|
112
|
+
readonly accountUri?: string;
|
|
113
|
+
/** SKU of the artifact signing account. */
|
|
114
|
+
sku?: AccountSku;
|
|
115
|
+
/** Status of the current operation on artifact signing account. */
|
|
116
|
+
readonly provisioningState?: ProvisioningState;
|
|
117
|
+
}
|
|
118
|
+
export declare function codeSigningAccountPropertiesSerializer(item: CodeSigningAccountProperties): any;
|
|
119
|
+
export declare function codeSigningAccountPropertiesDeserializer(item: any): CodeSigningAccountProperties;
|
|
120
|
+
/** SKU of the artifact signing account. */
|
|
121
|
+
export interface AccountSku {
|
|
122
|
+
/** Name of the SKU. */
|
|
123
|
+
name: SkuName;
|
|
124
|
+
}
|
|
125
|
+
export declare function accountSkuSerializer(item: AccountSku): any;
|
|
126
|
+
export declare function accountSkuDeserializer(item: any): AccountSku;
|
|
127
|
+
/** Name of the sku. */
|
|
128
|
+
export declare enum KnownSkuName {
|
|
129
|
+
/** Basic sku. */
|
|
130
|
+
Basic = "Basic",
|
|
131
|
+
/** Premium sku. */
|
|
132
|
+
Premium = "Premium"
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Name of the sku. \
|
|
136
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
137
|
+
* this enum contains the known values that the service supports.
|
|
138
|
+
* ### Known values supported by the service
|
|
139
|
+
* **Basic**: Basic sku. \
|
|
140
|
+
* **Premium**: Premium sku.
|
|
141
|
+
*/
|
|
142
|
+
export type SkuName = string;
|
|
143
|
+
/** The status of the current operation. */
|
|
144
|
+
export declare enum KnownProvisioningState {
|
|
145
|
+
/** Resource has been created. */
|
|
146
|
+
Succeeded = "Succeeded",
|
|
147
|
+
/** Resource creation failed. */
|
|
148
|
+
Failed = "Failed",
|
|
149
|
+
/** Resource creation was canceled. */
|
|
150
|
+
Canceled = "Canceled",
|
|
151
|
+
/** Updating in progress. */
|
|
152
|
+
Updating = "Updating",
|
|
153
|
+
/** Deletion in progress. */
|
|
154
|
+
Deleting = "Deleting",
|
|
155
|
+
/** Resource creation started. */
|
|
156
|
+
Accepted = "Accepted"
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* The status of the current operation. \
|
|
160
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
161
|
+
* this enum contains the known values that the service supports.
|
|
162
|
+
* ### Known values supported by the service
|
|
163
|
+
* **Succeeded**: Resource has been created. \
|
|
164
|
+
* **Failed**: Resource creation failed. \
|
|
165
|
+
* **Canceled**: Resource creation was canceled. \
|
|
166
|
+
* **Updating**: Updating in progress. \
|
|
167
|
+
* **Deleting**: Deletion in progress. \
|
|
168
|
+
* **Accepted**: Resource creation started.
|
|
169
|
+
*/
|
|
170
|
+
export type ProvisioningState = string;
|
|
171
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
172
|
+
export interface TrackedResource extends Resource {
|
|
173
|
+
/** Resource tags. */
|
|
174
|
+
tags?: Record<string, string>;
|
|
175
|
+
/** The geo-location where the resource lives */
|
|
176
|
+
location: string;
|
|
177
|
+
}
|
|
178
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
179
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
180
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
181
|
+
export interface Resource {
|
|
182
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
183
|
+
readonly id?: string;
|
|
184
|
+
/** The name of the resource */
|
|
185
|
+
readonly name?: string;
|
|
186
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
187
|
+
readonly type?: string;
|
|
188
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
189
|
+
readonly systemData?: SystemData;
|
|
190
|
+
}
|
|
191
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
192
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
193
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
194
|
+
export interface SystemData {
|
|
195
|
+
/** The identity that created the resource. */
|
|
196
|
+
createdBy?: string;
|
|
197
|
+
/** The type of identity that created the resource. */
|
|
198
|
+
createdByType?: CreatedByType;
|
|
199
|
+
/** The timestamp of resource creation (UTC). */
|
|
200
|
+
createdAt?: Date;
|
|
201
|
+
/** The identity that last modified the resource. */
|
|
202
|
+
lastModifiedBy?: string;
|
|
203
|
+
/** The type of identity that last modified the resource. */
|
|
204
|
+
lastModifiedByType?: CreatedByType;
|
|
205
|
+
/** The timestamp of resource last modification (UTC) */
|
|
206
|
+
lastModifiedAt?: Date;
|
|
207
|
+
}
|
|
208
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
209
|
+
/** The kind of entity that created the resource. */
|
|
210
|
+
export declare enum KnownCreatedByType {
|
|
211
|
+
/** The entity was created by a user. */
|
|
212
|
+
User = "User",
|
|
213
|
+
/** The entity was created by an application. */
|
|
214
|
+
Application = "Application",
|
|
215
|
+
/** The entity was created by a managed identity. */
|
|
216
|
+
ManagedIdentity = "ManagedIdentity",
|
|
217
|
+
/** The entity was created by a key. */
|
|
218
|
+
Key = "Key"
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* The kind of entity that created the resource. \
|
|
222
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
223
|
+
* this enum contains the known values that the service supports.
|
|
224
|
+
* ### Known values supported by the service
|
|
225
|
+
* **User**: The entity was created by a user. \
|
|
226
|
+
* **Application**: The entity was created by an application. \
|
|
227
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
228
|
+
* **Key**: The entity was created by a key.
|
|
229
|
+
*/
|
|
230
|
+
export type CreatedByType = string;
|
|
231
|
+
/** Parameters for creating or updating an artifact signing account. */
|
|
232
|
+
export interface CodeSigningAccountPatch {
|
|
233
|
+
/** Resource tags. */
|
|
234
|
+
tags?: Record<string, string>;
|
|
235
|
+
/** Properties of the artifact signing account. */
|
|
236
|
+
properties?: CodeSigningAccountPatchProperties;
|
|
237
|
+
}
|
|
238
|
+
export declare function codeSigningAccountPatchSerializer(item: CodeSigningAccountPatch): any;
|
|
239
|
+
/** Properties of the artifact signing account. */
|
|
240
|
+
export interface CodeSigningAccountPatchProperties {
|
|
241
|
+
/** SKU of the artifact signing account. */
|
|
242
|
+
sku?: AccountSkuPatch;
|
|
243
|
+
}
|
|
244
|
+
export declare function codeSigningAccountPatchPropertiesSerializer(item: CodeSigningAccountPatchProperties): any;
|
|
245
|
+
/** SKU of the artifact signing account. */
|
|
246
|
+
export interface AccountSkuPatch {
|
|
247
|
+
/** Name of the SKU. */
|
|
248
|
+
name?: SkuName;
|
|
249
|
+
}
|
|
250
|
+
export declare function accountSkuPatchSerializer(item: AccountSkuPatch): any;
|
|
251
|
+
/** The response of a CodeSigningAccount list operation. */
|
|
252
|
+
export interface _CodeSigningAccountListResult {
|
|
253
|
+
/** The CodeSigningAccount items on this page */
|
|
254
|
+
value: CodeSigningAccount[];
|
|
255
|
+
/** The link to the next page of items */
|
|
256
|
+
nextLink?: string;
|
|
257
|
+
}
|
|
258
|
+
export declare function _codeSigningAccountListResultDeserializer(item: any): _CodeSigningAccountListResult;
|
|
259
|
+
export declare function codeSigningAccountArraySerializer(result: Array<CodeSigningAccount>): any[];
|
|
260
|
+
export declare function codeSigningAccountArrayDeserializer(result: Array<CodeSigningAccount>): any[];
|
|
261
|
+
/** The parameters used to check the availability of the artifact signing account name. */
|
|
262
|
+
export interface CheckNameAvailability {
|
|
263
|
+
/** The type of the resource, "Microsoft.CodeSigning/codeSigningAccounts". */
|
|
264
|
+
type: string;
|
|
265
|
+
/** Artifact signing account name. */
|
|
266
|
+
name: string;
|
|
267
|
+
}
|
|
268
|
+
export declare function checkNameAvailabilitySerializer(item: CheckNameAvailability): any;
|
|
269
|
+
/** The CheckNameAvailability operation response. */
|
|
270
|
+
export interface CheckNameAvailabilityResult {
|
|
271
|
+
/** 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. */
|
|
272
|
+
readonly nameAvailable?: boolean;
|
|
273
|
+
/** The reason that an artifact signing account name could not be used. The Reason element is only returned if nameAvailable is false. */
|
|
274
|
+
readonly reason?: NameUnavailabilityReason;
|
|
275
|
+
/** An error message explaining the Reason value in more detail. */
|
|
276
|
+
readonly message?: string;
|
|
277
|
+
}
|
|
278
|
+
export declare function checkNameAvailabilityResultDeserializer(item: any): CheckNameAvailabilityResult;
|
|
279
|
+
/** The reason that an artifact signing account name could not be used. The Reason element is only returned if nameAvailable is false. */
|
|
280
|
+
export declare enum KnownNameUnavailabilityReason {
|
|
281
|
+
/** Account name is invalid */
|
|
282
|
+
AccountNameInvalid = "AccountNameInvalid",
|
|
283
|
+
/** Account name already exists */
|
|
284
|
+
AlreadyExists = "AlreadyExists"
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* The reason that an artifact signing account name could not be used. The Reason element is only returned if nameAvailable is false. \
|
|
288
|
+
* {@link KnownNameUnavailabilityReason} can be used interchangeably with NameUnavailabilityReason,
|
|
289
|
+
* this enum contains the known values that the service supports.
|
|
290
|
+
* ### Known values supported by the service
|
|
291
|
+
* **AccountNameInvalid**: Account name is invalid \
|
|
292
|
+
* **AlreadyExists**: Account name already exists
|
|
293
|
+
*/
|
|
294
|
+
export type NameUnavailabilityReason = string;
|
|
295
|
+
/** Certificate profile resource. */
|
|
296
|
+
export interface CertificateProfile extends ProxyResource {
|
|
297
|
+
/** The resource-specific properties for this resource. */
|
|
298
|
+
properties?: CertificateProfileProperties;
|
|
299
|
+
}
|
|
300
|
+
export declare function certificateProfileSerializer(item: CertificateProfile): any;
|
|
301
|
+
export declare function certificateProfileDeserializer(item: any): CertificateProfile;
|
|
302
|
+
/** Properties of the certificate profile. */
|
|
303
|
+
export interface CertificateProfileProperties {
|
|
304
|
+
/** Profile type of the certificate. */
|
|
305
|
+
profileType: ProfileType;
|
|
306
|
+
/** Whether to include STREET in the certificate subject name. */
|
|
307
|
+
includeStreetAddress?: boolean;
|
|
308
|
+
/** Whether to include L in the certificate subject name. Applicable only for private trust, private trust ci profile types */
|
|
309
|
+
includeCity?: boolean;
|
|
310
|
+
/** Whether to include S in the certificate subject name. Applicable only for private trust, private trust ci profile types */
|
|
311
|
+
includeState?: boolean;
|
|
312
|
+
/** Whether to include C in the certificate subject name. Applicable only for private trust, private trust ci profile types */
|
|
313
|
+
includeCountry?: boolean;
|
|
314
|
+
/** Whether to include PC in the certificate subject name. */
|
|
315
|
+
includePostalCode?: boolean;
|
|
316
|
+
/** Identity validation id used for the certificate subject name. */
|
|
317
|
+
identityValidationId: string;
|
|
318
|
+
/** Status of the current operation on certificate profile. */
|
|
319
|
+
readonly provisioningState?: ProvisioningState;
|
|
320
|
+
/** Status of the certificate profile. */
|
|
321
|
+
readonly status?: CertificateProfileStatus;
|
|
322
|
+
/** List of renewed certificates. */
|
|
323
|
+
readonly certificates?: Certificate[];
|
|
324
|
+
}
|
|
325
|
+
export declare function certificateProfilePropertiesSerializer(item: CertificateProfileProperties): any;
|
|
326
|
+
export declare function certificateProfilePropertiesDeserializer(item: any): CertificateProfileProperties;
|
|
327
|
+
/** Type of the certificate */
|
|
328
|
+
export declare enum KnownProfileType {
|
|
329
|
+
/** Used for signing files which are distributed publicly. */
|
|
330
|
+
PublicTrust = "PublicTrust",
|
|
331
|
+
/** Used for signing files which are distributed internally within organization or group boundary. */
|
|
332
|
+
PrivateTrust = "PrivateTrust",
|
|
333
|
+
/** Used for signing CI policy files. */
|
|
334
|
+
PrivateTrustCIPolicy = "PrivateTrustCIPolicy",
|
|
335
|
+
/** Used for signing files which are run in secure vbs enclave. */
|
|
336
|
+
VBSEnclave = "VBSEnclave",
|
|
337
|
+
/** Used for signing files for testing purpose. */
|
|
338
|
+
PublicTrustTest = "PublicTrustTest"
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* Type of the certificate \
|
|
342
|
+
* {@link KnownProfileType} can be used interchangeably with ProfileType,
|
|
343
|
+
* this enum contains the known values that the service supports.
|
|
344
|
+
* ### Known values supported by the service
|
|
345
|
+
* **PublicTrust**: Used for signing files which are distributed publicly. \
|
|
346
|
+
* **PrivateTrust**: Used for signing files which are distributed internally within organization or group boundary. \
|
|
347
|
+
* **PrivateTrustCIPolicy**: Used for signing CI policy files. \
|
|
348
|
+
* **VBSEnclave**: Used for signing files which are run in secure vbs enclave. \
|
|
349
|
+
* **PublicTrustTest**: Used for signing files for testing purpose.
|
|
350
|
+
*/
|
|
351
|
+
export type ProfileType = string;
|
|
352
|
+
/** Status of the certificate profiles. */
|
|
353
|
+
export declare enum KnownCertificateProfileStatus {
|
|
354
|
+
/** The certificate profile is active. */
|
|
355
|
+
Active = "Active",
|
|
356
|
+
/** The certificate profile is disabled. */
|
|
357
|
+
Disabled = "Disabled",
|
|
358
|
+
/** The certificate profile is suspended. */
|
|
359
|
+
Suspended = "Suspended"
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Status of the certificate profiles. \
|
|
363
|
+
* {@link KnownCertificateProfileStatus} can be used interchangeably with CertificateProfileStatus,
|
|
364
|
+
* this enum contains the known values that the service supports.
|
|
365
|
+
* ### Known values supported by the service
|
|
366
|
+
* **Active**: The certificate profile is active. \
|
|
367
|
+
* **Disabled**: The certificate profile is disabled. \
|
|
368
|
+
* **Suspended**: The certificate profile is suspended.
|
|
369
|
+
*/
|
|
370
|
+
export type CertificateProfileStatus = string;
|
|
371
|
+
export declare function certificateArrayDeserializer(result: Array<Certificate>): any[];
|
|
372
|
+
/** Properties of the certificate. */
|
|
373
|
+
export interface Certificate {
|
|
374
|
+
/** Serial number of the certificate. */
|
|
375
|
+
serialNumber?: string;
|
|
376
|
+
/** Enhanced key usage of the certificate. */
|
|
377
|
+
enhancedKeyUsage?: string;
|
|
378
|
+
/** Subject name of the certificate. */
|
|
379
|
+
subjectName?: string;
|
|
380
|
+
/** Thumbprint of the certificate. */
|
|
381
|
+
thumbprint?: string;
|
|
382
|
+
/** Certificate created date. */
|
|
383
|
+
createdDate?: string;
|
|
384
|
+
/** Certificate expiry date. */
|
|
385
|
+
expiryDate?: string;
|
|
386
|
+
/** Status of the certificate. */
|
|
387
|
+
status?: CertificateStatus;
|
|
388
|
+
/** Revocations history of a certificate. */
|
|
389
|
+
revocation?: Revocation;
|
|
390
|
+
}
|
|
391
|
+
export declare function certificateDeserializer(item: any): Certificate;
|
|
392
|
+
/** Status of the certificate */
|
|
393
|
+
export declare enum KnownCertificateStatus {
|
|
394
|
+
/** The certificate is active. */
|
|
395
|
+
Active = "Active",
|
|
396
|
+
/** The certificate is expired. */
|
|
397
|
+
Expired = "Expired",
|
|
398
|
+
/** The certificate is revoked. */
|
|
399
|
+
Revoked = "Revoked"
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* Status of the certificate \
|
|
403
|
+
* {@link KnownCertificateStatus} can be used interchangeably with CertificateStatus,
|
|
404
|
+
* this enum contains the known values that the service supports.
|
|
405
|
+
* ### Known values supported by the service
|
|
406
|
+
* **Active**: The certificate is active. \
|
|
407
|
+
* **Expired**: The certificate is expired. \
|
|
408
|
+
* **Revoked**: The certificate is revoked.
|
|
409
|
+
*/
|
|
410
|
+
export type CertificateStatus = string;
|
|
411
|
+
/** Revocation details of the certificate. */
|
|
412
|
+
export interface Revocation {
|
|
413
|
+
/** The timestamp when the revocation is requested. */
|
|
414
|
+
requestedAt?: Date;
|
|
415
|
+
/** The timestamp when the revocation is effective. */
|
|
416
|
+
effectiveAt?: Date;
|
|
417
|
+
/** Reason for revocation. */
|
|
418
|
+
reason?: string;
|
|
419
|
+
/** Remarks for the revocation. */
|
|
420
|
+
remarks?: string;
|
|
421
|
+
/** Status of the revocation. */
|
|
422
|
+
status?: RevocationStatus;
|
|
423
|
+
/** Reason for the revocation failure. */
|
|
424
|
+
failureReason?: string;
|
|
425
|
+
}
|
|
426
|
+
export declare function revocationDeserializer(item: any): Revocation;
|
|
427
|
+
/** Revocation status of the certificate. */
|
|
428
|
+
export declare enum KnownRevocationStatus {
|
|
429
|
+
/** Certificate revocation succeeded. */
|
|
430
|
+
Succeeded = "Succeeded",
|
|
431
|
+
/** Certificate revocation is in progress. */
|
|
432
|
+
InProgress = "InProgress",
|
|
433
|
+
/** Certificate revocation failed. */
|
|
434
|
+
Failed = "Failed"
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* Revocation status of the certificate. \
|
|
438
|
+
* {@link KnownRevocationStatus} can be used interchangeably with RevocationStatus,
|
|
439
|
+
* this enum contains the known values that the service supports.
|
|
440
|
+
* ### Known values supported by the service
|
|
441
|
+
* **Succeeded**: Certificate revocation succeeded. \
|
|
442
|
+
* **InProgress**: Certificate revocation is in progress. \
|
|
443
|
+
* **Failed**: Certificate revocation failed.
|
|
444
|
+
*/
|
|
445
|
+
export type RevocationStatus = string;
|
|
446
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
447
|
+
export interface ProxyResource extends Resource {
|
|
448
|
+
}
|
|
449
|
+
export declare function proxyResourceSerializer(item: ProxyResource): any;
|
|
450
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
451
|
+
/** The response of a CertificateProfile list operation. */
|
|
452
|
+
export interface _CertificateProfileListResult {
|
|
453
|
+
/** The CertificateProfile items on this page */
|
|
454
|
+
value: CertificateProfile[];
|
|
455
|
+
/** The link to the next page of items */
|
|
456
|
+
nextLink?: string;
|
|
457
|
+
}
|
|
458
|
+
export declare function _certificateProfileListResultDeserializer(item: any): _CertificateProfileListResult;
|
|
459
|
+
export declare function certificateProfileArraySerializer(result: Array<CertificateProfile>): any[];
|
|
460
|
+
export declare function certificateProfileArrayDeserializer(result: Array<CertificateProfile>): any[];
|
|
461
|
+
/** Defines the certificate revocation properties. */
|
|
462
|
+
export interface RevokeCertificate {
|
|
463
|
+
/** Serial number of the certificate. */
|
|
464
|
+
serialNumber: string;
|
|
465
|
+
/** Thumbprint of the certificate. */
|
|
466
|
+
thumbprint: string;
|
|
467
|
+
/** The timestamp when the revocation is effective. */
|
|
468
|
+
effectiveAt: Date;
|
|
469
|
+
/** Reason for the revocation. */
|
|
470
|
+
reason: string;
|
|
471
|
+
/** Remarks for the revocation. */
|
|
472
|
+
remarks?: string;
|
|
473
|
+
}
|
|
474
|
+
export declare function revokeCertificateSerializer(item: RevokeCertificate): any;
|
|
475
|
+
/** The available API versions. */
|
|
476
|
+
export declare enum KnownVersions {
|
|
477
|
+
/** 2025-10-13 */
|
|
478
|
+
V20251013 = "2025-10-13"
|
|
479
|
+
}
|
|
480
|
+
//# sourceMappingURL=models.d.ts.map
|