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