@azure/arm-policyinsights 6.0.0-beta.2 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +238 -4
- package/LICENSE +1 -1
- package/README.md +4 -5
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +21 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +2256 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +82 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +67 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +2982 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +51 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +488 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/attestations.d.ts +161 -0
- package/dist/browser/operations/attestations.d.ts.map +1 -0
- package/dist/browser/operations/attestations.js +790 -0
- package/dist/browser/operations/attestations.js.map +1 -0
- package/dist/browser/operations/componentPolicyStates.d.ts +66 -0
- package/dist/browser/operations/componentPolicyStates.d.ts.map +1 -0
- package/dist/browser/operations/componentPolicyStates.js +292 -0
- package/dist/browser/operations/componentPolicyStates.js.map +1 -0
- package/dist/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +18 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +46 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/policyEvents.d.ts +256 -0
- package/dist/browser/operations/policyEvents.d.ts.map +1 -0
- package/dist/browser/operations/policyEvents.js +1200 -0
- package/dist/browser/operations/policyEvents.js.map +1 -0
- package/dist/browser/operations/policyMetadataOperations.d.ts +38 -0
- package/dist/browser/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operations/policyMetadataOperations.js +157 -0
- package/dist/browser/operations/policyMetadataOperations.js.map +1 -0
- package/dist/browser/operations/policyRestrictions.d.ts +34 -0
- package/dist/browser/operations/policyRestrictions.d.ts.map +1 -0
- package/dist/browser/operations/policyRestrictions.js +112 -0
- package/dist/browser/operations/policyRestrictions.js.map +1 -0
- package/dist/browser/operations/policyStates.d.ts +385 -0
- package/dist/browser/operations/policyStates.d.ts.map +1 -0
- package/dist/browser/operations/policyStates.js +1705 -0
- package/dist/browser/operations/policyStates.js.map +1 -0
- package/dist/browser/operations/policyTrackedResources.d.ts +123 -0
- package/dist/browser/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist/browser/operations/policyTrackedResources.js +536 -0
- package/dist/browser/operations/policyTrackedResources.js.map +1 -0
- package/dist/browser/operations/remediations.d.ts +304 -0
- package/dist/browser/operations/remediations.d.ts.map +1 -0
- package/dist/browser/operations/remediations.js +1474 -0
- package/dist/browser/operations/remediations.js.map +1 -0
- package/dist/browser/operationsInterfaces/attestations.d.ts +110 -0
- package/dist/browser/operationsInterfaces/attestations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/attestations.js.map +1 -0
- package/dist/browser/operationsInterfaces/componentPolicyStates.d.ts +58 -0
- package/dist/browser/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/componentPolicyStates.js +9 -0
- package/dist/browser/operationsInterfaces/componentPolicyStates.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyEvents.d.ts +76 -0
- package/dist/browser/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist/browser/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyRestrictions.d.ts +26 -0
- package/dist/browser/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyStates.d.ts +189 -0
- package/dist/browser/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyStates.js.map +1 -0
- package/dist/browser/operationsInterfaces/policyTrackedResources.d.ts +37 -0
- package/dist/browser/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/remediations.d.ts +168 -0
- package/dist/browser/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/remediations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +32 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/policyInsightsClient.d.ts +26 -0
- package/dist/browser/policyInsightsClient.d.ts.map +1 -0
- package/dist/browser/policyInsightsClient.js +76 -0
- package/dist/browser/policyInsightsClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2256 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +85 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +67 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2986 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +51 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +491 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/attestations.d.ts +161 -0
- package/dist/commonjs/operations/attestations.d.ts.map +1 -0
- package/dist/commonjs/operations/attestations.js +794 -0
- package/dist/commonjs/operations/attestations.js.map +1 -0
- package/dist/commonjs/operations/componentPolicyStates.d.ts +66 -0
- package/dist/commonjs/operations/componentPolicyStates.d.ts.map +1 -0
- package/dist/commonjs/operations/componentPolicyStates.js +297 -0
- package/dist/commonjs/operations/componentPolicyStates.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +51 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/policyEvents.d.ts +256 -0
- package/dist/commonjs/operations/policyEvents.d.ts.map +1 -0
- package/dist/commonjs/operations/policyEvents.js +1204 -0
- package/dist/commonjs/operations/policyEvents.js.map +1 -0
- package/dist/commonjs/operations/policyMetadataOperations.d.ts +38 -0
- package/dist/commonjs/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/policyMetadataOperations.js +161 -0
- package/dist/commonjs/operations/policyMetadataOperations.js.map +1 -0
- package/dist/commonjs/operations/policyRestrictions.d.ts +34 -0
- package/dist/commonjs/operations/policyRestrictions.d.ts.map +1 -0
- package/dist/commonjs/operations/policyRestrictions.js +117 -0
- package/dist/commonjs/operations/policyRestrictions.js.map +1 -0
- package/dist/commonjs/operations/policyStates.d.ts +385 -0
- package/dist/commonjs/operations/policyStates.d.ts.map +1 -0
- package/dist/commonjs/operations/policyStates.js +1709 -0
- package/dist/commonjs/operations/policyStates.js.map +1 -0
- package/dist/commonjs/operations/policyTrackedResources.d.ts +123 -0
- package/dist/commonjs/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist/commonjs/operations/policyTrackedResources.js +540 -0
- package/dist/commonjs/operations/policyTrackedResources.js.map +1 -0
- package/dist/commonjs/operations/remediations.d.ts +304 -0
- package/dist/commonjs/operations/remediations.d.ts.map +1 -0
- package/dist/commonjs/operations/remediations.js +1478 -0
- package/dist/commonjs/operations/remediations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/attestations.d.ts +110 -0
- package/dist/commonjs/operationsInterfaces/attestations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/attestations.js +10 -0
- package/dist/commonjs/operationsInterfaces/attestations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.js +10 -0
- package/dist/commonjs/operationsInterfaces/componentPolicyStates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyEvents.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyEvents.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyRestrictions.d.ts +26 -0
- package/dist/commonjs/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyRestrictions.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyStates.d.ts +189 -0
- package/dist/commonjs/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyStates.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyStates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/remediations.d.ts +168 -0
- package/dist/commonjs/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/remediations.js +10 -0
- package/dist/commonjs/operationsInterfaces/remediations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/policyInsightsClient.d.ts +26 -0
- package/dist/commonjs/policyInsightsClient.d.ts.map +1 -0
- package/dist/commonjs/policyInsightsClient.js +81 -0
- package/dist/commonjs/policyInsightsClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2256 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +82 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +67 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2982 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +51 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +488 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/attestations.d.ts +161 -0
- package/dist/esm/operations/attestations.d.ts.map +1 -0
- package/dist/esm/operations/attestations.js +790 -0
- package/dist/esm/operations/attestations.js.map +1 -0
- package/dist/esm/operations/componentPolicyStates.d.ts +66 -0
- package/dist/esm/operations/componentPolicyStates.d.ts.map +1 -0
- package/dist/esm/operations/componentPolicyStates.js +292 -0
- package/dist/esm/operations/componentPolicyStates.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +46 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/policyEvents.d.ts +256 -0
- package/dist/esm/operations/policyEvents.d.ts.map +1 -0
- package/dist/esm/operations/policyEvents.js +1200 -0
- package/dist/esm/operations/policyEvents.js.map +1 -0
- package/dist/esm/operations/policyMetadataOperations.d.ts +38 -0
- package/dist/esm/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operations/policyMetadataOperations.js +157 -0
- package/dist/esm/operations/policyMetadataOperations.js.map +1 -0
- package/dist/esm/operations/policyRestrictions.d.ts +34 -0
- package/dist/esm/operations/policyRestrictions.d.ts.map +1 -0
- package/dist/esm/operations/policyRestrictions.js +112 -0
- package/dist/esm/operations/policyRestrictions.js.map +1 -0
- package/dist/esm/operations/policyStates.d.ts +385 -0
- package/dist/esm/operations/policyStates.d.ts.map +1 -0
- package/dist/esm/operations/policyStates.js +1705 -0
- package/dist/esm/operations/policyStates.js.map +1 -0
- package/dist/esm/operations/policyTrackedResources.d.ts +123 -0
- package/dist/esm/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist/esm/operations/policyTrackedResources.js +536 -0
- package/dist/esm/operations/policyTrackedResources.js.map +1 -0
- package/dist/esm/operations/remediations.d.ts +304 -0
- package/dist/esm/operations/remediations.d.ts.map +1 -0
- package/dist/esm/operations/remediations.js +1474 -0
- package/dist/esm/operations/remediations.js.map +1 -0
- package/dist/esm/operationsInterfaces/attestations.d.ts +110 -0
- package/dist/esm/operationsInterfaces/attestations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/attestations.js +9 -0
- package/dist/esm/operationsInterfaces/attestations.js.map +1 -0
- package/dist/esm/operationsInterfaces/componentPolicyStates.d.ts +58 -0
- package/dist/esm/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/componentPolicyStates.js +9 -0
- package/dist/esm/operationsInterfaces/componentPolicyStates.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyEvents.d.ts +76 -0
- package/dist/esm/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyEvents.js +9 -0
- package/dist/esm/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist/esm/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyMetadataOperations.js +9 -0
- package/dist/esm/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyRestrictions.d.ts +26 -0
- package/dist/esm/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyRestrictions.js +9 -0
- package/dist/esm/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyStates.d.ts +189 -0
- package/dist/esm/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyStates.js +9 -0
- package/dist/esm/operationsInterfaces/policyStates.js.map +1 -0
- package/dist/esm/operationsInterfaces/policyTrackedResources.d.ts +37 -0
- package/dist/esm/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policyTrackedResources.js +9 -0
- package/dist/esm/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/remediations.d.ts +168 -0
- package/dist/esm/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/remediations.js +9 -0
- package/dist/esm/operationsInterfaces/remediations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/policyInsightsClient.d.ts +26 -0
- package/dist/esm/policyInsightsClient.d.ts.map +1 -0
- package/dist/esm/policyInsightsClient.js +76 -0
- package/dist/esm/policyInsightsClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2256 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +82 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +67 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2982 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +51 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +488 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/attestations.d.ts +161 -0
- package/dist/react-native/operations/attestations.d.ts.map +1 -0
- package/dist/react-native/operations/attestations.js +790 -0
- package/dist/react-native/operations/attestations.js.map +1 -0
- package/dist/react-native/operations/componentPolicyStates.d.ts +66 -0
- package/dist/react-native/operations/componentPolicyStates.d.ts.map +1 -0
- package/dist/react-native/operations/componentPolicyStates.js +292 -0
- package/dist/react-native/operations/componentPolicyStates.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +46 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/policyEvents.d.ts +256 -0
- package/dist/react-native/operations/policyEvents.d.ts.map +1 -0
- package/dist/react-native/operations/policyEvents.js +1200 -0
- package/dist/react-native/operations/policyEvents.js.map +1 -0
- package/dist/react-native/operations/policyMetadataOperations.d.ts +38 -0
- package/dist/react-native/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operations/policyMetadataOperations.js +157 -0
- package/dist/react-native/operations/policyMetadataOperations.js.map +1 -0
- package/dist/react-native/operations/policyRestrictions.d.ts +34 -0
- package/dist/react-native/operations/policyRestrictions.d.ts.map +1 -0
- package/dist/react-native/operations/policyRestrictions.js +112 -0
- package/dist/react-native/operations/policyRestrictions.js.map +1 -0
- package/dist/react-native/operations/policyStates.d.ts +385 -0
- package/dist/react-native/operations/policyStates.d.ts.map +1 -0
- package/dist/react-native/operations/policyStates.js +1705 -0
- package/dist/react-native/operations/policyStates.js.map +1 -0
- package/dist/react-native/operations/policyTrackedResources.d.ts +123 -0
- package/dist/react-native/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist/react-native/operations/policyTrackedResources.js +536 -0
- package/dist/react-native/operations/policyTrackedResources.js.map +1 -0
- package/dist/react-native/operations/remediations.d.ts +304 -0
- package/dist/react-native/operations/remediations.d.ts.map +1 -0
- package/dist/react-native/operations/remediations.js +1474 -0
- package/dist/react-native/operations/remediations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/attestations.d.ts +110 -0
- package/dist/react-native/operationsInterfaces/attestations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/attestations.js +9 -0
- package/dist/react-native/operationsInterfaces/attestations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/componentPolicyStates.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/componentPolicyStates.js +9 -0
- package/dist/react-native/operationsInterfaces/componentPolicyStates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyEvents.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyEvents.js +9 -0
- package/dist/react-native/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyRestrictions.d.ts +26 -0
- package/dist/react-native/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyRestrictions.js +9 -0
- package/dist/react-native/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyStates.d.ts +189 -0
- package/dist/react-native/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyStates.js +9 -0
- package/dist/react-native/operationsInterfaces/policyStates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policyTrackedResources.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policyTrackedResources.js +9 -0
- package/dist/react-native/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/remediations.d.ts +168 -0
- package/dist/react-native/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/remediations.js +9 -0
- package/dist/react-native/operationsInterfaces/remediations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/policyInsightsClient.d.ts +26 -0
- package/dist/react-native/policyInsightsClient.d.ts.map +1 -0
- package/dist/react-native/policyInsightsClient.js +76 -0
- package/dist/react-native/policyInsightsClient.js.map +1 -0
- package/package.json +84 -62
- package/review/arm-policyinsights.api.md +198 -41
- package/dist/index.js +0 -8961
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.js +0 -47
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.js +0 -47
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.js +0 -67
- package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.js +0 -31
- package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.js +0 -30
- package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsGetAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtResourceSample.js +0 -31
- package/dist-esm/samples-dev/attestationsGetAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.js +0 -30
- package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsListForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsListForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsListForResourceGroupSample.js +0 -83
- package/dist-esm/samples-dev/attestationsListForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsListForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsListForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsListForResourceSample.js +0 -78
- package/dist-esm/samples-dev/attestationsListForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationsListForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationsListForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationsListForSubscriptionSample.js +0 -81
- package/dist-esm/samples-dev/attestationsListForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -29
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.js +0 -81
- package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.js +0 -81
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.js +0 -81
- package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js +0 -83
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.js +0 -81
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.js +0 -251
- package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js +0 -81
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.js +0 -270
- package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyMetadataGetResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyMetadataGetResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyMetadataGetResourceSample.js +0 -30
- package/dist-esm/samples-dev/policyMetadataGetResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/policyMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyMetadataListSample.js +0 -75
- package/dist-esm/samples-dev/policyMetadataListSample.js.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.js +0 -33
- package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.js +0 -47
- package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.js +0 -46
- package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.js +0 -81
- package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.js +0 -81
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.js +0 -81
- package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js +0 -83
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.js +0 -81
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.js +0 -287
- package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js +0 -81
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.js +0 -270
- package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.js +0 -38
- package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.js +0 -31
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.js +0 -38
- package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.js +0 -32
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.js +0 -33
- package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.js +0 -31
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.js +0 -54
- package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.js +0 -30
- package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.js.map +0 -1
- package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.js +0 -29
- package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.js.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.js +0 -82
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.js +0 -82
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.js +0 -82
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.js +0 -80
- package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCancelAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtResourceSample.js +0 -31
- package/dist-esm/samples-dev/remediationsCancelAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.js +0 -30
- package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.js +0 -34
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.js +0 -34
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.js +0 -34
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.js +0 -59
- package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.js +0 -31
- package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.js +0 -30
- package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.js +0 -31
- package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsGetAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtResourceSample.js +0 -31
- package/dist-esm/samples-dev/remediationsGetAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.js +0 -30
- package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.js +0 -45
- package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.js +0 -45
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.js +0 -45
- package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.js +0 -44
- package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListForManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListForManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListForManagementGroupSample.js +0 -80
- package/dist-esm/samples-dev/remediationsListForManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListForResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListForResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListForResourceGroupSample.js +0 -80
- package/dist-esm/samples-dev/remediationsListForResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListForResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListForResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListForResourceSample.js +0 -78
- package/dist-esm/samples-dev/remediationsListForResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/remediationsListForSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/remediationsListForSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/remediationsListForSubscriptionSample.js +0 -78
- package/dist-esm/samples-dev/remediationsListForSubscriptionSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -12
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -16
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1931
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -74
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -61
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -2530
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -43
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -406
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/attestations.d.ts +0 -161
- package/dist-esm/src/operations/attestations.d.ts.map +0 -1
- package/dist-esm/src/operations/attestations.js +0 -753
- package/dist-esm/src/operations/attestations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -9
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -16
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -18
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -46
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/policyEvents.d.ts +0 -256
- package/dist-esm/src/operations/policyEvents.d.ts.map +0 -1
- package/dist-esm/src/operations/policyEvents.js +0 -1181
- package/dist-esm/src/operations/policyEvents.js.map +0 -1
- package/dist-esm/src/operations/policyMetadataOperations.d.ts +0 -38
- package/dist-esm/src/operations/policyMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/policyMetadataOperations.js +0 -144
- package/dist-esm/src/operations/policyMetadataOperations.js.map +0 -1
- package/dist-esm/src/operations/policyRestrictions.d.ts +0 -34
- package/dist-esm/src/operations/policyRestrictions.d.ts.map +0 -1
- package/dist-esm/src/operations/policyRestrictions.js +0 -112
- package/dist-esm/src/operations/policyRestrictions.js.map +0 -1
- package/dist-esm/src/operations/policyStates.d.ts +0 -385
- package/dist-esm/src/operations/policyStates.d.ts.map +0 -1
- package/dist-esm/src/operations/policyStates.js +0 -1686
- package/dist-esm/src/operations/policyStates.js.map +0 -1
- package/dist-esm/src/operations/policyTrackedResources.d.ts +0 -123
- package/dist-esm/src/operations/policyTrackedResources.d.ts.map +0 -1
- package/dist-esm/src/operations/policyTrackedResources.js +0 -487
- package/dist-esm/src/operations/policyTrackedResources.js.map +0 -1
- package/dist-esm/src/operations/remediations.d.ts +0 -304
- package/dist-esm/src/operations/remediations.d.ts.map +0 -1
- package/dist-esm/src/operations/remediations.js +0 -1377
- package/dist-esm/src/operations/remediations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/attestations.d.ts +0 -110
- package/dist-esm/src/operationsInterfaces/attestations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/attestations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -9
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -16
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts +0 -76
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyEvents.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts +0 -26
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyRestrictions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts +0 -189
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyStates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/remediations.d.ts +0 -168
- package/dist-esm/src/operationsInterfaces/remediations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/remediations.js.map +0 -1
- package/dist-esm/src/policyInsightsClient.d.ts +0 -24
- package/dist-esm/src/policyInsightsClient.d.ts.map +0 -1
- package/dist-esm/src/policyInsightsClient.js +0 -80
- package/dist-esm/src/policyInsightsClient.js.map +0 -1
- package/dist-esm/test/policyinsights_example.spec.d.ts +0 -4
- package/dist-esm/test/policyinsights_example.spec.d.ts.map +0 -1
- package/dist-esm/test/policyinsights_example.spec.js +0 -71
- package/dist-esm/test/policyinsights_example.spec.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -12
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -2296
- package/src/models/mappers.ts +0 -2608
- package/src/models/parameters.ts +0 -457
- package/src/operations/attestations.ts +0 -1005
- package/src/operations/index.ts +0 -16
- package/src/operations/operations.ts +0 -59
- package/src/operations/policyEvents.ts +0 -1603
- package/src/operations/policyMetadataOperations.ts +0 -170
- package/src/operations/policyRestrictions.ts +0 -154
- package/src/operations/policyStates.ts +0 -2270
- package/src/operations/policyTrackedResources.ts +0 -665
- package/src/operations/remediations.ts +0 -1814
- package/src/operationsInterfaces/attestations.ts +0 -212
- package/src/operationsInterfaces/index.ts +0 -16
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/policyEvents.ts +0 -134
- package/src/operationsInterfaces/policyMetadataOperations.ts +0 -36
- package/src/operationsInterfaces/policyRestrictions.ts +0 -54
- package/src/operationsInterfaces/policyStates.ts +0 -320
- package/src/operationsInterfaces/policyTrackedResources.ts +0 -68
- package/src/operationsInterfaces/remediations.ts +0 -310
- package/src/policyInsightsClient.ts +0 -137
- package/tsconfig.json +0 -33
- package/types/arm-policyinsights.d.ts +0 -2853
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/attestations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyEvents.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyMetadataOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyRestrictions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyStates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyTrackedResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/remediations.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link PolicyTrackedResourcesResourceType} that the service accepts. */
|
|
9
|
+
export var KnownPolicyTrackedResourcesResourceType;
|
|
10
|
+
(function (KnownPolicyTrackedResourcesResourceType) {
|
|
11
|
+
/** Default */
|
|
12
|
+
KnownPolicyTrackedResourcesResourceType["Default"] = "default";
|
|
13
|
+
})(KnownPolicyTrackedResourcesResourceType || (KnownPolicyTrackedResourcesResourceType = {}));
|
|
14
|
+
/** Known values of {@link ResourceDiscoveryMode} that the service accepts. */
|
|
15
|
+
export var KnownResourceDiscoveryMode;
|
|
16
|
+
(function (KnownResourceDiscoveryMode) {
|
|
17
|
+
/** Remediate resources that are already known to be non-compliant. */
|
|
18
|
+
KnownResourceDiscoveryMode["ExistingNonCompliant"] = "ExistingNonCompliant";
|
|
19
|
+
/** 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. */
|
|
20
|
+
KnownResourceDiscoveryMode["ReEvaluateCompliance"] = "ReEvaluateCompliance";
|
|
21
|
+
})(KnownResourceDiscoveryMode || (KnownResourceDiscoveryMode = {}));
|
|
22
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
23
|
+
export var KnownCreatedByType;
|
|
24
|
+
(function (KnownCreatedByType) {
|
|
25
|
+
/** User */
|
|
26
|
+
KnownCreatedByType["User"] = "User";
|
|
27
|
+
/** Application */
|
|
28
|
+
KnownCreatedByType["Application"] = "Application";
|
|
29
|
+
/** ManagedIdentity */
|
|
30
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
31
|
+
/** Key */
|
|
32
|
+
KnownCreatedByType["Key"] = "Key";
|
|
33
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
34
|
+
/** Known values of {@link PolicyEventsResourceType} that the service accepts. */
|
|
35
|
+
export var KnownPolicyEventsResourceType;
|
|
36
|
+
(function (KnownPolicyEventsResourceType) {
|
|
37
|
+
/** Default */
|
|
38
|
+
KnownPolicyEventsResourceType["Default"] = "default";
|
|
39
|
+
})(KnownPolicyEventsResourceType || (KnownPolicyEventsResourceType = {}));
|
|
40
|
+
/** Known values of {@link PolicyStatesResource} that the service accepts. */
|
|
41
|
+
export var KnownPolicyStatesResource;
|
|
42
|
+
(function (KnownPolicyStatesResource) {
|
|
43
|
+
/** Default */
|
|
44
|
+
KnownPolicyStatesResource["Default"] = "default";
|
|
45
|
+
/** Latest */
|
|
46
|
+
KnownPolicyStatesResource["Latest"] = "latest";
|
|
47
|
+
})(KnownPolicyStatesResource || (KnownPolicyStatesResource = {}));
|
|
48
|
+
/** Known values of {@link PolicyStatesSummaryResourceType} that the service accepts. */
|
|
49
|
+
export var KnownPolicyStatesSummaryResourceType;
|
|
50
|
+
(function (KnownPolicyStatesSummaryResourceType) {
|
|
51
|
+
/** Latest */
|
|
52
|
+
KnownPolicyStatesSummaryResourceType["Latest"] = "latest";
|
|
53
|
+
})(KnownPolicyStatesSummaryResourceType || (KnownPolicyStatesSummaryResourceType = {}));
|
|
54
|
+
/** Known values of {@link FieldRestrictionResult} that the service accepts. */
|
|
55
|
+
export var KnownFieldRestrictionResult;
|
|
56
|
+
(function (KnownFieldRestrictionResult) {
|
|
57
|
+
/** The field and\/or values are required by policy. */
|
|
58
|
+
KnownFieldRestrictionResult["Required"] = "Required";
|
|
59
|
+
/** The field will be removed by policy. */
|
|
60
|
+
KnownFieldRestrictionResult["Removed"] = "Removed";
|
|
61
|
+
/** The field and\/or values will be denied by policy. */
|
|
62
|
+
KnownFieldRestrictionResult["Deny"] = "Deny";
|
|
63
|
+
/** The field and\/or values will be audited by policy. */
|
|
64
|
+
KnownFieldRestrictionResult["Audit"] = "Audit";
|
|
65
|
+
})(KnownFieldRestrictionResult || (KnownFieldRestrictionResult = {}));
|
|
66
|
+
/** Known values of {@link ComponentPolicyStatesResource} that the service accepts. */
|
|
67
|
+
export var KnownComponentPolicyStatesResource;
|
|
68
|
+
(function (KnownComponentPolicyStatesResource) {
|
|
69
|
+
/** Latest */
|
|
70
|
+
KnownComponentPolicyStatesResource["Latest"] = "latest";
|
|
71
|
+
})(KnownComponentPolicyStatesResource || (KnownComponentPolicyStatesResource = {}));
|
|
72
|
+
/** Known values of {@link ComplianceState} that the service accepts. */
|
|
73
|
+
export var KnownComplianceState;
|
|
74
|
+
(function (KnownComplianceState) {
|
|
75
|
+
/** The resource is in compliance with the policy. */
|
|
76
|
+
KnownComplianceState["Compliant"] = "Compliant";
|
|
77
|
+
/** The resource is not in compliance with the policy. */
|
|
78
|
+
KnownComplianceState["NonCompliant"] = "NonCompliant";
|
|
79
|
+
/** The compliance state of the resource is not known. */
|
|
80
|
+
KnownComplianceState["Unknown"] = "Unknown";
|
|
81
|
+
})(KnownComplianceState || (KnownComplianceState = {}));
|
|
82
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAo6CH,2FAA2F;AAC3F,MAAM,CAAN,IAAY,uCAGX;AAHD,WAAY,uCAAuC;IACjD,cAAc;IACd,8DAAmB,CAAA;AACrB,CAAC,EAHW,uCAAuC,KAAvC,uCAAuC,QAGlD;AAWD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,sEAAsE;IACtE,2EAA6C,CAAA;IAC7C,oKAAoK;IACpK,2EAA6C,CAAA;AAC/C,CAAC,EALW,0BAA0B,KAA1B,0BAA0B,QAKrC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAGX;AAHD,WAAY,6BAA6B;IACvC,cAAc;IACd,oDAAmB,CAAA;AACrB,CAAC,EAHW,6BAA6B,KAA7B,6BAA6B,QAGxC;AAWD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,cAAc;IACd,gDAAmB,CAAA;IACnB,aAAa;IACb,8CAAiB,CAAA;AACnB,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCAGX;AAHD,WAAY,oCAAoC;IAC9C,aAAa;IACb,yDAAiB,CAAA;AACnB,CAAC,EAHW,oCAAoC,KAApC,oCAAoC,QAG/C;AAWD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BASX;AATD,WAAY,2BAA2B;IACrC,uDAAuD;IACvD,oDAAqB,CAAA;IACrB,2CAA2C;IAC3C,kDAAmB,CAAA;IACnB,yDAAyD;IACzD,4CAAa,CAAA;IACb,0DAA0D;IAC1D,8CAAe,CAAA;AACjB,CAAC,EATW,2BAA2B,KAA3B,2BAA2B,QAStC;AAcD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAGX;AAHD,WAAY,kCAAkC;IAC5C,aAAa;IACb,uDAAiB,CAAA;AACnB,CAAC,EAHW,kCAAkC,KAAlC,kCAAkC,QAG7C;AAWD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,qDAAqD;IACrD,+CAAuB,CAAA;IACvB,yDAAyD;IACzD,qDAA6B,CAAA;IAC7B,yDAAyD;IACzD,2CAAmB,CAAA;AACrB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Query results. */\nexport interface PolicyTrackedResourcesQueryResults {\n /**\n * Query results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PolicyTrackedResource[];\n /**\n * The URL to get the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Policy tracked resource record. */\nexport interface PolicyTrackedResource {\n /**\n * The ID of the policy tracked resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trackedResourceId?: string;\n /**\n * The details of the policy that require the tracked resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDetails?: PolicyDetails;\n /**\n * The details of the policy triggered deployment that created the tracked resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: TrackedResourceModificationDetails;\n /**\n * The details of the policy triggered deployment that modified the tracked resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: TrackedResourceModificationDetails;\n /**\n * Timestamp of the last update to the tracked resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdateUtc?: Date;\n}\n\n/** The policy details. */\nexport interface PolicyDetails {\n /**\n * The ID of the policy definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionId?: string;\n /**\n * The ID of the policy assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentId?: string;\n /**\n * The display name of the policy assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentDisplayName?: string;\n /**\n * The scope of the policy assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentScope?: string;\n /**\n * The ID of the policy set definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policySetDefinitionId?: string;\n /**\n * The policy definition reference ID within the policy set definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionReferenceId?: string;\n}\n\n/** The details of the policy triggered deployment that created or modified the tracked resource. */\nexport interface TrackedResourceModificationDetails {\n /**\n * The details of the policy that created or modified the tracked resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDetails?: PolicyDetails;\n /**\n * The ID of the deployment that created or modified the tracked resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentId?: string;\n /**\n * Timestamp of the deployment that created or modified the tracked resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentTime?: Date;\n}\n\n/** Error response. */\nexport interface QueryFailure {\n /** Error definition. */\n error?: QueryFailureError;\n}\n\n/** Error definition. */\nexport interface QueryFailureError {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** List of deployments for a remediation. */\nexport interface RemediationDeploymentsListResult {\n /**\n * Array of deployments for the remediation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: RemediationDeployment[];\n /**\n * The URL to get the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a single deployment created by the remediation. */\nexport interface RemediationDeployment {\n /**\n * Resource ID of the resource that is being remediated by the deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly remediatedResourceId?: string;\n /**\n * Resource ID of the template deployment that will remediate the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentId?: string;\n /**\n * Status of the remediation deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Location of the resource that is being remediated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceLocation?: string;\n /**\n * Error encountered while remediated the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorDefinition;\n /**\n * The time at which the remediation was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The time at which the remediation deployment was last updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn?: Date;\n}\n\n/** Error definition. */\nexport interface ErrorDefinition {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The target of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * Internal error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDefinition[];\n /**\n * Additional scenario specific error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: TypedErrorInfo[];\n}\n\n/** Scenario specific error details. */\nexport interface TypedErrorInfo {\n /**\n * The type of included error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The scenario specific error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: any;\n}\n\n/** Error response. */\nexport interface ErrorResponse {\n /** The error details. */\n error?: ErrorDefinition;\n}\n\n/** The remediation definition. */\nexport interface Remediation {\n /**\n * The ID of the remediation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The type of the remediation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The name of the remediation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The resource ID of the policy assignment that should be remediated. */\n policyAssignmentId?: string;\n /** 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. */\n policyDefinitionReferenceId?: string;\n /** The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified. */\n resourceDiscoveryMode?: ResourceDiscoveryMode;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The time at which the remediation was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * The time at which the remediation was last updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn?: Date;\n /** The filters that will be applied to determine which resources to remediate. */\n filters?: RemediationFilters;\n /**\n * The deployment status summary for all deployments created by the remediation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentStatus?: RemediationDeploymentSummary;\n /**\n * The remediation status message. Provides additional details regarding the state of the remediation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusMessage?: string;\n /**\n * The remediation correlation Id. Can be used to find events related to the remediation in the activity log.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly correlationId?: string;\n /** Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used. */\n resourceCount?: number;\n /** 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. */\n parallelDeployments?: number;\n /** The remediation failure threshold settings */\n failureThreshold?: RemediationPropertiesFailureThreshold;\n}\n\n/** The filters that will be applied to determine which resources to remediate. */\nexport interface RemediationFilters {\n /** The resource locations that will be remediated. */\n locations?: string[];\n /** 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. */\n resourceIds?: string[];\n}\n\n/** The deployment status summary for all deployments created by the remediation. */\nexport interface RemediationDeploymentSummary {\n /**\n * The number of deployments required by the remediation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalDeployments?: number;\n /**\n * The number of deployments required by the remediation that have succeeded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly successfulDeployments?: number;\n /**\n * The number of deployments required by the remediation that have failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failedDeployments?: number;\n}\n\n/** The remediation failure threshold settings */\nexport interface RemediationPropertiesFailureThreshold {\n /** 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. */\n percentage?: number;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** List of remediations. */\nexport interface RemediationListResult {\n /**\n * Array of remediation definitions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Remediation[];\n /**\n * The URL to get the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Query results. */\nexport interface PolicyEventsQueryResults {\n /** OData context string; used by OData clients to resolve type information based on metadata. */\n odataContext?: string;\n /** OData entity count; represents the number of policy event records returned. */\n odataCount?: number;\n /** Odata next link; URL to get the next set of results. */\n odataNextLink?: string;\n /** Query results. */\n value?: PolicyEvent[];\n}\n\n/** Policy event record. */\nexport interface PolicyEvent {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** OData entity ID; always set to null since policy event records do not have an entity ID. */\n odataId?: string;\n /** OData context string; used by OData clients to resolve type information based on metadata. */\n odataContext?: string;\n /** Timestamp for the policy event record. */\n timestamp?: Date;\n /** Resource ID. */\n resourceId?: string;\n /** Policy assignment ID. */\n policyAssignmentId?: string;\n /** Policy definition ID. */\n policyDefinitionId?: string;\n /** Effective parameters for the policy assignment. */\n effectiveParameters?: string;\n /** Flag which states whether the resource is compliant against the policy assignment it was evaluated against. */\n isCompliant?: boolean;\n /** Subscription ID. */\n subscriptionId?: string;\n /** Resource type. */\n resourceType?: string;\n /** Resource location. */\n resourceLocation?: string;\n /** Resource group name. */\n resourceGroup?: string;\n /** List of resource tags. */\n resourceTags?: string;\n /** Policy assignment name. */\n policyAssignmentName?: string;\n /** Policy assignment owner. */\n policyAssignmentOwner?: string;\n /** Policy assignment parameters. */\n policyAssignmentParameters?: string;\n /** Policy assignment scope. */\n policyAssignmentScope?: string;\n /** Policy definition name. */\n policyDefinitionName?: string;\n /** Policy definition action, i.e. effect. */\n policyDefinitionAction?: string;\n /** Policy definition category. */\n policyDefinitionCategory?: string;\n /** Policy set definition ID, if the policy assignment is for a policy set. */\n policySetDefinitionId?: string;\n /** Policy set definition name, if the policy assignment is for a policy set. */\n policySetDefinitionName?: string;\n /** Policy set definition owner, if the policy assignment is for a policy set. */\n policySetDefinitionOwner?: string;\n /** Policy set definition category, if the policy assignment is for a policy set. */\n policySetDefinitionCategory?: string;\n /** Policy set definition parameters, if the policy assignment is for a policy set. */\n policySetDefinitionParameters?: string;\n /** Comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under. */\n managementGroupIds?: string;\n /** Reference ID for the policy definition inside the policy set, if the policy assignment is for a policy set. */\n policyDefinitionReferenceId?: string;\n /** Compliance state of the resource. */\n complianceState?: string;\n /** Tenant ID for the policy event record. */\n tenantId?: string;\n /** Principal object ID for the user who initiated the resource operation that triggered the policy event. */\n principalOid?: string;\n /** Components events records populated only when URL contains $expand=components clause. */\n components?: ComponentEventDetails[];\n}\n\n/** Component event details. */\nexport interface ComponentEventDetails {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** Component Id. */\n id?: string;\n /** Component type. */\n type?: string;\n /** Component name. */\n name?: string;\n /** Timestamp for component policy event record. */\n timestamp?: Date;\n /** Tenant ID for the policy event record. */\n tenantId?: string;\n /** Principal object ID for the user who initiated the resource component operation that triggered the policy event. */\n principalOid?: string;\n /** Policy definition action, i.e. effect. */\n policyDefinitionAction?: string;\n}\n\n/** Query results. */\nexport interface PolicyStatesQueryResults {\n /** OData context string; used by OData clients to resolve type information based on metadata. */\n odataContext?: string;\n /** OData entity count; represents the number of policy state records returned. */\n odataCount?: number;\n /** Odata next link; URL to get the next set of results. */\n odataNextLink?: string;\n /** Query results. */\n value?: PolicyState[];\n}\n\n/** Policy state record. */\nexport interface PolicyState {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** OData entity ID; always set to null since policy state records do not have an entity ID. */\n odataId?: string;\n /** OData context string; used by OData clients to resolve type information based on metadata. */\n odataContext?: string;\n /** Timestamp for the policy state record. */\n timestamp?: Date;\n /** Resource ID. */\n resourceId?: string;\n /** Policy assignment ID. */\n policyAssignmentId?: string;\n /** Policy definition ID. */\n policyDefinitionId?: string;\n /** Effective parameters for the policy assignment. */\n effectiveParameters?: string;\n /** Flag which states whether the resource is compliant against the policy assignment it was evaluated against. This property is deprecated; please use ComplianceState instead. */\n isCompliant?: boolean;\n /** Subscription ID. */\n subscriptionId?: string;\n /** Resource type. */\n resourceType?: string;\n /** Resource location. */\n resourceLocation?: string;\n /** Resource group name. */\n resourceGroup?: string;\n /** List of resource tags. */\n resourceTags?: string;\n /** Policy assignment name. */\n policyAssignmentName?: string;\n /** Policy assignment owner. */\n policyAssignmentOwner?: string;\n /** Policy assignment parameters. */\n policyAssignmentParameters?: string;\n /** Policy assignment scope. */\n policyAssignmentScope?: string;\n /** Policy definition name. */\n policyDefinitionName?: string;\n /** Policy definition action, i.e. effect. */\n policyDefinitionAction?: string;\n /** Policy definition category. */\n policyDefinitionCategory?: string;\n /** Policy set definition ID, if the policy assignment is for a policy set. */\n policySetDefinitionId?: string;\n /** Policy set definition name, if the policy assignment is for a policy set. */\n policySetDefinitionName?: string;\n /** Policy set definition owner, if the policy assignment is for a policy set. */\n policySetDefinitionOwner?: string;\n /** Policy set definition category, if the policy assignment is for a policy set. */\n policySetDefinitionCategory?: string;\n /** Policy set definition parameters, if the policy assignment is for a policy set. */\n policySetDefinitionParameters?: string;\n /** Comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under. */\n managementGroupIds?: string;\n /** Reference ID for the policy definition inside the policy set, if the policy assignment is for a policy set. */\n policyDefinitionReferenceId?: string;\n /** Compliance state of the resource. */\n complianceState?: string;\n /** Policy evaluation details. */\n policyEvaluationDetails?: PolicyEvaluationDetails;\n /** Policy definition group names. */\n policyDefinitionGroupNames?: string[];\n /** Components state compliance records populated only when URL contains $expand=components clause. */\n components?: ComponentStateDetails[];\n /**\n * Evaluated policy definition version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionVersion?: string;\n /**\n * Evaluated policy set definition version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policySetDefinitionVersion?: string;\n /**\n * Evaluated policy assignment version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentVersion?: string;\n}\n\n/** Policy evaluation details. */\nexport interface PolicyEvaluationDetails {\n /** Details of the evaluated expressions. */\n evaluatedExpressions?: ExpressionEvaluationDetails[];\n /** Evaluation details of IfNotExists effect. */\n ifNotExistsDetails?: IfNotExistsEvaluationDetails;\n}\n\n/** Evaluation details of policy language expressions. */\nexport interface ExpressionEvaluationDetails {\n /** Evaluation result. */\n result?: string;\n /** Expression evaluated. */\n expression?: string;\n /**\n * The kind of expression that was evaluated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expressionKind?: string;\n /** Property path if the expression is a field or an alias. */\n path?: string;\n /** Value of the expression. */\n expressionValue?: Record<string, unknown>;\n /** Target value to be compared with the expression value. */\n targetValue?: Record<string, unknown>;\n /** Operator to compare the expression value and the target value. */\n operator?: string;\n}\n\n/** Evaluation details of IfNotExists effect. */\nexport interface IfNotExistsEvaluationDetails {\n /** ID of the last evaluated resource for IfNotExists effect. */\n resourceId?: string;\n /** Total number of resources to which the existence condition is applicable. */\n totalResources?: number;\n}\n\n/** Component state details. */\nexport interface ComponentStateDetails {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** Component Id. */\n id?: string;\n /** Component type. */\n type?: string;\n /** Component name. */\n name?: string;\n /** Component compliance evaluation timestamp. */\n timestamp?: Date;\n /** Component compliance state. */\n complianceState?: string;\n}\n\n/** Summarize action results. */\nexport interface SummarizeResults {\n /** OData context string; used by OData clients to resolve type information based on metadata. */\n odataContext?: string;\n /** OData entity count; represents the number of summaries returned; always set to 1. */\n odataCount?: number;\n /** Summarize action results. */\n value?: Summary[];\n}\n\n/** Summary results. */\nexport interface Summary {\n /** OData entity ID; always set to null since summaries do not have an entity ID. */\n odataId?: string;\n /** OData context string; used by OData clients to resolve type information based on metadata. */\n odataContext?: string;\n /** Compliance summary for all policy assignments. */\n results?: SummaryResults;\n /** Policy assignments summary. */\n policyAssignments?: PolicyAssignmentSummary[];\n}\n\n/** Compliance summary on a particular summary level. */\nexport interface SummaryResults {\n /** 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. */\n queryResultsUri?: string;\n /** Number of non-compliant resources. */\n nonCompliantResources?: number;\n /** Number of non-compliant policies. */\n nonCompliantPolicies?: number;\n /** The resources summary at this level. */\n resourceDetails?: ComplianceDetail[];\n /** 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. */\n policyDetails?: ComplianceDetail[];\n /** The policy definition group summary at this level. */\n policyGroupDetails?: ComplianceDetail[];\n}\n\n/** The compliance state rollup. */\nexport interface ComplianceDetail {\n /** The compliance state. */\n complianceState?: string;\n /** Summarized count value for this compliance state. */\n count?: number;\n}\n\n/** Policy assignment summary. */\nexport interface PolicyAssignmentSummary {\n /** Policy assignment ID. */\n policyAssignmentId?: string;\n /** Policy set definition ID, if the policy assignment is for a policy set. */\n policySetDefinitionId?: string;\n /** Compliance summary for the policy assignment. */\n results?: SummaryResults;\n /** Policy definitions summary. */\n policyDefinitions?: PolicyDefinitionSummary[];\n /** Policy definition group summary. */\n policyGroups?: PolicyGroupSummary[];\n}\n\n/** Policy definition summary. */\nexport interface PolicyDefinitionSummary {\n /** Policy definition ID. */\n policyDefinitionId?: string;\n /** Policy definition reference ID. */\n policyDefinitionReferenceId?: string;\n /** Policy definition group names. */\n policyDefinitionGroupNames?: string[];\n /** Policy effect, i.e. policy definition action. */\n effect?: string;\n /** Compliance summary for the policy definition. */\n results?: SummaryResults;\n}\n\n/** Policy definition group summary. */\nexport interface PolicyGroupSummary {\n /** Policy group name. */\n policyGroupName?: string;\n /** Compliance summary for the policy definition group. */\n results?: SummaryResults;\n}\n\n/** Policy metadata resource definition. */\nexport interface PolicyMetadata {\n /**\n * The ID of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The type of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The name of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The policy metadata identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadataId?: string;\n /**\n * The category of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * The title of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The owner of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly owner?: string;\n /**\n * Url for getting additional content about the resource metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalContentUrl?: string;\n /**\n * Additional metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: Record<string, unknown>;\n /**\n * The description of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The requirements of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requirements?: string;\n}\n\n/** The properties of the policy metadata, excluding properties containing large strings */\nexport interface PolicyMetadataSlimProperties {\n /**\n * The policy metadata identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadataId?: string;\n /**\n * The category of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * The title of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The owner of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly owner?: string;\n /**\n * Url for getting additional content about the resource metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalContentUrl?: string;\n /**\n * Additional metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: Record<string, unknown>;\n}\n\n/** Error response. */\nexport interface ErrorResponseAutoGenerated {\n /** The error details. */\n error?: ErrorDefinitionAutoGenerated;\n}\n\n/** Error definition. */\nexport interface ErrorDefinitionAutoGenerated {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The target of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * Internal error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDefinitionAutoGenerated[];\n /**\n * Additional scenario specific error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: TypedErrorInfo[];\n}\n\n/** Collection of policy metadata resources. */\nexport interface PolicyMetadataCollection {\n /**\n * Array of policy metadata definitions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SlimPolicyMetadata[];\n /**\n * The URL to get the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Slim version of policy metadata resource definition, excluding properties with large strings */\nexport interface SlimPolicyMetadata {\n /**\n * The ID of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The type of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The name of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The policy metadata identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadataId?: string;\n /**\n * The category of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * The title of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The owner of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly owner?: string;\n /**\n * Url for getting additional content about the resource metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalContentUrl?: string;\n /**\n * Additional metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metadata?: Record<string, unknown>;\n}\n\n/** The check policy restrictions parameters describing the resource that is being evaluated. */\nexport interface CheckRestrictionsRequest {\n /** The information about the resource that will be evaluated. */\n resourceDetails: CheckRestrictionsResourceDetails;\n /** The list of fields and values that should be evaluated for potential restrictions. */\n pendingFields?: PendingField[];\n /** Whether to include policies with the 'audit' effect in the results. Defaults to false. */\n includeAuditEffect?: boolean;\n}\n\n/** The information about the resource that will be evaluated. */\nexport interface CheckRestrictionsResourceDetails {\n /** The resource content. This should include whatever properties are already known and can be a partial set of all resource properties. */\n resourceContent: Record<string, unknown>;\n /** The api-version of the resource content. */\n apiVersion?: string;\n /** 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. */\n scope?: string;\n}\n\n/** A field that should be evaluated against Azure Policy to determine restrictions. */\nexport interface PendingField {\n /** The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias. */\n field: string;\n /** The list of potential values for the field that should be evaluated against Azure Policy. */\n values?: string[];\n}\n\n/** The result of a check policy restrictions evaluation on a resource. */\nexport interface CheckRestrictionsResult {\n /**\n * The restrictions that will be placed on various fields in the resource by policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fieldRestrictions?: FieldRestrictions[];\n /**\n * Evaluation results for the provided partial resource content.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentEvaluationResult?: CheckRestrictionsResultContentEvaluationResult;\n}\n\n/** The restrictions that will be placed on a field in the resource by policy. */\nexport interface FieldRestrictions {\n /**\n * The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly field?: string;\n /** The restrictions placed on that field by policy. */\n restrictions?: FieldRestriction[];\n}\n\n/** The restrictions on a field imposed by a specific policy. */\nexport interface FieldRestriction {\n /**\n * The type of restriction that is imposed on the field.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly result?: FieldRestrictionResult;\n /**\n * The value that policy will set for the field if the user does not provide a value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultValue?: string;\n /**\n * The values that policy either requires or denies for the field.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly values?: string[];\n /**\n * The details of the policy that is causing the field restriction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policy?: PolicyReference;\n /**\n * The effect of the policy that is causing the field restriction. http://aka.ms/policyeffects\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyEffect?: string;\n /**\n * The reason for the restriction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n}\n\n/** Resource identifiers for a policy. */\nexport interface PolicyReference {\n /**\n * The resource identifier of the policy definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionId?: string;\n /**\n * The resource identifier of the policy set definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policySetDefinitionId?: string;\n /**\n * The reference identifier of a specific policy definition within a policy set definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionReferenceId?: string;\n /**\n * The resource identifier of the policy assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentId?: string;\n}\n\n/** Evaluation results for the provided partial resource content. */\nexport interface CheckRestrictionsResultContentEvaluationResult {\n /** Policy evaluation results against the given resource content. This will indicate if the partial content that was provided will be denied as-is. */\n policyEvaluations?: PolicyEvaluationResult[];\n}\n\n/** The result of a non-compliant policy evaluation against the given resource content. */\nexport interface PolicyEvaluationResult {\n /**\n * The details of the policy that was evaluated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyInfo?: PolicyReference;\n /**\n * The result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly evaluationResult?: string;\n /**\n * The detailed results of the policy expressions and values that were evaluated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly evaluationDetails?: CheckRestrictionEvaluationDetails;\n /**\n * The details of the effect that was applied to the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly effectDetails?: PolicyEffectDetails;\n}\n\n/** Policy evaluation details. */\nexport interface CheckRestrictionEvaluationDetails {\n /** Details of the evaluated expressions. */\n evaluatedExpressions?: ExpressionEvaluationDetails[];\n /** Evaluation details of IfNotExists effect. */\n ifNotExistsDetails?: IfNotExistsEvaluationDetails;\n /**\n * The reason for the evaluation result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n}\n\n/** The details of the effect that was applied to the resource. */\nexport interface PolicyEffectDetails {\n /**\n * The effect that was applied to the resource. http://aka.ms/policyeffects\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyEffect?: string;\n}\n\n/** The check policy restrictions parameters describing the resource that is being evaluated. */\nexport interface CheckManagementGroupRestrictionsRequest {\n /** The information about the resource that will be evaluated. */\n resourceDetails?: CheckRestrictionsResourceDetails;\n /** The list of fields and values that should be evaluated for potential restrictions. */\n pendingFields?: PendingField[];\n}\n\n/** Query results. */\nexport interface ComponentPolicyStatesQueryResults {\n /** OData context string; used by OData clients to resolve type information based on metadata. */\n odataContext?: string;\n /** OData entity count; represents the number of policy state records returned. */\n odataCount?: number;\n /** Query results. */\n value?: ComponentPolicyState[];\n}\n\n/** Component Policy State record. */\nexport interface ComponentPolicyState {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * OData entity ID; always set to null since component policy state records do not have an entity ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly odataId?: string;\n /**\n * OData context string; used by OData clients to resolve type information based on metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly odataContext?: string;\n /**\n * Timestamp for the component policy state record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timestamp?: Date;\n /**\n * Component Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly componentId?: string;\n /**\n * Component type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly componentType?: string;\n /**\n * Component name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly componentName?: string;\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * Policy assignment ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentId?: string;\n /**\n * Policy definition ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionId?: string;\n /**\n * Subscription ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * Resource location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceLocation?: string;\n /**\n * Resource group name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * Policy assignment name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentName?: string;\n /**\n * Policy assignment owner.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentOwner?: string;\n /**\n * Policy assignment parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentParameters?: string;\n /**\n * Policy assignment scope.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentScope?: string;\n /**\n * Policy definition name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionName?: string;\n /**\n * Policy definition action, i.e. effect.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionAction?: string;\n /**\n * Policy definition category.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionCategory?: string;\n /**\n * Policy set definition ID, if the policy assignment is for a policy set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policySetDefinitionId?: string;\n /**\n * Policy set definition name, if the policy assignment is for a policy set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policySetDefinitionName?: string;\n /**\n * Policy set definition owner, if the policy assignment is for a policy set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policySetDefinitionOwner?: string;\n /**\n * Policy set definition category, if the policy assignment is for a policy set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policySetDefinitionCategory?: string;\n /**\n * Policy set definition parameters, if the policy assignment is for a policy set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policySetDefinitionParameters?: string;\n /**\n * Reference ID for the policy definition inside the policy set, if the policy assignment is for a policy set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionReferenceId?: string;\n /**\n * Compliance state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly complianceState?: string;\n /** Policy evaluation details. This is only included in the response if the request contains $expand=PolicyEvaluationDetails. */\n policyEvaluationDetails?: ComponentPolicyEvaluationDetails;\n /**\n * Policy definition group names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionGroupNames?: string[];\n /**\n * Evaluated policy definition version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionVersion?: string;\n /**\n * Evaluated policy set definition version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policySetDefinitionVersion?: string;\n /**\n * Evaluated policy assignment version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyAssignmentVersion?: string;\n}\n\n/** Policy evaluation details. */\nexport interface ComponentPolicyEvaluationDetails {\n /**\n * Details of the evaluated expressions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly evaluatedExpressions?: ComponentExpressionEvaluationDetails[];\n /** Additional textual reason for the evaluation outcome. */\n reason?: string;\n}\n\n/** Evaluation details of policy language expressions. */\nexport interface ComponentExpressionEvaluationDetails {\n /** Evaluation result. */\n result?: string;\n /**\n * Expression evaluated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expression?: string;\n /**\n * The kind of expression that was evaluated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expressionKind?: string;\n /**\n * Property path if the expression is a field or an alias.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly path?: string;\n /**\n * Value of the expression.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expressionValue?: Record<string, unknown>;\n /**\n * Target value to be compared with the expression value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetValue?: Record<string, unknown>;\n /**\n * Operator to compare the expression value and the target value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operator?: string;\n}\n\n/** List of available operations. */\nexport interface OperationsListResults {\n /** OData entity count; represents the number of operations returned. */\n odataCount?: number;\n /** List of available operations. */\n value?: Operation[];\n}\n\n/** Operation definition. */\nexport interface Operation {\n /** Operation name. */\n name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display metadata associated with the operation. */\n display?: OperationDisplay;\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /** Resource provider name. */\n provider?: string;\n /** Resource name on which the operation is performed. */\n resource?: string;\n /** Operation name. */\n operation?: string;\n /** Operation description. */\n description?: string;\n}\n\n/** List of attestations. */\nexport interface AttestationListResult {\n /**\n * Array of attestation definitions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Attestation[];\n /**\n * The URL to get the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A piece of evidence supporting the compliance state set in the attestation. */\nexport interface AttestationEvidence {\n /** The description for this piece of evidence. */\n description?: string;\n /** The URI location of the evidence. */\n sourceUri?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Error response. */\nexport interface ErrorResponseAutoGenerated2 {\n /** The error details. */\n error?: ErrorDefinitionAutoGenerated2;\n}\n\n/** Error definition. */\nexport interface ErrorDefinitionAutoGenerated2 {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The target of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * Internal error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDefinitionAutoGenerated2[];\n /**\n * Additional scenario specific error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: TypedErrorInfo[];\n}\n\n/** The properties of the policy metadata. */\nexport interface PolicyMetadataProperties extends PolicyMetadataSlimProperties {\n /**\n * The description of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The requirements of the policy metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requirements?: string;\n}\n\n/** An attestation resource. */\nexport interface Attestation extends Resource {\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The resource ID of the policy assignment that the attestation is setting the state for. */\n policyAssignmentId: string;\n /** 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. */\n policyDefinitionReferenceId?: string;\n /** The compliance state that should be set on the resource. */\n complianceState?: ComplianceState;\n /** The time the compliance state should expire. */\n expiresOn?: Date;\n /** The person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID. */\n owner?: string;\n /** Comments describing why this attestation was created. */\n comments?: string;\n /** The evidence supporting the compliance state set in this attestation. */\n evidence?: AttestationEvidence[];\n /**\n * The status of the attestation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The time the compliance state was last changed in this attestation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastComplianceStateChangeAt?: Date;\n /** The time the evidence was assessed */\n assessmentDate?: Date;\n /** Additional metadata for this attestation */\n metadata?: Record<string, unknown>;\n}\n\n/** Parameter group */\nexport interface QueryOptions {\n /** Maximum number of records to return. */\n top?: number;\n /** OData filter expression. */\n filter?: string;\n /** Ordering expression using OData notation. One or more comma-separated column names with an optional \"desc\" (the default) or \"asc\", e.g. \"$orderby=PolicyAssignmentId, ResourceId asc\". */\n orderBy?: string;\n /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. \"$select=PolicyAssignmentId, ResourceId\". */\n select?: string;\n /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */\n from?: Date;\n /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */\n to?: Date;\n /** OData apply expression for aggregations. */\n apply?: string;\n /** Skiptoken is only provided if a previous response returned a partial result as a part of nextLink element. */\n skipToken?: string;\n /** The $expand query parameter. For example, to expand components use $expand=components */\n expand?: string;\n}\n\n/** Known values of {@link PolicyTrackedResourcesResourceType} that the service accepts. */\nexport enum KnownPolicyTrackedResourcesResourceType {\n /** Default */\n Default = \"default\",\n}\n\n/**\n * Defines values for PolicyTrackedResourcesResourceType. \\\n * {@link KnownPolicyTrackedResourcesResourceType} can be used interchangeably with PolicyTrackedResourcesResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default**\n */\nexport type PolicyTrackedResourcesResourceType = string;\n\n/** Known values of {@link ResourceDiscoveryMode} that the service accepts. */\nexport enum KnownResourceDiscoveryMode {\n /** Remediate resources that are already known to be non-compliant. */\n ExistingNonCompliant = \"ExistingNonCompliant\",\n /** 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. */\n ReEvaluateCompliance = \"ReEvaluateCompliance\",\n}\n\n/**\n * Defines values for ResourceDiscoveryMode. \\\n * {@link KnownResourceDiscoveryMode} can be used interchangeably with ResourceDiscoveryMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ExistingNonCompliant**: Remediate resources that are already known to be non-compliant. \\\n * **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.\n */\nexport type ResourceDiscoveryMode = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link PolicyEventsResourceType} that the service accepts. */\nexport enum KnownPolicyEventsResourceType {\n /** Default */\n Default = \"default\",\n}\n\n/**\n * Defines values for PolicyEventsResourceType. \\\n * {@link KnownPolicyEventsResourceType} can be used interchangeably with PolicyEventsResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default**\n */\nexport type PolicyEventsResourceType = string;\n\n/** Known values of {@link PolicyStatesResource} that the service accepts. */\nexport enum KnownPolicyStatesResource {\n /** Default */\n Default = \"default\",\n /** Latest */\n Latest = \"latest\",\n}\n\n/**\n * Defines values for PolicyStatesResource. \\\n * {@link KnownPolicyStatesResource} can be used interchangeably with PolicyStatesResource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default** \\\n * **latest**\n */\nexport type PolicyStatesResource = string;\n\n/** Known values of {@link PolicyStatesSummaryResourceType} that the service accepts. */\nexport enum KnownPolicyStatesSummaryResourceType {\n /** Latest */\n Latest = \"latest\",\n}\n\n/**\n * Defines values for PolicyStatesSummaryResourceType. \\\n * {@link KnownPolicyStatesSummaryResourceType} can be used interchangeably with PolicyStatesSummaryResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **latest**\n */\nexport type PolicyStatesSummaryResourceType = string;\n\n/** Known values of {@link FieldRestrictionResult} that the service accepts. */\nexport enum KnownFieldRestrictionResult {\n /** The field and\\/or values are required by policy. */\n Required = \"Required\",\n /** The field will be removed by policy. */\n Removed = \"Removed\",\n /** The field and\\/or values will be denied by policy. */\n Deny = \"Deny\",\n /** The field and\\/or values will be audited by policy. */\n Audit = \"Audit\",\n}\n\n/**\n * Defines values for FieldRestrictionResult. \\\n * {@link KnownFieldRestrictionResult} can be used interchangeably with FieldRestrictionResult,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Required**: The field and\\/or values are required by policy. \\\n * **Removed**: The field will be removed by policy. \\\n * **Deny**: The field and\\/or values will be denied by policy. \\\n * **Audit**: The field and\\/or values will be audited by policy.\n */\nexport type FieldRestrictionResult = string;\n\n/** Known values of {@link ComponentPolicyStatesResource} that the service accepts. */\nexport enum KnownComponentPolicyStatesResource {\n /** Latest */\n Latest = \"latest\",\n}\n\n/**\n * Defines values for ComponentPolicyStatesResource. \\\n * {@link KnownComponentPolicyStatesResource} can be used interchangeably with ComponentPolicyStatesResource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **latest**\n */\nexport type ComponentPolicyStatesResource = string;\n\n/** Known values of {@link ComplianceState} that the service accepts. */\nexport enum KnownComplianceState {\n /** The resource is in compliance with the policy. */\n Compliant = \"Compliant\",\n /** The resource is not in compliance with the policy. */\n NonCompliant = \"NonCompliant\",\n /** The compliance state of the resource is not known. */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for ComplianceState. \\\n * {@link KnownComplianceState} can be used interchangeably with ComplianceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Compliant**: The resource is in compliance with the policy. \\\n * **NonCompliant**: The resource is not in compliance with the policy. \\\n * **Unknown**: The compliance state of the resource is not known.\n */\nexport type ComplianceState = string;\n\n/** Optional parameters. */\nexport interface PolicyTrackedResourcesListQueryResultsForManagementGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForManagementGroup operation. */\nexport type PolicyTrackedResourcesListQueryResultsForManagementGroupResponse =\n PolicyTrackedResourcesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyTrackedResourcesListQueryResultsForSubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForSubscription operation. */\nexport type PolicyTrackedResourcesListQueryResultsForSubscriptionResponse =\n PolicyTrackedResourcesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyTrackedResourcesListQueryResultsForResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForResourceGroup operation. */\nexport type PolicyTrackedResourcesListQueryResultsForResourceGroupResponse =\n PolicyTrackedResourcesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyTrackedResourcesListQueryResultsForResourceOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForResource operation. */\nexport type PolicyTrackedResourcesListQueryResultsForResourceResponse =\n PolicyTrackedResourcesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyTrackedResourcesListQueryResultsForManagementGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForManagementGroupNext operation. */\nexport type PolicyTrackedResourcesListQueryResultsForManagementGroupNextResponse =\n PolicyTrackedResourcesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyTrackedResourcesListQueryResultsForSubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForSubscriptionNext operation. */\nexport type PolicyTrackedResourcesListQueryResultsForSubscriptionNextResponse =\n PolicyTrackedResourcesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyTrackedResourcesListQueryResultsForResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForResourceGroupNext operation. */\nexport type PolicyTrackedResourcesListQueryResultsForResourceGroupNextResponse =\n PolicyTrackedResourcesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyTrackedResourcesListQueryResultsForResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForResourceNext operation. */\nexport type PolicyTrackedResourcesListQueryResultsForResourceNextResponse =\n PolicyTrackedResourcesQueryResults;\n\n/** Optional parameters. */\nexport interface RemediationsListDeploymentsAtManagementGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listDeploymentsAtManagementGroup operation. */\nexport type RemediationsListDeploymentsAtManagementGroupResponse =\n RemediationDeploymentsListResult;\n\n/** Optional parameters. */\nexport interface RemediationsCancelAtManagementGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancelAtManagementGroup operation. */\nexport type RemediationsCancelAtManagementGroupResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsListForManagementGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listForManagementGroup operation. */\nexport type RemediationsListForManagementGroupResponse = RemediationListResult;\n\n/** Optional parameters. */\nexport interface RemediationsCreateOrUpdateAtManagementGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateAtManagementGroup operation. */\nexport type RemediationsCreateOrUpdateAtManagementGroupResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsGetAtManagementGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAtManagementGroup operation. */\nexport type RemediationsGetAtManagementGroupResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsDeleteAtManagementGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteAtManagementGroup operation. */\nexport type RemediationsDeleteAtManagementGroupResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsListDeploymentsAtSubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listDeploymentsAtSubscription operation. */\nexport type RemediationsListDeploymentsAtSubscriptionResponse =\n RemediationDeploymentsListResult;\n\n/** Optional parameters. */\nexport interface RemediationsCancelAtSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancelAtSubscription operation. */\nexport type RemediationsCancelAtSubscriptionResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsListForSubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listForSubscription operation. */\nexport type RemediationsListForSubscriptionResponse = RemediationListResult;\n\n/** Optional parameters. */\nexport interface RemediationsCreateOrUpdateAtSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateAtSubscription operation. */\nexport type RemediationsCreateOrUpdateAtSubscriptionResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsGetAtSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAtSubscription operation. */\nexport type RemediationsGetAtSubscriptionResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsDeleteAtSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteAtSubscription operation. */\nexport type RemediationsDeleteAtSubscriptionResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsListDeploymentsAtResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listDeploymentsAtResourceGroup operation. */\nexport type RemediationsListDeploymentsAtResourceGroupResponse =\n RemediationDeploymentsListResult;\n\n/** Optional parameters. */\nexport interface RemediationsCancelAtResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancelAtResourceGroup operation. */\nexport type RemediationsCancelAtResourceGroupResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsListForResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listForResourceGroup operation. */\nexport type RemediationsListForResourceGroupResponse = RemediationListResult;\n\n/** Optional parameters. */\nexport interface RemediationsCreateOrUpdateAtResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateAtResourceGroup operation. */\nexport type RemediationsCreateOrUpdateAtResourceGroupResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsGetAtResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAtResourceGroup operation. */\nexport type RemediationsGetAtResourceGroupResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsDeleteAtResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteAtResourceGroup operation. */\nexport type RemediationsDeleteAtResourceGroupResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsListDeploymentsAtResourceOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listDeploymentsAtResource operation. */\nexport type RemediationsListDeploymentsAtResourceResponse =\n RemediationDeploymentsListResult;\n\n/** Optional parameters. */\nexport interface RemediationsCancelAtResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancelAtResource operation. */\nexport type RemediationsCancelAtResourceResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsListForResourceOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listForResource operation. */\nexport type RemediationsListForResourceResponse = RemediationListResult;\n\n/** Optional parameters. */\nexport interface RemediationsCreateOrUpdateAtResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateAtResource operation. */\nexport type RemediationsCreateOrUpdateAtResourceResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsGetAtResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAtResource operation. */\nexport type RemediationsGetAtResourceResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsDeleteAtResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteAtResource operation. */\nexport type RemediationsDeleteAtResourceResponse = Remediation;\n\n/** Optional parameters. */\nexport interface RemediationsListDeploymentsAtManagementGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentsAtManagementGroupNext operation. */\nexport type RemediationsListDeploymentsAtManagementGroupNextResponse =\n RemediationDeploymentsListResult;\n\n/** Optional parameters. */\nexport interface RemediationsListForManagementGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForManagementGroupNext operation. */\nexport type RemediationsListForManagementGroupNextResponse =\n RemediationListResult;\n\n/** Optional parameters. */\nexport interface RemediationsListDeploymentsAtSubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentsAtSubscriptionNext operation. */\nexport type RemediationsListDeploymentsAtSubscriptionNextResponse =\n RemediationDeploymentsListResult;\n\n/** Optional parameters. */\nexport interface RemediationsListForSubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForSubscriptionNext operation. */\nexport type RemediationsListForSubscriptionNextResponse = RemediationListResult;\n\n/** Optional parameters. */\nexport interface RemediationsListDeploymentsAtResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentsAtResourceGroupNext operation. */\nexport type RemediationsListDeploymentsAtResourceGroupNextResponse =\n RemediationDeploymentsListResult;\n\n/** Optional parameters. */\nexport interface RemediationsListForResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceGroupNext operation. */\nexport type RemediationsListForResourceGroupNextResponse =\n RemediationListResult;\n\n/** Optional parameters. */\nexport interface RemediationsListDeploymentsAtResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDeploymentsAtResourceNext operation. */\nexport type RemediationsListDeploymentsAtResourceNextResponse =\n RemediationDeploymentsListResult;\n\n/** Optional parameters. */\nexport interface RemediationsListForResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceNext operation. */\nexport type RemediationsListForResourceNextResponse = RemediationListResult;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForManagementGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForManagementGroup operation. */\nexport type PolicyEventsListQueryResultsForManagementGroupResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForSubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForSubscription operation. */\nexport type PolicyEventsListQueryResultsForSubscriptionResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForResourceGroup operation. */\nexport type PolicyEventsListQueryResultsForResourceGroupResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForResourceOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForResource operation. */\nexport type PolicyEventsListQueryResultsForResourceResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForPolicySetDefinition operation. */\nexport type PolicyEventsListQueryResultsForPolicySetDefinitionResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForPolicyDefinition operation. */\nexport type PolicyEventsListQueryResultsForPolicyDefinitionResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignment operation. */\nexport type PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignment operation. */\nexport type PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForManagementGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForManagementGroupNext operation. */\nexport type PolicyEventsListQueryResultsForManagementGroupNextResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForSubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForSubscriptionNext operation. */\nexport type PolicyEventsListQueryResultsForSubscriptionNextResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForResourceGroupNext operation. */\nexport type PolicyEventsListQueryResultsForResourceGroupNextResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForResourceNext operation. */\nexport type PolicyEventsListQueryResultsForResourceNextResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForPolicySetDefinitionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForPolicySetDefinitionNext operation. */\nexport type PolicyEventsListQueryResultsForPolicySetDefinitionNextResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForPolicyDefinitionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForPolicyDefinitionNext operation. */\nexport type PolicyEventsListQueryResultsForPolicyDefinitionNextResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignmentNext operation. */\nexport type PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignmentNext operation. */\nexport type PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse =\n PolicyEventsQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForManagementGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForManagementGroup operation. */\nexport type PolicyStatesListQueryResultsForManagementGroupResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesSummarizeForManagementGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the summarizeForManagementGroup operation. */\nexport type PolicyStatesSummarizeForManagementGroupResponse = SummarizeResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForSubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForSubscription operation. */\nexport type PolicyStatesListQueryResultsForSubscriptionResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesSummarizeForSubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the summarizeForSubscription operation. */\nexport type PolicyStatesSummarizeForSubscriptionResponse = SummarizeResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForResourceGroup operation. */\nexport type PolicyStatesListQueryResultsForResourceGroupResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesSummarizeForResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the summarizeForResourceGroup operation. */\nexport type PolicyStatesSummarizeForResourceGroupResponse = SummarizeResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForResourceOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForResource operation. */\nexport type PolicyStatesListQueryResultsForResourceResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesSummarizeForResourceOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the summarizeForResource operation. */\nexport type PolicyStatesSummarizeForResourceResponse = SummarizeResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesTriggerSubscriptionEvaluationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PolicyStatesTriggerResourceGroupEvaluationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForPolicySetDefinitionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForPolicySetDefinition operation. */\nexport type PolicyStatesListQueryResultsForPolicySetDefinitionResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesSummarizeForPolicySetDefinitionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the summarizeForPolicySetDefinition operation. */\nexport type PolicyStatesSummarizeForPolicySetDefinitionResponse =\n SummarizeResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForPolicyDefinitionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForPolicyDefinition operation. */\nexport type PolicyStatesListQueryResultsForPolicyDefinitionResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesSummarizeForPolicyDefinitionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the summarizeForPolicyDefinition operation. */\nexport type PolicyStatesSummarizeForPolicyDefinitionResponse = SummarizeResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignment operation. */\nexport type PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the summarizeForSubscriptionLevelPolicyAssignment operation. */\nexport type PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentResponse =\n SummarizeResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignment operation. */\nexport type PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the summarizeForResourceGroupLevelPolicyAssignment operation. */\nexport type PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentResponse =\n SummarizeResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForManagementGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForManagementGroupNext operation. */\nexport type PolicyStatesListQueryResultsForManagementGroupNextResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForSubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForSubscriptionNext operation. */\nexport type PolicyStatesListQueryResultsForSubscriptionNextResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForResourceGroupNext operation. */\nexport type PolicyStatesListQueryResultsForResourceGroupNextResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForResourceNext operation. */\nexport type PolicyStatesListQueryResultsForResourceNextResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForPolicySetDefinitionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForPolicySetDefinitionNext operation. */\nexport type PolicyStatesListQueryResultsForPolicySetDefinitionNextResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForPolicyDefinitionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForPolicyDefinitionNext operation. */\nexport type PolicyStatesListQueryResultsForPolicyDefinitionNextResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignmentNext operation. */\nexport type PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignmentNext operation. */\nexport type PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse =\n PolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface PolicyMetadataGetResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getResource operation. */\nexport type PolicyMetadataGetResourceResponse = PolicyMetadata;\n\n/** Optional parameters. */\nexport interface PolicyMetadataListOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the list operation. */\nexport type PolicyMetadataListResponse = PolicyMetadataCollection;\n\n/** Optional parameters. */\nexport interface PolicyMetadataListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PolicyMetadataListNextResponse = PolicyMetadataCollection;\n\n/** Optional parameters. */\nexport interface PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkAtSubscriptionScope operation. */\nexport type PolicyRestrictionsCheckAtSubscriptionScopeResponse =\n CheckRestrictionsResult;\n\n/** Optional parameters. */\nexport interface PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkAtResourceGroupScope operation. */\nexport type PolicyRestrictionsCheckAtResourceGroupScopeResponse =\n CheckRestrictionsResult;\n\n/** Optional parameters. */\nexport interface PolicyRestrictionsCheckAtManagementGroupScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkAtManagementGroupScope operation. */\nexport type PolicyRestrictionsCheckAtManagementGroupScopeResponse =\n CheckRestrictionsResult;\n\n/** Optional parameters. */\nexport interface ComponentPolicyStatesListQueryResultsForSubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum number of records to return. */\n top?: number;\n /** Ordering expression using OData notation. One or more comma-separated column names with an optional \"desc\" (the default) or \"asc\", e.g. \"$orderby=PolicyAssignmentId, ResourceId asc\". */\n orderBy?: string;\n /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. \"$select=PolicyAssignmentId, ResourceId\". */\n select?: string;\n /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */\n from?: Date;\n /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */\n to?: Date;\n /** OData filter expression. */\n filter?: string;\n /** OData apply expression for aggregations. */\n apply?: string;\n}\n\n/** Contains response data for the listQueryResultsForSubscription operation. */\nexport type ComponentPolicyStatesListQueryResultsForSubscriptionResponse =\n ComponentPolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface ComponentPolicyStatesListQueryResultsForResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum number of records to return. */\n top?: number;\n /** Ordering expression using OData notation. One or more comma-separated column names with an optional \"desc\" (the default) or \"asc\", e.g. \"$orderby=PolicyAssignmentId, ResourceId asc\". */\n orderBy?: string;\n /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. \"$select=PolicyAssignmentId, ResourceId\". */\n select?: string;\n /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */\n from?: Date;\n /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */\n to?: Date;\n /** OData filter expression. */\n filter?: string;\n /** OData apply expression for aggregations. */\n apply?: string;\n}\n\n/** Contains response data for the listQueryResultsForResourceGroup operation. */\nexport type ComponentPolicyStatesListQueryResultsForResourceGroupResponse =\n ComponentPolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface ComponentPolicyStatesListQueryResultsForResourceOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum number of records to return. */\n top?: number;\n /** Ordering expression using OData notation. One or more comma-separated column names with an optional \"desc\" (the default) or \"asc\", e.g. \"$orderby=PolicyAssignmentId, ResourceId asc\". */\n orderBy?: string;\n /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. \"$select=PolicyAssignmentId, ResourceId\". */\n select?: string;\n /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */\n from?: Date;\n /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */\n to?: Date;\n /** OData filter expression. */\n filter?: string;\n /** OData apply expression for aggregations. */\n apply?: string;\n /** The $expand query parameter. */\n expand?: string;\n}\n\n/** Contains response data for the listQueryResultsForResource operation. */\nexport type ComponentPolicyStatesListQueryResultsForResourceResponse =\n ComponentPolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface ComponentPolicyStatesListQueryResultsForPolicyDefinitionOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum number of records to return. */\n top?: number;\n /** Ordering expression using OData notation. One or more comma-separated column names with an optional \"desc\" (the default) or \"asc\", e.g. \"$orderby=PolicyAssignmentId, ResourceId asc\". */\n orderBy?: string;\n /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. \"$select=PolicyAssignmentId, ResourceId\". */\n select?: string;\n /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */\n from?: Date;\n /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */\n to?: Date;\n /** OData filter expression. */\n filter?: string;\n /** OData apply expression for aggregations. */\n apply?: string;\n}\n\n/** Contains response data for the listQueryResultsForPolicyDefinition operation. */\nexport type ComponentPolicyStatesListQueryResultsForPolicyDefinitionResponse =\n ComponentPolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum number of records to return. */\n top?: number;\n /** Ordering expression using OData notation. One or more comma-separated column names with an optional \"desc\" (the default) or \"asc\", e.g. \"$orderby=PolicyAssignmentId, ResourceId asc\". */\n orderBy?: string;\n /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. \"$select=PolicyAssignmentId, ResourceId\". */\n select?: string;\n /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */\n from?: Date;\n /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */\n to?: Date;\n /** OData filter expression. */\n filter?: string;\n /** OData apply expression for aggregations. */\n apply?: string;\n}\n\n/** Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignment operation. */\nexport type ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse =\n ComponentPolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams\n extends coreClient.OperationOptions {\n /** Maximum number of records to return. */\n top?: number;\n /** Ordering expression using OData notation. One or more comma-separated column names with an optional \"desc\" (the default) or \"asc\", e.g. \"$orderby=PolicyAssignmentId, ResourceId asc\". */\n orderBy?: string;\n /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. \"$select=PolicyAssignmentId, ResourceId\". */\n select?: string;\n /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */\n from?: Date;\n /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */\n to?: Date;\n /** OData filter expression. */\n filter?: string;\n /** OData apply expression for aggregations. */\n apply?: string;\n}\n\n/** Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignment operation. */\nexport type ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse =\n ComponentPolicyStatesQueryResults;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationsListResults;\n\n/** Optional parameters. */\nexport interface AttestationsListForSubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listForSubscription operation. */\nexport type AttestationsListForSubscriptionResponse = AttestationListResult;\n\n/** Optional parameters. */\nexport interface AttestationsCreateOrUpdateAtSubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateAtSubscription operation. */\nexport type AttestationsCreateOrUpdateAtSubscriptionResponse = Attestation;\n\n/** Optional parameters. */\nexport interface AttestationsGetAtSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAtSubscription operation. */\nexport type AttestationsGetAtSubscriptionResponse = Attestation;\n\n/** Optional parameters. */\nexport interface AttestationsDeleteAtSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AttestationsListForResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listForResourceGroup operation. */\nexport type AttestationsListForResourceGroupResponse = AttestationListResult;\n\n/** Optional parameters. */\nexport interface AttestationsCreateOrUpdateAtResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateAtResourceGroup operation. */\nexport type AttestationsCreateOrUpdateAtResourceGroupResponse = Attestation;\n\n/** Optional parameters. */\nexport interface AttestationsGetAtResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAtResourceGroup operation. */\nexport type AttestationsGetAtResourceGroupResponse = Attestation;\n\n/** Optional parameters. */\nexport interface AttestationsDeleteAtResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AttestationsListForResourceOptionalParams\n extends coreClient.OperationOptions {\n /** Parameter group */\n queryOptions?: QueryOptions;\n}\n\n/** Contains response data for the listForResource operation. */\nexport type AttestationsListForResourceResponse = AttestationListResult;\n\n/** Optional parameters. */\nexport interface AttestationsCreateOrUpdateAtResourceOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdateAtResource operation. */\nexport type AttestationsCreateOrUpdateAtResourceResponse = Attestation;\n\n/** Optional parameters. */\nexport interface AttestationsGetAtResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAtResource operation. */\nexport type AttestationsGetAtResourceResponse = Attestation;\n\n/** Optional parameters. */\nexport interface AttestationsDeleteAtResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AttestationsListForSubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForSubscriptionNext operation. */\nexport type AttestationsListForSubscriptionNextResponse = AttestationListResult;\n\n/** Optional parameters. */\nexport interface AttestationsListForResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceGroupNext operation. */\nexport type AttestationsListForResourceGroupNextResponse =\n AttestationListResult;\n\n/** Optional parameters. */\nexport interface AttestationsListForResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listForResourceNext operation. */\nexport type AttestationsListForResourceNextResponse = AttestationListResult;\n\n/** Optional parameters. */\nexport interface PolicyInsightsClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const PolicyTrackedResourcesQueryResults: coreClient.CompositeMapper;
|
|
3
|
+
export declare const PolicyTrackedResource: coreClient.CompositeMapper;
|
|
4
|
+
export declare const PolicyDetails: coreClient.CompositeMapper;
|
|
5
|
+
export declare const TrackedResourceModificationDetails: coreClient.CompositeMapper;
|
|
6
|
+
export declare const QueryFailure: coreClient.CompositeMapper;
|
|
7
|
+
export declare const QueryFailureError: coreClient.CompositeMapper;
|
|
8
|
+
export declare const RemediationDeploymentsListResult: coreClient.CompositeMapper;
|
|
9
|
+
export declare const RemediationDeployment: coreClient.CompositeMapper;
|
|
10
|
+
export declare const ErrorDefinition: coreClient.CompositeMapper;
|
|
11
|
+
export declare const TypedErrorInfo: coreClient.CompositeMapper;
|
|
12
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
13
|
+
export declare const Remediation: coreClient.CompositeMapper;
|
|
14
|
+
export declare const RemediationFilters: coreClient.CompositeMapper;
|
|
15
|
+
export declare const RemediationDeploymentSummary: coreClient.CompositeMapper;
|
|
16
|
+
export declare const RemediationPropertiesFailureThreshold: coreClient.CompositeMapper;
|
|
17
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
18
|
+
export declare const RemediationListResult: coreClient.CompositeMapper;
|
|
19
|
+
export declare const PolicyEventsQueryResults: coreClient.CompositeMapper;
|
|
20
|
+
export declare const PolicyEvent: coreClient.CompositeMapper;
|
|
21
|
+
export declare const ComponentEventDetails: coreClient.CompositeMapper;
|
|
22
|
+
export declare const PolicyStatesQueryResults: coreClient.CompositeMapper;
|
|
23
|
+
export declare const PolicyState: coreClient.CompositeMapper;
|
|
24
|
+
export declare const PolicyEvaluationDetails: coreClient.CompositeMapper;
|
|
25
|
+
export declare const ExpressionEvaluationDetails: coreClient.CompositeMapper;
|
|
26
|
+
export declare const IfNotExistsEvaluationDetails: coreClient.CompositeMapper;
|
|
27
|
+
export declare const ComponentStateDetails: coreClient.CompositeMapper;
|
|
28
|
+
export declare const SummarizeResults: coreClient.CompositeMapper;
|
|
29
|
+
export declare const Summary: coreClient.CompositeMapper;
|
|
30
|
+
export declare const SummaryResults: coreClient.CompositeMapper;
|
|
31
|
+
export declare const ComplianceDetail: coreClient.CompositeMapper;
|
|
32
|
+
export declare const PolicyAssignmentSummary: coreClient.CompositeMapper;
|
|
33
|
+
export declare const PolicyDefinitionSummary: coreClient.CompositeMapper;
|
|
34
|
+
export declare const PolicyGroupSummary: coreClient.CompositeMapper;
|
|
35
|
+
export declare const PolicyMetadata: coreClient.CompositeMapper;
|
|
36
|
+
export declare const PolicyMetadataSlimProperties: coreClient.CompositeMapper;
|
|
37
|
+
export declare const ErrorResponseAutoGenerated: coreClient.CompositeMapper;
|
|
38
|
+
export declare const ErrorDefinitionAutoGenerated: coreClient.CompositeMapper;
|
|
39
|
+
export declare const PolicyMetadataCollection: coreClient.CompositeMapper;
|
|
40
|
+
export declare const SlimPolicyMetadata: coreClient.CompositeMapper;
|
|
41
|
+
export declare const CheckRestrictionsRequest: coreClient.CompositeMapper;
|
|
42
|
+
export declare const CheckRestrictionsResourceDetails: coreClient.CompositeMapper;
|
|
43
|
+
export declare const PendingField: coreClient.CompositeMapper;
|
|
44
|
+
export declare const CheckRestrictionsResult: coreClient.CompositeMapper;
|
|
45
|
+
export declare const FieldRestrictions: coreClient.CompositeMapper;
|
|
46
|
+
export declare const FieldRestriction: coreClient.CompositeMapper;
|
|
47
|
+
export declare const PolicyReference: coreClient.CompositeMapper;
|
|
48
|
+
export declare const CheckRestrictionsResultContentEvaluationResult: coreClient.CompositeMapper;
|
|
49
|
+
export declare const PolicyEvaluationResult: coreClient.CompositeMapper;
|
|
50
|
+
export declare const CheckRestrictionEvaluationDetails: coreClient.CompositeMapper;
|
|
51
|
+
export declare const PolicyEffectDetails: coreClient.CompositeMapper;
|
|
52
|
+
export declare const CheckManagementGroupRestrictionsRequest: coreClient.CompositeMapper;
|
|
53
|
+
export declare const ComponentPolicyStatesQueryResults: coreClient.CompositeMapper;
|
|
54
|
+
export declare const ComponentPolicyState: coreClient.CompositeMapper;
|
|
55
|
+
export declare const ComponentPolicyEvaluationDetails: coreClient.CompositeMapper;
|
|
56
|
+
export declare const ComponentExpressionEvaluationDetails: coreClient.CompositeMapper;
|
|
57
|
+
export declare const OperationsListResults: coreClient.CompositeMapper;
|
|
58
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
59
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
60
|
+
export declare const AttestationListResult: coreClient.CompositeMapper;
|
|
61
|
+
export declare const AttestationEvidence: coreClient.CompositeMapper;
|
|
62
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
63
|
+
export declare const ErrorResponseAutoGenerated2: coreClient.CompositeMapper;
|
|
64
|
+
export declare const ErrorDefinitionAutoGenerated2: coreClient.CompositeMapper;
|
|
65
|
+
export declare const PolicyMetadataProperties: coreClient.CompositeMapper;
|
|
66
|
+
export declare const Attestation: coreClient.CompositeMapper;
|
|
67
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|