@azure-rest/purview-administration 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -3
- package/README.md +11 -11
- package/dist/browser/account/clientDefinitions.d.ts +73 -0
- package/dist/browser/account/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/account/clientDefinitions.js +4 -0
- package/dist/browser/account/clientDefinitions.js.map +1 -0
- package/dist/browser/account/index.d.ts +10 -0
- package/dist/browser/account/index.d.ts.map +1 -0
- package/dist/browser/account/index.js +12 -0
- package/dist/browser/account/index.js.map +1 -0
- package/dist/browser/account/isUnexpected.d.ts +16 -0
- package/dist/browser/account/isUnexpected.d.ts.map +1 -0
- package/dist/browser/account/isUnexpected.js +83 -0
- package/dist/browser/account/isUnexpected.js.map +1 -0
- package/dist/browser/account/models.d.ts +130 -0
- package/dist/browser/account/models.d.ts.map +1 -0
- package/dist/browser/account/models.js +4 -0
- package/dist/browser/account/models.js.map +1 -0
- package/dist/browser/account/outputModels.d.ts +337 -0
- package/dist/browser/account/outputModels.d.ts.map +1 -0
- package/dist/browser/account/outputModels.js +4 -0
- package/dist/browser/account/outputModels.js.map +1 -0
- package/dist/browser/account/paginateHelper.d.ts +68 -0
- package/dist/browser/account/paginateHelper.d.ts.map +1 -0
- package/dist/browser/account/paginateHelper.js +167 -0
- package/dist/browser/account/paginateHelper.js.map +1 -0
- package/dist/browser/account/parameters.d.ts +63 -0
- package/dist/browser/account/parameters.d.ts.map +1 -0
- package/dist/browser/account/parameters.js +4 -0
- package/dist/browser/account/parameters.js.map +1 -0
- package/dist/browser/account/purviewAccount.d.ts +16 -0
- package/dist/browser/account/purviewAccount.d.ts.map +1 -0
- package/dist/browser/account/purviewAccount.js +43 -0
- package/dist/browser/account/purviewAccount.js.map +1 -0
- package/dist/browser/account/responses.d.ts +145 -0
- package/dist/browser/account/responses.d.ts.map +1 -0
- package/dist/browser/account/responses.js +4 -0
- package/dist/browser/account/responses.js.map +1 -0
- package/dist/browser/index.d.ts +4 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/metadataPolicies/clientDefinitions.d.ts +29 -0
- package/dist/browser/metadataPolicies/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/metadataPolicies/clientDefinitions.js +4 -0
- package/dist/browser/metadataPolicies/clientDefinitions.js.map +1 -0
- package/dist/browser/metadataPolicies/index.d.ts +10 -0
- package/dist/browser/metadataPolicies/index.d.ts.map +1 -0
- package/dist/browser/metadataPolicies/index.js +12 -0
- package/dist/browser/metadataPolicies/index.js.map +1 -0
- package/dist/browser/metadataPolicies/isUnexpected.d.ts +6 -0
- package/dist/browser/metadataPolicies/isUnexpected.d.ts.map +1 -0
- package/dist/browser/metadataPolicies/isUnexpected.js +73 -0
- package/dist/browser/metadataPolicies/isUnexpected.js.map +1 -0
- package/dist/browser/metadataPolicies/models.d.ts +58 -0
- package/dist/browser/metadataPolicies/models.d.ts.map +1 -0
- package/dist/browser/metadataPolicies/models.js +4 -0
- package/dist/browser/metadataPolicies/models.js.map +1 -0
- package/dist/browser/metadataPolicies/outputModels.d.ts +113 -0
- package/dist/browser/metadataPolicies/outputModels.d.ts.map +1 -0
- package/dist/browser/metadataPolicies/outputModels.js +4 -0
- package/dist/browser/metadataPolicies/outputModels.js.map +1 -0
- package/dist/browser/metadataPolicies/paginateHelper.d.ts +72 -0
- package/dist/browser/metadataPolicies/paginateHelper.d.ts.map +1 -0
- package/dist/browser/metadataPolicies/paginateHelper.js +200 -0
- package/dist/browser/metadataPolicies/paginateHelper.js.map +1 -0
- package/dist/browser/metadataPolicies/parameters.d.ts +22 -0
- package/dist/browser/metadataPolicies/parameters.d.ts.map +1 -0
- package/dist/browser/metadataPolicies/parameters.js +4 -0
- package/dist/browser/metadataPolicies/parameters.js.map +1 -0
- package/dist/browser/metadataPolicies/purviewMetadataPolicies.d.ts +16 -0
- package/dist/browser/metadataPolicies/purviewMetadataPolicies.d.ts.map +1 -0
- package/dist/browser/metadataPolicies/purviewMetadataPolicies.js +43 -0
- package/dist/browser/metadataPolicies/purviewMetadataPolicies.js.map +1 -0
- package/dist/browser/metadataPolicies/responses.d.ts +64 -0
- package/dist/browser/metadataPolicies/responses.d.ts.map +1 -0
- package/dist/browser/metadataPolicies/responses.js +4 -0
- package/dist/browser/metadataPolicies/responses.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/commonjs/account/clientDefinitions.d.ts +73 -0
- package/dist/commonjs/account/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/account/clientDefinitions.js +5 -0
- package/dist/commonjs/account/clientDefinitions.js.map +1 -0
- package/dist/commonjs/account/index.d.ts +10 -0
- package/dist/commonjs/account/index.d.ts.map +1 -0
- package/dist/commonjs/account/index.js +23 -0
- package/dist/commonjs/account/index.js.map +1 -0
- package/dist/commonjs/account/isUnexpected.d.ts +16 -0
- package/dist/commonjs/account/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/account/isUnexpected.js +86 -0
- package/dist/commonjs/account/isUnexpected.js.map +1 -0
- package/dist/commonjs/account/models.d.ts +130 -0
- package/dist/commonjs/account/models.d.ts.map +1 -0
- package/dist/commonjs/account/models.js +5 -0
- package/dist/commonjs/account/models.js.map +1 -0
- package/dist/commonjs/account/outputModels.d.ts +337 -0
- package/dist/commonjs/account/outputModels.d.ts.map +1 -0
- package/dist/commonjs/account/outputModels.js +5 -0
- package/dist/commonjs/account/outputModels.js.map +1 -0
- package/dist/commonjs/account/paginateHelper.d.ts +68 -0
- package/dist/commonjs/account/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/account/paginateHelper.js +170 -0
- package/dist/commonjs/account/paginateHelper.js.map +1 -0
- package/dist/commonjs/account/parameters.d.ts +63 -0
- package/dist/commonjs/account/parameters.d.ts.map +1 -0
- package/dist/commonjs/account/parameters.js +5 -0
- package/dist/commonjs/account/parameters.js.map +1 -0
- package/dist/commonjs/account/purviewAccount.d.ts +16 -0
- package/dist/commonjs/account/purviewAccount.d.ts.map +1 -0
- package/dist/commonjs/account/purviewAccount.js +46 -0
- package/dist/commonjs/account/purviewAccount.js.map +1 -0
- package/dist/commonjs/account/responses.d.ts +145 -0
- package/dist/commonjs/account/responses.d.ts.map +1 -0
- package/dist/commonjs/account/responses.js +5 -0
- package/dist/commonjs/account/responses.js.map +1 -0
- package/dist/commonjs/index.d.ts +4 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +11 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/metadataPolicies/clientDefinitions.d.ts +29 -0
- package/dist/commonjs/metadataPolicies/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/metadataPolicies/clientDefinitions.js +5 -0
- package/dist/commonjs/metadataPolicies/clientDefinitions.js.map +1 -0
- package/dist/commonjs/metadataPolicies/index.d.ts +10 -0
- package/dist/commonjs/metadataPolicies/index.d.ts.map +1 -0
- package/dist/commonjs/metadataPolicies/index.js +23 -0
- package/dist/commonjs/metadataPolicies/index.js.map +1 -0
- package/dist/commonjs/metadataPolicies/isUnexpected.d.ts +6 -0
- package/dist/commonjs/metadataPolicies/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/metadataPolicies/isUnexpected.js +76 -0
- package/dist/commonjs/metadataPolicies/isUnexpected.js.map +1 -0
- package/dist/commonjs/metadataPolicies/models.d.ts +58 -0
- package/dist/commonjs/metadataPolicies/models.d.ts.map +1 -0
- package/dist/commonjs/metadataPolicies/models.js +5 -0
- package/dist/commonjs/metadataPolicies/models.js.map +1 -0
- package/dist/commonjs/metadataPolicies/outputModels.d.ts +113 -0
- package/dist/commonjs/metadataPolicies/outputModels.d.ts.map +1 -0
- package/dist/commonjs/metadataPolicies/outputModels.js +5 -0
- package/dist/commonjs/metadataPolicies/outputModels.js.map +1 -0
- package/dist/commonjs/metadataPolicies/paginateHelper.d.ts +72 -0
- package/dist/commonjs/metadataPolicies/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/metadataPolicies/paginateHelper.js +203 -0
- package/dist/commonjs/metadataPolicies/paginateHelper.js.map +1 -0
- package/dist/commonjs/metadataPolicies/parameters.d.ts +22 -0
- package/dist/commonjs/metadataPolicies/parameters.d.ts.map +1 -0
- package/dist/commonjs/metadataPolicies/parameters.js +5 -0
- package/dist/commonjs/metadataPolicies/parameters.js.map +1 -0
- package/dist/commonjs/metadataPolicies/purviewMetadataPolicies.d.ts +16 -0
- package/dist/commonjs/metadataPolicies/purviewMetadataPolicies.d.ts.map +1 -0
- package/dist/commonjs/metadataPolicies/purviewMetadataPolicies.js +46 -0
- package/dist/commonjs/metadataPolicies/purviewMetadataPolicies.js.map +1 -0
- package/dist/commonjs/metadataPolicies/responses.d.ts +64 -0
- package/dist/commonjs/metadataPolicies/responses.d.ts.map +1 -0
- package/dist/commonjs/metadataPolicies/responses.js +5 -0
- package/dist/commonjs/metadataPolicies/responses.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/account/clientDefinitions.d.ts +73 -0
- package/dist/esm/account/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/account/clientDefinitions.js +4 -0
- package/dist/esm/account/clientDefinitions.js.map +1 -0
- package/dist/esm/account/index.d.ts +10 -0
- package/dist/esm/account/index.d.ts.map +1 -0
- package/dist/esm/account/index.js +12 -0
- package/dist/esm/account/index.js.map +1 -0
- package/dist/esm/account/isUnexpected.d.ts +16 -0
- package/dist/esm/account/isUnexpected.d.ts.map +1 -0
- package/dist/esm/account/isUnexpected.js +83 -0
- package/dist/esm/account/isUnexpected.js.map +1 -0
- package/dist/esm/account/models.d.ts +130 -0
- package/dist/esm/account/models.d.ts.map +1 -0
- package/dist/esm/account/models.js +4 -0
- package/dist/esm/account/models.js.map +1 -0
- package/dist/esm/account/outputModels.d.ts +337 -0
- package/dist/esm/account/outputModels.d.ts.map +1 -0
- package/dist/esm/account/outputModels.js +4 -0
- package/dist/esm/account/outputModels.js.map +1 -0
- package/dist/esm/account/paginateHelper.d.ts +68 -0
- package/dist/esm/account/paginateHelper.d.ts.map +1 -0
- package/dist/esm/account/paginateHelper.js +167 -0
- package/dist/esm/account/paginateHelper.js.map +1 -0
- package/dist/esm/account/parameters.d.ts +63 -0
- package/dist/esm/account/parameters.d.ts.map +1 -0
- package/dist/esm/account/parameters.js +4 -0
- package/dist/esm/account/parameters.js.map +1 -0
- package/dist/esm/account/purviewAccount.d.ts +16 -0
- package/dist/esm/account/purviewAccount.d.ts.map +1 -0
- package/dist/esm/account/purviewAccount.js +43 -0
- package/dist/esm/account/purviewAccount.js.map +1 -0
- package/dist/esm/account/responses.d.ts +145 -0
- package/dist/esm/account/responses.d.ts.map +1 -0
- package/dist/esm/account/responses.js +4 -0
- package/dist/esm/account/responses.js.map +1 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/metadataPolicies/clientDefinitions.d.ts +29 -0
- package/dist/esm/metadataPolicies/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/metadataPolicies/clientDefinitions.js +4 -0
- package/dist/esm/metadataPolicies/clientDefinitions.js.map +1 -0
- package/dist/esm/metadataPolicies/index.d.ts +10 -0
- package/dist/esm/metadataPolicies/index.d.ts.map +1 -0
- package/dist/esm/metadataPolicies/index.js +12 -0
- package/dist/esm/metadataPolicies/index.js.map +1 -0
- package/dist/esm/metadataPolicies/isUnexpected.d.ts +6 -0
- package/dist/esm/metadataPolicies/isUnexpected.d.ts.map +1 -0
- package/dist/esm/metadataPolicies/isUnexpected.js +73 -0
- package/dist/esm/metadataPolicies/isUnexpected.js.map +1 -0
- package/dist/esm/metadataPolicies/models.d.ts +58 -0
- package/dist/esm/metadataPolicies/models.d.ts.map +1 -0
- package/dist/esm/metadataPolicies/models.js +4 -0
- package/dist/esm/metadataPolicies/models.js.map +1 -0
- package/dist/esm/metadataPolicies/outputModels.d.ts +113 -0
- package/dist/esm/metadataPolicies/outputModels.d.ts.map +1 -0
- package/dist/esm/metadataPolicies/outputModels.js +4 -0
- package/dist/esm/metadataPolicies/outputModels.js.map +1 -0
- package/dist/esm/metadataPolicies/paginateHelper.d.ts +72 -0
- package/dist/esm/metadataPolicies/paginateHelper.d.ts.map +1 -0
- package/dist/esm/metadataPolicies/paginateHelper.js +200 -0
- package/dist/esm/metadataPolicies/paginateHelper.js.map +1 -0
- package/dist/esm/metadataPolicies/parameters.d.ts +22 -0
- package/dist/esm/metadataPolicies/parameters.d.ts.map +1 -0
- package/dist/esm/metadataPolicies/parameters.js +4 -0
- package/dist/esm/metadataPolicies/parameters.js.map +1 -0
- package/dist/esm/metadataPolicies/purviewMetadataPolicies.d.ts +16 -0
- package/dist/esm/metadataPolicies/purviewMetadataPolicies.d.ts.map +1 -0
- package/dist/esm/metadataPolicies/purviewMetadataPolicies.js +43 -0
- package/dist/esm/metadataPolicies/purviewMetadataPolicies.js.map +1 -0
- package/dist/esm/metadataPolicies/responses.d.ts +64 -0
- package/dist/esm/metadataPolicies/responses.d.ts.map +1 -0
- package/dist/esm/metadataPolicies/responses.js +4 -0
- package/dist/esm/metadataPolicies/responses.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/react-native/account/clientDefinitions.d.ts +73 -0
- package/dist/react-native/account/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/account/clientDefinitions.js +4 -0
- package/dist/react-native/account/clientDefinitions.js.map +1 -0
- package/dist/react-native/account/index.d.ts +10 -0
- package/dist/react-native/account/index.d.ts.map +1 -0
- package/dist/react-native/account/index.js +12 -0
- package/dist/react-native/account/index.js.map +1 -0
- package/dist/react-native/account/isUnexpected.d.ts +16 -0
- package/dist/react-native/account/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/account/isUnexpected.js +83 -0
- package/dist/react-native/account/isUnexpected.js.map +1 -0
- package/dist/react-native/account/models.d.ts +130 -0
- package/dist/react-native/account/models.d.ts.map +1 -0
- package/dist/react-native/account/models.js +4 -0
- package/dist/react-native/account/models.js.map +1 -0
- package/dist/react-native/account/outputModels.d.ts +337 -0
- package/dist/react-native/account/outputModels.d.ts.map +1 -0
- package/dist/react-native/account/outputModels.js +4 -0
- package/dist/react-native/account/outputModels.js.map +1 -0
- package/dist/react-native/account/paginateHelper.d.ts +68 -0
- package/dist/react-native/account/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/account/paginateHelper.js +167 -0
- package/dist/react-native/account/paginateHelper.js.map +1 -0
- package/dist/react-native/account/parameters.d.ts +63 -0
- package/dist/react-native/account/parameters.d.ts.map +1 -0
- package/dist/react-native/account/parameters.js +4 -0
- package/dist/react-native/account/parameters.js.map +1 -0
- package/dist/react-native/account/purviewAccount.d.ts +16 -0
- package/dist/react-native/account/purviewAccount.d.ts.map +1 -0
- package/dist/react-native/account/purviewAccount.js +43 -0
- package/dist/react-native/account/purviewAccount.js.map +1 -0
- package/dist/react-native/account/responses.d.ts +145 -0
- package/dist/react-native/account/responses.d.ts.map +1 -0
- package/dist/react-native/account/responses.js +4 -0
- package/dist/react-native/account/responses.js.map +1 -0
- package/dist/react-native/index.d.ts +4 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/metadataPolicies/clientDefinitions.d.ts +29 -0
- package/dist/react-native/metadataPolicies/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/metadataPolicies/clientDefinitions.js +4 -0
- package/dist/react-native/metadataPolicies/clientDefinitions.js.map +1 -0
- package/dist/react-native/metadataPolicies/index.d.ts +10 -0
- package/dist/react-native/metadataPolicies/index.d.ts.map +1 -0
- package/dist/react-native/metadataPolicies/index.js +12 -0
- package/dist/react-native/metadataPolicies/index.js.map +1 -0
- package/dist/react-native/metadataPolicies/isUnexpected.d.ts +6 -0
- package/dist/react-native/metadataPolicies/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/metadataPolicies/isUnexpected.js +73 -0
- package/dist/react-native/metadataPolicies/isUnexpected.js.map +1 -0
- package/dist/react-native/metadataPolicies/models.d.ts +58 -0
- package/dist/react-native/metadataPolicies/models.d.ts.map +1 -0
- package/dist/react-native/metadataPolicies/models.js +4 -0
- package/dist/react-native/metadataPolicies/models.js.map +1 -0
- package/dist/react-native/metadataPolicies/outputModels.d.ts +113 -0
- package/dist/react-native/metadataPolicies/outputModels.d.ts.map +1 -0
- package/dist/react-native/metadataPolicies/outputModels.js +4 -0
- package/dist/react-native/metadataPolicies/outputModels.js.map +1 -0
- package/dist/react-native/metadataPolicies/paginateHelper.d.ts +72 -0
- package/dist/react-native/metadataPolicies/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/metadataPolicies/paginateHelper.js +200 -0
- package/dist/react-native/metadataPolicies/paginateHelper.js.map +1 -0
- package/dist/react-native/metadataPolicies/parameters.d.ts +22 -0
- package/dist/react-native/metadataPolicies/parameters.d.ts.map +1 -0
- package/dist/react-native/metadataPolicies/parameters.js +4 -0
- package/dist/react-native/metadataPolicies/parameters.js.map +1 -0
- package/dist/react-native/metadataPolicies/purviewMetadataPolicies.d.ts +16 -0
- package/dist/react-native/metadataPolicies/purviewMetadataPolicies.d.ts.map +1 -0
- package/dist/react-native/metadataPolicies/purviewMetadataPolicies.js +43 -0
- package/dist/react-native/metadataPolicies/purviewMetadataPolicies.js.map +1 -0
- package/dist/react-native/metadataPolicies/responses.d.ts +64 -0
- package/dist/react-native/metadataPolicies/responses.d.ts.map +1 -0
- package/dist/react-native/metadataPolicies/responses.js +4 -0
- package/dist/react-native/metadataPolicies/responses.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/package.json +83 -71
- package/CHANGELOG.md +0 -6
- package/dist/index.js +0 -283
- package/dist/index.js.map +0 -1
- package/dist-esm/src/account/clientDefinitions.js +0 -4
- package/dist-esm/src/account/clientDefinitions.js.map +0 -1
- package/dist-esm/src/account/index.js +0 -10
- package/dist-esm/src/account/index.js.map +0 -1
- package/dist-esm/src/account/models.js +0 -4
- package/dist-esm/src/account/models.js.map +0 -1
- package/dist-esm/src/account/paginateHelper.js +0 -70
- package/dist-esm/src/account/paginateHelper.js.map +0 -1
- package/dist-esm/src/account/parameters.js +0 -4
- package/dist-esm/src/account/parameters.js.map +0 -1
- package/dist-esm/src/account/purviewAccount.js +0 -13
- package/dist-esm/src/account/purviewAccount.js.map +0 -1
- package/dist-esm/src/account/responses.js +0 -4
- package/dist-esm/src/account/responses.js.map +0 -1
- package/dist-esm/src/index.js +0 -9
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/metadataPolicies/clientDefinitions.js +0 -4
- package/dist-esm/src/metadataPolicies/clientDefinitions.js.map +0 -1
- package/dist-esm/src/metadataPolicies/index.js +0 -10
- package/dist-esm/src/metadataPolicies/index.js.map +0 -1
- package/dist-esm/src/metadataPolicies/models.js +0 -4
- package/dist-esm/src/metadataPolicies/models.js.map +0 -1
- package/dist-esm/src/metadataPolicies/paginateHelper.js +0 -103
- package/dist-esm/src/metadataPolicies/paginateHelper.js.map +0 -1
- package/dist-esm/src/metadataPolicies/parameters.js +0 -4
- package/dist-esm/src/metadataPolicies/parameters.js.map +0 -1
- package/dist-esm/src/metadataPolicies/purviewMetadataPolicies.js +0 -13
- package/dist-esm/src/metadataPolicies/purviewMetadataPolicies.js.map +0 -1
- package/dist-esm/src/metadataPolicies/responses.js +0 -4
- package/dist-esm/src/metadataPolicies/responses.js.map +0 -1
- package/types/purview-administration-rest.d.ts +0 -1248
|
@@ -1,1248 +0,0 @@
|
|
|
1
|
-
import { Client } from '@azure-rest/core-client';
|
|
2
|
-
import { ClientOptions } from '@azure-rest/core-client';
|
|
3
|
-
import { HttpResponse } from '@azure-rest/core-client';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
6
|
-
import { RawHttpHeaders } from '@azure/core-rest-pipeline';
|
|
7
|
-
import { RequestParameters } from '@azure-rest/core-client';
|
|
8
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
9
|
-
|
|
10
|
-
declare interface AccessKeyOptions {
|
|
11
|
-
/** The access key type. */
|
|
12
|
-
keyType?: "PrimaryAtlasKafkaKey" | "SecondaryAtlasKafkaKey";
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
declare interface AccessKeys {
|
|
16
|
-
/** Gets or sets the primary connection string. */
|
|
17
|
-
atlasKafkaPrimaryEndpoint?: string;
|
|
18
|
-
/** Gets or sets the secondary connection string. */
|
|
19
|
-
atlasKafkaSecondaryEndpoint?: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
declare interface Account {
|
|
23
|
-
/** Gets or sets the identifier. */
|
|
24
|
-
id?: string;
|
|
25
|
-
/** Identity Info on the tracked resource */
|
|
26
|
-
identity?: Identity;
|
|
27
|
-
/** Gets or sets the location. */
|
|
28
|
-
location?: string;
|
|
29
|
-
/** Gets or sets the name. */
|
|
30
|
-
name?: string;
|
|
31
|
-
/** Gets or sets the properties. */
|
|
32
|
-
properties?: AccountProperties;
|
|
33
|
-
/** Gets or sets the Sku. */
|
|
34
|
-
sku?: AccountSku;
|
|
35
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
36
|
-
systemData?: AccountSystemData;
|
|
37
|
-
/** Tags on the azure resource. */
|
|
38
|
-
tags?: Record<string, string>;
|
|
39
|
-
/** Gets or sets the type. */
|
|
40
|
-
type?: string;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
declare interface AccountEndpoints {
|
|
44
|
-
/** Gets the catalog endpoint. */
|
|
45
|
-
catalog?: string;
|
|
46
|
-
/** Gets the guardian endpoint. */
|
|
47
|
-
guardian?: string;
|
|
48
|
-
/** Gets the scan endpoint. */
|
|
49
|
-
scan?: string;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
declare interface AccountProperties {
|
|
53
|
-
/**
|
|
54
|
-
* Cloud connectors.
|
|
55
|
-
* External cloud identifier used as part of scanning configuration.
|
|
56
|
-
*/
|
|
57
|
-
cloudConnectors?: CloudConnectors;
|
|
58
|
-
/** Gets the time at which the entity was created. */
|
|
59
|
-
createdAt?: Date;
|
|
60
|
-
/** Gets the creator of the entity. */
|
|
61
|
-
createdBy?: string;
|
|
62
|
-
/** Gets the creators of the entity's object id. */
|
|
63
|
-
createdByObjectId?: string;
|
|
64
|
-
/** The URIs that are the public endpoints of the account. */
|
|
65
|
-
endpoints?: AccountPropertiesEndpoints;
|
|
66
|
-
/** Gets or sets the friendly name. */
|
|
67
|
-
friendlyName?: string;
|
|
68
|
-
/** Gets or sets the managed resource group name */
|
|
69
|
-
managedResourceGroupName?: string;
|
|
70
|
-
/** Gets the resource identifiers of the managed resources. */
|
|
71
|
-
managedResources?: AccountPropertiesManagedResources;
|
|
72
|
-
/** Gets the private endpoint connections information. */
|
|
73
|
-
privateEndpointConnections?: Array<PrivateEndpointConnection>;
|
|
74
|
-
/** Gets or sets the state of the provisioning. */
|
|
75
|
-
provisioningState?: "Unknown" | "Creating" | "Moving" | "Deleting" | "SoftDeleting" | "SoftDeleted" | "Failed" | "Succeeded" | "Canceled";
|
|
76
|
-
/** Gets or sets the public network access. */
|
|
77
|
-
publicNetworkAccess?: "NotSpecified" | "Enabled" | "Disabled";
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
declare interface AccountPropertiesEndpoints extends AccountEndpoints {
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
declare interface AccountPropertiesManagedResources extends ManagedResources {
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
declare interface AccountsGetAccessKeys {
|
|
87
|
-
/** List the authorization keys associated with this account. */
|
|
88
|
-
post(options?: AccountsGetAccessKeysParameters): Promise<AccountsGetAccessKeys200Response | AccountsGetAccessKeysdefaultResponse>;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/** List the authorization keys associated with this account. */
|
|
92
|
-
declare interface AccountsGetAccessKeys200Response extends HttpResponse {
|
|
93
|
-
status: "200";
|
|
94
|
-
body: AccessKeys;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/** List the authorization keys associated with this account. */
|
|
98
|
-
declare interface AccountsGetAccessKeysdefaultResponse extends HttpResponse {
|
|
99
|
-
status: "500";
|
|
100
|
-
body: ErrorResponseModel;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
declare type AccountsGetAccessKeysParameters = RequestParameters;
|
|
104
|
-
|
|
105
|
-
declare interface AccountsGetAccountProperties {
|
|
106
|
-
/** Get an account */
|
|
107
|
-
get(options?: AccountsGetAccountPropertiesParameters): Promise<AccountsGetAccountProperties200Response | AccountsGetAccountPropertiesdefaultResponse>;
|
|
108
|
-
/** Updates an account */
|
|
109
|
-
patch(options: AccountsUpdateAccountPropertiesParameters): Promise<AccountsUpdateAccountProperties200Response | AccountsUpdateAccountPropertiesdefaultResponse>;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
/** Get an account */
|
|
113
|
-
declare interface AccountsGetAccountProperties200Response extends HttpResponse {
|
|
114
|
-
status: "200";
|
|
115
|
-
body: Account;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
/** Get an account */
|
|
119
|
-
declare interface AccountsGetAccountPropertiesdefaultResponse extends HttpResponse {
|
|
120
|
-
status: "500";
|
|
121
|
-
body: ErrorResponseModel;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
declare type AccountsGetAccountPropertiesParameters = RequestParameters;
|
|
125
|
-
|
|
126
|
-
declare interface AccountSku {
|
|
127
|
-
/** Gets or sets the sku capacity. Possible values include: 4, 16 */
|
|
128
|
-
capacity?: number;
|
|
129
|
-
/** Gets or sets the sku name. */
|
|
130
|
-
name?: "Standard";
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
declare interface AccountsRegenerateAccessKey {
|
|
134
|
-
/** Regenerate the authorization keys associated with this data catalog. */
|
|
135
|
-
post(options: AccountsRegenerateAccessKeyParameters): Promise<AccountsRegenerateAccessKey200Response | AccountsRegenerateAccessKeydefaultResponse>;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/** Regenerate the authorization keys associated with this data catalog. */
|
|
139
|
-
declare interface AccountsRegenerateAccessKey200Response extends HttpResponse {
|
|
140
|
-
status: "200";
|
|
141
|
-
body: AccessKeys;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
declare interface AccountsRegenerateAccessKeyBodyParam {
|
|
145
|
-
body: AccessKeyOptions;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
/** Regenerate the authorization keys associated with this data catalog. */
|
|
149
|
-
declare interface AccountsRegenerateAccessKeydefaultResponse extends HttpResponse {
|
|
150
|
-
status: "500";
|
|
151
|
-
body: ErrorResponseModel;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
declare type AccountsRegenerateAccessKeyParameters = AccountsRegenerateAccessKeyBodyParam & RequestParameters;
|
|
155
|
-
|
|
156
|
-
/** Updates an account */
|
|
157
|
-
declare interface AccountsUpdateAccountProperties200Response extends HttpResponse {
|
|
158
|
-
status: "200";
|
|
159
|
-
body: Account;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
declare interface AccountsUpdateAccountPropertiesBodyParam {
|
|
163
|
-
body: DataPlaneAccountUpdateParameters;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
/** Updates an account */
|
|
167
|
-
declare interface AccountsUpdateAccountPropertiesdefaultResponse extends HttpResponse {
|
|
168
|
-
status: "500";
|
|
169
|
-
body: ErrorResponseModel;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
declare type AccountsUpdateAccountPropertiesParameters = AccountsUpdateAccountPropertiesBodyParam & RequestParameters;
|
|
173
|
-
|
|
174
|
-
declare interface AccountSystemData extends SystemData {
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
declare interface AdvancedResourceSet {
|
|
178
|
-
/** Date at which ResourceSetProcessing property of the account is updated. */
|
|
179
|
-
modifiedAt?: Date;
|
|
180
|
-
/** The advanced resource property of the account. */
|
|
181
|
-
resourceSetProcessing?: "Default" | "Advanced";
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
declare interface AttributeMatcher {
|
|
185
|
-
/** AttributeName */
|
|
186
|
-
attributeName?: string;
|
|
187
|
-
/** Value for attribute */
|
|
188
|
-
attributeValueIncludes?: string;
|
|
189
|
-
/** List of values for attribute */
|
|
190
|
-
attributeValueIncludedIn?: Array<string>;
|
|
191
|
-
/** Value excluded for attribute */
|
|
192
|
-
attributeValueExcludes?: string;
|
|
193
|
-
/** List of values excluded for attribute */
|
|
194
|
-
attributeValueExcludedIn?: Array<string>;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
declare interface AttributeRule {
|
|
198
|
-
/** The kind of rule */
|
|
199
|
-
kind?: "decisionrule" | "attributerule";
|
|
200
|
-
/** The id for rule */
|
|
201
|
-
id?: string;
|
|
202
|
-
/** The name for rule */
|
|
203
|
-
name?: string;
|
|
204
|
-
/** The dnf Condition for a rule */
|
|
205
|
-
dnfCondition?: Array<Array<AttributeMatcher>>;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
declare namespace Client_2 {
|
|
209
|
-
export {
|
|
210
|
-
AccountsGetAccountProperties,
|
|
211
|
-
AccountsGetAccessKeys,
|
|
212
|
-
AccountsRegenerateAccessKey,
|
|
213
|
-
CollectionsGetCollection,
|
|
214
|
-
CollectionsListCollections,
|
|
215
|
-
CollectionsListChildCollectionNames,
|
|
216
|
-
CollectionsGetCollectionPath,
|
|
217
|
-
ResourceSetRulesGetResourceSetRule,
|
|
218
|
-
ResourceSetRulesListResourceSetRules,
|
|
219
|
-
Routes,
|
|
220
|
-
PurviewAccountRestClient
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
declare namespace Client_3 {
|
|
225
|
-
export {
|
|
226
|
-
MetadataRolesList,
|
|
227
|
-
MetadataPolicyListAll,
|
|
228
|
-
MetadataPolicyUpdate,
|
|
229
|
-
Routes_2 as Routes,
|
|
230
|
-
PurviewMetadataPoliciesRestClient
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
declare interface CloudConnectors {
|
|
235
|
-
/**
|
|
236
|
-
* AWS external identifier.
|
|
237
|
-
* Configured in AWS to allow use of the role arn used for scanning
|
|
238
|
-
*/
|
|
239
|
-
awsExternalId?: string;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
declare interface Collection {
|
|
243
|
-
/** Gets the state of the provisioning. */
|
|
244
|
-
collectionProvisioningState?: "Unknown" | "Creating" | "Moving" | "Deleting" | "Failed" | "Succeeded";
|
|
245
|
-
/** Gets or sets the description. */
|
|
246
|
-
description?: string;
|
|
247
|
-
/** Gets or sets the friendly name of the collection. */
|
|
248
|
-
friendlyName?: string;
|
|
249
|
-
/** Gets the name. */
|
|
250
|
-
name?: string;
|
|
251
|
-
/** Gets or sets the parent collection reference. */
|
|
252
|
-
parentCollection?: CollectionReference;
|
|
253
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
254
|
-
systemData?: CollectionSystemData;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
declare interface CollectionList {
|
|
258
|
-
/** Total item count. */
|
|
259
|
-
count?: number;
|
|
260
|
-
/** The Url of next result page. */
|
|
261
|
-
nextLink?: string;
|
|
262
|
-
/** Collection of items of type results. */
|
|
263
|
-
value: Array<Collection>;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
declare interface CollectionNameResponse {
|
|
267
|
-
/** Gets or sets the friendly name of the collection. */
|
|
268
|
-
friendlyName?: string;
|
|
269
|
-
/** Gets the name. */
|
|
270
|
-
name?: string;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
declare interface CollectionNameResponseList {
|
|
274
|
-
/** Total item count. */
|
|
275
|
-
count?: number;
|
|
276
|
-
/** The Url of next result page. */
|
|
277
|
-
nextLink?: string;
|
|
278
|
-
/** Collection of items of type results. */
|
|
279
|
-
value: Array<CollectionNameResponse>;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
declare interface CollectionPathResponse {
|
|
283
|
-
/** The friendly names of ancestors starting from the default (root) collection and ending with the immediate parent. */
|
|
284
|
-
parentFriendlyNameChain?: Array<string>;
|
|
285
|
-
/** The names of ancestors starting from the default (root) collection and ending with the immediate parent. */
|
|
286
|
-
parentNameChain?: Array<string>;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
declare interface CollectionReference {
|
|
290
|
-
/** Gets or sets the reference name. */
|
|
291
|
-
referenceName?: string;
|
|
292
|
-
/** Gets or sets the reference type property. */
|
|
293
|
-
type?: string;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
declare interface CollectionReference_2 {
|
|
297
|
-
/** The type of reference */
|
|
298
|
-
type?: string;
|
|
299
|
-
/** The name of reference */
|
|
300
|
-
referenceName?: string;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
/** Creates or updates a collection entity. */
|
|
304
|
-
declare interface CollectionsCreateOrUpdateCollection200Response extends HttpResponse {
|
|
305
|
-
status: "200";
|
|
306
|
-
body: Collection;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
declare interface CollectionsCreateOrUpdateCollectionBodyParam {
|
|
310
|
-
body: Collection;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
/** Creates or updates a collection entity. */
|
|
314
|
-
declare interface CollectionsCreateOrUpdateCollectiondefaultResponse extends HttpResponse {
|
|
315
|
-
status: "500";
|
|
316
|
-
body: ErrorResponseModel;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
declare type CollectionsCreateOrUpdateCollectionParameters = CollectionsCreateOrUpdateCollectionBodyParam & RequestParameters;
|
|
320
|
-
|
|
321
|
-
/** Deletes a Collection entity. */
|
|
322
|
-
declare interface CollectionsDeleteCollection204Response extends HttpResponse {
|
|
323
|
-
status: "204";
|
|
324
|
-
body: Record<string, unknown>;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
/** Deletes a Collection entity. */
|
|
328
|
-
declare interface CollectionsDeleteCollectiondefaultResponse extends HttpResponse {
|
|
329
|
-
status: "500";
|
|
330
|
-
body: ErrorResponseModel;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
declare type CollectionsDeleteCollectionParameters = RequestParameters;
|
|
334
|
-
|
|
335
|
-
declare interface CollectionsGetCollection {
|
|
336
|
-
/** Get a collection */
|
|
337
|
-
get(options?: CollectionsGetCollectionParameters): Promise<CollectionsGetCollection200Response | CollectionsGetCollectiondefaultResponse>;
|
|
338
|
-
/** Creates or updates a collection entity. */
|
|
339
|
-
put(options: CollectionsCreateOrUpdateCollectionParameters): Promise<CollectionsCreateOrUpdateCollection200Response | CollectionsCreateOrUpdateCollectiondefaultResponse>;
|
|
340
|
-
/** Deletes a Collection entity. */
|
|
341
|
-
delete(options?: CollectionsDeleteCollectionParameters): Promise<CollectionsDeleteCollection204Response | CollectionsDeleteCollectiondefaultResponse>;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
/** Get a collection */
|
|
345
|
-
declare interface CollectionsGetCollection200Response extends HttpResponse {
|
|
346
|
-
status: "200";
|
|
347
|
-
body: Collection;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
/** Get a collection */
|
|
351
|
-
declare interface CollectionsGetCollectiondefaultResponse extends HttpResponse {
|
|
352
|
-
status: "500";
|
|
353
|
-
body: ErrorResponseModel;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
declare type CollectionsGetCollectionParameters = RequestParameters;
|
|
357
|
-
|
|
358
|
-
declare interface CollectionsGetCollectionPath {
|
|
359
|
-
/** Gets the parent name and parent friendly name chains that represent the collection path. */
|
|
360
|
-
get(options?: CollectionsGetCollectionPathParameters): Promise<CollectionsGetCollectionPath200Response | CollectionsGetCollectionPathdefaultResponse>;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
/** Gets the parent name and parent friendly name chains that represent the collection path. */
|
|
364
|
-
declare interface CollectionsGetCollectionPath200Response extends HttpResponse {
|
|
365
|
-
status: "200";
|
|
366
|
-
body: CollectionPathResponse;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
/** Gets the parent name and parent friendly name chains that represent the collection path. */
|
|
370
|
-
declare interface CollectionsGetCollectionPathdefaultResponse extends HttpResponse {
|
|
371
|
-
status: "500";
|
|
372
|
-
body: ErrorResponseModel;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
declare type CollectionsGetCollectionPathParameters = RequestParameters;
|
|
376
|
-
|
|
377
|
-
declare interface CollectionsListChildCollectionNames {
|
|
378
|
-
/** Lists the child collections names in the collection. */
|
|
379
|
-
get(options?: CollectionsListChildCollectionNamesParameters): Promise<CollectionsListChildCollectionNames200Response | CollectionsListChildCollectionNamesdefaultResponse>;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
/** Lists the child collections names in the collection. */
|
|
383
|
-
declare interface CollectionsListChildCollectionNames200Response extends HttpResponse {
|
|
384
|
-
status: "200";
|
|
385
|
-
body: CollectionNameResponseList;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
/** Lists the child collections names in the collection. */
|
|
389
|
-
declare interface CollectionsListChildCollectionNamesdefaultResponse extends HttpResponse {
|
|
390
|
-
status: "500";
|
|
391
|
-
body: ErrorResponseModel;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
declare type CollectionsListChildCollectionNamesParameters = CollectionsListChildCollectionNamesQueryParam & RequestParameters;
|
|
395
|
-
|
|
396
|
-
declare interface CollectionsListChildCollectionNamesQueryParam {
|
|
397
|
-
queryParameters?: CollectionsListChildCollectionNamesQueryParamProperties;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
declare interface CollectionsListChildCollectionNamesQueryParamProperties {
|
|
401
|
-
$skipToken?: string;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
declare interface CollectionsListCollections {
|
|
405
|
-
/** List the collections in the account. */
|
|
406
|
-
get(options?: CollectionsListCollectionsParameters): Promise<CollectionsListCollections200Response | CollectionsListCollectionsdefaultResponse>;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
/** List the collections in the account. */
|
|
410
|
-
declare interface CollectionsListCollections200Response extends HttpResponse {
|
|
411
|
-
status: "200";
|
|
412
|
-
body: CollectionList;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
/** List the collections in the account. */
|
|
416
|
-
declare interface CollectionsListCollectionsdefaultResponse extends HttpResponse {
|
|
417
|
-
status: "500";
|
|
418
|
-
body: ErrorResponseModel;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
declare type CollectionsListCollectionsParameters = CollectionsListCollectionsQueryParam & RequestParameters;
|
|
422
|
-
|
|
423
|
-
declare interface CollectionsListCollectionsQueryParam {
|
|
424
|
-
queryParameters?: CollectionsListCollectionsQueryParamProperties;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
declare interface CollectionsListCollectionsQueryParamProperties {
|
|
428
|
-
$skipToken?: string;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
declare interface CollectionSystemData extends SystemData {
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
declare interface ComplexReplacerConfig {
|
|
435
|
-
createdBy?: string;
|
|
436
|
-
description?: string;
|
|
437
|
-
disabled?: boolean;
|
|
438
|
-
disableRecursiveReplacerApplication?: boolean;
|
|
439
|
-
lastUpdatedTimestamp?: number;
|
|
440
|
-
modifiedBy?: string;
|
|
441
|
-
name?: string;
|
|
442
|
-
typeName?: string;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
declare interface DataPlaneAccountUpdateParameters {
|
|
446
|
-
/** The friendly name for the azure resource. */
|
|
447
|
-
friendlyName?: string;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
declare interface DecisionRule {
|
|
451
|
-
/** The kind of rule */
|
|
452
|
-
kind?: "decisionrule" | "attributerule";
|
|
453
|
-
/** The effect for rule */
|
|
454
|
-
effect?: "Deny" | "Permit";
|
|
455
|
-
/** The dnf Condition for a rule */
|
|
456
|
-
dnfCondition?: Array<Array<AttributeMatcher>>;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
declare interface ErrorModel {
|
|
460
|
-
/** Gets or sets the code. */
|
|
461
|
-
code?: string;
|
|
462
|
-
/** Gets or sets the details. */
|
|
463
|
-
details?: Array<ErrorModel>;
|
|
464
|
-
/** Gets or sets the messages. */
|
|
465
|
-
message?: string;
|
|
466
|
-
/** Gets or sets the target. */
|
|
467
|
-
target?: string;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
declare interface ErrorModel_2 {
|
|
471
|
-
/** The error code */
|
|
472
|
-
code: string;
|
|
473
|
-
/** The error message */
|
|
474
|
-
message: string;
|
|
475
|
-
/** The error target */
|
|
476
|
-
target?: string;
|
|
477
|
-
/** The error details */
|
|
478
|
-
details?: Array<ErrorModel_2>;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
declare interface ErrorResponseModel {
|
|
482
|
-
/** Gets or sets the error. */
|
|
483
|
-
error?: ErrorResponseModelError;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
declare interface ErrorResponseModel_2 {
|
|
487
|
-
/** The error model for metadata policy */
|
|
488
|
-
error: ErrorModel_2;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
declare interface ErrorResponseModelError extends ErrorModel {
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
declare interface FastRegex {
|
|
495
|
-
maxDigits?: number;
|
|
496
|
-
maxLetters?: number;
|
|
497
|
-
minDashes?: number;
|
|
498
|
-
minDigits?: number;
|
|
499
|
-
minDigitsOrLetters?: number;
|
|
500
|
-
minDots?: number;
|
|
501
|
-
minHex?: number;
|
|
502
|
-
minLetters?: number;
|
|
503
|
-
minUnderscores?: number;
|
|
504
|
-
options?: number;
|
|
505
|
-
regexStr?: string;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
declare interface Filter {
|
|
509
|
-
createdBy?: string;
|
|
510
|
-
filterType?: "Pattern" | "Regex";
|
|
511
|
-
lastUpdatedTimestamp?: number;
|
|
512
|
-
modifiedBy?: string;
|
|
513
|
-
name: string;
|
|
514
|
-
path: string;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
/**
|
|
518
|
-
* Helper type to extract the type of an array
|
|
519
|
-
*/
|
|
520
|
-
declare type GetArrayType<T> = T extends Array<infer TData> ? TData : never;
|
|
521
|
-
|
|
522
|
-
/**
|
|
523
|
-
* Helper type to extract the type of an array
|
|
524
|
-
*/
|
|
525
|
-
declare type GetArrayType_2<T> = T extends Array<infer TData> ? TData : never;
|
|
526
|
-
|
|
527
|
-
/**
|
|
528
|
-
* The type of a custom function that defines how to get a page and a link to the next one if any.
|
|
529
|
-
*/
|
|
530
|
-
declare type GetPage<TPage> = (pageLink: string, maxPageSize?: number) => Promise<{
|
|
531
|
-
page: TPage;
|
|
532
|
-
nextPageLink?: string;
|
|
533
|
-
}>;
|
|
534
|
-
|
|
535
|
-
/**
|
|
536
|
-
* The type of a custom function that defines how to get a page and a link to the next one if any.
|
|
537
|
-
*/
|
|
538
|
-
declare type GetPage_2<TPage> = (pageLink: string, maxPageSize?: number) => Promise<{
|
|
539
|
-
page: TPage;
|
|
540
|
-
nextPageLink?: string;
|
|
541
|
-
}>;
|
|
542
|
-
|
|
543
|
-
declare interface Identity {
|
|
544
|
-
/** Service principal object Id */
|
|
545
|
-
principalId?: string;
|
|
546
|
-
/** Tenant Id */
|
|
547
|
-
tenantId?: string;
|
|
548
|
-
/** Identity Type */
|
|
549
|
-
type?: "SystemAssigned";
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
declare interface ManagedResources {
|
|
553
|
-
/** Gets the managed event hub namespace resource identifier. */
|
|
554
|
-
eventHubNamespace?: string;
|
|
555
|
-
/** Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account. */
|
|
556
|
-
resourceGroup?: string;
|
|
557
|
-
/** Gets the managed storage account resource identifier. */
|
|
558
|
-
storageAccount?: string;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
declare interface MetadataPolicy {
|
|
562
|
-
/** The name of policy */
|
|
563
|
-
name?: string;
|
|
564
|
-
/** The id of policy */
|
|
565
|
-
id?: string;
|
|
566
|
-
/** The version of policy */
|
|
567
|
-
version?: number;
|
|
568
|
-
properties?: MetadataPolicyProperties;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
/** Gets a metadata policy */
|
|
572
|
-
declare interface MetadataPolicyGet200Response extends HttpResponse {
|
|
573
|
-
status: "200";
|
|
574
|
-
body: MetadataPolicy;
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
declare interface MetadataPolicyGetdefaultHeaders {
|
|
578
|
-
/** The error code */
|
|
579
|
-
"x-ms-error-code"?: string;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
/** Gets a metadata policy */
|
|
583
|
-
declare interface MetadataPolicyGetdefaultResponse extends HttpResponse {
|
|
584
|
-
status: "500";
|
|
585
|
-
body: ErrorResponseModel_2;
|
|
586
|
-
headers: RawHttpHeaders & MetadataPolicyGetdefaultHeaders;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
declare type MetadataPolicyGetParameters = RequestParameters;
|
|
590
|
-
|
|
591
|
-
declare interface MetadataPolicyList {
|
|
592
|
-
values: Array<MetadataPolicy>;
|
|
593
|
-
nextLink?: string;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
declare interface MetadataPolicyListAll {
|
|
597
|
-
/** List or Get metadata policies */
|
|
598
|
-
get(options?: MetadataPolicyListAllParameters): Promise<MetadataPolicyListAll200Response | MetadataPolicyListAlldefaultResponse>;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
/** List or Get metadata policies */
|
|
602
|
-
declare interface MetadataPolicyListAll200Response extends HttpResponse {
|
|
603
|
-
status: "200";
|
|
604
|
-
body: MetadataPolicyList;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
declare interface MetadataPolicyListAlldefaultHeaders {
|
|
608
|
-
/** The error code */
|
|
609
|
-
"x-ms-error-code"?: string;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
/** List or Get metadata policies */
|
|
613
|
-
declare interface MetadataPolicyListAlldefaultResponse extends HttpResponse {
|
|
614
|
-
status: "500";
|
|
615
|
-
body: ErrorResponseModel_2;
|
|
616
|
-
headers: RawHttpHeaders & MetadataPolicyListAlldefaultHeaders;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
declare type MetadataPolicyListAllParameters = MetadataPolicyListAllQueryParam & RequestParameters;
|
|
620
|
-
|
|
621
|
-
declare interface MetadataPolicyListAllQueryParam {
|
|
622
|
-
queryParameters?: MetadataPolicyListAllQueryParamProperties;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
declare interface MetadataPolicyListAllQueryParamProperties {
|
|
626
|
-
/** The name of an existing collection for which one policy needs to be fetched. */
|
|
627
|
-
collectionName?: string;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
declare interface MetadataPolicyProperties {
|
|
631
|
-
/** The description of policy */
|
|
632
|
-
description?: string;
|
|
633
|
-
/** The DecisionRules of policy */
|
|
634
|
-
decisionRules?: Array<DecisionRule>;
|
|
635
|
-
/** The AttributeRules of policy */
|
|
636
|
-
attributeRules?: Array<AttributeRule>;
|
|
637
|
-
/** The collection reference for a policy */
|
|
638
|
-
collection?: CollectionReference_2;
|
|
639
|
-
/** The parent collection of the policy */
|
|
640
|
-
parentCollectionName?: string;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
declare interface MetadataPolicyUpdate {
|
|
644
|
-
/** Updates a metadata policy */
|
|
645
|
-
put(options?: MetadataPolicyUpdateParameters): Promise<MetadataPolicyUpdate200Response | MetadataPolicyUpdatedefaultResponse>;
|
|
646
|
-
/** Gets a metadata policy */
|
|
647
|
-
get(options?: MetadataPolicyGetParameters): Promise<MetadataPolicyGet200Response | MetadataPolicyGetdefaultResponse>;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
/** Updates a metadata policy */
|
|
651
|
-
declare interface MetadataPolicyUpdate200Response extends HttpResponse {
|
|
652
|
-
status: "200";
|
|
653
|
-
body: MetadataPolicy;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
declare interface MetadataPolicyUpdateBodyParam {
|
|
657
|
-
/** Policy to be updated. */
|
|
658
|
-
body?: MetadataPolicy;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
declare interface MetadataPolicyUpdatedefaultHeaders {
|
|
662
|
-
/** The error code */
|
|
663
|
-
"x-ms-error-code"?: string;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
/** Updates a metadata policy */
|
|
667
|
-
declare interface MetadataPolicyUpdatedefaultResponse extends HttpResponse {
|
|
668
|
-
status: "500";
|
|
669
|
-
body: ErrorResponseModel_2;
|
|
670
|
-
headers: RawHttpHeaders & MetadataPolicyUpdatedefaultHeaders;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
declare type MetadataPolicyUpdateParameters = MetadataPolicyUpdateBodyParam & RequestParameters;
|
|
674
|
-
|
|
675
|
-
declare interface MetadataRole {
|
|
676
|
-
/** The Id of role */
|
|
677
|
-
id?: string;
|
|
678
|
-
/** The name of role */
|
|
679
|
-
name?: string;
|
|
680
|
-
/** The type of role */
|
|
681
|
-
type?: string;
|
|
682
|
-
properties?: MetadataRoleProperties;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
declare interface MetadataRoleList {
|
|
686
|
-
values: Array<MetadataRole>;
|
|
687
|
-
nextLink?: string;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
declare interface MetadataRoleProperties {
|
|
691
|
-
/** The provisioningState of role */
|
|
692
|
-
provisioningState?: string;
|
|
693
|
-
/** The type of role */
|
|
694
|
-
roleType?: string;
|
|
695
|
-
/** The friendly name of role */
|
|
696
|
-
friendlyName?: string;
|
|
697
|
-
/** The description of role */
|
|
698
|
-
description?: string;
|
|
699
|
-
/** The cnf Condition for a rule */
|
|
700
|
-
cnfCondition?: Array<Array<AttributeMatcher>>;
|
|
701
|
-
/** The dnf Condition for a rule */
|
|
702
|
-
dnfCondition?: Array<Array<AttributeMatcher>>;
|
|
703
|
-
/** The version of role */
|
|
704
|
-
version?: number;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
declare interface MetadataRolesList {
|
|
708
|
-
/** Lists roles for Purview Account */
|
|
709
|
-
get(options?: MetadataRolesListParameters): Promise<MetadataRolesList200Response | MetadataRolesListdefaultResponse>;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
/** Lists roles for Purview Account */
|
|
713
|
-
declare interface MetadataRolesList200Response extends HttpResponse {
|
|
714
|
-
status: "200";
|
|
715
|
-
body: MetadataRoleList;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
declare interface MetadataRolesListdefaultHeaders {
|
|
719
|
-
/** The error code */
|
|
720
|
-
"x-ms-error-code"?: string;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
/** Lists roles for Purview Account */
|
|
724
|
-
declare interface MetadataRolesListdefaultResponse extends HttpResponse {
|
|
725
|
-
status: "500";
|
|
726
|
-
body: ErrorResponseModel_2;
|
|
727
|
-
headers: RawHttpHeaders & MetadataRolesListdefaultHeaders;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
declare type MetadataRolesListParameters = RequestParameters;
|
|
731
|
-
|
|
732
|
-
declare namespace Models {
|
|
733
|
-
export {
|
|
734
|
-
Account,
|
|
735
|
-
Identity,
|
|
736
|
-
AccountProperties,
|
|
737
|
-
CloudConnectors,
|
|
738
|
-
AccountEndpoints,
|
|
739
|
-
AccountPropertiesEndpoints,
|
|
740
|
-
ManagedResources,
|
|
741
|
-
AccountPropertiesManagedResources,
|
|
742
|
-
PrivateEndpointConnection,
|
|
743
|
-
PrivateEndpointConnectionProperties,
|
|
744
|
-
PrivateEndpoint,
|
|
745
|
-
PrivateLinkServiceConnectionState,
|
|
746
|
-
AccountSku,
|
|
747
|
-
SystemData,
|
|
748
|
-
AccountSystemData,
|
|
749
|
-
ErrorResponseModel,
|
|
750
|
-
ErrorModel,
|
|
751
|
-
ErrorResponseModelError,
|
|
752
|
-
DataPlaneAccountUpdateParameters,
|
|
753
|
-
AccessKeys,
|
|
754
|
-
AccessKeyOptions,
|
|
755
|
-
Collection,
|
|
756
|
-
CollectionReference,
|
|
757
|
-
CollectionSystemData,
|
|
758
|
-
CollectionList,
|
|
759
|
-
CollectionNameResponseList,
|
|
760
|
-
CollectionNameResponse,
|
|
761
|
-
CollectionPathResponse,
|
|
762
|
-
ResourceSetRuleConfig,
|
|
763
|
-
AdvancedResourceSet,
|
|
764
|
-
PathPatternExtractorConfig,
|
|
765
|
-
Filter,
|
|
766
|
-
ComplexReplacerConfig,
|
|
767
|
-
NormalizationRule,
|
|
768
|
-
FastRegex,
|
|
769
|
-
RegexReplacer,
|
|
770
|
-
ScopedRule,
|
|
771
|
-
Rule,
|
|
772
|
-
ResourceSetRuleConfigList
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
declare namespace Models_2 {
|
|
777
|
-
export {
|
|
778
|
-
MetadataRoleList,
|
|
779
|
-
MetadataRole,
|
|
780
|
-
MetadataRoleProperties,
|
|
781
|
-
AttributeMatcher,
|
|
782
|
-
ErrorResponseModel_2 as ErrorResponseModel,
|
|
783
|
-
ErrorModel_2 as ErrorModel,
|
|
784
|
-
MetadataPolicyList,
|
|
785
|
-
MetadataPolicy,
|
|
786
|
-
MetadataPolicyProperties,
|
|
787
|
-
DecisionRule,
|
|
788
|
-
AttributeRule,
|
|
789
|
-
CollectionReference_2 as CollectionReference
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
declare interface NormalizationRule {
|
|
794
|
-
description?: string;
|
|
795
|
-
disabled?: boolean;
|
|
796
|
-
dynamicReplacement?: boolean;
|
|
797
|
-
entityTypes?: Array<string>;
|
|
798
|
-
lastUpdatedTimestamp?: number;
|
|
799
|
-
name?: string;
|
|
800
|
-
regex?: FastRegex;
|
|
801
|
-
replaceWith?: string;
|
|
802
|
-
version?: number;
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
/**
|
|
806
|
-
* Helper to paginate results from an initial response that follows the specification of Autorest `x-ms-pageable` extension
|
|
807
|
-
* @param client - Client to use for sending the next page requests
|
|
808
|
-
* @param initialResponse - Initial response containing the nextLink and current page of elements
|
|
809
|
-
* @param customGetPage - Optional - Function to define how to extract the page and next link to be used to paginate the results
|
|
810
|
-
* @returns - PagedAsyncIterableIterator to iterate the elements
|
|
811
|
-
*/
|
|
812
|
-
declare function paginate<TResponse extends PathUncheckedResponse>(client: Client, initialResponse: TResponse, options?: PagingOptions<TResponse>): PagedAsyncIterableIterator<PaginateReturn<TResponse>>;
|
|
813
|
-
|
|
814
|
-
/**
|
|
815
|
-
* Helper to paginate results from an initial response that follows the specification of Autorest `x-ms-pageable` extension
|
|
816
|
-
* @param client - Client to use for sending the next page requests
|
|
817
|
-
* @param initialResponse - Initial response containing the nextLink and current page of elements
|
|
818
|
-
* @param customGetPage - Optional - Function to define how to extract the page and next link to be used to paginate the results
|
|
819
|
-
* @returns - PagedAsyncIterableIterator to iterate the elements
|
|
820
|
-
*/
|
|
821
|
-
declare function paginate_2<TResponse extends PathUncheckedResponse>(client: Client, initialResponse: TResponse, options?: PagingOptions_2<TResponse>): PagedAsyncIterableIterator<PaginateReturn_2<TResponse>>;
|
|
822
|
-
|
|
823
|
-
/**
|
|
824
|
-
* Helper type to infer the Type of the paged elements from the response type
|
|
825
|
-
* This type is generated based on the swagger information for x-ms-pageable
|
|
826
|
-
* specifically on the itemName property which indicates the property of the response
|
|
827
|
-
* where the page items are found. The default value is `value`.
|
|
828
|
-
* This type will allow us to provide strongly typed Iterator based on the response we get as second parameter
|
|
829
|
-
*/
|
|
830
|
-
declare type PaginateReturn<TResult> = TResult extends {
|
|
831
|
-
body: {
|
|
832
|
-
value?: infer TPage;
|
|
833
|
-
};
|
|
834
|
-
} ? GetArrayType<TPage> : Array<unknown>;
|
|
835
|
-
|
|
836
|
-
/**
|
|
837
|
-
* Helper type to infer the Type of the paged elements from the response type
|
|
838
|
-
* This type is generated based on the swagger information for x-ms-pageable
|
|
839
|
-
* specifically on the itemName property which indicates the property of the response
|
|
840
|
-
* where the page items are found. The default value is `value`.
|
|
841
|
-
* This type will allow us to provide strongly typed Iterator based on the response we get as second parameter
|
|
842
|
-
*/
|
|
843
|
-
declare type PaginateReturn_2<TResult> = TResult extends {
|
|
844
|
-
body: {
|
|
845
|
-
value?: infer TPage;
|
|
846
|
-
};
|
|
847
|
-
} | {
|
|
848
|
-
body: {
|
|
849
|
-
values?: infer TPage;
|
|
850
|
-
};
|
|
851
|
-
} ? GetArrayType_2<TPage> : Array<unknown>;
|
|
852
|
-
|
|
853
|
-
declare namespace Pagination {
|
|
854
|
-
export {
|
|
855
|
-
paginate,
|
|
856
|
-
GetArrayType,
|
|
857
|
-
GetPage,
|
|
858
|
-
PagingOptions,
|
|
859
|
-
PaginateReturn
|
|
860
|
-
}
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
declare namespace Pagination_2 {
|
|
864
|
-
export {
|
|
865
|
-
paginate_2 as paginate,
|
|
866
|
-
GetArrayType_2 as GetArrayType,
|
|
867
|
-
GetPage_2 as GetPage,
|
|
868
|
-
PagingOptions_2 as PagingOptions,
|
|
869
|
-
PaginateReturn_2 as PaginateReturn
|
|
870
|
-
}
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
/**
|
|
874
|
-
* Options for the paging helper
|
|
875
|
-
*/
|
|
876
|
-
declare interface PagingOptions<TResponse> {
|
|
877
|
-
/**
|
|
878
|
-
* Custom function to extract pagination details for crating the PagedAsyncIterableIterator
|
|
879
|
-
*/
|
|
880
|
-
customGetPage?: GetPage<PaginateReturn<TResponse>[]>;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
/**
|
|
884
|
-
* Options for the paging helper
|
|
885
|
-
*/
|
|
886
|
-
declare interface PagingOptions_2<TResponse> {
|
|
887
|
-
/**
|
|
888
|
-
* Custom function to extract pagination details for crating the PagedAsyncIterableIterator
|
|
889
|
-
*/
|
|
890
|
-
customGetPage?: GetPage_2<PaginateReturn_2<TResponse>[]>;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
declare namespace Parameters_2 {
|
|
894
|
-
export {
|
|
895
|
-
AccountsGetAccountPropertiesParameters,
|
|
896
|
-
AccountsUpdateAccountPropertiesBodyParam,
|
|
897
|
-
AccountsUpdateAccountPropertiesParameters,
|
|
898
|
-
AccountsGetAccessKeysParameters,
|
|
899
|
-
AccountsRegenerateAccessKeyBodyParam,
|
|
900
|
-
AccountsRegenerateAccessKeyParameters,
|
|
901
|
-
CollectionsGetCollectionParameters,
|
|
902
|
-
CollectionsCreateOrUpdateCollectionBodyParam,
|
|
903
|
-
CollectionsCreateOrUpdateCollectionParameters,
|
|
904
|
-
CollectionsDeleteCollectionParameters,
|
|
905
|
-
CollectionsListCollectionsQueryParamProperties,
|
|
906
|
-
CollectionsListCollectionsQueryParam,
|
|
907
|
-
CollectionsListCollectionsParameters,
|
|
908
|
-
CollectionsListChildCollectionNamesQueryParamProperties,
|
|
909
|
-
CollectionsListChildCollectionNamesQueryParam,
|
|
910
|
-
CollectionsListChildCollectionNamesParameters,
|
|
911
|
-
CollectionsGetCollectionPathParameters,
|
|
912
|
-
ResourceSetRulesGetResourceSetRuleParameters,
|
|
913
|
-
ResourceSetRulesCreateOrUpdateResourceSetRuleBodyParam,
|
|
914
|
-
ResourceSetRulesCreateOrUpdateResourceSetRuleParameters,
|
|
915
|
-
ResourceSetRulesDeleteResourceSetRuleParameters,
|
|
916
|
-
ResourceSetRulesListResourceSetRulesQueryParamProperties,
|
|
917
|
-
ResourceSetRulesListResourceSetRulesQueryParam,
|
|
918
|
-
ResourceSetRulesListResourceSetRulesParameters
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
declare namespace Parameters_3 {
|
|
923
|
-
export {
|
|
924
|
-
MetadataRolesListParameters,
|
|
925
|
-
MetadataPolicyListAllQueryParamProperties,
|
|
926
|
-
MetadataPolicyListAllQueryParam,
|
|
927
|
-
MetadataPolicyListAllParameters,
|
|
928
|
-
MetadataPolicyUpdateBodyParam,
|
|
929
|
-
MetadataPolicyUpdateParameters,
|
|
930
|
-
MetadataPolicyGetParameters
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
declare interface PathPatternExtractorConfig {
|
|
935
|
-
acceptedPatterns?: Array<Filter>;
|
|
936
|
-
complexReplacers?: Array<ComplexReplacerConfig>;
|
|
937
|
-
createdBy: string;
|
|
938
|
-
enableDefaultPatterns: boolean;
|
|
939
|
-
lastUpdatedTimestamp?: number;
|
|
940
|
-
modifiedBy?: string;
|
|
941
|
-
normalizationRules?: Array<NormalizationRule>;
|
|
942
|
-
regexReplacers?: Array<RegexReplacer>;
|
|
943
|
-
rejectedPatterns?: Array<Filter>;
|
|
944
|
-
scopedRules?: Array<ScopedRule>;
|
|
945
|
-
version?: number;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
declare interface PrivateEndpoint {
|
|
949
|
-
/** The private endpoint identifier. */
|
|
950
|
-
id?: string;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
declare interface PrivateEndpointConnection {
|
|
954
|
-
/** Gets or sets the identifier. */
|
|
955
|
-
id?: string;
|
|
956
|
-
/** Gets or sets the name. */
|
|
957
|
-
name?: string;
|
|
958
|
-
/** The connection identifier. */
|
|
959
|
-
properties?: PrivateEndpointConnectionProperties;
|
|
960
|
-
/** Gets or sets the type. */
|
|
961
|
-
type?: string;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
declare interface PrivateEndpointConnectionProperties {
|
|
965
|
-
/** The private endpoint information. */
|
|
966
|
-
privateEndpoint?: PrivateEndpoint;
|
|
967
|
-
/** The private link service connection state. */
|
|
968
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
969
|
-
/** The provisioning state. */
|
|
970
|
-
provisioningState?: string;
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
declare interface PrivateLinkServiceConnectionState {
|
|
974
|
-
/** The required actions. */
|
|
975
|
-
actionsRequired?: string;
|
|
976
|
-
/** The description. */
|
|
977
|
-
description?: string;
|
|
978
|
-
/** The status. */
|
|
979
|
-
status?: "Unknown" | "Pending" | "Approved" | "Rejected" | "Disconnected";
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
declare namespace PurviewAccount {
|
|
983
|
-
export {
|
|
984
|
-
Models,
|
|
985
|
-
Pagination,
|
|
986
|
-
Parameters_2 as Parameters,
|
|
987
|
-
Client_2 as Client,
|
|
988
|
-
Responses,
|
|
989
|
-
PurviewAccountClient
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
export { PurviewAccount }
|
|
993
|
-
|
|
994
|
-
export declare function PurviewAccountClient(endpoint: string, credentials: TokenCredential, options?: ClientOptions): PurviewAccountRestClient;
|
|
995
|
-
|
|
996
|
-
declare type PurviewAccountRestClient = Client & {
|
|
997
|
-
path: Routes;
|
|
998
|
-
};
|
|
999
|
-
|
|
1000
|
-
declare namespace PurviewMetadataPolicies {
|
|
1001
|
-
export {
|
|
1002
|
-
PurviewMetadataPoliciesClient,
|
|
1003
|
-
Models_2 as Models,
|
|
1004
|
-
Pagination_2 as Pagination,
|
|
1005
|
-
Parameters_3 as Parameters,
|
|
1006
|
-
Client_3 as Client,
|
|
1007
|
-
Responses_2 as Responses
|
|
1008
|
-
}
|
|
1009
|
-
}
|
|
1010
|
-
export { PurviewMetadataPolicies }
|
|
1011
|
-
|
|
1012
|
-
export declare function PurviewMetadataPoliciesClient(Endpoint: string, credentials: TokenCredential, options?: ClientOptions): PurviewMetadataPoliciesRestClient;
|
|
1013
|
-
|
|
1014
|
-
declare type PurviewMetadataPoliciesRestClient = Client & {
|
|
1015
|
-
path: Routes_2;
|
|
1016
|
-
};
|
|
1017
|
-
|
|
1018
|
-
declare interface RegexReplacer {
|
|
1019
|
-
condition?: string;
|
|
1020
|
-
createdBy?: string;
|
|
1021
|
-
description?: string;
|
|
1022
|
-
disabled: boolean;
|
|
1023
|
-
disableRecursiveReplacerApplication?: boolean;
|
|
1024
|
-
doNotReplaceRegex?: FastRegex;
|
|
1025
|
-
lastUpdatedTimestamp?: number;
|
|
1026
|
-
modifiedBy?: string;
|
|
1027
|
-
name: string;
|
|
1028
|
-
regex?: FastRegex;
|
|
1029
|
-
replaceWith?: string;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
declare interface ResourceSetRuleConfig {
|
|
1033
|
-
/** Gets or sets the advanced resource set property of the account. */
|
|
1034
|
-
advancedResourceSet?: AdvancedResourceSet;
|
|
1035
|
-
/** The name of the rule */
|
|
1036
|
-
name?: string;
|
|
1037
|
-
/** The configuration rules for path pattern extraction. */
|
|
1038
|
-
pathPatternConfig?: PathPatternExtractorConfig;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
declare interface ResourceSetRuleConfigList {
|
|
1042
|
-
/** Total item count. */
|
|
1043
|
-
count?: number;
|
|
1044
|
-
/** The Url of next result page. */
|
|
1045
|
-
nextLink?: string;
|
|
1046
|
-
/** Collection of items of type results. */
|
|
1047
|
-
value: Array<ResourceSetRuleConfig>;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
/** Creates or updates an resource set config. */
|
|
1051
|
-
declare interface ResourceSetRulesCreateOrUpdateResourceSetRule200Response extends HttpResponse {
|
|
1052
|
-
status: "200";
|
|
1053
|
-
body: ResourceSetRuleConfig;
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
declare interface ResourceSetRulesCreateOrUpdateResourceSetRuleBodyParam {
|
|
1057
|
-
body: ResourceSetRuleConfig;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
/** Creates or updates an resource set config. */
|
|
1061
|
-
declare interface ResourceSetRulesCreateOrUpdateResourceSetRuledefaultResponse extends HttpResponse {
|
|
1062
|
-
status: "500";
|
|
1063
|
-
body: ErrorResponseModel;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
declare type ResourceSetRulesCreateOrUpdateResourceSetRuleParameters = ResourceSetRulesCreateOrUpdateResourceSetRuleBodyParam & RequestParameters;
|
|
1067
|
-
|
|
1068
|
-
/** Deletes a ResourceSetRuleConfig resource. */
|
|
1069
|
-
declare interface ResourceSetRulesDeleteResourceSetRule200Response extends HttpResponse {
|
|
1070
|
-
status: "200";
|
|
1071
|
-
body: Record<string, unknown>;
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
/** Deletes a ResourceSetRuleConfig resource. */
|
|
1075
|
-
declare interface ResourceSetRulesDeleteResourceSetRule204Response extends HttpResponse {
|
|
1076
|
-
status: "204";
|
|
1077
|
-
body: Record<string, unknown>;
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
/** Deletes a ResourceSetRuleConfig resource. */
|
|
1081
|
-
declare interface ResourceSetRulesDeleteResourceSetRuledefaultResponse extends HttpResponse {
|
|
1082
|
-
status: "500";
|
|
1083
|
-
body: ErrorResponseModel;
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
declare type ResourceSetRulesDeleteResourceSetRuleParameters = RequestParameters;
|
|
1087
|
-
|
|
1088
|
-
declare interface ResourceSetRulesGetResourceSetRule {
|
|
1089
|
-
/** Get a resource set config service model. */
|
|
1090
|
-
get(options?: ResourceSetRulesGetResourceSetRuleParameters): Promise<ResourceSetRulesGetResourceSetRule200Response | ResourceSetRulesGetResourceSetRuledefaultResponse>;
|
|
1091
|
-
/** Creates or updates an resource set config. */
|
|
1092
|
-
put(options: ResourceSetRulesCreateOrUpdateResourceSetRuleParameters): Promise<ResourceSetRulesCreateOrUpdateResourceSetRule200Response | ResourceSetRulesCreateOrUpdateResourceSetRuledefaultResponse>;
|
|
1093
|
-
/** Deletes a ResourceSetRuleConfig resource. */
|
|
1094
|
-
delete(options?: ResourceSetRulesDeleteResourceSetRuleParameters): Promise<ResourceSetRulesDeleteResourceSetRule200Response | ResourceSetRulesDeleteResourceSetRule204Response | ResourceSetRulesDeleteResourceSetRuledefaultResponse>;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
/** Get a resource set config service model. */
|
|
1098
|
-
declare interface ResourceSetRulesGetResourceSetRule200Response extends HttpResponse {
|
|
1099
|
-
status: "200";
|
|
1100
|
-
body: ResourceSetRuleConfig;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
/** Get a resource set config service model. */
|
|
1104
|
-
declare interface ResourceSetRulesGetResourceSetRuledefaultResponse extends HttpResponse {
|
|
1105
|
-
status: "500";
|
|
1106
|
-
body: ErrorResponseModel;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
declare type ResourceSetRulesGetResourceSetRuleParameters = RequestParameters;
|
|
1110
|
-
|
|
1111
|
-
declare interface ResourceSetRulesListResourceSetRules {
|
|
1112
|
-
/** Get a resource set config service model. */
|
|
1113
|
-
get(options?: ResourceSetRulesListResourceSetRulesParameters): Promise<ResourceSetRulesListResourceSetRules200Response | ResourceSetRulesListResourceSetRulesdefaultResponse>;
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
/** Get a resource set config service model. */
|
|
1117
|
-
declare interface ResourceSetRulesListResourceSetRules200Response extends HttpResponse {
|
|
1118
|
-
status: "200";
|
|
1119
|
-
body: ResourceSetRuleConfigList;
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
/** Get a resource set config service model. */
|
|
1123
|
-
declare interface ResourceSetRulesListResourceSetRulesdefaultResponse extends HttpResponse {
|
|
1124
|
-
status: "500";
|
|
1125
|
-
body: ErrorResponseModel;
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
declare type ResourceSetRulesListResourceSetRulesParameters = ResourceSetRulesListResourceSetRulesQueryParam & RequestParameters;
|
|
1129
|
-
|
|
1130
|
-
declare interface ResourceSetRulesListResourceSetRulesQueryParam {
|
|
1131
|
-
queryParameters?: ResourceSetRulesListResourceSetRulesQueryParamProperties;
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
declare interface ResourceSetRulesListResourceSetRulesQueryParamProperties {
|
|
1135
|
-
$skipToken?: string;
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
declare namespace Responses {
|
|
1139
|
-
export {
|
|
1140
|
-
AccountsGetAccountProperties200Response,
|
|
1141
|
-
AccountsGetAccountPropertiesdefaultResponse,
|
|
1142
|
-
AccountsUpdateAccountProperties200Response,
|
|
1143
|
-
AccountsUpdateAccountPropertiesdefaultResponse,
|
|
1144
|
-
AccountsGetAccessKeys200Response,
|
|
1145
|
-
AccountsGetAccessKeysdefaultResponse,
|
|
1146
|
-
AccountsRegenerateAccessKey200Response,
|
|
1147
|
-
AccountsRegenerateAccessKeydefaultResponse,
|
|
1148
|
-
CollectionsGetCollection200Response,
|
|
1149
|
-
CollectionsGetCollectiondefaultResponse,
|
|
1150
|
-
CollectionsCreateOrUpdateCollection200Response,
|
|
1151
|
-
CollectionsCreateOrUpdateCollectiondefaultResponse,
|
|
1152
|
-
CollectionsDeleteCollection204Response,
|
|
1153
|
-
CollectionsDeleteCollectiondefaultResponse,
|
|
1154
|
-
CollectionsListCollections200Response,
|
|
1155
|
-
CollectionsListCollectionsdefaultResponse,
|
|
1156
|
-
CollectionsListChildCollectionNames200Response,
|
|
1157
|
-
CollectionsListChildCollectionNamesdefaultResponse,
|
|
1158
|
-
CollectionsGetCollectionPath200Response,
|
|
1159
|
-
CollectionsGetCollectionPathdefaultResponse,
|
|
1160
|
-
ResourceSetRulesGetResourceSetRule200Response,
|
|
1161
|
-
ResourceSetRulesGetResourceSetRuledefaultResponse,
|
|
1162
|
-
ResourceSetRulesCreateOrUpdateResourceSetRule200Response,
|
|
1163
|
-
ResourceSetRulesCreateOrUpdateResourceSetRuledefaultResponse,
|
|
1164
|
-
ResourceSetRulesDeleteResourceSetRule200Response,
|
|
1165
|
-
ResourceSetRulesDeleteResourceSetRule204Response,
|
|
1166
|
-
ResourceSetRulesDeleteResourceSetRuledefaultResponse,
|
|
1167
|
-
ResourceSetRulesListResourceSetRules200Response,
|
|
1168
|
-
ResourceSetRulesListResourceSetRulesdefaultResponse
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
declare namespace Responses_2 {
|
|
1173
|
-
export {
|
|
1174
|
-
MetadataRolesList200Response,
|
|
1175
|
-
MetadataRolesListdefaultHeaders,
|
|
1176
|
-
MetadataRolesListdefaultResponse,
|
|
1177
|
-
MetadataPolicyListAll200Response,
|
|
1178
|
-
MetadataPolicyListAlldefaultHeaders,
|
|
1179
|
-
MetadataPolicyListAlldefaultResponse,
|
|
1180
|
-
MetadataPolicyUpdate200Response,
|
|
1181
|
-
MetadataPolicyUpdatedefaultHeaders,
|
|
1182
|
-
MetadataPolicyUpdatedefaultResponse,
|
|
1183
|
-
MetadataPolicyGet200Response,
|
|
1184
|
-
MetadataPolicyGetdefaultHeaders,
|
|
1185
|
-
MetadataPolicyGetdefaultResponse
|
|
1186
|
-
}
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
declare interface Routes {
|
|
1190
|
-
/** Resource for '/' has methods for the following verbs: get, patch */
|
|
1191
|
-
(path: "/"): AccountsGetAccountProperties;
|
|
1192
|
-
/** Resource for '/listkeys' has methods for the following verbs: post */
|
|
1193
|
-
(path: "/listkeys"): AccountsGetAccessKeys;
|
|
1194
|
-
/** Resource for '/regeneratekeys' has methods for the following verbs: post */
|
|
1195
|
-
(path: "/regeneratekeys"): AccountsRegenerateAccessKey;
|
|
1196
|
-
/** Resource for '/collections/\{collectionName\}' has methods for the following verbs: get, put, delete */
|
|
1197
|
-
(path: "/collections/{collectionName}", collectionName: string): CollectionsGetCollection;
|
|
1198
|
-
/** Resource for '/collections' has methods for the following verbs: get */
|
|
1199
|
-
(path: "/collections"): CollectionsListCollections;
|
|
1200
|
-
/** Resource for '/collections/\{collectionName\}/getChildCollectionNames' has methods for the following verbs: get */
|
|
1201
|
-
(path: "/collections/{collectionName}/getChildCollectionNames", collectionName: string): CollectionsListChildCollectionNames;
|
|
1202
|
-
/** Resource for '/collections/\{collectionName\}/getCollectionPath' has methods for the following verbs: get */
|
|
1203
|
-
(path: "/collections/{collectionName}/getCollectionPath", collectionName: string): CollectionsGetCollectionPath;
|
|
1204
|
-
/** Resource for '/resourceSetRuleConfigs/defaultResourceSetRuleConfig' has methods for the following verbs: get, put, delete */
|
|
1205
|
-
(path: "/resourceSetRuleConfigs/defaultResourceSetRuleConfig"): ResourceSetRulesGetResourceSetRule;
|
|
1206
|
-
/** Resource for '/resourceSetRuleConfigs' has methods for the following verbs: get */
|
|
1207
|
-
(path: "/resourceSetRuleConfigs"): ResourceSetRulesListResourceSetRules;
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
declare interface Routes_2 {
|
|
1211
|
-
/** Resource for '/metadataRoles' has methods for the following verbs: get */
|
|
1212
|
-
(path: "/metadataRoles"): MetadataRolesList;
|
|
1213
|
-
/** Resource for '/metadataPolicies' has methods for the following verbs: get */
|
|
1214
|
-
(path: "/metadataPolicies"): MetadataPolicyListAll;
|
|
1215
|
-
/** Resource for '/metadataPolicies/\{policyId\}' has methods for the following verbs: put, get */
|
|
1216
|
-
(path: "/metadataPolicies/{policyId}", policyId: string): MetadataPolicyUpdate;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
declare interface Rule {
|
|
1220
|
-
displayName?: string;
|
|
1221
|
-
isResourceSet?: boolean;
|
|
1222
|
-
lastUpdatedTimestamp?: number;
|
|
1223
|
-
name?: string;
|
|
1224
|
-
qualifiedName: string;
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
declare interface ScopedRule {
|
|
1228
|
-
bindingUrl: string;
|
|
1229
|
-
rules?: Array<Rule>;
|
|
1230
|
-
storeType: string;
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
declare interface SystemData {
|
|
1234
|
-
/** The timestamp of resource creation (UTC). */
|
|
1235
|
-
createdAt?: Date;
|
|
1236
|
-
/** The identity that created the resource. */
|
|
1237
|
-
createdBy?: string;
|
|
1238
|
-
/** The type of identity that created the resource. */
|
|
1239
|
-
createdByType?: "User" | "Application" | "ManagedIdentity" | "Key";
|
|
1240
|
-
/** The timestamp of the last modification the resource (UTC). */
|
|
1241
|
-
lastModifiedAt?: Date;
|
|
1242
|
-
/** The identity that last modified the resource. */
|
|
1243
|
-
lastModifiedBy?: string;
|
|
1244
|
-
/** The type of identity that last modified the resource. */
|
|
1245
|
-
lastModifiedByType?: "User" | "Application" | "ManagedIdentity" | "Key";
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
export { }
|