@azure/arm-policyinsights 6.0.0 → 7.0.0-beta.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 +3 -3
- package/README.md +29 -22
- package/dist/browser/api/attestations/index.d.ts +3 -0
- package/dist/browser/api/attestations/index.js +4 -0
- package/dist/browser/api/attestations/index.js.map +1 -0
- package/dist/browser/api/attestations/operations.d.ts +55 -0
- package/dist/browser/api/attestations/operations.js +372 -0
- package/dist/browser/api/attestations/operations.js.map +1 -0
- package/dist/browser/api/attestations/options.d.ts +48 -0
- package/dist/browser/api/attestations/options.js +4 -0
- package/dist/browser/api/attestations/options.js.map +1 -0
- package/dist/browser/api/componentPolicyStates/index.d.ts +3 -0
- package/dist/browser/api/componentPolicyStates/index.js +4 -0
- package/dist/browser/api/componentPolicyStates/index.js.map +1 -0
- package/dist/browser/api/componentPolicyStates/operations.d.ts +29 -0
- package/dist/browser/api/componentPolicyStates/operations.js +251 -0
- package/dist/browser/api/componentPolicyStates/operations.js.map +1 -0
- package/dist/browser/api/componentPolicyStates/options.d.ts +106 -0
- package/dist/browser/api/componentPolicyStates/options.js +4 -0
- package/dist/browser/api/componentPolicyStates/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -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 +9 -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 +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/policyEvents/index.d.ts +3 -0
- package/dist/browser/api/policyEvents/index.js +4 -0
- package/dist/browser/api/policyEvents/index.js.map +1 -0
- package/dist/browser/api/policyEvents/operations.d.ts +38 -0
- package/dist/browser/api/policyEvents/operations.js +352 -0
- package/dist/browser/api/policyEvents/operations.js.map +1 -0
- package/dist/browser/api/policyEvents/options.d.ts +35 -0
- package/dist/browser/api/policyEvents/options.js +4 -0
- package/dist/browser/api/policyEvents/options.js.map +1 -0
- package/dist/browser/api/policyInsightsContext.d.ts +14 -0
- package/dist/browser/api/policyInsightsContext.js +27 -0
- package/dist/browser/api/policyInsightsContext.js.map +1 -0
- package/dist/browser/api/policyMetadataOperations/index.d.ts +3 -0
- package/dist/browser/api/policyMetadataOperations/index.js +4 -0
- package/dist/browser/api/policyMetadataOperations/index.js.map +1 -0
- package/dist/browser/api/policyMetadataOperations/operations.d.ts +14 -0
- package/dist/browser/api/policyMetadataOperations/operations.js +62 -0
- package/dist/browser/api/policyMetadataOperations/operations.js.map +1 -0
- package/dist/browser/api/policyMetadataOperations/options.d.ts +10 -0
- package/dist/browser/api/policyMetadataOperations/options.js +4 -0
- package/dist/browser/api/policyMetadataOperations/options.js.map +1 -0
- package/dist/browser/api/policyRestrictions/index.d.ts +3 -0
- package/dist/browser/api/policyRestrictions/index.js +4 -0
- package/dist/browser/api/policyRestrictions/index.js.map +1 -0
- package/dist/browser/api/policyRestrictions/operations.d.ts +17 -0
- package/dist/browser/api/policyRestrictions/operations.js +98 -0
- package/dist/browser/api/policyRestrictions/operations.js.map +1 -0
- package/dist/browser/api/policyRestrictions/options.d.ts +11 -0
- package/dist/browser/api/policyRestrictions/options.js +4 -0
- package/dist/browser/api/policyRestrictions/options.js.map +1 -0
- package/dist/browser/api/policyStates/index.d.ts +3 -0
- package/dist/browser/api/policyStates/index.js +4 -0
- package/dist/browser/api/policyStates/index.js.map +1 -0
- package/dist/browser/api/policyStates/operations.d.ts +79 -0
- package/dist/browser/api/policyStates/operations.js +729 -0
- package/dist/browser/api/policyStates/operations.js.map +1 -0
- package/dist/browser/api/policyStates/options.d.ts +77 -0
- package/dist/browser/api/policyStates/options.js +4 -0
- package/dist/browser/api/policyStates/options.js.map +1 -0
- package/dist/browser/api/policyTrackedResources/index.d.ts +3 -0
- package/dist/browser/api/policyTrackedResources/index.js +4 -0
- package/dist/browser/api/policyTrackedResources/index.js.map +1 -0
- package/dist/browser/api/policyTrackedResources/operations.d.ts +22 -0
- package/dist/browser/api/policyTrackedResources/operations.js +142 -0
- package/dist/browser/api/policyTrackedResources/operations.js.map +1 -0
- package/dist/browser/api/policyTrackedResources/options.d.ts +19 -0
- package/dist/browser/api/policyTrackedResources/options.js +4 -0
- package/dist/browser/api/policyTrackedResources/options.js.map +1 -0
- package/dist/browser/api/remediations/index.d.ts +3 -0
- package/dist/browser/api/remediations/index.js +4 -0
- package/dist/browser/api/remediations/index.js.map +1 -0
- package/dist/browser/api/remediations/operations.d.ts +102 -0
- package/dist/browser/api/remediations/operations.js +723 -0
- package/dist/browser/api/remediations/operations.js.map +1 -0
- package/dist/browser/api/remediations/options.d.ts +83 -0
- package/dist/browser/api/remediations/options.js +4 -0
- package/dist/browser/api/remediations/options.js.map +1 -0
- package/dist/browser/classic/attestations/index.d.ts +47 -0
- package/dist/browser/classic/attestations/index.js +50 -0
- package/dist/browser/classic/attestations/index.js.map +1 -0
- package/dist/browser/classic/componentPolicyStates/index.d.ts +20 -0
- package/dist/browser/classic/componentPolicyStates/index.js +19 -0
- package/dist/browser/classic/componentPolicyStates/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +10 -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 +10 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/policyEvents/index.d.ts +25 -0
- package/dist/browser/classic/policyEvents/index.js +21 -0
- package/dist/browser/classic/policyEvents/index.js.map +1 -0
- package/dist/browser/classic/policyMetadataOperations/index.d.ts +13 -0
- package/dist/browser/classic/policyMetadataOperations/index.js +15 -0
- package/dist/browser/classic/policyMetadataOperations/index.js.map +1 -0
- package/dist/browser/classic/policyRestrictions/index.d.ts +14 -0
- package/dist/browser/classic/policyRestrictions/index.js +16 -0
- package/dist/browser/classic/policyRestrictions/index.js.map +1 -0
- package/dist/browser/classic/policyStates/index.d.ts +55 -0
- package/dist/browser/classic/policyStates/index.js +48 -0
- package/dist/browser/classic/policyStates/index.js.map +1 -0
- package/dist/browser/classic/policyTrackedResources/index.d.ts +17 -0
- package/dist/browser/classic/policyTrackedResources/index.js +17 -0
- package/dist/browser/classic/policyTrackedResources/index.js.map +1 -0
- package/dist/browser/classic/remediations/index.d.ts +57 -0
- package/dist/browser/classic/remediations/index.js +37 -0
- package/dist/browser/classic/remediations/index.js.map +1 -0
- package/dist/browser/index.d.ts +29 -3
- package/dist/browser/index.js +9 -11
- package/dist/browser/index.js.map +1 -1
- 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 -2255
- package/dist/browser/models/index.js +3 -81
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +61 -0
- package/dist/browser/models/models.js +53 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/models/policyInsightsApi/index.d.ts +3 -0
- package/dist/browser/models/policyInsightsApi/index.js +4 -0
- package/dist/browser/models/policyInsightsApi/index.js.map +1 -0
- package/dist/browser/models/policyInsightsApi/models.d.ts +1031 -0
- package/dist/browser/models/policyInsightsApi/models.js +1097 -0
- package/dist/browser/models/policyInsightsApi/models.js.map +1 -0
- package/dist/browser/models/policyInsightsCommon/index.d.ts +2 -0
- package/dist/browser/models/policyInsightsCommon/index.js +4 -0
- package/dist/browser/models/policyInsightsCommon/index.js.map +1 -0
- package/dist/browser/models/policyInsightsCommon/models.d.ts +19 -0
- package/dist/browser/models/policyInsightsCommon/models.js +14 -0
- package/dist/browser/models/policyInsightsCommon/models.js.map +1 -0
- package/dist/browser/models/policyInsightsManagementClient/index.d.ts +2 -0
- package/dist/browser/models/policyInsightsManagementClient/index.js +4 -0
- package/dist/browser/models/policyInsightsManagementClient/index.js.map +1 -0
- package/dist/browser/models/policyInsightsManagementClient/models.d.ts +543 -0
- package/dist/browser/models/policyInsightsManagementClient/models.js +123 -0
- package/dist/browser/models/policyInsightsManagementClient/models.js.map +1 -0
- package/dist/browser/models/policyTrackedResourcesApi/index.d.ts +3 -0
- package/dist/browser/models/policyTrackedResourcesApi/index.js +4 -0
- package/dist/browser/models/policyTrackedResourcesApi/index.js.map +1 -0
- package/dist/browser/models/policyTrackedResourcesApi/models.d.ts +61 -0
- package/dist/browser/models/policyTrackedResourcesApi/models.js +56 -0
- package/dist/browser/models/policyTrackedResourcesApi/models.js.map +1 -0
- package/dist/browser/policyInsightsClient.d.ts +37 -24
- package/dist/browser/policyInsightsClient.js +54 -66
- package/dist/browser/policyInsightsClient.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +114 -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/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/browser/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.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/attestations/index.d.ts +3 -0
- package/dist/commonjs/api/attestations/index.js +50 -0
- package/dist/commonjs/api/attestations/index.js.map +7 -0
- package/dist/commonjs/api/attestations/operations.d.ts +55 -0
- package/dist/commonjs/api/attestations/operations.js +551 -0
- package/dist/commonjs/api/attestations/operations.js.map +7 -0
- package/dist/commonjs/api/attestations/options.d.ts +48 -0
- package/dist/commonjs/api/attestations/options.js +16 -0
- package/dist/commonjs/api/attestations/options.js.map +7 -0
- package/dist/commonjs/api/componentPolicyStates/index.d.ts +3 -0
- package/dist/commonjs/api/componentPolicyStates/index.js +38 -0
- package/dist/commonjs/api/componentPolicyStates/index.js.map +7 -0
- package/dist/commonjs/api/componentPolicyStates/operations.d.ts +29 -0
- package/dist/commonjs/api/componentPolicyStates/operations.js +362 -0
- package/dist/commonjs/api/componentPolicyStates/operations.js.map +7 -0
- package/dist/commonjs/api/componentPolicyStates/options.d.ts +106 -0
- package/dist/commonjs/api/componentPolicyStates/options.js +16 -0
- package/dist/commonjs/api/componentPolicyStates/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +9 -0
- package/dist/commonjs/api/operations/operations.js +65 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/policyEvents/index.d.ts +3 -0
- package/dist/commonjs/api/policyEvents/index.js +42 -0
- package/dist/commonjs/api/policyEvents/index.js.map +7 -0
- package/dist/commonjs/api/policyEvents/operations.d.ts +38 -0
- package/dist/commonjs/api/policyEvents/operations.js +498 -0
- package/dist/commonjs/api/policyEvents/operations.js.map +7 -0
- package/dist/commonjs/api/policyEvents/options.d.ts +35 -0
- package/dist/commonjs/api/policyEvents/options.js +16 -0
- package/dist/commonjs/api/policyEvents/options.js.map +7 -0
- package/dist/commonjs/api/policyInsightsContext.d.ts +14 -0
- package/dist/commonjs/api/policyInsightsContext.js +51 -0
- package/dist/commonjs/api/policyInsightsContext.js.map +7 -0
- package/dist/commonjs/api/policyMetadataOperations/index.d.ts +3 -0
- package/dist/commonjs/api/policyMetadataOperations/index.js +30 -0
- package/dist/commonjs/api/policyMetadataOperations/index.js.map +7 -0
- package/dist/commonjs/api/policyMetadataOperations/operations.d.ts +14 -0
- package/dist/commonjs/api/policyMetadataOperations/operations.js +108 -0
- package/dist/commonjs/api/policyMetadataOperations/operations.js.map +7 -0
- package/dist/commonjs/api/policyMetadataOperations/options.d.ts +10 -0
- package/dist/commonjs/api/policyMetadataOperations/options.js +16 -0
- package/dist/commonjs/api/policyMetadataOperations/options.js.map +7 -0
- package/dist/commonjs/api/policyRestrictions/index.d.ts +3 -0
- package/dist/commonjs/api/policyRestrictions/index.js +32 -0
- package/dist/commonjs/api/policyRestrictions/index.js.map +7 -0
- package/dist/commonjs/api/policyRestrictions/operations.d.ts +17 -0
- package/dist/commonjs/api/policyRestrictions/operations.js +157 -0
- package/dist/commonjs/api/policyRestrictions/operations.js.map +7 -0
- package/dist/commonjs/api/policyRestrictions/options.d.ts +11 -0
- package/dist/commonjs/api/policyRestrictions/options.js +16 -0
- package/dist/commonjs/api/policyRestrictions/options.js.map +7 -0
- package/dist/commonjs/api/policyStates/index.d.ts +3 -0
- package/dist/commonjs/api/policyStates/index.js +62 -0
- package/dist/commonjs/api/policyStates/index.js.map +7 -0
- package/dist/commonjs/api/policyStates/operations.d.ts +79 -0
- package/dist/commonjs/api/policyStates/operations.js +989 -0
- package/dist/commonjs/api/policyStates/operations.js.map +7 -0
- package/dist/commonjs/api/policyStates/options.d.ts +77 -0
- package/dist/commonjs/api/policyStates/options.js +16 -0
- package/dist/commonjs/api/policyStates/options.js.map +7 -0
- package/dist/commonjs/api/policyTrackedResources/index.d.ts +3 -0
- package/dist/commonjs/api/policyTrackedResources/index.js +34 -0
- package/dist/commonjs/api/policyTrackedResources/index.js.map +7 -0
- package/dist/commonjs/api/policyTrackedResources/operations.d.ts +22 -0
- package/dist/commonjs/api/policyTrackedResources/operations.js +239 -0
- package/dist/commonjs/api/policyTrackedResources/operations.js.map +7 -0
- package/dist/commonjs/api/policyTrackedResources/options.d.ts +19 -0
- package/dist/commonjs/api/policyTrackedResources/options.js +16 -0
- package/dist/commonjs/api/policyTrackedResources/options.js.map +7 -0
- package/dist/commonjs/api/remediations/index.d.ts +3 -0
- package/dist/commonjs/api/remediations/index.js +74 -0
- package/dist/commonjs/api/remediations/index.js.map +7 -0
- package/dist/commonjs/api/remediations/operations.d.ts +102 -0
- package/dist/commonjs/api/remediations/operations.js +1062 -0
- package/dist/commonjs/api/remediations/operations.js.map +7 -0
- package/dist/commonjs/api/remediations/options.d.ts +83 -0
- package/dist/commonjs/api/remediations/options.js +16 -0
- package/dist/commonjs/api/remediations/options.js.map +7 -0
- package/dist/commonjs/classic/attestations/index.d.ts +47 -0
- package/dist/commonjs/classic/attestations/index.js +104 -0
- package/dist/commonjs/classic/attestations/index.js.map +7 -0
- package/dist/commonjs/classic/componentPolicyStates/index.d.ts +20 -0
- package/dist/commonjs/classic/componentPolicyStates/index.js +73 -0
- package/dist/commonjs/classic/componentPolicyStates/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +10 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +10 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/policyEvents/index.d.ts +25 -0
- package/dist/commonjs/classic/policyEvents/index.js +81 -0
- package/dist/commonjs/classic/policyEvents/index.js.map +7 -0
- package/dist/commonjs/classic/policyMetadataOperations/index.d.ts +13 -0
- package/dist/commonjs/classic/policyMetadataOperations/index.js +39 -0
- package/dist/commonjs/classic/policyMetadataOperations/index.js.map +7 -0
- package/dist/commonjs/classic/policyRestrictions/index.d.ts +14 -0
- package/dist/commonjs/classic/policyRestrictions/index.js +40 -0
- package/dist/commonjs/classic/policyRestrictions/index.js.map +7 -0
- package/dist/commonjs/classic/policyStates/index.d.ts +55 -0
- package/dist/commonjs/classic/policyStates/index.js +154 -0
- package/dist/commonjs/classic/policyStates/index.js.map +7 -0
- package/dist/commonjs/classic/policyTrackedResources/index.d.ts +17 -0
- package/dist/commonjs/classic/policyTrackedResources/index.js +51 -0
- package/dist/commonjs/classic/policyTrackedResources/index.js.map +7 -0
- package/dist/commonjs/classic/remediations/index.d.ts +57 -0
- package/dist/commonjs/classic/remediations/index.js +73 -0
- package/dist/commonjs/classic/remediations/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +29 -3
- package/dist/commonjs/index.js +60 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -2255
- package/dist/commonjs/models/index.js +28 -85
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +61 -0
- package/dist/commonjs/models/models.js +76 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/models/policyInsightsApi/index.d.ts +3 -0
- package/dist/commonjs/models/policyInsightsApi/index.js +40 -0
- package/dist/commonjs/models/policyInsightsApi/index.js.map +7 -0
- package/dist/commonjs/models/policyInsightsApi/models.d.ts +1031 -0
- package/dist/commonjs/models/policyInsightsApi/models.js +1186 -0
- package/dist/commonjs/models/policyInsightsApi/models.js.map +7 -0
- package/dist/commonjs/models/policyInsightsCommon/index.d.ts +2 -0
- package/dist/commonjs/models/policyInsightsCommon/index.js +16 -0
- package/dist/commonjs/models/policyInsightsCommon/index.js.map +7 -0
- package/dist/commonjs/models/policyInsightsCommon/models.d.ts +19 -0
- package/dist/commonjs/models/policyInsightsCommon/models.js +40 -0
- package/dist/commonjs/models/policyInsightsCommon/models.js.map +7 -0
- package/dist/commonjs/models/policyInsightsManagementClient/index.d.ts +2 -0
- package/dist/commonjs/models/policyInsightsManagementClient/index.js +16 -0
- package/dist/commonjs/models/policyInsightsManagementClient/index.js.map +7 -0
- package/dist/commonjs/models/policyInsightsManagementClient/models.d.ts +543 -0
- package/dist/commonjs/models/policyInsightsManagementClient/models.js +225 -0
- package/dist/commonjs/models/policyInsightsManagementClient/models.js.map +7 -0
- package/dist/commonjs/models/policyTrackedResourcesApi/index.d.ts +3 -0
- package/dist/commonjs/models/policyTrackedResourcesApi/index.js +28 -0
- package/dist/commonjs/models/policyTrackedResourcesApi/index.js.map +7 -0
- package/dist/commonjs/models/policyTrackedResourcesApi/models.d.ts +61 -0
- package/dist/commonjs/models/policyTrackedResourcesApi/models.js +78 -0
- package/dist/commonjs/models/policyTrackedResourcesApi/models.js.map +7 -0
- package/dist/commonjs/policyInsightsClient.d.ts +37 -24
- package/dist/commonjs/policyInsightsClient.js +83 -79
- package/dist/commonjs/policyInsightsClient.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +127 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js +42 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/attestations/index.d.ts +3 -0
- package/dist/esm/api/attestations/index.js +4 -0
- package/dist/esm/api/attestations/index.js.map +1 -0
- package/dist/esm/api/attestations/operations.d.ts +55 -0
- package/dist/esm/api/attestations/operations.js +372 -0
- package/dist/esm/api/attestations/operations.js.map +1 -0
- package/dist/esm/api/attestations/options.d.ts +48 -0
- package/dist/esm/api/attestations/options.js +4 -0
- package/dist/esm/api/attestations/options.js.map +1 -0
- package/dist/esm/api/componentPolicyStates/index.d.ts +3 -0
- package/dist/esm/api/componentPolicyStates/index.js +4 -0
- package/dist/esm/api/componentPolicyStates/index.js.map +1 -0
- package/dist/esm/api/componentPolicyStates/operations.d.ts +29 -0
- package/dist/esm/api/componentPolicyStates/operations.js +251 -0
- package/dist/esm/api/componentPolicyStates/operations.js.map +1 -0
- package/dist/esm/api/componentPolicyStates/options.d.ts +106 -0
- package/dist/esm/api/componentPolicyStates/options.js +4 -0
- package/dist/esm/api/componentPolicyStates/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -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 +9 -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/api/policyEvents/index.d.ts +3 -0
- package/dist/esm/api/policyEvents/index.js +4 -0
- package/dist/esm/api/policyEvents/index.js.map +1 -0
- package/dist/esm/api/policyEvents/operations.d.ts +38 -0
- package/dist/esm/api/policyEvents/operations.js +352 -0
- package/dist/esm/api/policyEvents/operations.js.map +1 -0
- package/dist/esm/api/policyEvents/options.d.ts +35 -0
- package/dist/esm/api/policyEvents/options.js +4 -0
- package/dist/esm/api/policyEvents/options.js.map +1 -0
- package/dist/esm/api/policyInsightsContext.d.ts +14 -0
- package/dist/esm/api/policyInsightsContext.js +27 -0
- package/dist/esm/api/policyInsightsContext.js.map +1 -0
- package/dist/esm/api/policyMetadataOperations/index.d.ts +3 -0
- package/dist/esm/api/policyMetadataOperations/index.js +4 -0
- package/dist/esm/api/policyMetadataOperations/index.js.map +1 -0
- package/dist/esm/api/policyMetadataOperations/operations.d.ts +14 -0
- package/dist/esm/api/policyMetadataOperations/operations.js +62 -0
- package/dist/esm/api/policyMetadataOperations/operations.js.map +1 -0
- package/dist/esm/api/policyMetadataOperations/options.d.ts +10 -0
- package/dist/esm/api/policyMetadataOperations/options.js +4 -0
- package/dist/esm/api/policyMetadataOperations/options.js.map +1 -0
- package/dist/esm/api/policyRestrictions/index.d.ts +3 -0
- package/dist/esm/api/policyRestrictions/index.js +4 -0
- package/dist/esm/api/policyRestrictions/index.js.map +1 -0
- package/dist/esm/api/policyRestrictions/operations.d.ts +17 -0
- package/dist/esm/api/policyRestrictions/operations.js +98 -0
- package/dist/esm/api/policyRestrictions/operations.js.map +1 -0
- package/dist/esm/api/policyRestrictions/options.d.ts +11 -0
- package/dist/esm/api/policyRestrictions/options.js +4 -0
- package/dist/esm/api/policyRestrictions/options.js.map +1 -0
- package/dist/esm/api/policyStates/index.d.ts +3 -0
- package/dist/esm/api/policyStates/index.js +4 -0
- package/dist/esm/api/policyStates/index.js.map +1 -0
- package/dist/esm/api/policyStates/operations.d.ts +79 -0
- package/dist/esm/api/policyStates/operations.js +729 -0
- package/dist/esm/api/policyStates/operations.js.map +1 -0
- package/dist/esm/api/policyStates/options.d.ts +77 -0
- package/dist/esm/api/policyStates/options.js +4 -0
- package/dist/esm/api/policyStates/options.js.map +1 -0
- package/dist/esm/api/policyTrackedResources/index.d.ts +3 -0
- package/dist/esm/api/policyTrackedResources/index.js +4 -0
- package/dist/esm/api/policyTrackedResources/index.js.map +1 -0
- package/dist/esm/api/policyTrackedResources/operations.d.ts +22 -0
- package/dist/esm/api/policyTrackedResources/operations.js +142 -0
- package/dist/esm/api/policyTrackedResources/operations.js.map +1 -0
- package/dist/esm/api/policyTrackedResources/options.d.ts +19 -0
- package/dist/esm/api/policyTrackedResources/options.js +4 -0
- package/dist/esm/api/policyTrackedResources/options.js.map +1 -0
- package/dist/esm/api/remediations/index.d.ts +3 -0
- package/dist/esm/api/remediations/index.js +4 -0
- package/dist/esm/api/remediations/index.js.map +1 -0
- package/dist/esm/api/remediations/operations.d.ts +102 -0
- package/dist/esm/api/remediations/operations.js +723 -0
- package/dist/esm/api/remediations/operations.js.map +1 -0
- package/dist/esm/api/remediations/options.d.ts +83 -0
- package/dist/esm/api/remediations/options.js +4 -0
- package/dist/esm/api/remediations/options.js.map +1 -0
- package/dist/esm/classic/attestations/index.d.ts +47 -0
- package/dist/esm/classic/attestations/index.js +50 -0
- package/dist/esm/classic/attestations/index.js.map +1 -0
- package/dist/esm/classic/componentPolicyStates/index.d.ts +20 -0
- package/dist/esm/classic/componentPolicyStates/index.js +19 -0
- package/dist/esm/classic/componentPolicyStates/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +10 -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 +10 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/policyEvents/index.d.ts +25 -0
- package/dist/esm/classic/policyEvents/index.js +21 -0
- package/dist/esm/classic/policyEvents/index.js.map +1 -0
- package/dist/esm/classic/policyMetadataOperations/index.d.ts +13 -0
- package/dist/esm/classic/policyMetadataOperations/index.js +15 -0
- package/dist/esm/classic/policyMetadataOperations/index.js.map +1 -0
- package/dist/esm/classic/policyRestrictions/index.d.ts +14 -0
- package/dist/esm/classic/policyRestrictions/index.js +16 -0
- package/dist/esm/classic/policyRestrictions/index.js.map +1 -0
- package/dist/esm/classic/policyStates/index.d.ts +55 -0
- package/dist/esm/classic/policyStates/index.js +48 -0
- package/dist/esm/classic/policyStates/index.js.map +1 -0
- package/dist/esm/classic/policyTrackedResources/index.d.ts +17 -0
- package/dist/esm/classic/policyTrackedResources/index.js +17 -0
- package/dist/esm/classic/policyTrackedResources/index.js.map +1 -0
- package/dist/esm/classic/remediations/index.d.ts +57 -0
- package/dist/esm/classic/remediations/index.js +37 -0
- package/dist/esm/classic/remediations/index.js.map +1 -0
- package/dist/esm/index.d.ts +29 -3
- package/dist/esm/index.js +9 -11
- package/dist/esm/index.js.map +1 -1
- 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 -2255
- package/dist/esm/models/index.js +3 -81
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +61 -0
- package/dist/esm/models/models.js +53 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/models/policyInsightsApi/index.d.ts +3 -0
- package/dist/esm/models/policyInsightsApi/index.js +4 -0
- package/dist/esm/models/policyInsightsApi/index.js.map +1 -0
- package/dist/esm/models/policyInsightsApi/models.d.ts +1031 -0
- package/dist/esm/models/policyInsightsApi/models.js +1097 -0
- package/dist/esm/models/policyInsightsApi/models.js.map +1 -0
- package/dist/esm/models/policyInsightsCommon/index.d.ts +2 -0
- package/dist/esm/models/policyInsightsCommon/index.js +4 -0
- package/dist/esm/models/policyInsightsCommon/index.js.map +1 -0
- package/dist/esm/models/policyInsightsCommon/models.d.ts +19 -0
- package/dist/esm/models/policyInsightsCommon/models.js +14 -0
- package/dist/esm/models/policyInsightsCommon/models.js.map +1 -0
- package/dist/esm/models/policyInsightsManagementClient/index.d.ts +2 -0
- package/dist/esm/models/policyInsightsManagementClient/index.js +4 -0
- package/dist/esm/models/policyInsightsManagementClient/index.js.map +1 -0
- package/dist/esm/models/policyInsightsManagementClient/models.d.ts +543 -0
- package/dist/esm/models/policyInsightsManagementClient/models.js +123 -0
- package/dist/esm/models/policyInsightsManagementClient/models.js.map +1 -0
- package/dist/esm/models/policyTrackedResourcesApi/index.d.ts +3 -0
- package/dist/esm/models/policyTrackedResourcesApi/index.js +4 -0
- package/dist/esm/models/policyTrackedResourcesApi/index.js.map +1 -0
- package/dist/esm/models/policyTrackedResourcesApi/models.d.ts +61 -0
- package/dist/esm/models/policyTrackedResourcesApi/models.js +56 -0
- package/dist/esm/models/policyTrackedResourcesApi/models.js.map +1 -0
- package/dist/esm/policyInsightsClient.d.ts +37 -24
- package/dist/esm/policyInsightsClient.js +54 -66
- package/dist/esm/policyInsightsClient.js.map +1 -1
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +114 -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/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.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/package.json +177 -110
- package/CHANGELOG.md +0 -286
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -21
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -67
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -2982
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -51
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -488
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/attestations.d.ts +0 -161
- package/dist/browser/operations/attestations.d.ts.map +0 -1
- package/dist/browser/operations/attestations.js +0 -790
- package/dist/browser/operations/attestations.js.map +0 -1
- package/dist/browser/operations/componentPolicyStates.d.ts +0 -66
- package/dist/browser/operations/componentPolicyStates.d.ts.map +0 -1
- package/dist/browser/operations/componentPolicyStates.js +0 -292
- package/dist/browser/operations/componentPolicyStates.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -10
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -17
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -18
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -46
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/policyEvents.d.ts +0 -256
- package/dist/browser/operations/policyEvents.d.ts.map +0 -1
- package/dist/browser/operations/policyEvents.js +0 -1200
- package/dist/browser/operations/policyEvents.js.map +0 -1
- package/dist/browser/operations/policyMetadataOperations.d.ts +0 -38
- package/dist/browser/operations/policyMetadataOperations.d.ts.map +0 -1
- package/dist/browser/operations/policyMetadataOperations.js +0 -157
- package/dist/browser/operations/policyMetadataOperations.js.map +0 -1
- package/dist/browser/operations/policyRestrictions.d.ts +0 -34
- package/dist/browser/operations/policyRestrictions.d.ts.map +0 -1
- package/dist/browser/operations/policyRestrictions.js +0 -112
- package/dist/browser/operations/policyRestrictions.js.map +0 -1
- package/dist/browser/operations/policyStates.d.ts +0 -385
- package/dist/browser/operations/policyStates.d.ts.map +0 -1
- package/dist/browser/operations/policyStates.js +0 -1705
- package/dist/browser/operations/policyStates.js.map +0 -1
- package/dist/browser/operations/policyTrackedResources.d.ts +0 -123
- package/dist/browser/operations/policyTrackedResources.d.ts.map +0 -1
- package/dist/browser/operations/policyTrackedResources.js +0 -536
- package/dist/browser/operations/policyTrackedResources.js.map +0 -1
- package/dist/browser/operations/remediations.d.ts +0 -304
- package/dist/browser/operations/remediations.d.ts.map +0 -1
- package/dist/browser/operations/remediations.js +0 -1474
- package/dist/browser/operations/remediations.js.map +0 -1
- package/dist/browser/operationsInterfaces/attestations.d.ts +0 -110
- package/dist/browser/operationsInterfaces/attestations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/attestations.js +0 -9
- package/dist/browser/operationsInterfaces/attestations.js.map +0 -1
- package/dist/browser/operationsInterfaces/componentPolicyStates.d.ts +0 -58
- package/dist/browser/operationsInterfaces/componentPolicyStates.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/componentPolicyStates.js +0 -9
- package/dist/browser/operationsInterfaces/componentPolicyStates.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -10
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -17
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -10
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/policyEvents.d.ts +0 -76
- package/dist/browser/operationsInterfaces/policyEvents.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/policyEvents.js +0 -9
- package/dist/browser/operationsInterfaces/policyEvents.js.map +0 -1
- package/dist/browser/operationsInterfaces/policyMetadataOperations.d.ts +0 -17
- package/dist/browser/operationsInterfaces/policyMetadataOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/policyMetadataOperations.js +0 -9
- package/dist/browser/operationsInterfaces/policyMetadataOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/policyRestrictions.d.ts +0 -26
- package/dist/browser/operationsInterfaces/policyRestrictions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/policyRestrictions.js +0 -9
- package/dist/browser/operationsInterfaces/policyRestrictions.js.map +0 -1
- package/dist/browser/operationsInterfaces/policyStates.d.ts +0 -189
- package/dist/browser/operationsInterfaces/policyStates.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/policyStates.js +0 -9
- package/dist/browser/operationsInterfaces/policyStates.js.map +0 -1
- package/dist/browser/operationsInterfaces/policyTrackedResources.d.ts +0 -37
- package/dist/browser/operationsInterfaces/policyTrackedResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/policyTrackedResources.js +0 -9
- package/dist/browser/operationsInterfaces/policyTrackedResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/remediations.d.ts +0 -168
- package/dist/browser/operationsInterfaces/remediations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/remediations.js +0 -9
- package/dist/browser/operationsInterfaces/remediations.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/policyInsightsClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -24
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -67
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -2986
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -51
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -491
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/attestations.d.ts +0 -161
- package/dist/commonjs/operations/attestations.d.ts.map +0 -1
- package/dist/commonjs/operations/attestations.js +0 -794
- package/dist/commonjs/operations/attestations.js.map +0 -1
- package/dist/commonjs/operations/componentPolicyStates.d.ts +0 -66
- package/dist/commonjs/operations/componentPolicyStates.d.ts.map +0 -1
- package/dist/commonjs/operations/componentPolicyStates.js +0 -297
- package/dist/commonjs/operations/componentPolicyStates.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -10
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -20
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -18
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -51
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/policyEvents.d.ts +0 -256
- package/dist/commonjs/operations/policyEvents.d.ts.map +0 -1
- package/dist/commonjs/operations/policyEvents.js +0 -1204
- package/dist/commonjs/operations/policyEvents.js.map +0 -1
- package/dist/commonjs/operations/policyMetadataOperations.d.ts +0 -38
- package/dist/commonjs/operations/policyMetadataOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/policyMetadataOperations.js +0 -161
- package/dist/commonjs/operations/policyMetadataOperations.js.map +0 -1
- package/dist/commonjs/operations/policyRestrictions.d.ts +0 -34
- package/dist/commonjs/operations/policyRestrictions.d.ts.map +0 -1
- package/dist/commonjs/operations/policyRestrictions.js +0 -117
- package/dist/commonjs/operations/policyRestrictions.js.map +0 -1
- package/dist/commonjs/operations/policyStates.d.ts +0 -385
- package/dist/commonjs/operations/policyStates.d.ts.map +0 -1
- package/dist/commonjs/operations/policyStates.js +0 -1709
- package/dist/commonjs/operations/policyStates.js.map +0 -1
- package/dist/commonjs/operations/policyTrackedResources.d.ts +0 -123
- package/dist/commonjs/operations/policyTrackedResources.d.ts.map +0 -1
- package/dist/commonjs/operations/policyTrackedResources.js +0 -540
- package/dist/commonjs/operations/policyTrackedResources.js.map +0 -1
- package/dist/commonjs/operations/remediations.d.ts +0 -304
- package/dist/commonjs/operations/remediations.d.ts.map +0 -1
- package/dist/commonjs/operations/remediations.js +0 -1478
- package/dist/commonjs/operations/remediations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/attestations.d.ts +0 -110
- package/dist/commonjs/operationsInterfaces/attestations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/attestations.js +0 -10
- package/dist/commonjs/operationsInterfaces/attestations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.d.ts +0 -58
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.js +0 -10
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -10
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -20
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -10
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyEvents.d.ts +0 -76
- package/dist/commonjs/operationsInterfaces/policyEvents.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyEvents.js +0 -10
- package/dist/commonjs/operationsInterfaces/policyEvents.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyRestrictions.d.ts +0 -26
- package/dist/commonjs/operationsInterfaces/policyRestrictions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyRestrictions.js +0 -10
- package/dist/commonjs/operationsInterfaces/policyRestrictions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyStates.d.ts +0 -189
- package/dist/commonjs/operationsInterfaces/policyStates.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyStates.js +0 -10
- package/dist/commonjs/operationsInterfaces/policyStates.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.d.ts +0 -37
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/remediations.d.ts +0 -168
- package/dist/commonjs/operationsInterfaces/remediations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/remediations.js +0 -10
- package/dist/commonjs/operationsInterfaces/remediations.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/policyInsightsClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -21
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -67
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -2982
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -51
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -488
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/attestations.d.ts +0 -161
- package/dist/esm/operations/attestations.d.ts.map +0 -1
- package/dist/esm/operations/attestations.js +0 -790
- package/dist/esm/operations/attestations.js.map +0 -1
- package/dist/esm/operations/componentPolicyStates.d.ts +0 -66
- package/dist/esm/operations/componentPolicyStates.d.ts.map +0 -1
- package/dist/esm/operations/componentPolicyStates.js +0 -292
- package/dist/esm/operations/componentPolicyStates.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -10
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -17
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -18
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -46
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/policyEvents.d.ts +0 -256
- package/dist/esm/operations/policyEvents.d.ts.map +0 -1
- package/dist/esm/operations/policyEvents.js +0 -1200
- package/dist/esm/operations/policyEvents.js.map +0 -1
- package/dist/esm/operations/policyMetadataOperations.d.ts +0 -38
- package/dist/esm/operations/policyMetadataOperations.d.ts.map +0 -1
- package/dist/esm/operations/policyMetadataOperations.js +0 -157
- package/dist/esm/operations/policyMetadataOperations.js.map +0 -1
- package/dist/esm/operations/policyRestrictions.d.ts +0 -34
- package/dist/esm/operations/policyRestrictions.d.ts.map +0 -1
- package/dist/esm/operations/policyRestrictions.js +0 -112
- package/dist/esm/operations/policyRestrictions.js.map +0 -1
- package/dist/esm/operations/policyStates.d.ts +0 -385
- package/dist/esm/operations/policyStates.d.ts.map +0 -1
- package/dist/esm/operations/policyStates.js +0 -1705
- package/dist/esm/operations/policyStates.js.map +0 -1
- package/dist/esm/operations/policyTrackedResources.d.ts +0 -123
- package/dist/esm/operations/policyTrackedResources.d.ts.map +0 -1
- package/dist/esm/operations/policyTrackedResources.js +0 -536
- package/dist/esm/operations/policyTrackedResources.js.map +0 -1
- package/dist/esm/operations/remediations.d.ts +0 -304
- package/dist/esm/operations/remediations.d.ts.map +0 -1
- package/dist/esm/operations/remediations.js +0 -1474
- package/dist/esm/operations/remediations.js.map +0 -1
- package/dist/esm/operationsInterfaces/attestations.d.ts +0 -110
- package/dist/esm/operationsInterfaces/attestations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/attestations.js +0 -9
- package/dist/esm/operationsInterfaces/attestations.js.map +0 -1
- package/dist/esm/operationsInterfaces/componentPolicyStates.d.ts +0 -58
- package/dist/esm/operationsInterfaces/componentPolicyStates.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/componentPolicyStates.js +0 -9
- package/dist/esm/operationsInterfaces/componentPolicyStates.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -10
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -17
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -10
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/policyEvents.d.ts +0 -76
- package/dist/esm/operationsInterfaces/policyEvents.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/policyEvents.js +0 -9
- package/dist/esm/operationsInterfaces/policyEvents.js.map +0 -1
- package/dist/esm/operationsInterfaces/policyMetadataOperations.d.ts +0 -17
- package/dist/esm/operationsInterfaces/policyMetadataOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/policyMetadataOperations.js +0 -9
- package/dist/esm/operationsInterfaces/policyMetadataOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/policyRestrictions.d.ts +0 -26
- package/dist/esm/operationsInterfaces/policyRestrictions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/policyRestrictions.js +0 -9
- package/dist/esm/operationsInterfaces/policyRestrictions.js.map +0 -1
- package/dist/esm/operationsInterfaces/policyStates.d.ts +0 -189
- package/dist/esm/operationsInterfaces/policyStates.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/policyStates.js +0 -9
- package/dist/esm/operationsInterfaces/policyStates.js.map +0 -1
- package/dist/esm/operationsInterfaces/policyTrackedResources.d.ts +0 -37
- package/dist/esm/operationsInterfaces/policyTrackedResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/policyTrackedResources.js +0 -9
- package/dist/esm/operationsInterfaces/policyTrackedResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/remediations.d.ts +0 -168
- package/dist/esm/operationsInterfaces/remediations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/remediations.js +0 -9
- package/dist/esm/operationsInterfaces/remediations.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/policyInsightsClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -21
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -2256
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -82
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -67
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -2982
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -51
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -488
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/attestations.d.ts +0 -161
- package/dist/react-native/operations/attestations.d.ts.map +0 -1
- package/dist/react-native/operations/attestations.js +0 -790
- package/dist/react-native/operations/attestations.js.map +0 -1
- package/dist/react-native/operations/componentPolicyStates.d.ts +0 -66
- package/dist/react-native/operations/componentPolicyStates.d.ts.map +0 -1
- package/dist/react-native/operations/componentPolicyStates.js +0 -292
- package/dist/react-native/operations/componentPolicyStates.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -10
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -17
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -18
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -46
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/policyEvents.d.ts +0 -256
- package/dist/react-native/operations/policyEvents.d.ts.map +0 -1
- package/dist/react-native/operations/policyEvents.js +0 -1200
- package/dist/react-native/operations/policyEvents.js.map +0 -1
- package/dist/react-native/operations/policyMetadataOperations.d.ts +0 -38
- package/dist/react-native/operations/policyMetadataOperations.d.ts.map +0 -1
- package/dist/react-native/operations/policyMetadataOperations.js +0 -157
- package/dist/react-native/operations/policyMetadataOperations.js.map +0 -1
- package/dist/react-native/operations/policyRestrictions.d.ts +0 -34
- package/dist/react-native/operations/policyRestrictions.d.ts.map +0 -1
- package/dist/react-native/operations/policyRestrictions.js +0 -112
- package/dist/react-native/operations/policyRestrictions.js.map +0 -1
- package/dist/react-native/operations/policyStates.d.ts +0 -385
- package/dist/react-native/operations/policyStates.d.ts.map +0 -1
- package/dist/react-native/operations/policyStates.js +0 -1705
- package/dist/react-native/operations/policyStates.js.map +0 -1
- package/dist/react-native/operations/policyTrackedResources.d.ts +0 -123
- package/dist/react-native/operations/policyTrackedResources.d.ts.map +0 -1
- package/dist/react-native/operations/policyTrackedResources.js +0 -536
- package/dist/react-native/operations/policyTrackedResources.js.map +0 -1
- package/dist/react-native/operations/remediations.d.ts +0 -304
- package/dist/react-native/operations/remediations.d.ts.map +0 -1
- package/dist/react-native/operations/remediations.js +0 -1474
- package/dist/react-native/operations/remediations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/attestations.d.ts +0 -110
- package/dist/react-native/operationsInterfaces/attestations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/attestations.js +0 -9
- package/dist/react-native/operationsInterfaces/attestations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/componentPolicyStates.d.ts +0 -58
- package/dist/react-native/operationsInterfaces/componentPolicyStates.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/componentPolicyStates.js +0 -9
- package/dist/react-native/operationsInterfaces/componentPolicyStates.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -10
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -17
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -10
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/policyEvents.d.ts +0 -76
- package/dist/react-native/operationsInterfaces/policyEvents.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/policyEvents.js +0 -9
- package/dist/react-native/operationsInterfaces/policyEvents.js.map +0 -1
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/policyRestrictions.d.ts +0 -26
- package/dist/react-native/operationsInterfaces/policyRestrictions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/policyRestrictions.js +0 -9
- package/dist/react-native/operationsInterfaces/policyRestrictions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/policyStates.d.ts +0 -189
- package/dist/react-native/operationsInterfaces/policyStates.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/policyStates.js +0 -9
- package/dist/react-native/operationsInterfaces/policyStates.js.map +0 -1
- package/dist/react-native/operationsInterfaces/policyTrackedResources.d.ts +0 -37
- package/dist/react-native/operationsInterfaces/policyTrackedResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/policyTrackedResources.js +0 -9
- package/dist/react-native/operationsInterfaces/policyTrackedResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/remediations.d.ts +0 -168
- package/dist/react-native/operationsInterfaces/remediations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/remediations.js +0 -9
- package/dist/react-native/operationsInterfaces/remediations.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/policyInsightsClient.d.ts +0 -26
- package/dist/react-native/policyInsightsClient.d.ts.map +0 -1
- package/dist/react-native/policyInsightsClient.js +0 -76
- package/dist/react-native/policyInsightsClient.js.map +0 -1
- package/review/arm-policyinsights.api.md +0 -1716
|
@@ -0,0 +1,1031 @@
|
|
|
1
|
+
import type { ProxyResource } from "../models.js";
|
|
2
|
+
/**
|
|
3
|
+
* This file contains only generated model types and their (de)serializers.
|
|
4
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
5
|
+
*/
|
|
6
|
+
/** List of available operations. */
|
|
7
|
+
export interface OperationsListResults {
|
|
8
|
+
/** OData entity count; represents the number of operations returned. */
|
|
9
|
+
odataCount?: number;
|
|
10
|
+
/** List of available operations. */
|
|
11
|
+
value?: Operation[];
|
|
12
|
+
}
|
|
13
|
+
export declare function operationsListResultsDeserializer(item: any): OperationsListResults;
|
|
14
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
15
|
+
/** Operation definition. */
|
|
16
|
+
export interface Operation {
|
|
17
|
+
/** Operation name. */
|
|
18
|
+
name?: string;
|
|
19
|
+
/** Indicates whether the operation is a data action */
|
|
20
|
+
isDataAction?: boolean;
|
|
21
|
+
/** Display metadata associated with the operation. */
|
|
22
|
+
display?: OperationDisplay;
|
|
23
|
+
}
|
|
24
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
25
|
+
/** Display metadata associated with the operation. */
|
|
26
|
+
export interface OperationDisplay {
|
|
27
|
+
/** Resource provider name. */
|
|
28
|
+
provider?: string;
|
|
29
|
+
/** Resource name on which the operation is performed. */
|
|
30
|
+
resource?: string;
|
|
31
|
+
/** Operation name. */
|
|
32
|
+
operation?: string;
|
|
33
|
+
/** Operation description. */
|
|
34
|
+
description?: string;
|
|
35
|
+
}
|
|
36
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
37
|
+
/** The remediation definition. */
|
|
38
|
+
export interface Remediation extends ProxyResource {
|
|
39
|
+
/** The resource ID of the policy assignment that should be remediated. */
|
|
40
|
+
policyAssignmentId?: string;
|
|
41
|
+
/** The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition. */
|
|
42
|
+
policyDefinitionReferenceId?: string;
|
|
43
|
+
/** The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified. */
|
|
44
|
+
resourceDiscoveryMode?: ResourceDiscoveryMode;
|
|
45
|
+
/** The status of the remediation. This refers to the entire remediation task, not individual deployments. Allowed values are Evaluating, Canceled, Cancelling, Failed, Complete, or Succeeded. */
|
|
46
|
+
readonly provisioningState?: string;
|
|
47
|
+
/** The time at which the remediation was created. */
|
|
48
|
+
readonly createdOn?: Date;
|
|
49
|
+
/** The time at which the remediation was last updated. */
|
|
50
|
+
readonly lastUpdatedOn?: Date;
|
|
51
|
+
/** The filters that will be applied to determine which resources to remediate. */
|
|
52
|
+
filters?: RemediationFilters;
|
|
53
|
+
/** The deployment status summary for all deployments created by the remediation. */
|
|
54
|
+
readonly deploymentStatus?: RemediationDeploymentSummary;
|
|
55
|
+
/** The remediation status message. Provides additional details regarding the state of the remediation. */
|
|
56
|
+
readonly statusMessage?: string;
|
|
57
|
+
/** The remediation correlation Id. Can be used to find events related to the remediation in the activity log. */
|
|
58
|
+
readonly correlationId?: string;
|
|
59
|
+
/** Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used. */
|
|
60
|
+
resourceCount?: number;
|
|
61
|
+
/** Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used. */
|
|
62
|
+
parallelDeployments?: number;
|
|
63
|
+
/** The remediation failure threshold settings */
|
|
64
|
+
failureThreshold?: RemediationPropertiesFailureThreshold;
|
|
65
|
+
}
|
|
66
|
+
export declare function remediationSerializer(item: Remediation): any;
|
|
67
|
+
export declare function remediationDeserializer(item: any): Remediation;
|
|
68
|
+
/** The remediation properties. */
|
|
69
|
+
export interface RemediationProperties {
|
|
70
|
+
/** The resource ID of the policy assignment that should be remediated. */
|
|
71
|
+
policyAssignmentId?: string;
|
|
72
|
+
/** The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition. */
|
|
73
|
+
policyDefinitionReferenceId?: string;
|
|
74
|
+
/** The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified. */
|
|
75
|
+
resourceDiscoveryMode?: ResourceDiscoveryMode;
|
|
76
|
+
/** The status of the remediation. This refers to the entire remediation task, not individual deployments. Allowed values are Evaluating, Canceled, Cancelling, Failed, Complete, or Succeeded. */
|
|
77
|
+
readonly provisioningState?: string;
|
|
78
|
+
/** The time at which the remediation was created. */
|
|
79
|
+
readonly createdOn?: Date;
|
|
80
|
+
/** The time at which the remediation was last updated. */
|
|
81
|
+
readonly lastUpdatedOn?: Date;
|
|
82
|
+
/** The filters that will be applied to determine which resources to remediate. */
|
|
83
|
+
filters?: RemediationFilters;
|
|
84
|
+
/** The deployment status summary for all deployments created by the remediation. */
|
|
85
|
+
readonly deploymentStatus?: RemediationDeploymentSummary;
|
|
86
|
+
/** The remediation status message. Provides additional details regarding the state of the remediation. */
|
|
87
|
+
readonly statusMessage?: string;
|
|
88
|
+
/** The remediation correlation Id. Can be used to find events related to the remediation in the activity log. */
|
|
89
|
+
readonly correlationId?: string;
|
|
90
|
+
/** Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used. */
|
|
91
|
+
resourceCount?: number;
|
|
92
|
+
/** Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used. */
|
|
93
|
+
parallelDeployments?: number;
|
|
94
|
+
/** The remediation failure threshold settings */
|
|
95
|
+
failureThreshold?: RemediationPropertiesFailureThreshold;
|
|
96
|
+
}
|
|
97
|
+
export declare function remediationPropertiesSerializer(item: RemediationProperties): any;
|
|
98
|
+
export declare function remediationPropertiesDeserializer(item: any): RemediationProperties;
|
|
99
|
+
/** The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified. */
|
|
100
|
+
export declare enum KnownResourceDiscoveryMode {
|
|
101
|
+
/** Remediate resources that are already known to be non-compliant. */
|
|
102
|
+
ExistingNonCompliant = "ExistingNonCompliant",
|
|
103
|
+
/** Re-evaluate the compliance state of resources and then remediate the resources found to be non-compliant. The resourceIds filter cannot be used in this mode. */
|
|
104
|
+
ReEvaluateCompliance = "ReEvaluateCompliance"
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified. \
|
|
108
|
+
* {@link KnownResourceDiscoveryMode} can be used interchangeably with ResourceDiscoveryMode,
|
|
109
|
+
* this enum contains the known values that the service supports.
|
|
110
|
+
* ### Known values supported by the service
|
|
111
|
+
* **ExistingNonCompliant**: Remediate resources that are already known to be non-compliant. \
|
|
112
|
+
* **ReEvaluateCompliance**: Re-evaluate the compliance state of resources and then remediate the resources found to be non-compliant. The resourceIds filter cannot be used in this mode.
|
|
113
|
+
*/
|
|
114
|
+
export type ResourceDiscoveryMode = string;
|
|
115
|
+
/** The filters that will be applied to determine which resources to remediate. */
|
|
116
|
+
export interface RemediationFilters {
|
|
117
|
+
/** The resource locations that will be remediated. */
|
|
118
|
+
locations?: string[];
|
|
119
|
+
/** The IDs of the resources that will be remediated. Can specify at most 100 IDs. This filter cannot be used when ReEvaluateCompliance is set to ReEvaluateCompliance, and cannot be empty if provided. */
|
|
120
|
+
resourceIds?: string[];
|
|
121
|
+
}
|
|
122
|
+
export declare function remediationFiltersSerializer(item: RemediationFilters): any;
|
|
123
|
+
export declare function remediationFiltersDeserializer(item: any): RemediationFilters;
|
|
124
|
+
/** The deployment status summary for all deployments created by the remediation. */
|
|
125
|
+
export interface RemediationDeploymentSummary {
|
|
126
|
+
/** The number of deployments required by the remediation. */
|
|
127
|
+
readonly totalDeployments?: number;
|
|
128
|
+
/** The number of deployments required by the remediation that have succeeded. */
|
|
129
|
+
readonly successfulDeployments?: number;
|
|
130
|
+
/** The number of deployments required by the remediation that have failed. */
|
|
131
|
+
readonly failedDeployments?: number;
|
|
132
|
+
}
|
|
133
|
+
export declare function remediationDeploymentSummaryDeserializer(item: any): RemediationDeploymentSummary;
|
|
134
|
+
/** The remediation failure threshold settings */
|
|
135
|
+
export interface RemediationPropertiesFailureThreshold {
|
|
136
|
+
/** A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold. */
|
|
137
|
+
percentage?: number;
|
|
138
|
+
}
|
|
139
|
+
export declare function remediationPropertiesFailureThresholdSerializer(item: RemediationPropertiesFailureThreshold): any;
|
|
140
|
+
export declare function remediationPropertiesFailureThresholdDeserializer(item: any): RemediationPropertiesFailureThreshold;
|
|
141
|
+
/** Error response. */
|
|
142
|
+
export interface ErrorResponse {
|
|
143
|
+
/** The error details. */
|
|
144
|
+
error?: ErrorDefinition;
|
|
145
|
+
}
|
|
146
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
147
|
+
/** Error definition. */
|
|
148
|
+
export interface ErrorDefinition {
|
|
149
|
+
/** Service specific error code which serves as the substatus for the HTTP error code. */
|
|
150
|
+
readonly code?: string;
|
|
151
|
+
/** Description of the error. */
|
|
152
|
+
readonly message?: string;
|
|
153
|
+
/** The target of the error. */
|
|
154
|
+
readonly target?: string;
|
|
155
|
+
/** Internal error details. */
|
|
156
|
+
readonly details?: ErrorDefinition[];
|
|
157
|
+
/** Additional scenario specific error details. */
|
|
158
|
+
readonly additionalInfo?: TypedErrorInfo[];
|
|
159
|
+
}
|
|
160
|
+
export declare function errorDefinitionDeserializer(item: any): ErrorDefinition;
|
|
161
|
+
export declare function errorDefinitionArrayDeserializer(result: Array<ErrorDefinition>): any[];
|
|
162
|
+
export declare function typedErrorInfoArrayDeserializer(result: Array<TypedErrorInfo>): any[];
|
|
163
|
+
/** Scenario specific error details. */
|
|
164
|
+
export interface TypedErrorInfo {
|
|
165
|
+
/** The type of included error details. */
|
|
166
|
+
readonly type?: string;
|
|
167
|
+
/** The scenario specific error details. */
|
|
168
|
+
readonly info?: Record<string, unknown>;
|
|
169
|
+
}
|
|
170
|
+
export declare function typedErrorInfoDeserializer(item: any): TypedErrorInfo;
|
|
171
|
+
/** List of remediations. */
|
|
172
|
+
export interface _RemediationListResult {
|
|
173
|
+
/** The Remediation items on this page */
|
|
174
|
+
readonly value: Remediation[];
|
|
175
|
+
/** The link to the next page of items */
|
|
176
|
+
nextLink?: string;
|
|
177
|
+
}
|
|
178
|
+
export declare function _remediationListResultDeserializer(item: any): _RemediationListResult;
|
|
179
|
+
export declare function remediationArraySerializer(result: Array<Remediation>): any[];
|
|
180
|
+
export declare function remediationArrayDeserializer(result: Array<Remediation>): any[];
|
|
181
|
+
/** List of deployments for a remediation. */
|
|
182
|
+
export interface _RemediationDeploymentsListResult {
|
|
183
|
+
/** The RemediationDeployment items on this page */
|
|
184
|
+
readonly value: RemediationDeployment[];
|
|
185
|
+
/** The link to the next page of items */
|
|
186
|
+
nextLink?: string;
|
|
187
|
+
}
|
|
188
|
+
export declare function _remediationDeploymentsListResultDeserializer(item: any): _RemediationDeploymentsListResult;
|
|
189
|
+
export declare function remediationDeploymentArrayDeserializer(result: Array<RemediationDeployment>): any[];
|
|
190
|
+
/** Details of a single deployment created by the remediation. */
|
|
191
|
+
export interface RemediationDeployment {
|
|
192
|
+
/** Resource ID of the resource that is being remediated by the deployment. */
|
|
193
|
+
readonly remediatedResourceId?: string;
|
|
194
|
+
/** Resource ID of the template deployment that will remediate the resource. */
|
|
195
|
+
readonly deploymentId?: string;
|
|
196
|
+
/** Status of the remediation deployment. */
|
|
197
|
+
readonly status?: string;
|
|
198
|
+
/** Location of the resource that is being remediated. */
|
|
199
|
+
readonly resourceLocation?: string;
|
|
200
|
+
/** Error encountered while remediated the resource. */
|
|
201
|
+
readonly error?: ErrorDefinition;
|
|
202
|
+
/** The time at which the remediation was created. */
|
|
203
|
+
readonly createdOn?: Date;
|
|
204
|
+
/** The time at which the remediation deployment was last updated. */
|
|
205
|
+
readonly lastUpdatedOn?: Date;
|
|
206
|
+
}
|
|
207
|
+
export declare function remediationDeploymentDeserializer(item: any): RemediationDeployment;
|
|
208
|
+
/** An attestation resource. */
|
|
209
|
+
export interface Attestation extends ProxyResource {
|
|
210
|
+
/** The resource ID of the policy assignment that the attestation is setting the state for. */
|
|
211
|
+
policyAssignmentId: string;
|
|
212
|
+
/** The policy definition reference ID from a policy set definition that the attestation is setting the state for. If the policy assignment assigns a policy set definition the attestation can choose a definition within the set definition with this property or omit this and set the state for the entire set definition. */
|
|
213
|
+
policyDefinitionReferenceId?: string;
|
|
214
|
+
/** The compliance state that should be set on the resource. */
|
|
215
|
+
complianceState?: ComplianceState;
|
|
216
|
+
/** The time the compliance state should expire. */
|
|
217
|
+
expiresOn?: Date;
|
|
218
|
+
/** The person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID. */
|
|
219
|
+
owner?: string;
|
|
220
|
+
/** Comments describing why this attestation was created. */
|
|
221
|
+
comments?: string;
|
|
222
|
+
/** The evidence supporting the compliance state set in this attestation. */
|
|
223
|
+
evidence?: AttestationEvidence[];
|
|
224
|
+
/** The status of the attestation. */
|
|
225
|
+
readonly provisioningState?: string;
|
|
226
|
+
/** The time the compliance state was last changed in this attestation. */
|
|
227
|
+
readonly lastComplianceStateChangeAt?: Date;
|
|
228
|
+
/** The time the evidence was assessed */
|
|
229
|
+
assessmentDate?: Date;
|
|
230
|
+
/** Additional metadata for this attestation */
|
|
231
|
+
metadata?: Record<string, unknown>;
|
|
232
|
+
}
|
|
233
|
+
export declare function attestationSerializer(item: Attestation): any;
|
|
234
|
+
export declare function attestationDeserializer(item: any): Attestation;
|
|
235
|
+
/** The properties of an attestation resource. */
|
|
236
|
+
export interface AttestationProperties {
|
|
237
|
+
/** The resource ID of the policy assignment that the attestation is setting the state for. */
|
|
238
|
+
policyAssignmentId: string;
|
|
239
|
+
/** The policy definition reference ID from a policy set definition that the attestation is setting the state for. If the policy assignment assigns a policy set definition the attestation can choose a definition within the set definition with this property or omit this and set the state for the entire set definition. */
|
|
240
|
+
policyDefinitionReferenceId?: string;
|
|
241
|
+
/** The compliance state that should be set on the resource. */
|
|
242
|
+
complianceState?: ComplianceState;
|
|
243
|
+
/** The time the compliance state should expire. */
|
|
244
|
+
expiresOn?: Date;
|
|
245
|
+
/** The person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID. */
|
|
246
|
+
owner?: string;
|
|
247
|
+
/** Comments describing why this attestation was created. */
|
|
248
|
+
comments?: string;
|
|
249
|
+
/** The evidence supporting the compliance state set in this attestation. */
|
|
250
|
+
evidence?: AttestationEvidence[];
|
|
251
|
+
/** The status of the attestation. */
|
|
252
|
+
readonly provisioningState?: string;
|
|
253
|
+
/** The time the compliance state was last changed in this attestation. */
|
|
254
|
+
readonly lastComplianceStateChangeAt?: Date;
|
|
255
|
+
/** The time the evidence was assessed */
|
|
256
|
+
assessmentDate?: Date;
|
|
257
|
+
/** Additional metadata for this attestation */
|
|
258
|
+
metadata?: Record<string, unknown>;
|
|
259
|
+
}
|
|
260
|
+
export declare function attestationPropertiesSerializer(item: AttestationProperties): any;
|
|
261
|
+
export declare function attestationPropertiesDeserializer(item: any): AttestationProperties;
|
|
262
|
+
/** The compliance state that should be set on the resource. */
|
|
263
|
+
export declare enum KnownComplianceState {
|
|
264
|
+
/** The resource is in compliance with the policy. */
|
|
265
|
+
Compliant = "Compliant",
|
|
266
|
+
/** The resource is not in compliance with the policy. */
|
|
267
|
+
NonCompliant = "NonCompliant",
|
|
268
|
+
/** The compliance state of the resource is not known. */
|
|
269
|
+
Unknown = "Unknown"
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* The compliance state that should be set on the resource. \
|
|
273
|
+
* {@link KnownComplianceState} can be used interchangeably with ComplianceState,
|
|
274
|
+
* this enum contains the known values that the service supports.
|
|
275
|
+
* ### Known values supported by the service
|
|
276
|
+
* **Compliant**: The resource is in compliance with the policy. \
|
|
277
|
+
* **NonCompliant**: The resource is not in compliance with the policy. \
|
|
278
|
+
* **Unknown**: The compliance state of the resource is not known.
|
|
279
|
+
*/
|
|
280
|
+
export type ComplianceState = string;
|
|
281
|
+
export declare function attestationEvidenceArraySerializer(result: Array<AttestationEvidence>): any[];
|
|
282
|
+
export declare function attestationEvidenceArrayDeserializer(result: Array<AttestationEvidence>): any[];
|
|
283
|
+
/** A piece of evidence supporting the compliance state set in the attestation. */
|
|
284
|
+
export interface AttestationEvidence {
|
|
285
|
+
/** The description for this piece of evidence. */
|
|
286
|
+
description?: string;
|
|
287
|
+
/** The URI location of the evidence. */
|
|
288
|
+
sourceUri?: string;
|
|
289
|
+
}
|
|
290
|
+
export declare function attestationEvidenceSerializer(item: AttestationEvidence): any;
|
|
291
|
+
export declare function attestationEvidenceDeserializer(item: any): AttestationEvidence;
|
|
292
|
+
/** List of attestations. */
|
|
293
|
+
export interface _AttestationListResult {
|
|
294
|
+
/** The Attestation items on this page */
|
|
295
|
+
readonly value: Attestation[];
|
|
296
|
+
/** The link to the next page of items */
|
|
297
|
+
nextLink?: string;
|
|
298
|
+
}
|
|
299
|
+
export declare function _attestationListResultDeserializer(item: any): _AttestationListResult;
|
|
300
|
+
export declare function attestationArraySerializer(result: Array<Attestation>): any[];
|
|
301
|
+
export declare function attestationArrayDeserializer(result: Array<Attestation>): any[];
|
|
302
|
+
/** Policy metadata resource definition. */
|
|
303
|
+
export interface PolicyMetadata extends ProxyResource {
|
|
304
|
+
/** The policy metadata identifier. */
|
|
305
|
+
readonly metadataId?: string;
|
|
306
|
+
/** The category of the policy metadata. */
|
|
307
|
+
readonly category?: string;
|
|
308
|
+
/** The title of the policy metadata. */
|
|
309
|
+
readonly title?: string;
|
|
310
|
+
/** The owner of the policy metadata. */
|
|
311
|
+
readonly owner?: string;
|
|
312
|
+
/** Url for getting additional content about the resource metadata. */
|
|
313
|
+
readonly additionalContentUrl?: string;
|
|
314
|
+
/** Additional metadata. */
|
|
315
|
+
readonly metadata?: Record<string, unknown>;
|
|
316
|
+
/** The description of the policy metadata. */
|
|
317
|
+
readonly description?: string;
|
|
318
|
+
/** The requirements of the policy metadata. */
|
|
319
|
+
readonly requirements?: string;
|
|
320
|
+
}
|
|
321
|
+
export declare function policyMetadataDeserializer(item: any): PolicyMetadata;
|
|
322
|
+
/** The properties of the policy metadata. */
|
|
323
|
+
export interface PolicyMetadataProperties extends PolicyMetadataSlimProperties {
|
|
324
|
+
/** The description of the policy metadata. */
|
|
325
|
+
readonly description?: string;
|
|
326
|
+
/** The requirements of the policy metadata. */
|
|
327
|
+
readonly requirements?: string;
|
|
328
|
+
}
|
|
329
|
+
export declare function policyMetadataPropertiesDeserializer(item: any): PolicyMetadataProperties;
|
|
330
|
+
/** The properties of the policy metadata, excluding properties containing large strings */
|
|
331
|
+
export interface PolicyMetadataSlimProperties {
|
|
332
|
+
/** The policy metadata identifier. */
|
|
333
|
+
readonly metadataId?: string;
|
|
334
|
+
/** The category of the policy metadata. */
|
|
335
|
+
readonly category?: string;
|
|
336
|
+
/** The title of the policy metadata. */
|
|
337
|
+
readonly title?: string;
|
|
338
|
+
/** The owner of the policy metadata. */
|
|
339
|
+
readonly owner?: string;
|
|
340
|
+
/** Url for getting additional content about the resource metadata. */
|
|
341
|
+
readonly additionalContentUrl?: string;
|
|
342
|
+
/** Additional metadata. */
|
|
343
|
+
readonly metadata?: Record<string, unknown>;
|
|
344
|
+
}
|
|
345
|
+
export declare function policyMetadataSlimPropertiesDeserializer(item: any): PolicyMetadataSlimProperties;
|
|
346
|
+
/** Collection of policy metadata resources. */
|
|
347
|
+
export interface _PolicyMetadataCollection {
|
|
348
|
+
/** The SlimPolicyMetadata items on this page */
|
|
349
|
+
readonly value: SlimPolicyMetadata[];
|
|
350
|
+
/** The link to the next page of items */
|
|
351
|
+
nextLink?: string;
|
|
352
|
+
}
|
|
353
|
+
export declare function _policyMetadataCollectionDeserializer(item: any): _PolicyMetadataCollection;
|
|
354
|
+
export declare function slimPolicyMetadataArrayDeserializer(result: Array<SlimPolicyMetadata>): any[];
|
|
355
|
+
/** Slim version of policy metadata resource definition, excluding properties with large strings */
|
|
356
|
+
export interface SlimPolicyMetadata {
|
|
357
|
+
/** The ID of the policy metadata. */
|
|
358
|
+
readonly id?: string;
|
|
359
|
+
/** The type of the policy metadata. */
|
|
360
|
+
readonly type?: string;
|
|
361
|
+
/** The name of the policy metadata. */
|
|
362
|
+
readonly name?: string;
|
|
363
|
+
/** The policy metadata identifier. */
|
|
364
|
+
readonly metadataId?: string;
|
|
365
|
+
/** The category of the policy metadata. */
|
|
366
|
+
readonly category?: string;
|
|
367
|
+
/** The title of the policy metadata. */
|
|
368
|
+
readonly title?: string;
|
|
369
|
+
/** The owner of the policy metadata. */
|
|
370
|
+
readonly owner?: string;
|
|
371
|
+
/** Url for getting additional content about the resource metadata. */
|
|
372
|
+
readonly additionalContentUrl?: string;
|
|
373
|
+
/** Additional metadata. */
|
|
374
|
+
readonly metadata?: Record<string, unknown>;
|
|
375
|
+
}
|
|
376
|
+
export declare function slimPolicyMetadataDeserializer(item: any): SlimPolicyMetadata;
|
|
377
|
+
/** Query results. */
|
|
378
|
+
export interface _PolicyEventsQueryResults {
|
|
379
|
+
/** OData context string; used by OData clients to resolve type information based on metadata. */
|
|
380
|
+
odataContext?: string;
|
|
381
|
+
/** OData entity count; represents the number of policy event records returned. */
|
|
382
|
+
odataCount?: number;
|
|
383
|
+
/** Odata next link; URL to get the next set of results. */
|
|
384
|
+
odataNextLink?: string;
|
|
385
|
+
/** Query results. */
|
|
386
|
+
value?: PolicyEvent[];
|
|
387
|
+
}
|
|
388
|
+
export declare function _policyEventsQueryResultsDeserializer(item: any): _PolicyEventsQueryResults;
|
|
389
|
+
export declare function policyEventArrayDeserializer(result: Array<PolicyEvent>): any[];
|
|
390
|
+
/** Policy event record. */
|
|
391
|
+
export interface PolicyEvent {
|
|
392
|
+
/** OData entity ID; always set to null since policy event records do not have an entity ID. */
|
|
393
|
+
odataId?: string;
|
|
394
|
+
/** OData context string; used by OData clients to resolve type information based on metadata. */
|
|
395
|
+
odataContext?: string;
|
|
396
|
+
/** Timestamp for the policy event record. */
|
|
397
|
+
timestamp?: Date;
|
|
398
|
+
/** Resource ID. */
|
|
399
|
+
resourceId?: string;
|
|
400
|
+
/** Policy assignment ID. */
|
|
401
|
+
policyAssignmentId?: string;
|
|
402
|
+
/** Policy definition ID. */
|
|
403
|
+
policyDefinitionId?: string;
|
|
404
|
+
/** Effective parameters for the policy assignment. */
|
|
405
|
+
effectiveParameters?: string;
|
|
406
|
+
/** Flag which states whether the resource is compliant against the policy assignment it was evaluated against. */
|
|
407
|
+
isCompliant?: boolean;
|
|
408
|
+
/** Subscription ID. */
|
|
409
|
+
subscriptionId?: string;
|
|
410
|
+
/** Resource type. */
|
|
411
|
+
resourceType?: string;
|
|
412
|
+
/** Resource location. */
|
|
413
|
+
resourceLocation?: string;
|
|
414
|
+
/** Resource group name. */
|
|
415
|
+
resourceGroup?: string;
|
|
416
|
+
/** List of resource tags. */
|
|
417
|
+
resourceTags?: string;
|
|
418
|
+
/** Policy assignment name. */
|
|
419
|
+
policyAssignmentName?: string;
|
|
420
|
+
/** Policy assignment owner. */
|
|
421
|
+
policyAssignmentOwner?: string;
|
|
422
|
+
/** Policy assignment parameters. */
|
|
423
|
+
policyAssignmentParameters?: string;
|
|
424
|
+
/** Policy assignment scope. */
|
|
425
|
+
policyAssignmentScope?: string;
|
|
426
|
+
/** Policy definition name. */
|
|
427
|
+
policyDefinitionName?: string;
|
|
428
|
+
/** Policy definition action, i.e. effect. */
|
|
429
|
+
policyDefinitionAction?: string;
|
|
430
|
+
/** Policy definition category. */
|
|
431
|
+
policyDefinitionCategory?: string;
|
|
432
|
+
/** Policy set definition ID, if the policy assignment is for a policy set. */
|
|
433
|
+
policySetDefinitionId?: string;
|
|
434
|
+
/** Policy set definition name, if the policy assignment is for a policy set. */
|
|
435
|
+
policySetDefinitionName?: string;
|
|
436
|
+
/** Policy set definition owner, if the policy assignment is for a policy set. */
|
|
437
|
+
policySetDefinitionOwner?: string;
|
|
438
|
+
/** Policy set definition category, if the policy assignment is for a policy set. */
|
|
439
|
+
policySetDefinitionCategory?: string;
|
|
440
|
+
/** Policy set definition parameters, if the policy assignment is for a policy set. */
|
|
441
|
+
policySetDefinitionParameters?: string;
|
|
442
|
+
/** Comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under. */
|
|
443
|
+
managementGroupIds?: string;
|
|
444
|
+
/** Reference ID for the policy definition inside the policy set, if the policy assignment is for a policy set. */
|
|
445
|
+
policyDefinitionReferenceId?: string;
|
|
446
|
+
/** Compliance state of the resource. */
|
|
447
|
+
complianceState?: string;
|
|
448
|
+
/** Tenant ID for the policy event record. */
|
|
449
|
+
tenantId?: string;
|
|
450
|
+
/** Principal object ID for the user who initiated the resource operation that triggered the policy event. */
|
|
451
|
+
principalOid?: string;
|
|
452
|
+
/** Components events records populated only when URL contains $expand=components clause. */
|
|
453
|
+
components?: ComponentEventDetails[];
|
|
454
|
+
/** Additional properties */
|
|
455
|
+
additionalProperties?: Record<string, Record<string, unknown>>;
|
|
456
|
+
}
|
|
457
|
+
export declare function policyEventDeserializer(item: any): PolicyEvent;
|
|
458
|
+
export declare function componentEventDetailsArrayDeserializer(result: Array<ComponentEventDetails>): any[];
|
|
459
|
+
/** Component event details. */
|
|
460
|
+
export interface ComponentEventDetails {
|
|
461
|
+
/** Component Id. */
|
|
462
|
+
id?: string;
|
|
463
|
+
/** Component type. */
|
|
464
|
+
type?: string;
|
|
465
|
+
/** Component name. */
|
|
466
|
+
name?: string;
|
|
467
|
+
/** Timestamp for component policy event record. */
|
|
468
|
+
timestamp?: Date;
|
|
469
|
+
/** Tenant ID for the policy event record. */
|
|
470
|
+
tenantId?: string;
|
|
471
|
+
/** Principal object ID for the user who initiated the resource component operation that triggered the policy event. */
|
|
472
|
+
principalOid?: string;
|
|
473
|
+
/** Policy definition action, i.e. effect. */
|
|
474
|
+
policyDefinitionAction?: string;
|
|
475
|
+
/** Additional properties */
|
|
476
|
+
additionalProperties?: Record<string, Record<string, unknown>>;
|
|
477
|
+
}
|
|
478
|
+
export declare function componentEventDetailsDeserializer(item: any): ComponentEventDetails;
|
|
479
|
+
/** Query results. */
|
|
480
|
+
export interface _PolicyStatesQueryResults {
|
|
481
|
+
/** OData context string; used by OData clients to resolve type information based on metadata. */
|
|
482
|
+
odataContext?: string;
|
|
483
|
+
/** OData entity count; represents the number of policy state records returned. */
|
|
484
|
+
odataCount?: number;
|
|
485
|
+
/** Odata next link; URL to get the next set of results. */
|
|
486
|
+
odataNextLink?: string;
|
|
487
|
+
/** Query results. */
|
|
488
|
+
value?: PolicyState[];
|
|
489
|
+
}
|
|
490
|
+
export declare function _policyStatesQueryResultsDeserializer(item: any): _PolicyStatesQueryResults;
|
|
491
|
+
export declare function policyStateArrayDeserializer(result: Array<PolicyState>): any[];
|
|
492
|
+
/** Policy state record. */
|
|
493
|
+
export interface PolicyState {
|
|
494
|
+
/** OData entity ID; always set to null since policy state records do not have an entity ID. */
|
|
495
|
+
odataId?: string;
|
|
496
|
+
/** OData context string; used by OData clients to resolve type information based on metadata. */
|
|
497
|
+
odataContext?: string;
|
|
498
|
+
/** Timestamp for the policy state record. */
|
|
499
|
+
timestamp?: Date;
|
|
500
|
+
/** Resource ID. */
|
|
501
|
+
resourceId?: string;
|
|
502
|
+
/** Policy assignment ID. */
|
|
503
|
+
policyAssignmentId?: string;
|
|
504
|
+
/** Policy definition ID. */
|
|
505
|
+
policyDefinitionId?: string;
|
|
506
|
+
/** Effective parameters for the policy assignment. */
|
|
507
|
+
effectiveParameters?: string;
|
|
508
|
+
/** Flag which states whether the resource is compliant against the policy assignment it was evaluated against. This property is deprecated; please use ComplianceState instead. */
|
|
509
|
+
isCompliant?: boolean;
|
|
510
|
+
/** Subscription ID. */
|
|
511
|
+
subscriptionId?: string;
|
|
512
|
+
/** Resource type. */
|
|
513
|
+
resourceType?: string;
|
|
514
|
+
/** Resource location. */
|
|
515
|
+
resourceLocation?: string;
|
|
516
|
+
/** Resource group name. */
|
|
517
|
+
resourceGroup?: string;
|
|
518
|
+
/** List of resource tags. */
|
|
519
|
+
resourceTags?: string;
|
|
520
|
+
/** Policy assignment name. */
|
|
521
|
+
policyAssignmentName?: string;
|
|
522
|
+
/** Policy assignment owner. */
|
|
523
|
+
policyAssignmentOwner?: string;
|
|
524
|
+
/** Policy assignment parameters. */
|
|
525
|
+
policyAssignmentParameters?: string;
|
|
526
|
+
/** Policy assignment scope. */
|
|
527
|
+
policyAssignmentScope?: string;
|
|
528
|
+
/** Policy definition name. */
|
|
529
|
+
policyDefinitionName?: string;
|
|
530
|
+
/** Policy definition action, i.e. effect. */
|
|
531
|
+
policyDefinitionAction?: string;
|
|
532
|
+
/** Policy definition category. */
|
|
533
|
+
policyDefinitionCategory?: string;
|
|
534
|
+
/** Policy set definition ID, if the policy assignment is for a policy set. */
|
|
535
|
+
policySetDefinitionId?: string;
|
|
536
|
+
/** Policy set definition name, if the policy assignment is for a policy set. */
|
|
537
|
+
policySetDefinitionName?: string;
|
|
538
|
+
/** Policy set definition owner, if the policy assignment is for a policy set. */
|
|
539
|
+
policySetDefinitionOwner?: string;
|
|
540
|
+
/** Policy set definition category, if the policy assignment is for a policy set. */
|
|
541
|
+
policySetDefinitionCategory?: string;
|
|
542
|
+
/** Policy set definition parameters, if the policy assignment is for a policy set. */
|
|
543
|
+
policySetDefinitionParameters?: string;
|
|
544
|
+
/** Comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under. */
|
|
545
|
+
managementGroupIds?: string;
|
|
546
|
+
/** Reference ID for the policy definition inside the policy set, if the policy assignment is for a policy set. */
|
|
547
|
+
policyDefinitionReferenceId?: string;
|
|
548
|
+
/** Compliance state of the resource. */
|
|
549
|
+
complianceState?: string;
|
|
550
|
+
/** Policy evaluation details. */
|
|
551
|
+
policyEvaluationDetails?: PolicyEvaluationDetails;
|
|
552
|
+
/** Policy definition group names. */
|
|
553
|
+
policyDefinitionGroupNames?: string[];
|
|
554
|
+
/** Components state compliance records populated only when URL contains $expand=components clause. */
|
|
555
|
+
components?: ComponentStateDetails[];
|
|
556
|
+
/** Evaluated policy definition version. */
|
|
557
|
+
readonly policyDefinitionVersion?: string;
|
|
558
|
+
/** Evaluated policy set definition version. */
|
|
559
|
+
readonly policySetDefinitionVersion?: string;
|
|
560
|
+
/** Evaluated policy assignment version. */
|
|
561
|
+
readonly policyAssignmentVersion?: string;
|
|
562
|
+
/** Additional properties */
|
|
563
|
+
additionalProperties?: Record<string, Record<string, unknown>>;
|
|
564
|
+
}
|
|
565
|
+
export declare function policyStateDeserializer(item: any): PolicyState;
|
|
566
|
+
/** Policy evaluation details. */
|
|
567
|
+
export interface PolicyEvaluationDetails {
|
|
568
|
+
/** Details of the evaluated expressions. */
|
|
569
|
+
evaluatedExpressions?: ExpressionEvaluationDetails[];
|
|
570
|
+
/** Evaluation details of IfNotExists effect. */
|
|
571
|
+
ifNotExistsDetails?: IfNotExistsEvaluationDetails;
|
|
572
|
+
}
|
|
573
|
+
export declare function policyEvaluationDetailsDeserializer(item: any): PolicyEvaluationDetails;
|
|
574
|
+
export declare function expressionEvaluationDetailsArrayDeserializer(result: Array<ExpressionEvaluationDetails>): any[];
|
|
575
|
+
/** Evaluation details of policy language expressions. */
|
|
576
|
+
export interface ExpressionEvaluationDetails {
|
|
577
|
+
/** Evaluation result. */
|
|
578
|
+
result?: string;
|
|
579
|
+
/** Expression evaluated. */
|
|
580
|
+
expression?: string;
|
|
581
|
+
/** The kind of expression that was evaluated. */
|
|
582
|
+
readonly expressionKind?: string;
|
|
583
|
+
/** Property path if the expression is a field or an alias. */
|
|
584
|
+
path?: string;
|
|
585
|
+
/** Value of the expression. */
|
|
586
|
+
expressionValue?: Record<string, unknown>;
|
|
587
|
+
/** Target value to be compared with the expression value. */
|
|
588
|
+
targetValue?: Record<string, unknown>;
|
|
589
|
+
/** Operator to compare the expression value and the target value. */
|
|
590
|
+
operator?: string;
|
|
591
|
+
}
|
|
592
|
+
export declare function expressionEvaluationDetailsDeserializer(item: any): ExpressionEvaluationDetails;
|
|
593
|
+
/** Evaluation details of IfNotExists effect. */
|
|
594
|
+
export interface IfNotExistsEvaluationDetails {
|
|
595
|
+
/** ID of the last evaluated resource for IfNotExists effect. */
|
|
596
|
+
resourceId?: string;
|
|
597
|
+
/** Total number of resources to which the existence condition is applicable. */
|
|
598
|
+
totalResources?: number;
|
|
599
|
+
}
|
|
600
|
+
export declare function ifNotExistsEvaluationDetailsDeserializer(item: any): IfNotExistsEvaluationDetails;
|
|
601
|
+
export declare function componentStateDetailsArrayDeserializer(result: Array<ComponentStateDetails>): any[];
|
|
602
|
+
/** Component state details. */
|
|
603
|
+
export interface ComponentStateDetails {
|
|
604
|
+
/** Component Id. */
|
|
605
|
+
id?: string;
|
|
606
|
+
/** Component type. */
|
|
607
|
+
type?: string;
|
|
608
|
+
/** Component name. */
|
|
609
|
+
name?: string;
|
|
610
|
+
/** Component compliance evaluation timestamp. */
|
|
611
|
+
timestamp?: Date;
|
|
612
|
+
/** Component compliance state. */
|
|
613
|
+
complianceState?: string;
|
|
614
|
+
/** Additional properties */
|
|
615
|
+
additionalProperties?: Record<string, Record<string, unknown>>;
|
|
616
|
+
}
|
|
617
|
+
export declare function componentStateDetailsDeserializer(item: any): ComponentStateDetails;
|
|
618
|
+
/** Summarize action results. */
|
|
619
|
+
export interface SummarizeResults {
|
|
620
|
+
/** OData context string; used by OData clients to resolve type information based on metadata. */
|
|
621
|
+
odataContext?: string;
|
|
622
|
+
/** OData entity count; represents the number of summaries returned; always set to 1. */
|
|
623
|
+
odataCount?: number;
|
|
624
|
+
/** Summarize action results. */
|
|
625
|
+
value?: Summary[];
|
|
626
|
+
}
|
|
627
|
+
export declare function summarizeResultsDeserializer(item: any): SummarizeResults;
|
|
628
|
+
export declare function summaryArrayDeserializer(result: Array<Summary>): any[];
|
|
629
|
+
/** Summary results. */
|
|
630
|
+
export interface Summary {
|
|
631
|
+
/** OData entity ID; always set to null since summaries do not have an entity ID. */
|
|
632
|
+
odataId?: string;
|
|
633
|
+
/** OData context string; used by OData clients to resolve type information based on metadata. */
|
|
634
|
+
odataContext?: string;
|
|
635
|
+
/** Compliance summary for all policy assignments. */
|
|
636
|
+
results?: SummaryResults;
|
|
637
|
+
/** Policy assignments summary. */
|
|
638
|
+
policyAssignments?: PolicyAssignmentSummary[];
|
|
639
|
+
}
|
|
640
|
+
export declare function summaryDeserializer(item: any): Summary;
|
|
641
|
+
/** Compliance summary on a particular summary level. */
|
|
642
|
+
export interface SummaryResults {
|
|
643
|
+
/** HTTP POST URI for queryResults action on Microsoft.PolicyInsights to retrieve raw results for the compliance summary. This property will not be available by default in future API versions, but could be queried explicitly. */
|
|
644
|
+
queryResultsUri?: string;
|
|
645
|
+
/** Number of non-compliant resources. */
|
|
646
|
+
nonCompliantResources?: number;
|
|
647
|
+
/** Number of non-compliant policies. */
|
|
648
|
+
nonCompliantPolicies?: number;
|
|
649
|
+
/** The resources summary at this level. */
|
|
650
|
+
resourceDetails?: ComplianceDetail[];
|
|
651
|
+
/** The policy artifact summary at this level. For query scope level, it represents policy assignment summary. For policy assignment level, it represents policy definitions summary. */
|
|
652
|
+
policyDetails?: ComplianceDetail[];
|
|
653
|
+
/** The policy definition group summary at this level. */
|
|
654
|
+
policyGroupDetails?: ComplianceDetail[];
|
|
655
|
+
}
|
|
656
|
+
export declare function summaryResultsDeserializer(item: any): SummaryResults;
|
|
657
|
+
export declare function complianceDetailArrayDeserializer(result: Array<ComplianceDetail>): any[];
|
|
658
|
+
/** The compliance state rollup. */
|
|
659
|
+
export interface ComplianceDetail {
|
|
660
|
+
/** The compliance state. */
|
|
661
|
+
complianceState?: string;
|
|
662
|
+
/** Summarized count value for this compliance state. */
|
|
663
|
+
count?: number;
|
|
664
|
+
}
|
|
665
|
+
export declare function complianceDetailDeserializer(item: any): ComplianceDetail;
|
|
666
|
+
export declare function policyAssignmentSummaryArrayDeserializer(result: Array<PolicyAssignmentSummary>): any[];
|
|
667
|
+
/** Policy assignment summary. */
|
|
668
|
+
export interface PolicyAssignmentSummary {
|
|
669
|
+
/** Policy assignment ID. */
|
|
670
|
+
policyAssignmentId?: string;
|
|
671
|
+
/** Policy set definition ID, if the policy assignment is for a policy set. */
|
|
672
|
+
policySetDefinitionId?: string;
|
|
673
|
+
/** Compliance summary for the policy assignment. */
|
|
674
|
+
results?: SummaryResults;
|
|
675
|
+
/** Policy definitions summary. */
|
|
676
|
+
policyDefinitions?: PolicyDefinitionSummary[];
|
|
677
|
+
/** Policy definition group summary. */
|
|
678
|
+
policyGroups?: PolicyGroupSummary[];
|
|
679
|
+
}
|
|
680
|
+
export declare function policyAssignmentSummaryDeserializer(item: any): PolicyAssignmentSummary;
|
|
681
|
+
export declare function policyDefinitionSummaryArrayDeserializer(result: Array<PolicyDefinitionSummary>): any[];
|
|
682
|
+
/** Policy definition summary. */
|
|
683
|
+
export interface PolicyDefinitionSummary {
|
|
684
|
+
/** Policy definition ID. */
|
|
685
|
+
policyDefinitionId?: string;
|
|
686
|
+
/** Policy definition reference ID. */
|
|
687
|
+
policyDefinitionReferenceId?: string;
|
|
688
|
+
/** Policy definition group names. */
|
|
689
|
+
policyDefinitionGroupNames?: string[];
|
|
690
|
+
/** Policy effect, i.e. policy definition action. */
|
|
691
|
+
effect?: string;
|
|
692
|
+
/** Compliance summary for the policy definition. */
|
|
693
|
+
results?: SummaryResults;
|
|
694
|
+
}
|
|
695
|
+
export declare function policyDefinitionSummaryDeserializer(item: any): PolicyDefinitionSummary;
|
|
696
|
+
export declare function policyGroupSummaryArrayDeserializer(result: Array<PolicyGroupSummary>): any[];
|
|
697
|
+
/** Policy definition group summary. */
|
|
698
|
+
export interface PolicyGroupSummary {
|
|
699
|
+
/** Policy group name. */
|
|
700
|
+
policyGroupName?: string;
|
|
701
|
+
/** Compliance summary for the policy definition group. */
|
|
702
|
+
results?: SummaryResults;
|
|
703
|
+
}
|
|
704
|
+
export declare function policyGroupSummaryDeserializer(item: any): PolicyGroupSummary;
|
|
705
|
+
/** The check policy restrictions parameters describing the resource that is being evaluated. */
|
|
706
|
+
export interface CheckRestrictionsRequest {
|
|
707
|
+
/** The information about the resource that will be evaluated. */
|
|
708
|
+
resourceDetails: CheckRestrictionsResourceDetails;
|
|
709
|
+
/** The list of fields and values that should be evaluated for potential restrictions. */
|
|
710
|
+
pendingFields?: PendingField[];
|
|
711
|
+
/** Whether to include policies with the 'audit' effect in the results. Defaults to false. */
|
|
712
|
+
includeAuditEffect?: boolean;
|
|
713
|
+
}
|
|
714
|
+
export declare function checkRestrictionsRequestSerializer(item: CheckRestrictionsRequest): any;
|
|
715
|
+
/** The information about the resource that will be evaluated. */
|
|
716
|
+
export interface CheckRestrictionsResourceDetails {
|
|
717
|
+
/** The resource content. This should include whatever properties are already known and can be a partial set of all resource properties. */
|
|
718
|
+
resourceContent: Record<string, unknown>;
|
|
719
|
+
/** The api-version of the resource content. */
|
|
720
|
+
apiVersion?: string;
|
|
721
|
+
/** The scope where the resource is being created. For example, if the resource is a child resource this would be the parent resource's resource ID. */
|
|
722
|
+
scope?: string;
|
|
723
|
+
}
|
|
724
|
+
export declare function checkRestrictionsResourceDetailsSerializer(item: CheckRestrictionsResourceDetails): any;
|
|
725
|
+
export declare function pendingFieldArraySerializer(result: Array<PendingField>): any[];
|
|
726
|
+
/** A field that should be evaluated against Azure Policy to determine restrictions. */
|
|
727
|
+
export interface PendingField {
|
|
728
|
+
/** The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias. */
|
|
729
|
+
field: string;
|
|
730
|
+
/** The list of potential values for the field that should be evaluated against Azure Policy. */
|
|
731
|
+
values?: string[];
|
|
732
|
+
}
|
|
733
|
+
export declare function pendingFieldSerializer(item: PendingField): any;
|
|
734
|
+
/** The result of a check policy restrictions evaluation on a resource. */
|
|
735
|
+
export interface CheckRestrictionsResult {
|
|
736
|
+
/** The restrictions that will be placed on various fields in the resource by policy. */
|
|
737
|
+
readonly fieldRestrictions?: FieldRestrictions[];
|
|
738
|
+
/** Evaluation results for the provided partial resource content. */
|
|
739
|
+
readonly contentEvaluationResult?: CheckRestrictionsResultContentEvaluationResult;
|
|
740
|
+
}
|
|
741
|
+
export declare function checkRestrictionsResultDeserializer(item: any): CheckRestrictionsResult;
|
|
742
|
+
export declare function fieldRestrictionsArrayDeserializer(result: Array<FieldRestrictions>): any[];
|
|
743
|
+
/** The restrictions that will be placed on a field in the resource by policy. */
|
|
744
|
+
export interface FieldRestrictions {
|
|
745
|
+
/** The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias. */
|
|
746
|
+
readonly field?: string;
|
|
747
|
+
/** The restrictions placed on that field by policy. */
|
|
748
|
+
restrictions?: FieldRestriction[];
|
|
749
|
+
}
|
|
750
|
+
export declare function fieldRestrictionsDeserializer(item: any): FieldRestrictions;
|
|
751
|
+
export declare function fieldRestrictionArrayDeserializer(result: Array<FieldRestriction>): any[];
|
|
752
|
+
/** The restrictions on a field imposed by a specific policy. */
|
|
753
|
+
export interface FieldRestriction {
|
|
754
|
+
/** The type of restriction that is imposed on the field. */
|
|
755
|
+
readonly result?: FieldRestrictionResult;
|
|
756
|
+
/** The value that policy will set for the field if the user does not provide a value. */
|
|
757
|
+
readonly defaultValue?: string;
|
|
758
|
+
/** The values that policy either requires or denies for the field. */
|
|
759
|
+
readonly values?: string[];
|
|
760
|
+
/** The details of the policy that is causing the field restriction. */
|
|
761
|
+
readonly policy?: PolicyReference;
|
|
762
|
+
/** The effect of the policy that is causing the field restriction. http://aka.ms/policyeffects */
|
|
763
|
+
readonly policyEffect?: string;
|
|
764
|
+
/** The reason for the restriction. */
|
|
765
|
+
readonly reason?: string;
|
|
766
|
+
}
|
|
767
|
+
export declare function fieldRestrictionDeserializer(item: any): FieldRestriction;
|
|
768
|
+
/** The type of restriction that is imposed on the field. */
|
|
769
|
+
export declare enum KnownFieldRestrictionResult {
|
|
770
|
+
/** The field and/or values are required by policy. */
|
|
771
|
+
Required = "Required",
|
|
772
|
+
/** The field will be removed by policy. */
|
|
773
|
+
Removed = "Removed",
|
|
774
|
+
/** The field and/or values will be denied by policy. */
|
|
775
|
+
Deny = "Deny",
|
|
776
|
+
/** The field and/or values will be audited by policy. */
|
|
777
|
+
Audit = "Audit"
|
|
778
|
+
}
|
|
779
|
+
/**
|
|
780
|
+
* The type of restriction that is imposed on the field. \
|
|
781
|
+
* {@link KnownFieldRestrictionResult} can be used interchangeably with FieldRestrictionResult,
|
|
782
|
+
* this enum contains the known values that the service supports.
|
|
783
|
+
* ### Known values supported by the service
|
|
784
|
+
* **Required**: The field and\/or values are required by policy. \
|
|
785
|
+
* **Removed**: The field will be removed by policy. \
|
|
786
|
+
* **Deny**: The field and\/or values will be denied by policy. \
|
|
787
|
+
* **Audit**: The field and\/or values will be audited by policy.
|
|
788
|
+
*/
|
|
789
|
+
export type FieldRestrictionResult = string;
|
|
790
|
+
/** Resource identifiers for a policy. */
|
|
791
|
+
export interface PolicyReference {
|
|
792
|
+
/** The resource identifier of the policy definition. */
|
|
793
|
+
readonly policyDefinitionId?: string;
|
|
794
|
+
/** The resource identifier of the policy set definition. */
|
|
795
|
+
readonly policySetDefinitionId?: string;
|
|
796
|
+
/** The reference identifier of a specific policy definition within a policy set definition. */
|
|
797
|
+
readonly policyDefinitionReferenceId?: string;
|
|
798
|
+
/** The resource identifier of the policy assignment. */
|
|
799
|
+
readonly policyAssignmentId?: string;
|
|
800
|
+
}
|
|
801
|
+
export declare function policyReferenceDeserializer(item: any): PolicyReference;
|
|
802
|
+
/** Evaluation results for the provided partial resource content. */
|
|
803
|
+
export interface CheckRestrictionsResultContentEvaluationResult {
|
|
804
|
+
/** Policy evaluation results against the given resource content. This will indicate if the partial content that was provided will be denied as-is. */
|
|
805
|
+
policyEvaluations?: PolicyEvaluationResult[];
|
|
806
|
+
}
|
|
807
|
+
export declare function checkRestrictionsResultContentEvaluationResultDeserializer(item: any): CheckRestrictionsResultContentEvaluationResult;
|
|
808
|
+
export declare function policyEvaluationResultArrayDeserializer(result: Array<PolicyEvaluationResult>): any[];
|
|
809
|
+
/** The result of a non-compliant policy evaluation against the given resource content. */
|
|
810
|
+
export interface PolicyEvaluationResult {
|
|
811
|
+
/** The details of the policy that was evaluated. */
|
|
812
|
+
readonly policyInfo?: PolicyReference;
|
|
813
|
+
/** The result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered. */
|
|
814
|
+
readonly evaluationResult?: string;
|
|
815
|
+
/** The detailed results of the policy expressions and values that were evaluated. */
|
|
816
|
+
readonly evaluationDetails?: CheckRestrictionEvaluationDetails;
|
|
817
|
+
/** The details of the effect that was applied to the resource. */
|
|
818
|
+
readonly effectDetails?: PolicyEffectDetails;
|
|
819
|
+
}
|
|
820
|
+
export declare function policyEvaluationResultDeserializer(item: any): PolicyEvaluationResult;
|
|
821
|
+
/** Policy evaluation details. */
|
|
822
|
+
export interface CheckRestrictionEvaluationDetails {
|
|
823
|
+
/** Details of the evaluated expressions. */
|
|
824
|
+
evaluatedExpressions?: ExpressionEvaluationDetails[];
|
|
825
|
+
/** Evaluation details of IfNotExists effect. */
|
|
826
|
+
ifNotExistsDetails?: IfNotExistsEvaluationDetails;
|
|
827
|
+
/** The reason for the evaluation result. */
|
|
828
|
+
readonly reason?: string;
|
|
829
|
+
}
|
|
830
|
+
export declare function checkRestrictionEvaluationDetailsDeserializer(item: any): CheckRestrictionEvaluationDetails;
|
|
831
|
+
/** The details of the effect that was applied to the resource. */
|
|
832
|
+
export interface PolicyEffectDetails {
|
|
833
|
+
/** The effect that was applied to the resource. http://aka.ms/policyeffects */
|
|
834
|
+
readonly policyEffect?: string;
|
|
835
|
+
}
|
|
836
|
+
export declare function policyEffectDetailsDeserializer(item: any): PolicyEffectDetails;
|
|
837
|
+
/** The check policy restrictions parameters describing the resource that is being evaluated. */
|
|
838
|
+
export interface CheckManagementGroupRestrictionsRequest {
|
|
839
|
+
/** The information about the resource that will be evaluated. */
|
|
840
|
+
resourceDetails?: CheckRestrictionsResourceDetails;
|
|
841
|
+
/** The list of fields and values that should be evaluated for potential restrictions. */
|
|
842
|
+
pendingFields?: PendingField[];
|
|
843
|
+
}
|
|
844
|
+
export declare function checkManagementGroupRestrictionsRequestSerializer(item: CheckManagementGroupRestrictionsRequest): any;
|
|
845
|
+
/** Query results. */
|
|
846
|
+
export interface ComponentPolicyStatesQueryResults {
|
|
847
|
+
/** OData context string; used by OData clients to resolve type information based on metadata. */
|
|
848
|
+
odataContext?: string;
|
|
849
|
+
/** OData entity count; represents the number of policy state records returned. */
|
|
850
|
+
odataCount?: number;
|
|
851
|
+
/** Query results. */
|
|
852
|
+
value?: ComponentPolicyState[];
|
|
853
|
+
}
|
|
854
|
+
export declare function componentPolicyStatesQueryResultsDeserializer(item: any): ComponentPolicyStatesQueryResults;
|
|
855
|
+
export declare function componentPolicyStateArrayDeserializer(result: Array<ComponentPolicyState>): any[];
|
|
856
|
+
/** Component Policy State record. */
|
|
857
|
+
export interface ComponentPolicyState {
|
|
858
|
+
/** OData entity ID; always set to null since component policy state records do not have an entity ID. */
|
|
859
|
+
readonly odataId?: string;
|
|
860
|
+
/** OData context string; used by OData clients to resolve type information based on metadata. */
|
|
861
|
+
readonly odataContext?: string;
|
|
862
|
+
/** Timestamp for the component policy state record. */
|
|
863
|
+
readonly timestamp?: Date;
|
|
864
|
+
/** Component Id. */
|
|
865
|
+
readonly componentId?: string;
|
|
866
|
+
/** Component type. */
|
|
867
|
+
readonly componentType?: string;
|
|
868
|
+
/** Component name. */
|
|
869
|
+
readonly componentName?: string;
|
|
870
|
+
/** Resource ID. */
|
|
871
|
+
readonly resourceId?: string;
|
|
872
|
+
/** Policy assignment ID. */
|
|
873
|
+
readonly policyAssignmentId?: string;
|
|
874
|
+
/** Policy definition ID. */
|
|
875
|
+
readonly policyDefinitionId?: string;
|
|
876
|
+
/** Subscription ID. */
|
|
877
|
+
readonly subscriptionId?: string;
|
|
878
|
+
/** Resource type. */
|
|
879
|
+
readonly resourceType?: string;
|
|
880
|
+
/** Resource location. */
|
|
881
|
+
readonly resourceLocation?: string;
|
|
882
|
+
/** Resource group name. */
|
|
883
|
+
readonly resourceGroup?: string;
|
|
884
|
+
/** Policy assignment name. */
|
|
885
|
+
readonly policyAssignmentName?: string;
|
|
886
|
+
/** Policy assignment owner. */
|
|
887
|
+
readonly policyAssignmentOwner?: string;
|
|
888
|
+
/** Policy assignment parameters. */
|
|
889
|
+
readonly policyAssignmentParameters?: string;
|
|
890
|
+
/** Policy assignment scope. */
|
|
891
|
+
readonly policyAssignmentScope?: string;
|
|
892
|
+
/** Policy definition name. */
|
|
893
|
+
readonly policyDefinitionName?: string;
|
|
894
|
+
/** Policy definition action, i.e. effect. */
|
|
895
|
+
readonly policyDefinitionAction?: string;
|
|
896
|
+
/** Policy definition category. */
|
|
897
|
+
readonly policyDefinitionCategory?: string;
|
|
898
|
+
/** Policy set definition ID, if the policy assignment is for a policy set. */
|
|
899
|
+
readonly policySetDefinitionId?: string;
|
|
900
|
+
/** Policy set definition name, if the policy assignment is for a policy set. */
|
|
901
|
+
readonly policySetDefinitionName?: string;
|
|
902
|
+
/** Policy set definition owner, if the policy assignment is for a policy set. */
|
|
903
|
+
readonly policySetDefinitionOwner?: string;
|
|
904
|
+
/** Policy set definition category, if the policy assignment is for a policy set. */
|
|
905
|
+
readonly policySetDefinitionCategory?: string;
|
|
906
|
+
/** Policy set definition parameters, if the policy assignment is for a policy set. */
|
|
907
|
+
readonly policySetDefinitionParameters?: string;
|
|
908
|
+
/** Reference ID for the policy definition inside the policy set, if the policy assignment is for a policy set. */
|
|
909
|
+
readonly policyDefinitionReferenceId?: string;
|
|
910
|
+
/** Compliance state of the resource. */
|
|
911
|
+
readonly complianceState?: string;
|
|
912
|
+
/** Policy evaluation details. This is only included in the response if the request contains $expand=PolicyEvaluationDetails. */
|
|
913
|
+
policyEvaluationDetails?: ComponentPolicyEvaluationDetails;
|
|
914
|
+
/** Policy definition group names. */
|
|
915
|
+
readonly policyDefinitionGroupNames?: string[];
|
|
916
|
+
/** Evaluated policy definition version. */
|
|
917
|
+
readonly policyDefinitionVersion?: string;
|
|
918
|
+
/** Evaluated policy set definition version. */
|
|
919
|
+
readonly policySetDefinitionVersion?: string;
|
|
920
|
+
/** Evaluated policy assignment version. */
|
|
921
|
+
readonly policyAssignmentVersion?: string;
|
|
922
|
+
/** Additional properties */
|
|
923
|
+
additionalProperties?: Record<string, Record<string, unknown>>;
|
|
924
|
+
}
|
|
925
|
+
export declare function componentPolicyStateDeserializer(item: any): ComponentPolicyState;
|
|
926
|
+
/** Policy evaluation details. */
|
|
927
|
+
export interface ComponentPolicyEvaluationDetails {
|
|
928
|
+
/** Details of the evaluated expressions. */
|
|
929
|
+
readonly evaluatedExpressions?: ComponentExpressionEvaluationDetails[];
|
|
930
|
+
/** Additional textual reason for the evaluation outcome. */
|
|
931
|
+
reason?: string;
|
|
932
|
+
}
|
|
933
|
+
export declare function componentPolicyEvaluationDetailsDeserializer(item: any): ComponentPolicyEvaluationDetails;
|
|
934
|
+
export declare function componentExpressionEvaluationDetailsArrayDeserializer(result: Array<ComponentExpressionEvaluationDetails>): any[];
|
|
935
|
+
/** Evaluation details of policy language expressions. */
|
|
936
|
+
export interface ComponentExpressionEvaluationDetails {
|
|
937
|
+
/** Evaluation result. */
|
|
938
|
+
result?: string;
|
|
939
|
+
/** Expression evaluated. */
|
|
940
|
+
readonly expression?: string;
|
|
941
|
+
/** The kind of expression that was evaluated. */
|
|
942
|
+
readonly expressionKind?: string;
|
|
943
|
+
/** Property path if the expression is a field or an alias. */
|
|
944
|
+
readonly path?: string;
|
|
945
|
+
/** Value of the expression. */
|
|
946
|
+
readonly expressionValue?: Record<string, unknown>;
|
|
947
|
+
/** Target value to be compared with the expression value. */
|
|
948
|
+
readonly targetValue?: Record<string, unknown>;
|
|
949
|
+
/** Operator to compare the expression value and the target value. */
|
|
950
|
+
readonly operator?: string;
|
|
951
|
+
}
|
|
952
|
+
export declare function componentExpressionEvaluationDetailsDeserializer(item: any): ComponentExpressionEvaluationDetails;
|
|
953
|
+
/** Known values of {@link PolicyEventsResourceType} that the service accepts. */
|
|
954
|
+
export declare enum KnownPolicyEventsResourceType {
|
|
955
|
+
/** default */
|
|
956
|
+
Default = "default"
|
|
957
|
+
}
|
|
958
|
+
/** Type of PolicyEventsResourceType */
|
|
959
|
+
export type PolicyEventsResourceType = string;
|
|
960
|
+
/** Known values of {@link PolicyStatesResource} that the service accepts. */
|
|
961
|
+
export declare enum KnownPolicyStatesResource {
|
|
962
|
+
/** default */
|
|
963
|
+
Default = "default",
|
|
964
|
+
/** latest */
|
|
965
|
+
Latest = "latest"
|
|
966
|
+
}
|
|
967
|
+
/** Type of PolicyStatesResource */
|
|
968
|
+
export type PolicyStatesResource = string;
|
|
969
|
+
/** Known values of {@link PolicyStatesSummaryResourceType} that the service accepts. */
|
|
970
|
+
export declare enum KnownPolicyStatesSummaryResourceType {
|
|
971
|
+
/** latest */
|
|
972
|
+
Latest = "latest"
|
|
973
|
+
}
|
|
974
|
+
/** Type of PolicyStatesSummaryResourceType */
|
|
975
|
+
export type PolicyStatesSummaryResourceType = string;
|
|
976
|
+
/** Known values of {@link ComponentPolicyStatesResource} that the service accepts. */
|
|
977
|
+
export declare enum KnownComponentPolicyStatesResource {
|
|
978
|
+
/** latest */
|
|
979
|
+
Latest = "latest"
|
|
980
|
+
}
|
|
981
|
+
/** Type of ComponentPolicyStatesResource */
|
|
982
|
+
export type ComponentPolicyStatesResource = string;
|
|
983
|
+
export declare function _remediationPropertiesSerializer(item: Remediation): any;
|
|
984
|
+
export declare function _remediationPropertiesDeserializer(item: any): {
|
|
985
|
+
policyAssignmentId: any;
|
|
986
|
+
policyDefinitionReferenceId: any;
|
|
987
|
+
resourceDiscoveryMode: any;
|
|
988
|
+
provisioningState: any;
|
|
989
|
+
createdOn: any;
|
|
990
|
+
lastUpdatedOn: any;
|
|
991
|
+
filters: any;
|
|
992
|
+
deploymentStatus: any;
|
|
993
|
+
statusMessage: any;
|
|
994
|
+
correlationId: any;
|
|
995
|
+
resourceCount: any;
|
|
996
|
+
parallelDeployments: any;
|
|
997
|
+
failureThreshold: any;
|
|
998
|
+
};
|
|
999
|
+
export declare function _attestationPropertiesSerializer(item: Attestation): any;
|
|
1000
|
+
export declare function _attestationPropertiesDeserializer(item: any): {
|
|
1001
|
+
policyAssignmentId: any;
|
|
1002
|
+
policyDefinitionReferenceId: any;
|
|
1003
|
+
complianceState: any;
|
|
1004
|
+
expiresOn: any;
|
|
1005
|
+
owner: any;
|
|
1006
|
+
comments: any;
|
|
1007
|
+
evidence: any;
|
|
1008
|
+
provisioningState: any;
|
|
1009
|
+
lastComplianceStateChangeAt: any;
|
|
1010
|
+
assessmentDate: any;
|
|
1011
|
+
metadata: any;
|
|
1012
|
+
};
|
|
1013
|
+
export declare function _policyMetadataPropertiesDeserializer(item: any): {
|
|
1014
|
+
metadataId: any;
|
|
1015
|
+
category: any;
|
|
1016
|
+
title: any;
|
|
1017
|
+
owner: any;
|
|
1018
|
+
additionalContentUrl: any;
|
|
1019
|
+
metadata: any;
|
|
1020
|
+
description: any;
|
|
1021
|
+
requirements: any;
|
|
1022
|
+
};
|
|
1023
|
+
export declare function _slimPolicyMetadataPropertiesDeserializer(item: any): {
|
|
1024
|
+
metadataId: any;
|
|
1025
|
+
category: any;
|
|
1026
|
+
title: any;
|
|
1027
|
+
owner: any;
|
|
1028
|
+
additionalContentUrl: any;
|
|
1029
|
+
metadata: any;
|
|
1030
|
+
};
|
|
1031
|
+
//# sourceMappingURL=models.d.ts.map
|