@azure/arm-policy 6.0.0 → 7.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/README.md +11 -11
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/policyAssignments/index.d.ts +3 -0
- package/dist/browser/api/policyAssignments/index.js +4 -0
- package/dist/browser/api/policyAssignments/index.js.map +1 -0
- package/dist/browser/api/policyAssignments/operations.d.ts +43 -0
- package/dist/browser/api/policyAssignments/operations.js +243 -0
- package/dist/browser/api/policyAssignments/operations.js.map +1 -0
- package/dist/browser/api/policyAssignments/options.d.ts +52 -0
- package/dist/browser/api/policyAssignments/options.js +4 -0
- package/dist/browser/api/policyAssignments/options.js.map +1 -0
- package/dist/browser/api/policyContext.d.ts +22 -0
- package/dist/browser/api/policyContext.js +24 -0
- package/dist/browser/api/policyContext.js.map +1 -0
- package/dist/browser/api/policyDefinitionVersions/index.d.ts +3 -0
- package/dist/browser/api/policyDefinitionVersions/index.js +4 -0
- package/dist/browser/api/policyDefinitionVersions/index.js.map +1 -0
- package/dist/browser/api/policyDefinitionVersions/operations.d.ts +63 -0
- package/dist/browser/api/policyDefinitionVersions/operations.js +366 -0
- package/dist/browser/api/policyDefinitionVersions/operations.js.map +1 -0
- package/dist/browser/api/policyDefinitionVersions/options.d.ts +47 -0
- package/dist/browser/api/policyDefinitionVersions/options.js +4 -0
- package/dist/browser/api/policyDefinitionVersions/options.js.map +1 -0
- package/dist/browser/api/policyDefinitions/index.d.ts +3 -0
- package/dist/browser/api/policyDefinitions/index.js +4 -0
- package/dist/browser/api/policyDefinitions/index.js.map +1 -0
- package/dist/browser/api/policyDefinitions/operations.d.ts +51 -0
- package/dist/browser/api/policyDefinitions/operations.js +278 -0
- package/dist/browser/api/policyDefinitions/operations.js.map +1 -0
- package/dist/browser/api/policyDefinitions/options.d.ts +44 -0
- package/dist/browser/api/policyDefinitions/options.js +4 -0
- package/dist/browser/api/policyDefinitions/options.js.map +1 -0
- package/dist/browser/api/policySetDefinitionVersions/index.d.ts +3 -0
- package/dist/browser/api/policySetDefinitionVersions/index.js +4 -0
- package/dist/browser/api/policySetDefinitionVersions/index.js.map +1 -0
- package/dist/browser/api/policySetDefinitionVersions/operations.d.ts +63 -0
- package/dist/browser/api/policySetDefinitionVersions/operations.js +380 -0
- package/dist/browser/api/policySetDefinitionVersions/operations.js.map +1 -0
- package/dist/browser/api/policySetDefinitionVersions/options.d.ts +59 -0
- package/dist/browser/api/policySetDefinitionVersions/options.js +4 -0
- package/dist/browser/api/policySetDefinitionVersions/options.js.map +1 -0
- package/dist/browser/api/policySetDefinitions/index.d.ts +3 -0
- package/dist/browser/api/policySetDefinitions/index.js +4 -0
- package/dist/browser/api/policySetDefinitions/index.js.map +1 -0
- package/dist/browser/api/policySetDefinitions/operations.d.ts +51 -0
- package/dist/browser/api/policySetDefinitions/operations.js +288 -0
- package/dist/browser/api/policySetDefinitions/operations.js.map +1 -0
- package/dist/browser/api/policySetDefinitions/options.d.ts +56 -0
- package/dist/browser/api/policySetDefinitions/options.js +4 -0
- package/dist/browser/api/policySetDefinitions/options.js.map +1 -0
- package/dist/browser/api/policyTokens/index.d.ts +3 -0
- package/dist/browser/api/policyTokens/index.js +4 -0
- package/dist/browser/api/policyTokens/index.js.map +1 -0
- package/dist/browser/api/policyTokens/operations.d.ts +13 -0
- package/dist/browser/api/policyTokens/operations.js +62 -0
- package/dist/browser/api/policyTokens/operations.js.map +1 -0
- package/dist/browser/api/policyTokens/options.d.ts +8 -0
- package/dist/browser/api/policyTokens/options.js +4 -0
- package/dist/browser/api/policyTokens/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +7 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/policyAssignments/index.d.ts +30 -0
- package/dist/browser/classic/policyAssignments/index.js +21 -0
- package/dist/browser/classic/policyAssignments/index.js.map +1 -0
- package/dist/browser/classic/policyDefinitionVersions/index.d.ts +40 -0
- package/dist/browser/classic/policyDefinitionVersions/index.js +26 -0
- package/dist/browser/classic/policyDefinitionVersions/index.js.map +1 -0
- package/dist/browser/classic/policyDefinitions/index.d.ts +34 -0
- package/dist/browser/classic/policyDefinitions/index.js +23 -0
- package/dist/browser/classic/policyDefinitions/index.js.map +1 -0
- package/dist/browser/classic/policySetDefinitionVersions/index.d.ts +40 -0
- package/dist/browser/classic/policySetDefinitionVersions/index.js +26 -0
- package/dist/browser/classic/policySetDefinitionVersions/index.js.map +1 -0
- package/dist/browser/classic/policySetDefinitions/index.d.ts +34 -0
- package/dist/browser/classic/policySetDefinitions/index.js +23 -0
- package/dist/browser/classic/policySetDefinitions/index.js.map +1 -0
- package/dist/browser/classic/policyTokens/index.d.ts +12 -0
- package/dist/browser/classic/policyTokens/index.js +15 -0
- package/dist/browser/classic/policyTokens/index.js.map +1 -0
- package/dist/browser/index.d.ts +13 -3
- package/dist/browser/index.js +5 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -1080
- package/dist/browser/models/index.js +3 -89
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +941 -0
- package/dist/browser/models/models.js +1306 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/policyClient.d.ts +28 -23
- package/dist/browser/policyClient.js +43 -88
- package/dist/browser/policyClient.js.map +1 -1
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/browser/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/browser/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +31 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/policyAssignments/index.d.ts +3 -0
- package/dist/commonjs/api/policyAssignments/index.js +58 -0
- package/dist/commonjs/api/policyAssignments/index.js.map +7 -0
- package/dist/commonjs/api/policyAssignments/operations.d.ts +43 -0
- package/dist/commonjs/api/policyAssignments/operations.js +363 -0
- package/dist/commonjs/api/policyAssignments/operations.js.map +7 -0
- package/dist/commonjs/api/policyAssignments/options.d.ts +52 -0
- package/dist/commonjs/api/policyAssignments/options.js +15 -0
- package/dist/commonjs/api/policyAssignments/options.js.map +7 -0
- package/dist/commonjs/api/policyContext.d.ts +22 -0
- package/dist/commonjs/api/policyContext.js +44 -0
- package/dist/commonjs/api/policyContext.js.map +7 -0
- package/dist/commonjs/api/policyDefinitionVersions/index.d.ts +3 -0
- package/dist/commonjs/api/policyDefinitionVersions/index.js +78 -0
- package/dist/commonjs/api/policyDefinitionVersions/index.js.map +7 -0
- package/dist/commonjs/api/policyDefinitionVersions/operations.d.ts +63 -0
- package/dist/commonjs/api/policyDefinitionVersions/operations.js +552 -0
- package/dist/commonjs/api/policyDefinitionVersions/operations.js.map +7 -0
- package/dist/commonjs/api/policyDefinitionVersions/options.d.ts +47 -0
- package/dist/commonjs/api/policyDefinitionVersions/options.js +15 -0
- package/dist/commonjs/api/policyDefinitionVersions/options.js.map +7 -0
- package/dist/commonjs/api/policyDefinitions/index.d.ts +3 -0
- package/dist/commonjs/api/policyDefinitions/index.js +66 -0
- package/dist/commonjs/api/policyDefinitions/index.js.map +7 -0
- package/dist/commonjs/api/policyDefinitions/operations.d.ts +51 -0
- package/dist/commonjs/api/policyDefinitions/operations.js +418 -0
- package/dist/commonjs/api/policyDefinitions/operations.js.map +7 -0
- package/dist/commonjs/api/policyDefinitions/options.d.ts +44 -0
- package/dist/commonjs/api/policyDefinitions/options.js +15 -0
- package/dist/commonjs/api/policyDefinitions/options.js.map +7 -0
- package/dist/commonjs/api/policySetDefinitionVersions/index.d.ts +3 -0
- package/dist/commonjs/api/policySetDefinitionVersions/index.js +78 -0
- package/dist/commonjs/api/policySetDefinitionVersions/index.js.map +7 -0
- package/dist/commonjs/api/policySetDefinitionVersions/operations.d.ts +63 -0
- package/dist/commonjs/api/policySetDefinitionVersions/operations.js +566 -0
- package/dist/commonjs/api/policySetDefinitionVersions/operations.js.map +7 -0
- package/dist/commonjs/api/policySetDefinitionVersions/options.d.ts +59 -0
- package/dist/commonjs/api/policySetDefinitionVersions/options.js +15 -0
- package/dist/commonjs/api/policySetDefinitionVersions/options.js.map +7 -0
- package/dist/commonjs/api/policySetDefinitions/index.d.ts +3 -0
- package/dist/commonjs/api/policySetDefinitions/index.js +66 -0
- package/dist/commonjs/api/policySetDefinitions/index.js.map +7 -0
- package/dist/commonjs/api/policySetDefinitions/operations.d.ts +51 -0
- package/dist/commonjs/api/policySetDefinitions/operations.js +428 -0
- package/dist/commonjs/api/policySetDefinitions/operations.js.map +7 -0
- package/dist/commonjs/api/policySetDefinitions/options.d.ts +56 -0
- package/dist/commonjs/api/policySetDefinitions/options.js +15 -0
- package/dist/commonjs/api/policySetDefinitions/options.js.map +7 -0
- package/dist/commonjs/api/policyTokens/index.d.ts +3 -0
- package/dist/commonjs/api/policyTokens/index.js +34 -0
- package/dist/commonjs/api/policyTokens/index.js.map +7 -0
- package/dist/commonjs/api/policyTokens/operations.d.ts +13 -0
- package/dist/commonjs/api/policyTokens/operations.js +106 -0
- package/dist/commonjs/api/policyTokens/operations.js.map +7 -0
- package/dist/commonjs/api/policyTokens/options.d.ts +8 -0
- package/dist/commonjs/api/policyTokens/options.js +15 -0
- package/dist/commonjs/api/policyTokens/options.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +7 -0
- package/dist/commonjs/classic/index.js +42 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/policyAssignments/index.d.ts +30 -0
- package/dist/commonjs/classic/policyAssignments/index.js +52 -0
- package/dist/commonjs/classic/policyAssignments/index.js.map +7 -0
- package/dist/commonjs/classic/policyDefinitionVersions/index.d.ts +40 -0
- package/dist/commonjs/classic/policyDefinitionVersions/index.js +68 -0
- package/dist/commonjs/classic/policyDefinitionVersions/index.js.map +7 -0
- package/dist/commonjs/classic/policyDefinitions/index.d.ts +34 -0
- package/dist/commonjs/classic/policyDefinitions/index.js +52 -0
- package/dist/commonjs/classic/policyDefinitions/index.js.map +7 -0
- package/dist/commonjs/classic/policySetDefinitionVersions/index.d.ts +40 -0
- package/dist/commonjs/classic/policySetDefinitionVersions/index.js +74 -0
- package/dist/commonjs/classic/policySetDefinitionVersions/index.js.map +7 -0
- package/dist/commonjs/classic/policySetDefinitions/index.d.ts +34 -0
- package/dist/commonjs/classic/policySetDefinitions/index.js +52 -0
- package/dist/commonjs/classic/policySetDefinitions/index.js.map +7 -0
- package/dist/commonjs/classic/policyTokens/index.d.ts +12 -0
- package/dist/commonjs/classic/policyTokens/index.js +38 -0
- package/dist/commonjs/classic/policyTokens/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +13 -3
- package/dist/commonjs/index.js +288 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +28 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +1 -1080
- package/dist/commonjs/models/index.js +139 -93
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +941 -0
- package/dist/commonjs/models/models.js +1322 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/policyClient.d.ts +28 -23
- package/dist/commonjs/policyClient.js +74 -101
- package/dist/commonjs/policyClient.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js +41 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +6 -0
- package/dist/esm/api/index.js.map +7 -0
- package/dist/esm/api/policyAssignments/index.d.ts +3 -0
- package/dist/esm/api/policyAssignments/index.js +38 -0
- package/dist/esm/api/policyAssignments/index.js.map +7 -0
- package/dist/esm/api/policyAssignments/operations.d.ts +43 -0
- package/dist/esm/api/policyAssignments/operations.js +323 -0
- package/dist/esm/api/policyAssignments/operations.js.map +7 -0
- package/dist/esm/api/policyAssignments/options.d.ts +52 -0
- package/dist/esm/api/policyAssignments/options.js +0 -0
- package/dist/esm/api/policyAssignments/options.js.map +7 -0
- package/dist/esm/api/policyContext.d.ts +22 -0
- package/dist/esm/api/policyContext.js +21 -0
- package/dist/esm/api/policyContext.js.map +7 -0
- package/dist/esm/api/policyDefinitionVersions/index.d.ts +3 -0
- package/dist/esm/api/policyDefinitionVersions/index.js +58 -0
- package/dist/esm/api/policyDefinitionVersions/index.js.map +7 -0
- package/dist/esm/api/policyDefinitionVersions/operations.d.ts +63 -0
- package/dist/esm/api/policyDefinitionVersions/operations.js +496 -0
- package/dist/esm/api/policyDefinitionVersions/operations.js.map +7 -0
- package/dist/esm/api/policyDefinitionVersions/options.d.ts +47 -0
- package/dist/esm/api/policyDefinitionVersions/options.js +0 -0
- package/dist/esm/api/policyDefinitionVersions/options.js.map +7 -0
- package/dist/esm/api/policyDefinitions/index.d.ts +3 -0
- package/dist/esm/api/policyDefinitions/index.js +46 -0
- package/dist/esm/api/policyDefinitions/index.js.map +7 -0
- package/dist/esm/api/policyDefinitions/operations.d.ts +51 -0
- package/dist/esm/api/policyDefinitions/operations.js +371 -0
- package/dist/esm/api/policyDefinitions/operations.js.map +7 -0
- package/dist/esm/api/policyDefinitions/options.d.ts +44 -0
- package/dist/esm/api/policyDefinitions/options.js +0 -0
- package/dist/esm/api/policyDefinitions/options.js.map +7 -0
- package/dist/esm/api/policySetDefinitionVersions/index.d.ts +3 -0
- package/dist/esm/api/policySetDefinitionVersions/index.js +58 -0
- package/dist/esm/api/policySetDefinitionVersions/index.js.map +7 -0
- package/dist/esm/api/policySetDefinitionVersions/operations.d.ts +63 -0
- package/dist/esm/api/policySetDefinitionVersions/operations.js +510 -0
- package/dist/esm/api/policySetDefinitionVersions/operations.js.map +7 -0
- package/dist/esm/api/policySetDefinitionVersions/options.d.ts +59 -0
- package/dist/esm/api/policySetDefinitionVersions/options.js +0 -0
- package/dist/esm/api/policySetDefinitionVersions/options.js.map +7 -0
- package/dist/esm/api/policySetDefinitions/index.d.ts +3 -0
- package/dist/esm/api/policySetDefinitions/index.js +46 -0
- package/dist/esm/api/policySetDefinitions/index.js.map +7 -0
- package/dist/esm/api/policySetDefinitions/operations.d.ts +51 -0
- package/dist/esm/api/policySetDefinitions/operations.js +381 -0
- package/dist/esm/api/policySetDefinitions/operations.js.map +7 -0
- package/dist/esm/api/policySetDefinitions/options.d.ts +56 -0
- package/dist/esm/api/policySetDefinitions/options.js +0 -0
- package/dist/esm/api/policySetDefinitions/options.js.map +7 -0
- package/dist/esm/api/policyTokens/index.d.ts +3 -0
- package/dist/esm/api/policyTokens/index.js +11 -0
- package/dist/esm/api/policyTokens/index.js.map +7 -0
- package/dist/esm/api/policyTokens/operations.d.ts +13 -0
- package/dist/esm/api/policyTokens/operations.js +82 -0
- package/dist/esm/api/policyTokens/operations.js.map +7 -0
- package/dist/esm/api/policyTokens/options.d.ts +8 -0
- package/dist/esm/api/policyTokens/options.js +0 -0
- package/dist/esm/api/policyTokens/options.js.map +7 -0
- package/dist/esm/classic/index.d.ts +7 -0
- package/dist/esm/classic/index.js +14 -0
- package/dist/esm/classic/index.js.map +7 -0
- package/dist/esm/classic/policyAssignments/index.d.ts +30 -0
- package/dist/esm/classic/policyAssignments/index.js +38 -0
- package/dist/esm/classic/policyAssignments/index.js.map +7 -0
- package/dist/esm/classic/policyDefinitionVersions/index.d.ts +40 -0
- package/dist/esm/classic/policyDefinitionVersions/index.js +59 -0
- package/dist/esm/classic/policyDefinitionVersions/index.js.map +7 -0
- package/dist/esm/classic/policyDefinitions/index.d.ts +34 -0
- package/dist/esm/classic/policyDefinitions/index.js +40 -0
- package/dist/esm/classic/policyDefinitions/index.js.map +7 -0
- package/dist/esm/classic/policySetDefinitionVersions/index.d.ts +40 -0
- package/dist/esm/classic/policySetDefinitionVersions/index.js +65 -0
- package/dist/esm/classic/policySetDefinitionVersions/index.js.map +7 -0
- package/dist/esm/classic/policySetDefinitions/index.d.ts +34 -0
- package/dist/esm/classic/policySetDefinitions/index.js +40 -0
- package/dist/esm/classic/policySetDefinitions/index.js.map +7 -0
- package/dist/esm/classic/policyTokens/index.d.ts +12 -0
- package/dist/esm/classic/policyTokens/index.js +15 -0
- package/dist/esm/classic/policyTokens/index.js.map +7 -0
- package/dist/esm/index.d.ts +13 -3
- package/dist/esm/index.js +271 -13
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +7 -0
- package/dist/esm/models/index.d.ts +1 -1080
- package/dist/esm/models/index.js +118 -90
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.d.ts +941 -0
- package/dist/esm/models/models.js +1180 -0
- package/dist/esm/models/models.js.map +7 -0
- package/dist/esm/policyClient.d.ts +28 -23
- package/dist/esm/policyClient.js +50 -96
- package/dist/esm/policyClient.js.map +7 -1
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +119 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js +18 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +173 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/policyAssignments/index.d.ts +3 -0
- package/dist/react-native/api/policyAssignments/index.js +4 -0
- package/dist/react-native/api/policyAssignments/index.js.map +1 -0
- package/dist/react-native/api/policyAssignments/operations.d.ts +43 -0
- package/dist/react-native/api/policyAssignments/operations.js +243 -0
- package/dist/react-native/api/policyAssignments/operations.js.map +1 -0
- package/dist/react-native/api/policyAssignments/options.d.ts +52 -0
- package/dist/react-native/api/policyAssignments/options.js +4 -0
- package/dist/react-native/api/policyAssignments/options.js.map +1 -0
- package/dist/react-native/api/policyContext.d.ts +22 -0
- package/dist/react-native/api/policyContext.js +24 -0
- package/dist/react-native/api/policyContext.js.map +1 -0
- package/dist/react-native/api/policyDefinitionVersions/index.d.ts +3 -0
- package/dist/react-native/api/policyDefinitionVersions/index.js +4 -0
- package/dist/react-native/api/policyDefinitionVersions/index.js.map +1 -0
- package/dist/react-native/api/policyDefinitionVersions/operations.d.ts +63 -0
- package/dist/react-native/api/policyDefinitionVersions/operations.js +366 -0
- package/dist/react-native/api/policyDefinitionVersions/operations.js.map +1 -0
- package/dist/react-native/api/policyDefinitionVersions/options.d.ts +47 -0
- package/dist/react-native/api/policyDefinitionVersions/options.js +4 -0
- package/dist/react-native/api/policyDefinitionVersions/options.js.map +1 -0
- package/dist/react-native/api/policyDefinitions/index.d.ts +3 -0
- package/dist/react-native/api/policyDefinitions/index.js +4 -0
- package/dist/react-native/api/policyDefinitions/index.js.map +1 -0
- package/dist/react-native/api/policyDefinitions/operations.d.ts +51 -0
- package/dist/react-native/api/policyDefinitions/operations.js +278 -0
- package/dist/react-native/api/policyDefinitions/operations.js.map +1 -0
- package/dist/react-native/api/policyDefinitions/options.d.ts +44 -0
- package/dist/react-native/api/policyDefinitions/options.js +4 -0
- package/dist/react-native/api/policyDefinitions/options.js.map +1 -0
- package/dist/react-native/api/policySetDefinitionVersions/index.d.ts +3 -0
- package/dist/react-native/api/policySetDefinitionVersions/index.js +4 -0
- package/dist/react-native/api/policySetDefinitionVersions/index.js.map +1 -0
- package/dist/react-native/api/policySetDefinitionVersions/operations.d.ts +63 -0
- package/dist/react-native/api/policySetDefinitionVersions/operations.js +380 -0
- package/dist/react-native/api/policySetDefinitionVersions/operations.js.map +1 -0
- package/dist/react-native/api/policySetDefinitionVersions/options.d.ts +59 -0
- package/dist/react-native/api/policySetDefinitionVersions/options.js +4 -0
- package/dist/react-native/api/policySetDefinitionVersions/options.js.map +1 -0
- package/dist/react-native/api/policySetDefinitions/index.d.ts +3 -0
- package/dist/react-native/api/policySetDefinitions/index.js +4 -0
- package/dist/react-native/api/policySetDefinitions/index.js.map +1 -0
- package/dist/react-native/api/policySetDefinitions/operations.d.ts +51 -0
- package/dist/react-native/api/policySetDefinitions/operations.js +288 -0
- package/dist/react-native/api/policySetDefinitions/operations.js.map +1 -0
- package/dist/react-native/api/policySetDefinitions/options.d.ts +56 -0
- package/dist/react-native/api/policySetDefinitions/options.js +4 -0
- package/dist/react-native/api/policySetDefinitions/options.js.map +1 -0
- package/dist/react-native/api/policyTokens/index.d.ts +3 -0
- package/dist/react-native/api/policyTokens/index.js +4 -0
- package/dist/react-native/api/policyTokens/index.js.map +1 -0
- package/dist/react-native/api/policyTokens/operations.d.ts +13 -0
- package/dist/react-native/api/policyTokens/operations.js +62 -0
- package/dist/react-native/api/policyTokens/operations.js.map +1 -0
- package/dist/react-native/api/policyTokens/options.d.ts +8 -0
- package/dist/react-native/api/policyTokens/options.js +4 -0
- package/dist/react-native/api/policyTokens/options.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +7 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/policyAssignments/index.d.ts +30 -0
- package/dist/react-native/classic/policyAssignments/index.js +21 -0
- package/dist/react-native/classic/policyAssignments/index.js.map +1 -0
- package/dist/react-native/classic/policyDefinitionVersions/index.d.ts +40 -0
- package/dist/react-native/classic/policyDefinitionVersions/index.js +26 -0
- package/dist/react-native/classic/policyDefinitionVersions/index.js.map +1 -0
- package/dist/react-native/classic/policyDefinitions/index.d.ts +34 -0
- package/dist/react-native/classic/policyDefinitions/index.js +23 -0
- package/dist/react-native/classic/policyDefinitions/index.js.map +1 -0
- package/dist/react-native/classic/policySetDefinitionVersions/index.d.ts +40 -0
- package/dist/react-native/classic/policySetDefinitionVersions/index.js +26 -0
- package/dist/react-native/classic/policySetDefinitionVersions/index.js.map +1 -0
- package/dist/react-native/classic/policySetDefinitions/index.d.ts +34 -0
- package/dist/react-native/classic/policySetDefinitions/index.js +23 -0
- package/dist/react-native/classic/policySetDefinitions/index.js.map +1 -0
- package/dist/react-native/classic/policyTokens/index.d.ts +12 -0
- package/dist/react-native/classic/policyTokens/index.js +15 -0
- package/dist/react-native/classic/policyTokens/index.js.map +1 -0
- package/dist/react-native/index.d.ts +13 -3
- package/dist/react-native/index.js +5 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -1080
- package/dist/react-native/models/index.js +3 -89
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +941 -0
- package/dist/react-native/models/models.js +1306 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/policyClient.d.ts +28 -23
- package/dist/react-native/policyClient.js +43 -88
- package/dist/react-native/policyClient.js.map +1 -1
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/serialize-record.d.ts +2 -0
- package/dist/react-native/static-helpers/serialization/serialize-record.js +19 -0
- package/dist/react-native/static-helpers/serialization/serialize-record.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +213 -89
- package/CHANGELOG.md +0 -188
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -28
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1253
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -30
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -288
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -6
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -13
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/policyAssignments.d.ts +0 -319
- package/dist/browser/operations/policyAssignments.d.ts.map +0 -1
- package/dist/browser/operations/policyAssignments.js +0 -878
- package/dist/browser/operations/policyAssignments.js.map +0 -1
- package/dist/browser/operations/policyDefinitionVersions.d.ts +0 -169
- package/dist/browser/operations/policyDefinitionVersions.d.ts.map +0 -1
- package/dist/browser/operations/policyDefinitionVersions.js +0 -700
- package/dist/browser/operations/policyDefinitionVersions.js.map +0 -1
- package/dist/browser/operations/policyDefinitions.d.ts +0 -163
- package/dist/browser/operations/policyDefinitions.d.ts.map +0 -1
- package/dist/browser/operations/policyDefinitions.js +0 -570
- package/dist/browser/operations/policyDefinitions.js.map +0 -1
- package/dist/browser/operations/policySetDefinitionVersions.d.ts +0 -172
- package/dist/browser/operations/policySetDefinitionVersions.d.ts.map +0 -1
- package/dist/browser/operations/policySetDefinitionVersions.js +0 -703
- package/dist/browser/operations/policySetDefinitionVersions.js.map +0 -1
- package/dist/browser/operations/policySetDefinitions.d.ts +0 -161
- package/dist/browser/operations/policySetDefinitions.d.ts.map +0 -1
- package/dist/browser/operations/policySetDefinitions.js +0 -586
- package/dist/browser/operations/policySetDefinitions.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -6
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -13
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/policyAssignments.d.ts +0 -193
- package/dist/browser/operationsInterfaces/policyAssignments.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/policyAssignments.js +0 -9
- package/dist/browser/operationsInterfaces/policyAssignments.js.map +0 -1
- package/dist/browser/operationsInterfaces/policyDefinitionVersions.d.ts +0 -111
- package/dist/browser/operationsInterfaces/policyDefinitionVersions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/policyDefinitionVersions.js +0 -9
- package/dist/browser/operationsInterfaces/policyDefinitionVersions.js.map +0 -1
- package/dist/browser/operationsInterfaces/policyDefinitions.d.ts +0 -92
- package/dist/browser/operationsInterfaces/policyDefinitions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/policyDefinitions.js +0 -9
- package/dist/browser/operationsInterfaces/policyDefinitions.js.map +0 -1
- package/dist/browser/operationsInterfaces/policySetDefinitionVersions.d.ts +0 -114
- package/dist/browser/operationsInterfaces/policySetDefinitionVersions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/policySetDefinitionVersions.js +0 -9
- package/dist/browser/operationsInterfaces/policySetDefinitionVersions.js.map +0 -1
- package/dist/browser/operationsInterfaces/policySetDefinitions.d.ts +0 -92
- package/dist/browser/operationsInterfaces/policySetDefinitions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/policySetDefinitions.js +0 -9
- package/dist/browser/operationsInterfaces/policySetDefinitions.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/policyClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -28
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1256
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -30
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -291
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -6
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -16
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/policyAssignments.d.ts +0 -319
- package/dist/commonjs/operations/policyAssignments.d.ts.map +0 -1
- package/dist/commonjs/operations/policyAssignments.js +0 -882
- package/dist/commonjs/operations/policyAssignments.js.map +0 -1
- package/dist/commonjs/operations/policyDefinitionVersions.d.ts +0 -169
- package/dist/commonjs/operations/policyDefinitionVersions.d.ts.map +0 -1
- package/dist/commonjs/operations/policyDefinitionVersions.js +0 -704
- package/dist/commonjs/operations/policyDefinitionVersions.js.map +0 -1
- package/dist/commonjs/operations/policyDefinitions.d.ts +0 -163
- package/dist/commonjs/operations/policyDefinitions.d.ts.map +0 -1
- package/dist/commonjs/operations/policyDefinitions.js +0 -574
- package/dist/commonjs/operations/policyDefinitions.js.map +0 -1
- package/dist/commonjs/operations/policySetDefinitionVersions.d.ts +0 -172
- package/dist/commonjs/operations/policySetDefinitionVersions.d.ts.map +0 -1
- package/dist/commonjs/operations/policySetDefinitionVersions.js +0 -707
- package/dist/commonjs/operations/policySetDefinitionVersions.js.map +0 -1
- package/dist/commonjs/operations/policySetDefinitions.d.ts +0 -161
- package/dist/commonjs/operations/policySetDefinitions.d.ts.map +0 -1
- package/dist/commonjs/operations/policySetDefinitions.js +0 -590
- package/dist/commonjs/operations/policySetDefinitions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -6
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -16
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyAssignments.d.ts +0 -193
- package/dist/commonjs/operationsInterfaces/policyAssignments.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyAssignments.js +0 -10
- package/dist/commonjs/operationsInterfaces/policyAssignments.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyDefinitionVersions.d.ts +0 -111
- package/dist/commonjs/operationsInterfaces/policyDefinitionVersions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyDefinitionVersions.js +0 -10
- package/dist/commonjs/operationsInterfaces/policyDefinitionVersions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyDefinitions.d.ts +0 -92
- package/dist/commonjs/operationsInterfaces/policyDefinitions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/policyDefinitions.js +0 -10
- package/dist/commonjs/operationsInterfaces/policyDefinitions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/policySetDefinitionVersions.d.ts +0 -114
- package/dist/commonjs/operationsInterfaces/policySetDefinitionVersions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/policySetDefinitionVersions.js +0 -10
- package/dist/commonjs/operationsInterfaces/policySetDefinitionVersions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/policySetDefinitions.d.ts +0 -92
- package/dist/commonjs/operationsInterfaces/policySetDefinitions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/policySetDefinitions.js +0 -10
- package/dist/commonjs/operationsInterfaces/policySetDefinitions.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/policyClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -28
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1253
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -30
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -288
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -6
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -13
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/policyAssignments.d.ts +0 -319
- package/dist/esm/operations/policyAssignments.d.ts.map +0 -1
- package/dist/esm/operations/policyAssignments.js +0 -878
- package/dist/esm/operations/policyAssignments.js.map +0 -1
- package/dist/esm/operations/policyDefinitionVersions.d.ts +0 -169
- package/dist/esm/operations/policyDefinitionVersions.d.ts.map +0 -1
- package/dist/esm/operations/policyDefinitionVersions.js +0 -700
- package/dist/esm/operations/policyDefinitionVersions.js.map +0 -1
- package/dist/esm/operations/policyDefinitions.d.ts +0 -163
- package/dist/esm/operations/policyDefinitions.d.ts.map +0 -1
- package/dist/esm/operations/policyDefinitions.js +0 -570
- package/dist/esm/operations/policyDefinitions.js.map +0 -1
- package/dist/esm/operations/policySetDefinitionVersions.d.ts +0 -172
- package/dist/esm/operations/policySetDefinitionVersions.d.ts.map +0 -1
- package/dist/esm/operations/policySetDefinitionVersions.js +0 -703
- package/dist/esm/operations/policySetDefinitionVersions.js.map +0 -1
- package/dist/esm/operations/policySetDefinitions.d.ts +0 -161
- package/dist/esm/operations/policySetDefinitions.d.ts.map +0 -1
- package/dist/esm/operations/policySetDefinitions.js +0 -586
- package/dist/esm/operations/policySetDefinitions.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -6
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -13
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/policyAssignments.d.ts +0 -193
- package/dist/esm/operationsInterfaces/policyAssignments.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/policyAssignments.js +0 -9
- package/dist/esm/operationsInterfaces/policyAssignments.js.map +0 -1
- package/dist/esm/operationsInterfaces/policyDefinitionVersions.d.ts +0 -111
- package/dist/esm/operationsInterfaces/policyDefinitionVersions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/policyDefinitionVersions.js +0 -9
- package/dist/esm/operationsInterfaces/policyDefinitionVersions.js.map +0 -1
- package/dist/esm/operationsInterfaces/policyDefinitions.d.ts +0 -92
- package/dist/esm/operationsInterfaces/policyDefinitions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/policyDefinitions.js +0 -9
- package/dist/esm/operationsInterfaces/policyDefinitions.js.map +0 -1
- package/dist/esm/operationsInterfaces/policySetDefinitionVersions.d.ts +0 -114
- package/dist/esm/operationsInterfaces/policySetDefinitionVersions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/policySetDefinitionVersions.js +0 -9
- package/dist/esm/operationsInterfaces/policySetDefinitionVersions.js.map +0 -1
- package/dist/esm/operationsInterfaces/policySetDefinitions.d.ts +0 -92
- package/dist/esm/operationsInterfaces/policySetDefinitions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/policySetDefinitions.js +0 -9
- package/dist/esm/operationsInterfaces/policySetDefinitions.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/policyClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -28
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1253
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -30
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -288
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -6
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -13
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/policyAssignments.d.ts +0 -319
- package/dist/react-native/operations/policyAssignments.d.ts.map +0 -1
- package/dist/react-native/operations/policyAssignments.js +0 -878
- package/dist/react-native/operations/policyAssignments.js.map +0 -1
- package/dist/react-native/operations/policyDefinitionVersions.d.ts +0 -169
- package/dist/react-native/operations/policyDefinitionVersions.d.ts.map +0 -1
- package/dist/react-native/operations/policyDefinitionVersions.js +0 -700
- package/dist/react-native/operations/policyDefinitionVersions.js.map +0 -1
- package/dist/react-native/operations/policyDefinitions.d.ts +0 -163
- package/dist/react-native/operations/policyDefinitions.d.ts.map +0 -1
- package/dist/react-native/operations/policyDefinitions.js +0 -570
- package/dist/react-native/operations/policyDefinitions.js.map +0 -1
- package/dist/react-native/operations/policySetDefinitionVersions.d.ts +0 -172
- package/dist/react-native/operations/policySetDefinitionVersions.d.ts.map +0 -1
- package/dist/react-native/operations/policySetDefinitionVersions.js +0 -703
- package/dist/react-native/operations/policySetDefinitionVersions.js.map +0 -1
- package/dist/react-native/operations/policySetDefinitions.d.ts +0 -161
- package/dist/react-native/operations/policySetDefinitions.d.ts.map +0 -1
- package/dist/react-native/operations/policySetDefinitions.js +0 -586
- package/dist/react-native/operations/policySetDefinitions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -6
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -13
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/policyAssignments.d.ts +0 -193
- package/dist/react-native/operationsInterfaces/policyAssignments.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/policyAssignments.js +0 -9
- package/dist/react-native/operationsInterfaces/policyAssignments.js.map +0 -1
- package/dist/react-native/operationsInterfaces/policyDefinitionVersions.d.ts +0 -111
- package/dist/react-native/operationsInterfaces/policyDefinitionVersions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/policyDefinitionVersions.js +0 -9
- package/dist/react-native/operationsInterfaces/policyDefinitionVersions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/policyDefinitions.d.ts +0 -92
- package/dist/react-native/operationsInterfaces/policyDefinitions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/policyDefinitions.js +0 -9
- package/dist/react-native/operationsInterfaces/policyDefinitions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/policySetDefinitionVersions.d.ts +0 -114
- package/dist/react-native/operationsInterfaces/policySetDefinitionVersions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/policySetDefinitionVersions.js +0 -9
- package/dist/react-native/operationsInterfaces/policySetDefinitionVersions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/policySetDefinitions.d.ts +0 -92
- package/dist/react-native/operationsInterfaces/policySetDefinitions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/policySetDefinitions.js +0 -9
- package/dist/react-native/operationsInterfaces/policySetDefinitions.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/policyClient.d.ts.map +0 -1
- package/review/arm-policy.api.md +0 -996
|
@@ -0,0 +1,941 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** The policy assignment. */
|
|
6
|
+
export interface PolicyAssignment extends ExtensionResource {
|
|
7
|
+
/** The location of the policy assignment. Only required when utilizing managed identity. */
|
|
8
|
+
location?: string;
|
|
9
|
+
/** The managed identity associated with the policy assignment. */
|
|
10
|
+
identity?: Identity;
|
|
11
|
+
/** The display name of the policy assignment. */
|
|
12
|
+
displayName?: string;
|
|
13
|
+
/** The ID of the policy definition or policy set definition being assigned. */
|
|
14
|
+
policyDefinitionId?: string;
|
|
15
|
+
/** The version of the policy definition to use. */
|
|
16
|
+
definitionVersion?: string;
|
|
17
|
+
/** The latest version of the policy definition available. This is only present if requested via the $expand query parameter. */
|
|
18
|
+
readonly latestDefinitionVersion?: string;
|
|
19
|
+
/** The effective version of the policy definition in use. This is only present if requested via the $expand query parameter. */
|
|
20
|
+
readonly effectiveDefinitionVersion?: string;
|
|
21
|
+
/** The scope for the policy assignment. */
|
|
22
|
+
readonly scope?: string;
|
|
23
|
+
/** The policy's excluded scopes. */
|
|
24
|
+
notScopes?: string[];
|
|
25
|
+
/** The parameter values for the assigned policy rule. The keys are the parameter names. */
|
|
26
|
+
parameters?: Record<string, ParameterValuesValue>;
|
|
27
|
+
/** This message will be part of response in case of policy violation. */
|
|
28
|
+
description?: string;
|
|
29
|
+
/** The policy assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
|
|
30
|
+
metadata?: any;
|
|
31
|
+
/** The policy assignment enforcement mode. Possible values are Default, DoNotEnforce, and Enroll */
|
|
32
|
+
enforcementMode?: EnforcementMode;
|
|
33
|
+
/** The messages that describe why a resource is non-compliant with the policy. */
|
|
34
|
+
nonComplianceMessages?: NonComplianceMessage[];
|
|
35
|
+
/** The resource selector list to filter policies by resource properties. */
|
|
36
|
+
resourceSelectors?: ResourceSelector[];
|
|
37
|
+
/** The policy property value override. */
|
|
38
|
+
overrides?: Override[];
|
|
39
|
+
/** The type of policy assignment. Possible values are NotSpecified, System, SystemHidden, and Custom. Immutable. */
|
|
40
|
+
assignmentType?: AssignmentType;
|
|
41
|
+
/** The instance ID of the policy assignment. This ID only and always changes when the assignment is deleted and recreated. */
|
|
42
|
+
readonly instanceId?: string;
|
|
43
|
+
}
|
|
44
|
+
export declare function policyAssignmentSerializer(item: PolicyAssignment): any;
|
|
45
|
+
export declare function policyAssignmentDeserializer(item: any): PolicyAssignment;
|
|
46
|
+
/** The policy assignment properties. */
|
|
47
|
+
export interface PolicyAssignmentProperties {
|
|
48
|
+
/** The display name of the policy assignment. */
|
|
49
|
+
displayName?: string;
|
|
50
|
+
/** The ID of the policy definition or policy set definition being assigned. */
|
|
51
|
+
policyDefinitionId?: string;
|
|
52
|
+
/** The version of the policy definition to use. */
|
|
53
|
+
definitionVersion?: string;
|
|
54
|
+
/** The latest version of the policy definition available. This is only present if requested via the $expand query parameter. */
|
|
55
|
+
readonly latestDefinitionVersion?: string;
|
|
56
|
+
/** The effective version of the policy definition in use. This is only present if requested via the $expand query parameter. */
|
|
57
|
+
readonly effectiveDefinitionVersion?: string;
|
|
58
|
+
/** The scope for the policy assignment. */
|
|
59
|
+
readonly scope?: string;
|
|
60
|
+
/** The policy's excluded scopes. */
|
|
61
|
+
notScopes?: string[];
|
|
62
|
+
/** The parameter values for the assigned policy rule. The keys are the parameter names. */
|
|
63
|
+
parameters?: Record<string, ParameterValuesValue>;
|
|
64
|
+
/** This message will be part of response in case of policy violation. */
|
|
65
|
+
description?: string;
|
|
66
|
+
/** The policy assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
|
|
67
|
+
metadata?: any;
|
|
68
|
+
/** The policy assignment enforcement mode. Possible values are Default, DoNotEnforce, and Enroll */
|
|
69
|
+
enforcementMode?: EnforcementMode;
|
|
70
|
+
/** The messages that describe why a resource is non-compliant with the policy. */
|
|
71
|
+
nonComplianceMessages?: NonComplianceMessage[];
|
|
72
|
+
/** The resource selector list to filter policies by resource properties. */
|
|
73
|
+
resourceSelectors?: ResourceSelector[];
|
|
74
|
+
/** The policy property value override. */
|
|
75
|
+
overrides?: Override[];
|
|
76
|
+
/** The type of policy assignment. Possible values are NotSpecified, System, SystemHidden, and Custom. Immutable. */
|
|
77
|
+
assignmentType?: AssignmentType;
|
|
78
|
+
/** The instance ID of the policy assignment. This ID only and always changes when the assignment is deleted and recreated. */
|
|
79
|
+
readonly instanceId?: string;
|
|
80
|
+
}
|
|
81
|
+
export declare function policyAssignmentPropertiesSerializer(item: PolicyAssignmentProperties): any;
|
|
82
|
+
export declare function policyAssignmentPropertiesDeserializer(item: any): PolicyAssignmentProperties;
|
|
83
|
+
export declare function parameterValuesValueRecordSerializer(item: Record<string, ParameterValuesValue>): Record<string, any>;
|
|
84
|
+
export declare function parameterValuesValueRecordDeserializer(item: Record<string, any>): Record<string, ParameterValuesValue>;
|
|
85
|
+
/** The value of a parameter. */
|
|
86
|
+
export interface ParameterValuesValue {
|
|
87
|
+
/** The value of the parameter. */
|
|
88
|
+
value?: any;
|
|
89
|
+
}
|
|
90
|
+
export declare function parameterValuesValueSerializer(item: ParameterValuesValue): any;
|
|
91
|
+
export declare function parameterValuesValueDeserializer(item: any): ParameterValuesValue;
|
|
92
|
+
/** The policy assignment enforcement mode. Possible values are Default, DoNotEnforce, and Enroll */
|
|
93
|
+
export declare enum KnownEnforcementMode {
|
|
94
|
+
/** The policy effect is enforced during resource creation or update. */
|
|
95
|
+
Default = "Default",
|
|
96
|
+
/** The policy effect is not enforced during resource creation or update. */
|
|
97
|
+
DoNotEnforce = "DoNotEnforce",
|
|
98
|
+
/** The policy effect is not enforced during resource creation or update until the resource or scope of the resource is enrolled to the assignment instance. Enrollment occurs upon deployment of the policy enrollment resource. */
|
|
99
|
+
Enroll = "Enroll"
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* The policy assignment enforcement mode. Possible values are Default, DoNotEnforce, and Enroll \
|
|
103
|
+
* {@link KnownEnforcementMode} can be used interchangeably with EnforcementMode,
|
|
104
|
+
* this enum contains the known values that the service supports.
|
|
105
|
+
* ### Known values supported by the service
|
|
106
|
+
* **Default**: The policy effect is enforced during resource creation or update. \
|
|
107
|
+
* **DoNotEnforce**: The policy effect is not enforced during resource creation or update. \
|
|
108
|
+
* **Enroll**: The policy effect is not enforced during resource creation or update until the resource or scope of the resource is enrolled to the assignment instance. Enrollment occurs upon deployment of the policy enrollment resource.
|
|
109
|
+
*/
|
|
110
|
+
export type EnforcementMode = string;
|
|
111
|
+
export declare function nonComplianceMessageArraySerializer(result: Array<NonComplianceMessage>): any[];
|
|
112
|
+
export declare function nonComplianceMessageArrayDeserializer(result: Array<NonComplianceMessage>): any[];
|
|
113
|
+
/** A message that describes why a resource is non-compliant with the policy. This is shown in 'deny' error messages and on resource's non-compliant compliance results. */
|
|
114
|
+
export interface NonComplianceMessage {
|
|
115
|
+
/** A message that describes why a resource is non-compliant with the policy. This is shown in 'deny' error messages and on resource's non-compliant compliance results. */
|
|
116
|
+
message: string;
|
|
117
|
+
/** The policy definition reference ID within a policy set definition the message is intended for. This is only applicable if the policy assignment assigns a policy set definition. If this is not provided the message applies to all policies assigned by this policy assignment. */
|
|
118
|
+
policyDefinitionReferenceId?: string;
|
|
119
|
+
}
|
|
120
|
+
export declare function nonComplianceMessageSerializer(item: NonComplianceMessage): any;
|
|
121
|
+
export declare function nonComplianceMessageDeserializer(item: any): NonComplianceMessage;
|
|
122
|
+
export declare function resourceSelectorArraySerializer(result: Array<ResourceSelector>): any[];
|
|
123
|
+
export declare function resourceSelectorArrayDeserializer(result: Array<ResourceSelector>): any[];
|
|
124
|
+
/** The resource selector to filter policies by resource properties. */
|
|
125
|
+
export interface ResourceSelector {
|
|
126
|
+
/** The name of the resource selector. */
|
|
127
|
+
name?: string;
|
|
128
|
+
/** The list of the selector expressions. */
|
|
129
|
+
selectors?: Selector[];
|
|
130
|
+
}
|
|
131
|
+
export declare function resourceSelectorSerializer(item: ResourceSelector): any;
|
|
132
|
+
export declare function resourceSelectorDeserializer(item: any): ResourceSelector;
|
|
133
|
+
export declare function selectorArraySerializer(result: Array<Selector>): any[];
|
|
134
|
+
export declare function selectorArrayDeserializer(result: Array<Selector>): any[];
|
|
135
|
+
/** The selector expression. */
|
|
136
|
+
export interface Selector {
|
|
137
|
+
/** The selector kind. */
|
|
138
|
+
kind?: SelectorKind;
|
|
139
|
+
/** The list of values to filter in. */
|
|
140
|
+
in?: string[];
|
|
141
|
+
/** The list of values to filter out. */
|
|
142
|
+
notIn?: string[];
|
|
143
|
+
}
|
|
144
|
+
export declare function selectorSerializer(item: Selector): any;
|
|
145
|
+
export declare function selectorDeserializer(item: any): Selector;
|
|
146
|
+
/** The selector kind. */
|
|
147
|
+
export declare enum KnownSelectorKind {
|
|
148
|
+
/** The selector kind to filter policies by the resource location. */
|
|
149
|
+
ResourceLocation = "resourceLocation",
|
|
150
|
+
/** The selector kind to filter policies by the resource type. */
|
|
151
|
+
ResourceType = "resourceType",
|
|
152
|
+
/** The selector kind to filter policies by the resource without location. */
|
|
153
|
+
ResourceWithoutLocation = "resourceWithoutLocation",
|
|
154
|
+
/** The selector kind to filter policies by the policy definition reference ID. */
|
|
155
|
+
PolicyDefinitionReferenceId = "policyDefinitionReferenceId"
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* The selector kind. \
|
|
159
|
+
* {@link KnownSelectorKind} can be used interchangeably with SelectorKind,
|
|
160
|
+
* this enum contains the known values that the service supports.
|
|
161
|
+
* ### Known values supported by the service
|
|
162
|
+
* **resourceLocation**: The selector kind to filter policies by the resource location. \
|
|
163
|
+
* **resourceType**: The selector kind to filter policies by the resource type. \
|
|
164
|
+
* **resourceWithoutLocation**: The selector kind to filter policies by the resource without location. \
|
|
165
|
+
* **policyDefinitionReferenceId**: The selector kind to filter policies by the policy definition reference ID.
|
|
166
|
+
*/
|
|
167
|
+
export type SelectorKind = string;
|
|
168
|
+
export declare function overrideArraySerializer(result: Array<Override>): any[];
|
|
169
|
+
export declare function overrideArrayDeserializer(result: Array<Override>): any[];
|
|
170
|
+
/** The policy property value override. */
|
|
171
|
+
export interface Override {
|
|
172
|
+
/** The override kind. */
|
|
173
|
+
kind?: OverrideKind;
|
|
174
|
+
/** The value to override the policy property. */
|
|
175
|
+
value?: string;
|
|
176
|
+
/** The list of the selector expressions. */
|
|
177
|
+
selectors?: Selector[];
|
|
178
|
+
}
|
|
179
|
+
export declare function overrideSerializer(item: Override): any;
|
|
180
|
+
export declare function overrideDeserializer(item: any): Override;
|
|
181
|
+
/** The override kind. */
|
|
182
|
+
export declare enum KnownOverrideKind {
|
|
183
|
+
/** It will override the policy effect type. */
|
|
184
|
+
PolicyEffect = "policyEffect",
|
|
185
|
+
/** It will override the definition version property value of the policy assignment. */
|
|
186
|
+
DefinitionVersion = "definitionVersion"
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* The override kind. \
|
|
190
|
+
* {@link KnownOverrideKind} can be used interchangeably with OverrideKind,
|
|
191
|
+
* this enum contains the known values that the service supports.
|
|
192
|
+
* ### Known values supported by the service
|
|
193
|
+
* **policyEffect**: It will override the policy effect type. \
|
|
194
|
+
* **definitionVersion**: It will override the definition version property value of the policy assignment.
|
|
195
|
+
*/
|
|
196
|
+
export type OverrideKind = string;
|
|
197
|
+
/** The type of policy assignment. Possible values are NotSpecified, System, SystemHidden, and Custom. Immutable. */
|
|
198
|
+
export declare enum KnownAssignmentType {
|
|
199
|
+
/** The not specified assignment type. */
|
|
200
|
+
NotSpecified = "NotSpecified",
|
|
201
|
+
/** The system assignment type. */
|
|
202
|
+
System = "System",
|
|
203
|
+
/** The system hidden assignment type. */
|
|
204
|
+
SystemHidden = "SystemHidden",
|
|
205
|
+
/** The custom assignment type. */
|
|
206
|
+
Custom = "Custom"
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* The type of policy assignment. Possible values are NotSpecified, System, SystemHidden, and Custom. Immutable. \
|
|
210
|
+
* {@link KnownAssignmentType} can be used interchangeably with AssignmentType,
|
|
211
|
+
* this enum contains the known values that the service supports.
|
|
212
|
+
* ### Known values supported by the service
|
|
213
|
+
* **NotSpecified**: The not specified assignment type. \
|
|
214
|
+
* **System**: The system assignment type. \
|
|
215
|
+
* **SystemHidden**: The system hidden assignment type. \
|
|
216
|
+
* **Custom**: The custom assignment type.
|
|
217
|
+
*/
|
|
218
|
+
export type AssignmentType = string;
|
|
219
|
+
/** Identity for the resource. Policy assignments support a maximum of one identity. That is either a system assigned identity or a single user assigned identity. */
|
|
220
|
+
export interface Identity {
|
|
221
|
+
/** The principal ID of the resource identity. This property will only be provided for a system assigned identity */
|
|
222
|
+
readonly principalId?: string;
|
|
223
|
+
/** The tenant ID of the resource identity. This property will only be provided for a system assigned identity */
|
|
224
|
+
readonly tenantId?: string;
|
|
225
|
+
/** The identity type. This is the only required field when adding a system or user assigned identity to a resource. */
|
|
226
|
+
type?: ResourceIdentityType;
|
|
227
|
+
/** The user identity associated with the policy. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
228
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentitiesValue>;
|
|
229
|
+
}
|
|
230
|
+
export declare function identitySerializer(item: Identity): any;
|
|
231
|
+
export declare function identityDeserializer(item: any): Identity;
|
|
232
|
+
/** The identity type. This is the only required field when adding a system or user assigned identity to a resource. */
|
|
233
|
+
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "None";
|
|
234
|
+
export declare function userAssignedIdentitiesValueRecordSerializer(item: Record<string, UserAssignedIdentitiesValue>): Record<string, any>;
|
|
235
|
+
export declare function userAssignedIdentitiesValueRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentitiesValue>;
|
|
236
|
+
/** model interface UserAssignedIdentitiesValue */
|
|
237
|
+
export interface UserAssignedIdentitiesValue {
|
|
238
|
+
/** The principal id of user assigned identity. */
|
|
239
|
+
readonly principalId?: string;
|
|
240
|
+
/** The client id of user assigned identity. */
|
|
241
|
+
readonly clientId?: string;
|
|
242
|
+
}
|
|
243
|
+
export declare function userAssignedIdentitiesValueSerializer(item: UserAssignedIdentitiesValue): any;
|
|
244
|
+
export declare function userAssignedIdentitiesValueDeserializer(item: any): UserAssignedIdentitiesValue;
|
|
245
|
+
/** The base extension resource. */
|
|
246
|
+
export interface ExtensionResource extends Resource {
|
|
247
|
+
}
|
|
248
|
+
export declare function extensionResourceSerializer(item: ExtensionResource): any;
|
|
249
|
+
export declare function extensionResourceDeserializer(item: any): ExtensionResource;
|
|
250
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
251
|
+
export interface Resource {
|
|
252
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
253
|
+
readonly id?: string;
|
|
254
|
+
/** The name of the resource */
|
|
255
|
+
readonly name?: string;
|
|
256
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
257
|
+
readonly type?: string;
|
|
258
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
259
|
+
readonly systemData?: SystemData;
|
|
260
|
+
}
|
|
261
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
262
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
263
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
264
|
+
export interface SystemData {
|
|
265
|
+
/** The identity that created the resource. */
|
|
266
|
+
createdBy?: string;
|
|
267
|
+
/** The type of identity that created the resource. */
|
|
268
|
+
createdByType?: CreatedByType;
|
|
269
|
+
/** The timestamp of resource creation (UTC). */
|
|
270
|
+
createdAt?: Date;
|
|
271
|
+
/** The identity that last modified the resource. */
|
|
272
|
+
lastModifiedBy?: string;
|
|
273
|
+
/** The type of identity that last modified the resource. */
|
|
274
|
+
lastModifiedByType?: CreatedByType;
|
|
275
|
+
/** The timestamp of resource last modification (UTC) */
|
|
276
|
+
lastModifiedAt?: Date;
|
|
277
|
+
}
|
|
278
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
279
|
+
/** The kind of entity that created the resource. */
|
|
280
|
+
export declare enum KnownCreatedByType {
|
|
281
|
+
/** The entity was created by a user. */
|
|
282
|
+
User = "User",
|
|
283
|
+
/** The entity was created by an application. */
|
|
284
|
+
Application = "Application",
|
|
285
|
+
/** The entity was created by a managed identity. */
|
|
286
|
+
ManagedIdentity = "ManagedIdentity",
|
|
287
|
+
/** The entity was created by a key. */
|
|
288
|
+
Key = "Key"
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* The kind of entity that created the resource. \
|
|
292
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
293
|
+
* this enum contains the known values that the service supports.
|
|
294
|
+
* ### Known values supported by the service
|
|
295
|
+
* **User**: The entity was created by a user. \
|
|
296
|
+
* **Application**: The entity was created by an application. \
|
|
297
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
298
|
+
* **Key**: The entity was created by a key.
|
|
299
|
+
*/
|
|
300
|
+
export type CreatedByType = string;
|
|
301
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
302
|
+
export interface ErrorResponse {
|
|
303
|
+
/** The error object. */
|
|
304
|
+
error?: ErrorDetail;
|
|
305
|
+
}
|
|
306
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
307
|
+
/** The error detail. */
|
|
308
|
+
export interface ErrorDetail {
|
|
309
|
+
/** The error code. */
|
|
310
|
+
readonly code?: string;
|
|
311
|
+
/** The error message. */
|
|
312
|
+
readonly message?: string;
|
|
313
|
+
/** The error target. */
|
|
314
|
+
readonly target?: string;
|
|
315
|
+
/** The error details. */
|
|
316
|
+
readonly details?: ErrorDetail[];
|
|
317
|
+
/** The error additional info. */
|
|
318
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
319
|
+
}
|
|
320
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
321
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
322
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
323
|
+
/** The resource management error additional info. */
|
|
324
|
+
export interface ErrorAdditionalInfo {
|
|
325
|
+
/** The additional info type. */
|
|
326
|
+
readonly type?: string;
|
|
327
|
+
/** The additional info. */
|
|
328
|
+
readonly info?: any;
|
|
329
|
+
}
|
|
330
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
331
|
+
/** The policy assignment for Patch request. */
|
|
332
|
+
export interface PolicyAssignmentUpdate {
|
|
333
|
+
/** The location of the policy assignment. Only required when utilizing managed identity. */
|
|
334
|
+
location?: string;
|
|
335
|
+
/** The managed identity associated with the policy assignment. */
|
|
336
|
+
identity?: Identity;
|
|
337
|
+
/** The resource selector list to filter policies by resource properties. */
|
|
338
|
+
resourceSelectors?: ResourceSelector[];
|
|
339
|
+
/** The policy property value override. */
|
|
340
|
+
overrides?: Override[];
|
|
341
|
+
}
|
|
342
|
+
export declare function policyAssignmentUpdateSerializer(item: PolicyAssignmentUpdate): any;
|
|
343
|
+
/** The policy assignment properties for Patch request. */
|
|
344
|
+
export interface PolicyAssignmentUpdateProperties {
|
|
345
|
+
/** The resource selector list to filter policies by resource properties. */
|
|
346
|
+
resourceSelectors?: ResourceSelector[];
|
|
347
|
+
/** The policy property value override. */
|
|
348
|
+
overrides?: Override[];
|
|
349
|
+
}
|
|
350
|
+
export declare function policyAssignmentUpdatePropertiesSerializer(item: PolicyAssignmentUpdateProperties): any;
|
|
351
|
+
/** The response of a PolicyAssignment list operation. */
|
|
352
|
+
export interface _PolicyAssignmentListResult {
|
|
353
|
+
/** The PolicyAssignment items on this page */
|
|
354
|
+
value: PolicyAssignment[];
|
|
355
|
+
/** The link to the next page of items */
|
|
356
|
+
nextLink?: string;
|
|
357
|
+
}
|
|
358
|
+
export declare function _policyAssignmentListResultDeserializer(item: any): _PolicyAssignmentListResult;
|
|
359
|
+
export declare function policyAssignmentArraySerializer(result: Array<PolicyAssignment>): any[];
|
|
360
|
+
export declare function policyAssignmentArrayDeserializer(result: Array<PolicyAssignment>): any[];
|
|
361
|
+
/** The policy definition. */
|
|
362
|
+
export interface PolicyDefinition extends ProxyResource {
|
|
363
|
+
/** The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
|
|
364
|
+
policyType?: PolicyType;
|
|
365
|
+
/** The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data. */
|
|
366
|
+
mode?: string;
|
|
367
|
+
/** The display name of the policy definition. */
|
|
368
|
+
displayName?: string;
|
|
369
|
+
/** The policy definition description. */
|
|
370
|
+
description?: string;
|
|
371
|
+
/** The policy rule. */
|
|
372
|
+
policyRule?: any;
|
|
373
|
+
/** The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
|
|
374
|
+
metadata?: any;
|
|
375
|
+
/** The parameter definitions for parameters used in the policy rule. The keys are the parameter names. */
|
|
376
|
+
parameters?: Record<string, ParameterDefinitionsValue>;
|
|
377
|
+
/** The policy definition version in #.#.# format. */
|
|
378
|
+
version?: string;
|
|
379
|
+
/** A list of available versions for this policy definition. */
|
|
380
|
+
versions?: string[];
|
|
381
|
+
/** The details of the source of external evaluation results required by the policy during enforcement evaluation. */
|
|
382
|
+
externalEvaluationEnforcementSettings?: ExternalEvaluationEnforcementSettings;
|
|
383
|
+
}
|
|
384
|
+
export declare function policyDefinitionSerializer(item: PolicyDefinition): any;
|
|
385
|
+
export declare function policyDefinitionDeserializer(item: any): PolicyDefinition;
|
|
386
|
+
/** The policy definition properties. */
|
|
387
|
+
export interface PolicyDefinitionProperties {
|
|
388
|
+
/** The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
|
|
389
|
+
policyType?: PolicyType;
|
|
390
|
+
/** The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data. */
|
|
391
|
+
mode?: string;
|
|
392
|
+
/** The display name of the policy definition. */
|
|
393
|
+
displayName?: string;
|
|
394
|
+
/** The policy definition description. */
|
|
395
|
+
description?: string;
|
|
396
|
+
/** The policy rule. */
|
|
397
|
+
policyRule?: any;
|
|
398
|
+
/** The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
|
|
399
|
+
metadata?: any;
|
|
400
|
+
/** The parameter definitions for parameters used in the policy rule. The keys are the parameter names. */
|
|
401
|
+
parameters?: Record<string, ParameterDefinitionsValue>;
|
|
402
|
+
/** The policy definition version in #.#.# format. */
|
|
403
|
+
version?: string;
|
|
404
|
+
/** A list of available versions for this policy definition. */
|
|
405
|
+
versions?: string[];
|
|
406
|
+
/** The details of the source of external evaluation results required by the policy during enforcement evaluation. */
|
|
407
|
+
externalEvaluationEnforcementSettings?: ExternalEvaluationEnforcementSettings;
|
|
408
|
+
}
|
|
409
|
+
export declare function policyDefinitionPropertiesSerializer(item: PolicyDefinitionProperties): any;
|
|
410
|
+
export declare function policyDefinitionPropertiesDeserializer(item: any): PolicyDefinitionProperties;
|
|
411
|
+
/** The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
|
|
412
|
+
export declare enum KnownPolicyType {
|
|
413
|
+
/** The not specified policy definition type. */
|
|
414
|
+
NotSpecified = "NotSpecified",
|
|
415
|
+
/** The built in policy definition type. */
|
|
416
|
+
BuiltIn = "BuiltIn",
|
|
417
|
+
/** The custom policy definition type. */
|
|
418
|
+
Custom = "Custom",
|
|
419
|
+
/** The static policy definition type. */
|
|
420
|
+
Static = "Static"
|
|
421
|
+
}
|
|
422
|
+
/**
|
|
423
|
+
* The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. \
|
|
424
|
+
* {@link KnownPolicyType} can be used interchangeably with PolicyType,
|
|
425
|
+
* this enum contains the known values that the service supports.
|
|
426
|
+
* ### Known values supported by the service
|
|
427
|
+
* **NotSpecified**: The not specified policy definition type. \
|
|
428
|
+
* **BuiltIn**: The built in policy definition type. \
|
|
429
|
+
* **Custom**: The custom policy definition type. \
|
|
430
|
+
* **Static**: The static policy definition type.
|
|
431
|
+
*/
|
|
432
|
+
export type PolicyType = string;
|
|
433
|
+
export declare function parameterDefinitionsValueRecordSerializer(item: Record<string, ParameterDefinitionsValue>): Record<string, any>;
|
|
434
|
+
export declare function parameterDefinitionsValueRecordDeserializer(item: Record<string, any>): Record<string, ParameterDefinitionsValue>;
|
|
435
|
+
/** The definition of a parameter that can be provided to the policy. */
|
|
436
|
+
export interface ParameterDefinitionsValue {
|
|
437
|
+
/** The data type of the parameter. */
|
|
438
|
+
type?: ParameterType;
|
|
439
|
+
/** The allowed values for the parameter. */
|
|
440
|
+
allowedValues?: any[];
|
|
441
|
+
/** The default value for the parameter if no value is provided. */
|
|
442
|
+
defaultValue?: any;
|
|
443
|
+
/** Provides validation of parameter inputs during assignment using a self-defined JSON schema. This property is only supported for object-type parameters and follows the Json.NET Schema 2019-09 implementation. You can learn more about using schemas at https://json-schema.org/ and test draft schemas at https://www.jsonschemavalidator.net/. */
|
|
444
|
+
schema?: any;
|
|
445
|
+
/** General metadata for the parameter. */
|
|
446
|
+
metadata?: ParameterDefinitionsValueMetadata;
|
|
447
|
+
}
|
|
448
|
+
export declare function parameterDefinitionsValueSerializer(item: ParameterDefinitionsValue): any;
|
|
449
|
+
export declare function parameterDefinitionsValueDeserializer(item: any): ParameterDefinitionsValue;
|
|
450
|
+
/** The data type of the parameter. */
|
|
451
|
+
export declare enum KnownParameterType {
|
|
452
|
+
/** The string parameter type. */
|
|
453
|
+
String = "String",
|
|
454
|
+
/** The array parameter type. */
|
|
455
|
+
Array = "Array",
|
|
456
|
+
/** The object parameter type. */
|
|
457
|
+
Object = "Object",
|
|
458
|
+
/** The boolean parameter type. */
|
|
459
|
+
Boolean = "Boolean",
|
|
460
|
+
/** The integer parameter type. */
|
|
461
|
+
Integer = "Integer",
|
|
462
|
+
/** The float parameter type. */
|
|
463
|
+
Float = "Float",
|
|
464
|
+
/** The date-time parameter type. */
|
|
465
|
+
DateTime = "DateTime"
|
|
466
|
+
}
|
|
467
|
+
/**
|
|
468
|
+
* The data type of the parameter. \
|
|
469
|
+
* {@link KnownParameterType} can be used interchangeably with ParameterType,
|
|
470
|
+
* this enum contains the known values that the service supports.
|
|
471
|
+
* ### Known values supported by the service
|
|
472
|
+
* **String**: The string parameter type. \
|
|
473
|
+
* **Array**: The array parameter type. \
|
|
474
|
+
* **Object**: The object parameter type. \
|
|
475
|
+
* **Boolean**: The boolean parameter type. \
|
|
476
|
+
* **Integer**: The integer parameter type. \
|
|
477
|
+
* **Float**: The float parameter type. \
|
|
478
|
+
* **DateTime**: The date-time parameter type.
|
|
479
|
+
*/
|
|
480
|
+
export type ParameterType = string;
|
|
481
|
+
/** General metadata for the parameter. */
|
|
482
|
+
export interface ParameterDefinitionsValueMetadata {
|
|
483
|
+
/** The display name for the parameter. */
|
|
484
|
+
displayName?: string;
|
|
485
|
+
/** The description of the parameter. */
|
|
486
|
+
description?: string;
|
|
487
|
+
/** Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from. */
|
|
488
|
+
strongType?: string;
|
|
489
|
+
/** Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope. */
|
|
490
|
+
assignPermissions?: boolean;
|
|
491
|
+
/** Additional properties */
|
|
492
|
+
additionalProperties?: Record<string, any>;
|
|
493
|
+
}
|
|
494
|
+
export declare function parameterDefinitionsValueMetadataSerializer(item: ParameterDefinitionsValueMetadata): any;
|
|
495
|
+
export declare function parameterDefinitionsValueMetadataDeserializer(item: any): ParameterDefinitionsValueMetadata;
|
|
496
|
+
/** The details of the source of external evaluation results required by the policy during enforcement evaluation. */
|
|
497
|
+
export interface ExternalEvaluationEnforcementSettings {
|
|
498
|
+
/** What to do when evaluating an enforcement policy that requires an external evaluation and the token is missing. Possible values are Audit and Deny and language expressions are supported. */
|
|
499
|
+
missingTokenAction?: string;
|
|
500
|
+
/** The lifespan of the endpoint invocation result after which it's no longer valid. Value is expected to follow the ISO 8601 duration format and language expressions are supported. */
|
|
501
|
+
resultLifespan?: string;
|
|
502
|
+
/** The settings of an external endpoint providing evaluation results. */
|
|
503
|
+
endpointSettings?: ExternalEvaluationEndpointSettings;
|
|
504
|
+
/** An array of the role definition Ids the assignment's MSI will need in order to invoke the endpoint. */
|
|
505
|
+
roleDefinitionIds?: string[];
|
|
506
|
+
}
|
|
507
|
+
export declare function externalEvaluationEnforcementSettingsSerializer(item: ExternalEvaluationEnforcementSettings): any;
|
|
508
|
+
export declare function externalEvaluationEnforcementSettingsDeserializer(item: any): ExternalEvaluationEnforcementSettings;
|
|
509
|
+
/** The settings of an external endpoint providing evaluation results. */
|
|
510
|
+
export interface ExternalEvaluationEndpointSettings {
|
|
511
|
+
/** The kind of the endpoint. */
|
|
512
|
+
kind?: string;
|
|
513
|
+
/** The details of the endpoint. */
|
|
514
|
+
details?: any;
|
|
515
|
+
}
|
|
516
|
+
export declare function externalEvaluationEndpointSettingsSerializer(item: ExternalEvaluationEndpointSettings): any;
|
|
517
|
+
export declare function externalEvaluationEndpointSettingsDeserializer(item: any): ExternalEvaluationEndpointSettings;
|
|
518
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
519
|
+
export interface ProxyResource extends Resource {
|
|
520
|
+
}
|
|
521
|
+
export declare function proxyResourceSerializer(item: ProxyResource): any;
|
|
522
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
523
|
+
/** The response of a PolicyDefinition list operation. */
|
|
524
|
+
export interface _PolicyDefinitionListResult {
|
|
525
|
+
/** The PolicyDefinition items on this page */
|
|
526
|
+
value: PolicyDefinition[];
|
|
527
|
+
/** The link to the next page of items */
|
|
528
|
+
nextLink?: string;
|
|
529
|
+
}
|
|
530
|
+
export declare function _policyDefinitionListResultDeserializer(item: any): _PolicyDefinitionListResult;
|
|
531
|
+
export declare function policyDefinitionArraySerializer(result: Array<PolicyDefinition>): any[];
|
|
532
|
+
export declare function policyDefinitionArrayDeserializer(result: Array<PolicyDefinition>): any[];
|
|
533
|
+
/** The ID of the policy definition version. */
|
|
534
|
+
export interface PolicyDefinitionVersion extends ProxyResource {
|
|
535
|
+
/** The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
|
|
536
|
+
policyType?: PolicyType;
|
|
537
|
+
/** The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data. */
|
|
538
|
+
mode?: string;
|
|
539
|
+
/** The display name of the policy definition. */
|
|
540
|
+
displayName?: string;
|
|
541
|
+
/** The policy definition description. */
|
|
542
|
+
description?: string;
|
|
543
|
+
/** The policy rule. */
|
|
544
|
+
policyRule?: any;
|
|
545
|
+
/** The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
|
|
546
|
+
metadata?: any;
|
|
547
|
+
/** The parameter definitions for parameters used in the policy rule. The keys are the parameter names. */
|
|
548
|
+
parameters?: Record<string, ParameterDefinitionsValue>;
|
|
549
|
+
/** The policy definition version in #.#.# format. */
|
|
550
|
+
version?: string;
|
|
551
|
+
/** The details of the source of external evaluation results required by the policy during enforcement evaluation. */
|
|
552
|
+
externalEvaluationEnforcementSettings?: ExternalEvaluationEnforcementSettings;
|
|
553
|
+
}
|
|
554
|
+
export declare function policyDefinitionVersionSerializer(item: PolicyDefinitionVersion): any;
|
|
555
|
+
export declare function policyDefinitionVersionDeserializer(item: any): PolicyDefinitionVersion;
|
|
556
|
+
/** The policy definition properties. */
|
|
557
|
+
export interface PolicyDefinitionVersionProperties {
|
|
558
|
+
/** The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
|
|
559
|
+
policyType?: PolicyType;
|
|
560
|
+
/** The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data. */
|
|
561
|
+
mode?: string;
|
|
562
|
+
/** The display name of the policy definition. */
|
|
563
|
+
displayName?: string;
|
|
564
|
+
/** The policy definition description. */
|
|
565
|
+
description?: string;
|
|
566
|
+
/** The policy rule. */
|
|
567
|
+
policyRule?: any;
|
|
568
|
+
/** The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
|
|
569
|
+
metadata?: any;
|
|
570
|
+
/** The parameter definitions for parameters used in the policy rule. The keys are the parameter names. */
|
|
571
|
+
parameters?: Record<string, ParameterDefinitionsValue>;
|
|
572
|
+
/** The policy definition version in #.#.# format. */
|
|
573
|
+
version?: string;
|
|
574
|
+
/** The details of the source of external evaluation results required by the policy during enforcement evaluation. */
|
|
575
|
+
externalEvaluationEnforcementSettings?: ExternalEvaluationEnforcementSettings;
|
|
576
|
+
}
|
|
577
|
+
export declare function policyDefinitionVersionPropertiesSerializer(item: PolicyDefinitionVersionProperties): any;
|
|
578
|
+
export declare function policyDefinitionVersionPropertiesDeserializer(item: any): PolicyDefinitionVersionProperties;
|
|
579
|
+
/** The response of a PolicyDefinitionVersion list operation. */
|
|
580
|
+
export interface _PolicyDefinitionVersionListResult {
|
|
581
|
+
/** The PolicyDefinitionVersion items on this page */
|
|
582
|
+
value: PolicyDefinitionVersion[];
|
|
583
|
+
/** The link to the next page of items */
|
|
584
|
+
nextLink?: string;
|
|
585
|
+
}
|
|
586
|
+
export declare function _policyDefinitionVersionListResultDeserializer(item: any): _PolicyDefinitionVersionListResult;
|
|
587
|
+
export declare function policyDefinitionVersionArraySerializer(result: Array<PolicyDefinitionVersion>): any[];
|
|
588
|
+
export declare function policyDefinitionVersionArrayDeserializer(result: Array<PolicyDefinitionVersion>): any[];
|
|
589
|
+
/** The policy set definition. */
|
|
590
|
+
export interface PolicySetDefinition extends ProxyResource {
|
|
591
|
+
/** The type of policy set definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
|
|
592
|
+
policyType?: PolicyType;
|
|
593
|
+
/** The display name of the policy set definition. */
|
|
594
|
+
displayName?: string;
|
|
595
|
+
/** The policy set definition description. */
|
|
596
|
+
description?: string;
|
|
597
|
+
/** The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
|
|
598
|
+
metadata?: any;
|
|
599
|
+
/** The policy set definition parameters that can be used in policy definition references. */
|
|
600
|
+
parameters?: Record<string, ParameterDefinitionsValue>;
|
|
601
|
+
/** An array of policy definition references. */
|
|
602
|
+
policyDefinitions?: PolicyDefinitionReference[];
|
|
603
|
+
/** The metadata describing groups of policy definition references within the policy set definition. */
|
|
604
|
+
policyDefinitionGroups?: PolicyDefinitionGroup[];
|
|
605
|
+
/** The policy set definition version in #.#.# format. */
|
|
606
|
+
version?: string;
|
|
607
|
+
/** A list of available versions for this policy set definition. */
|
|
608
|
+
versions?: string[];
|
|
609
|
+
}
|
|
610
|
+
export declare function policySetDefinitionSerializer(item: PolicySetDefinition): any;
|
|
611
|
+
export declare function policySetDefinitionDeserializer(item: any): PolicySetDefinition;
|
|
612
|
+
/** The policy set definition properties. */
|
|
613
|
+
export interface PolicySetDefinitionProperties {
|
|
614
|
+
/** The type of policy set definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
|
|
615
|
+
policyType?: PolicyType;
|
|
616
|
+
/** The display name of the policy set definition. */
|
|
617
|
+
displayName?: string;
|
|
618
|
+
/** The policy set definition description. */
|
|
619
|
+
description?: string;
|
|
620
|
+
/** The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
|
|
621
|
+
metadata?: any;
|
|
622
|
+
/** The policy set definition parameters that can be used in policy definition references. */
|
|
623
|
+
parameters?: Record<string, ParameterDefinitionsValue>;
|
|
624
|
+
/** An array of policy definition references. */
|
|
625
|
+
policyDefinitions: PolicyDefinitionReference[];
|
|
626
|
+
/** The metadata describing groups of policy definition references within the policy set definition. */
|
|
627
|
+
policyDefinitionGroups?: PolicyDefinitionGroup[];
|
|
628
|
+
/** The policy set definition version in #.#.# format. */
|
|
629
|
+
version?: string;
|
|
630
|
+
/** A list of available versions for this policy set definition. */
|
|
631
|
+
versions?: string[];
|
|
632
|
+
}
|
|
633
|
+
export declare function policySetDefinitionPropertiesSerializer(item: PolicySetDefinitionProperties): any;
|
|
634
|
+
export declare function policySetDefinitionPropertiesDeserializer(item: any): PolicySetDefinitionProperties;
|
|
635
|
+
export declare function policyDefinitionReferenceArraySerializer(result: Array<PolicyDefinitionReference>): any[];
|
|
636
|
+
export declare function policyDefinitionReferenceArrayDeserializer(result: Array<PolicyDefinitionReference>): any[];
|
|
637
|
+
/** The policy definition reference. */
|
|
638
|
+
export interface PolicyDefinitionReference {
|
|
639
|
+
/** The ID of the policy definition or policy set definition. */
|
|
640
|
+
policyDefinitionId: string;
|
|
641
|
+
/** The version of the policy definition to use. */
|
|
642
|
+
definitionVersion?: string;
|
|
643
|
+
/** The latest version of the policy definition available. This is only present if requested via the $expand query parameter. */
|
|
644
|
+
readonly latestDefinitionVersion?: string;
|
|
645
|
+
/** The effective version of the policy definition in use. This is only present if requested via the $expand query parameter. */
|
|
646
|
+
readonly effectiveDefinitionVersion?: string;
|
|
647
|
+
/** The parameter values for the referenced policy rule. The keys are the parameter names. */
|
|
648
|
+
parameters?: Record<string, ParameterValuesValue>;
|
|
649
|
+
/** A unique id (within the policy set definition) for this policy definition reference. */
|
|
650
|
+
policyDefinitionReferenceId?: string;
|
|
651
|
+
/** The name of the groups that this policy definition reference belongs to. */
|
|
652
|
+
groupNames?: string[];
|
|
653
|
+
}
|
|
654
|
+
export declare function policyDefinitionReferenceSerializer(item: PolicyDefinitionReference): any;
|
|
655
|
+
export declare function policyDefinitionReferenceDeserializer(item: any): PolicyDefinitionReference;
|
|
656
|
+
export declare function policyDefinitionGroupArraySerializer(result: Array<PolicyDefinitionGroup>): any[];
|
|
657
|
+
export declare function policyDefinitionGroupArrayDeserializer(result: Array<PolicyDefinitionGroup>): any[];
|
|
658
|
+
/** The policy definition group. */
|
|
659
|
+
export interface PolicyDefinitionGroup {
|
|
660
|
+
/** The name of the group. */
|
|
661
|
+
name: string;
|
|
662
|
+
/** The group's display name. */
|
|
663
|
+
displayName?: string;
|
|
664
|
+
/** The group's category. */
|
|
665
|
+
category?: string;
|
|
666
|
+
/** The group's description. */
|
|
667
|
+
description?: string;
|
|
668
|
+
/** A resource ID of a resource that contains additional metadata about the group. */
|
|
669
|
+
additionalMetadataId?: string;
|
|
670
|
+
}
|
|
671
|
+
export declare function policyDefinitionGroupSerializer(item: PolicyDefinitionGroup): any;
|
|
672
|
+
export declare function policyDefinitionGroupDeserializer(item: any): PolicyDefinitionGroup;
|
|
673
|
+
/** The response of a PolicySetDefinition list operation. */
|
|
674
|
+
export interface _PolicySetDefinitionListResult {
|
|
675
|
+
/** The PolicySetDefinition items on this page */
|
|
676
|
+
value: PolicySetDefinition[];
|
|
677
|
+
/** The link to the next page of items */
|
|
678
|
+
nextLink?: string;
|
|
679
|
+
}
|
|
680
|
+
export declare function _policySetDefinitionListResultDeserializer(item: any): _PolicySetDefinitionListResult;
|
|
681
|
+
export declare function policySetDefinitionArraySerializer(result: Array<PolicySetDefinition>): any[];
|
|
682
|
+
export declare function policySetDefinitionArrayDeserializer(result: Array<PolicySetDefinition>): any[];
|
|
683
|
+
/** The policy set definition version. */
|
|
684
|
+
export interface PolicySetDefinitionVersion extends ProxyResource {
|
|
685
|
+
/** The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
|
|
686
|
+
policyType?: PolicyType;
|
|
687
|
+
/** The display name of the policy set definition. */
|
|
688
|
+
displayName?: string;
|
|
689
|
+
/** The policy set definition description. */
|
|
690
|
+
description?: string;
|
|
691
|
+
/** The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
|
|
692
|
+
metadata?: any;
|
|
693
|
+
/** The policy set definition parameters that can be used in policy definition references. */
|
|
694
|
+
parameters?: Record<string, ParameterDefinitionsValue>;
|
|
695
|
+
/** An array of policy definition references. */
|
|
696
|
+
policyDefinitions?: PolicyDefinitionReference[];
|
|
697
|
+
/** The metadata describing groups of policy definition references within the policy set definition. */
|
|
698
|
+
policyDefinitionGroups?: PolicyDefinitionGroup[];
|
|
699
|
+
/** The policy set definition version in #.#.# format. */
|
|
700
|
+
version?: string;
|
|
701
|
+
}
|
|
702
|
+
export declare function policySetDefinitionVersionSerializer(item: PolicySetDefinitionVersion): any;
|
|
703
|
+
export declare function policySetDefinitionVersionDeserializer(item: any): PolicySetDefinitionVersion;
|
|
704
|
+
/** The policy set definition properties. */
|
|
705
|
+
export interface PolicySetDefinitionVersionProperties {
|
|
706
|
+
/** The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
|
|
707
|
+
policyType?: PolicyType;
|
|
708
|
+
/** The display name of the policy set definition. */
|
|
709
|
+
displayName?: string;
|
|
710
|
+
/** The policy set definition description. */
|
|
711
|
+
description?: string;
|
|
712
|
+
/** The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
|
|
713
|
+
metadata?: any;
|
|
714
|
+
/** The policy set definition parameters that can be used in policy definition references. */
|
|
715
|
+
parameters?: Record<string, ParameterDefinitionsValue>;
|
|
716
|
+
/** An array of policy definition references. */
|
|
717
|
+
policyDefinitions: PolicyDefinitionReference[];
|
|
718
|
+
/** The metadata describing groups of policy definition references within the policy set definition. */
|
|
719
|
+
policyDefinitionGroups?: PolicyDefinitionGroup[];
|
|
720
|
+
/** The policy set definition version in #.#.# format. */
|
|
721
|
+
version?: string;
|
|
722
|
+
}
|
|
723
|
+
export declare function policySetDefinitionVersionPropertiesSerializer(item: PolicySetDefinitionVersionProperties): any;
|
|
724
|
+
export declare function policySetDefinitionVersionPropertiesDeserializer(item: any): PolicySetDefinitionVersionProperties;
|
|
725
|
+
/** The response of a PolicySetDefinitionVersion list operation. */
|
|
726
|
+
export interface _PolicySetDefinitionVersionListResult {
|
|
727
|
+
/** The PolicySetDefinitionVersion items on this page */
|
|
728
|
+
value: PolicySetDefinitionVersion[];
|
|
729
|
+
/** The link to the next page of items */
|
|
730
|
+
nextLink?: string;
|
|
731
|
+
}
|
|
732
|
+
export declare function _policySetDefinitionVersionListResultDeserializer(item: any): _PolicySetDefinitionVersionListResult;
|
|
733
|
+
export declare function policySetDefinitionVersionArraySerializer(result: Array<PolicySetDefinitionVersion>): any[];
|
|
734
|
+
export declare function policySetDefinitionVersionArrayDeserializer(result: Array<PolicySetDefinitionVersion>): any[];
|
|
735
|
+
/** The policy token request properties. */
|
|
736
|
+
export interface PolicyTokenRequest {
|
|
737
|
+
/** The resource operation to acquire a token for. */
|
|
738
|
+
operation: PolicyTokenOperation;
|
|
739
|
+
/** The change reference. */
|
|
740
|
+
changeReference?: string;
|
|
741
|
+
}
|
|
742
|
+
export declare function policyTokenRequestSerializer(item: PolicyTokenRequest): any;
|
|
743
|
+
/** The resource operation to acquire a token for. */
|
|
744
|
+
export interface PolicyTokenOperation {
|
|
745
|
+
/** The request URI of the resource operation. */
|
|
746
|
+
uri: string;
|
|
747
|
+
/** The http method of the resource operation. */
|
|
748
|
+
httpMethod: string;
|
|
749
|
+
/** The payload of the resource operation. */
|
|
750
|
+
content?: any;
|
|
751
|
+
}
|
|
752
|
+
export declare function policyTokenOperationSerializer(item: PolicyTokenOperation): any;
|
|
753
|
+
/** The policy token response properties. */
|
|
754
|
+
export interface PolicyTokenResponse {
|
|
755
|
+
/** The result of the completed token acquisition operation. Possible values are Succeeded and Failed. */
|
|
756
|
+
result?: PolicyTokenResult;
|
|
757
|
+
/** Status message with additional details about the token acquisition operation result. */
|
|
758
|
+
message?: string;
|
|
759
|
+
/** The date and time after which the client can try to acquire a token again in the case of retry-able failures. */
|
|
760
|
+
retryAfter?: Date;
|
|
761
|
+
/** An array of external evaluation endpoint invocation results. */
|
|
762
|
+
results?: ExternalEvaluationEndpointInvocationResult[];
|
|
763
|
+
/** The change reference associated with the operation for which the token is acquired. */
|
|
764
|
+
changeReference?: string;
|
|
765
|
+
/** The issued policy token. */
|
|
766
|
+
token?: string;
|
|
767
|
+
/** The unique Id assigned to the policy token. */
|
|
768
|
+
tokenId?: string;
|
|
769
|
+
/** The expiration of the policy token. */
|
|
770
|
+
expiration?: Date;
|
|
771
|
+
}
|
|
772
|
+
export declare function policyTokenResponseDeserializer(item: any): PolicyTokenResponse;
|
|
773
|
+
/** The result of the completed token acquisition operation. Possible values are Succeeded and Failed. */
|
|
774
|
+
export declare enum KnownPolicyTokenResult {
|
|
775
|
+
/** The token acquisition succeeded. */
|
|
776
|
+
Succeeded = "Succeeded",
|
|
777
|
+
/** The token acquisition failed. */
|
|
778
|
+
Failed = "Failed"
|
|
779
|
+
}
|
|
780
|
+
/**
|
|
781
|
+
* The result of the completed token acquisition operation. Possible values are Succeeded and Failed. \
|
|
782
|
+
* {@link KnownPolicyTokenResult} can be used interchangeably with PolicyTokenResult,
|
|
783
|
+
* this enum contains the known values that the service supports.
|
|
784
|
+
* ### Known values supported by the service
|
|
785
|
+
* **Succeeded**: The token acquisition succeeded. \
|
|
786
|
+
* **Failed**: The token acquisition failed.
|
|
787
|
+
*/
|
|
788
|
+
export type PolicyTokenResult = string;
|
|
789
|
+
export declare function externalEvaluationEndpointInvocationResultArrayDeserializer(result: Array<ExternalEvaluationEndpointInvocationResult>): any[];
|
|
790
|
+
/** The external evaluation endpoint invocation results. */
|
|
791
|
+
export interface ExternalEvaluationEndpointInvocationResult {
|
|
792
|
+
/** The details of the policy requiring the external endpoint invocation. */
|
|
793
|
+
policyInfo?: PolicyLogInfo;
|
|
794
|
+
/** The result of the external endpoint. Possible values are Succeeded and Failed. */
|
|
795
|
+
result?: ExternalEndpointResult;
|
|
796
|
+
/** The status message with additional details about the invocation result. */
|
|
797
|
+
message?: string;
|
|
798
|
+
/** The date and time after which a failed endpoint invocation can be retried. */
|
|
799
|
+
retryAfter?: Date;
|
|
800
|
+
/** The set of claims that will be attached to the policy token as an attestation for the result of the endpoint invocation. */
|
|
801
|
+
claims?: any;
|
|
802
|
+
/** The expiration of the results. */
|
|
803
|
+
expiration?: Date;
|
|
804
|
+
}
|
|
805
|
+
export declare function externalEvaluationEndpointInvocationResultDeserializer(item: any): ExternalEvaluationEndpointInvocationResult;
|
|
806
|
+
/** The policy log info. */
|
|
807
|
+
export interface PolicyLogInfo {
|
|
808
|
+
/** The policy definition Id. */
|
|
809
|
+
policyDefinitionId?: string;
|
|
810
|
+
/** The policy set definition Id. */
|
|
811
|
+
policySetDefinitionId?: string;
|
|
812
|
+
/** The policy definition instance Id inside a policy set. */
|
|
813
|
+
policyDefinitionReferenceId?: string;
|
|
814
|
+
/** The policy set definition name. */
|
|
815
|
+
policySetDefinitionName?: string;
|
|
816
|
+
/** The policy set definition display name. */
|
|
817
|
+
policySetDefinitionDisplayName?: string;
|
|
818
|
+
/** The policy set definition version. */
|
|
819
|
+
policySetDefinitionVersion?: string;
|
|
820
|
+
/** The policy set definition category. */
|
|
821
|
+
policySetDefinitionCategory?: string;
|
|
822
|
+
/** The policy definition name. */
|
|
823
|
+
policyDefinitionName?: string;
|
|
824
|
+
/** The policy definition display name. */
|
|
825
|
+
policyDefinitionDisplayName?: string;
|
|
826
|
+
/** The policy definition version. */
|
|
827
|
+
policyDefinitionVersion?: string;
|
|
828
|
+
/** The policy definition action. */
|
|
829
|
+
policyDefinitionEffect?: string;
|
|
830
|
+
/** An array of policy definition group names. */
|
|
831
|
+
policyDefinitionGroupNames?: string[];
|
|
832
|
+
/** The policy assignment Id. */
|
|
833
|
+
policyAssignmentId?: string;
|
|
834
|
+
/** The policy assignment name. */
|
|
835
|
+
policyAssignmentName?: string;
|
|
836
|
+
/** The policy assignment display name. */
|
|
837
|
+
policyAssignmentDisplayName?: string;
|
|
838
|
+
/** The policy assignment version. */
|
|
839
|
+
policyAssignmentVersion?: string;
|
|
840
|
+
/** The policy assignment scope. */
|
|
841
|
+
policyAssignmentScope?: string;
|
|
842
|
+
/** The resource location. */
|
|
843
|
+
resourceLocation?: string;
|
|
844
|
+
/** The management group ancestors. */
|
|
845
|
+
ancestors?: string;
|
|
846
|
+
/** The policy compliance reason code. */
|
|
847
|
+
complianceReasonCode?: string;
|
|
848
|
+
/** An array of policy exemption Ids. */
|
|
849
|
+
policyExemptionIds?: string[];
|
|
850
|
+
}
|
|
851
|
+
export declare function policyLogInfoDeserializer(item: any): PolicyLogInfo;
|
|
852
|
+
/** The result of the external endpoint. Possible values are Succeeded and Failed. */
|
|
853
|
+
export declare enum KnownExternalEndpointResult {
|
|
854
|
+
/** The external endpoint succeeded. */
|
|
855
|
+
Succeeded = "Succeeded",
|
|
856
|
+
/** The external endpoint failed. */
|
|
857
|
+
Failed = "Failed"
|
|
858
|
+
}
|
|
859
|
+
/**
|
|
860
|
+
* The result of the external endpoint. Possible values are Succeeded and Failed. \
|
|
861
|
+
* {@link KnownExternalEndpointResult} can be used interchangeably with ExternalEndpointResult,
|
|
862
|
+
* this enum contains the known values that the service supports.
|
|
863
|
+
* ### Known values supported by the service
|
|
864
|
+
* **Succeeded**: The external endpoint succeeded. \
|
|
865
|
+
* **Failed**: The external endpoint failed.
|
|
866
|
+
*/
|
|
867
|
+
export type ExternalEndpointResult = string;
|
|
868
|
+
/** The available API versions. */
|
|
869
|
+
export declare enum KnownVersions {
|
|
870
|
+
/** The 2025-03-01 API version. */
|
|
871
|
+
V20250301 = "2025-03-01"
|
|
872
|
+
}
|
|
873
|
+
export declare function _policyAssignmentPropertiesSerializer(item: PolicyAssignment): any;
|
|
874
|
+
export declare function _policyAssignmentPropertiesDeserializer(item: any): {
|
|
875
|
+
displayName: any;
|
|
876
|
+
policyDefinitionId: any;
|
|
877
|
+
definitionVersion: any;
|
|
878
|
+
latestDefinitionVersion: any;
|
|
879
|
+
effectiveDefinitionVersion: any;
|
|
880
|
+
scope: any;
|
|
881
|
+
notScopes: any;
|
|
882
|
+
parameters: any;
|
|
883
|
+
description: any;
|
|
884
|
+
metadata: any;
|
|
885
|
+
enforcementMode: any;
|
|
886
|
+
nonComplianceMessages: any;
|
|
887
|
+
resourceSelectors: any;
|
|
888
|
+
overrides: any;
|
|
889
|
+
assignmentType: any;
|
|
890
|
+
instanceId: any;
|
|
891
|
+
};
|
|
892
|
+
export declare function _policyAssignmentUpdatePropertiesSerializer(item: PolicyAssignmentUpdate): any;
|
|
893
|
+
export declare function _policyDefinitionPropertiesSerializer(item: PolicyDefinition): any;
|
|
894
|
+
export declare function _policyDefinitionPropertiesDeserializer(item: any): {
|
|
895
|
+
policyType: any;
|
|
896
|
+
mode: any;
|
|
897
|
+
displayName: any;
|
|
898
|
+
description: any;
|
|
899
|
+
policyRule: any;
|
|
900
|
+
metadata: any;
|
|
901
|
+
parameters: any;
|
|
902
|
+
version: any;
|
|
903
|
+
versions: any;
|
|
904
|
+
externalEvaluationEnforcementSettings: any;
|
|
905
|
+
};
|
|
906
|
+
export declare function _policyDefinitionVersionPropertiesSerializer(item: PolicyDefinitionVersion): any;
|
|
907
|
+
export declare function _policyDefinitionVersionPropertiesDeserializer(item: any): {
|
|
908
|
+
policyType: any;
|
|
909
|
+
mode: any;
|
|
910
|
+
displayName: any;
|
|
911
|
+
description: any;
|
|
912
|
+
policyRule: any;
|
|
913
|
+
metadata: any;
|
|
914
|
+
parameters: any;
|
|
915
|
+
version: any;
|
|
916
|
+
externalEvaluationEnforcementSettings: any;
|
|
917
|
+
};
|
|
918
|
+
export declare function _policySetDefinitionPropertiesSerializer(item: PolicySetDefinition): any;
|
|
919
|
+
export declare function _policySetDefinitionPropertiesDeserializer(item: any): {
|
|
920
|
+
policyType: any;
|
|
921
|
+
displayName: any;
|
|
922
|
+
description: any;
|
|
923
|
+
metadata: any;
|
|
924
|
+
parameters: any;
|
|
925
|
+
policyDefinitions: any;
|
|
926
|
+
policyDefinitionGroups: any;
|
|
927
|
+
version: any;
|
|
928
|
+
versions: any;
|
|
929
|
+
};
|
|
930
|
+
export declare function _policySetDefinitionVersionPropertiesSerializer(item: PolicySetDefinitionVersion): any;
|
|
931
|
+
export declare function _policySetDefinitionVersionPropertiesDeserializer(item: any): {
|
|
932
|
+
policyType: any;
|
|
933
|
+
displayName: any;
|
|
934
|
+
description: any;
|
|
935
|
+
metadata: any;
|
|
936
|
+
parameters: any;
|
|
937
|
+
policyDefinitions: any;
|
|
938
|
+
policyDefinitionGroups: any;
|
|
939
|
+
version: any;
|
|
940
|
+
};
|
|
941
|
+
//# sourceMappingURL=models.d.ts.map
|