@azure/arm-managedapplications 3.0.0-alpha.20250211.1 → 3.0.0-alpha.20250213.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/{dist-esm/src → dist/browser}/applicationClient.d.ts +2 -2
- package/dist/browser/applicationClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/applicationClient.js +19 -21
- package/dist/browser/applicationClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applicationDefinitions.d.ts +3 -3
- package/dist/browser/operations/applicationDefinitions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applicationDefinitions.js +3 -3
- package/dist/browser/operations/applicationDefinitions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applications.d.ts +3 -3
- package/dist/browser/operations/applications.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applications.js +301 -333
- package/dist/browser/operations/applications.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/jitRequests.d.ts +3 -3
- package/dist/browser/operations/jitRequests.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/jitRequests.js +40 -45
- package/dist/browser/operations/jitRequests.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationDefinitions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/applicationDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/applicationDefinitions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.d.ts +1 -1
- package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/applications.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/jitRequests.d.ts +1 -1
- package/dist/browser/operationsInterfaces/jitRequests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jitRequests.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/applicationClient.d.ts +42 -0
- package/dist/commonjs/applicationClient.d.ts.map +1 -0
- package/dist/commonjs/applicationClient.js +215 -0
- package/dist/commonjs/applicationClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-managedapplications.d.ts → dist/commonjs/models/index.d.ts} +1191 -1682
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +179 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +48 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1637 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +22 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +190 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/applicationDefinitions.d.ts +113 -0
- package/dist/commonjs/operations/applicationDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/applicationDefinitions.js +518 -0
- package/dist/commonjs/operations/applicationDefinitions.js.map +1 -0
- package/dist/commonjs/operations/applications.d.ts +208 -0
- package/dist/commonjs/operations/applications.d.ts.map +1 -0
- package/dist/commonjs/operations/applications.js +1014 -0
- package/dist/commonjs/operations/applications.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/jitRequests.d.ts +63 -0
- package/dist/commonjs/operations/jitRequests.d.ts.map +1 -0
- package/dist/commonjs/operations/jitRequests.js +260 -0
- package/dist/commonjs/operations/jitRequests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/applicationDefinitions.d.ts +77 -0
- package/dist/commonjs/operationsInterfaces/applicationDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/applicationDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/applicationDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/applications.d.ts +172 -0
- package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/applications.js +10 -0
- package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jitRequests.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/jitRequests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jitRequests.js +10 -0
- package/dist/commonjs/operationsInterfaces/jitRequests.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/applicationClient.d.ts +42 -0
- package/dist/esm/applicationClient.d.ts.map +1 -0
- package/dist/esm/applicationClient.js +211 -0
- package/dist/esm/applicationClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1191 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +176 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +48 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1634 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +22 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +187 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/applicationDefinitions.d.ts +113 -0
- package/dist/esm/operations/applicationDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/applicationDefinitions.js +514 -0
- package/dist/esm/operations/applicationDefinitions.js.map +1 -0
- package/dist/esm/operations/applications.d.ts +208 -0
- package/dist/esm/operations/applications.d.ts.map +1 -0
- package/dist/esm/operations/applications.js +1010 -0
- package/dist/esm/operations/applications.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/jitRequests.d.ts +63 -0
- package/dist/esm/operations/jitRequests.d.ts.map +1 -0
- package/dist/esm/operations/jitRequests.js +255 -0
- package/dist/esm/operations/jitRequests.js.map +1 -0
- package/dist/esm/operationsInterfaces/applicationDefinitions.d.ts +77 -0
- package/dist/esm/operationsInterfaces/applicationDefinitions.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/applicationDefinitions.js} +2 -4
- package/dist/esm/operationsInterfaces/applicationDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/applications.d.ts +172 -0
- package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/applications.js +9 -0
- package/dist/esm/operationsInterfaces/applications.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/jitRequests.d.ts +55 -0
- package/dist/esm/operationsInterfaces/jitRequests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jitRequests.js +9 -0
- package/dist/esm/operationsInterfaces/jitRequests.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/applicationClient.d.ts +42 -0
- package/dist/react-native/applicationClient.d.ts.map +1 -0
- package/dist/react-native/applicationClient.js +211 -0
- package/dist/react-native/applicationClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1191 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +176 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +48 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1634 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +22 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +187 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/applicationDefinitions.d.ts +113 -0
- package/dist/react-native/operations/applicationDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/applicationDefinitions.js +514 -0
- package/dist/react-native/operations/applicationDefinitions.js.map +1 -0
- package/dist/react-native/operations/applications.d.ts +208 -0
- package/dist/react-native/operations/applications.d.ts.map +1 -0
- package/dist/react-native/operations/applications.js +1010 -0
- package/dist/react-native/operations/applications.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/jitRequests.d.ts +63 -0
- package/dist/react-native/operations/jitRequests.d.ts.map +1 -0
- package/dist/react-native/operations/jitRequests.js +255 -0
- package/dist/react-native/operations/jitRequests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/applicationDefinitions.d.ts +77 -0
- package/dist/react-native/operationsInterfaces/applicationDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/applicationDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/applicationDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/applications.d.ts +172 -0
- package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/applications.js +9 -0
- package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jitRequests.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/jitRequests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jitRequests.js +9 -0
- package/dist/react-native/operationsInterfaces/jitRequests.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -4127
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateByIdSample.js +0 -36
- package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/applicationDefinitionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsDeleteByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDefinitionsDeleteByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsDeleteByIdSample.js +0 -36
- package/dist-esm/samples-dev/applicationDefinitionsDeleteByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDefinitionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/applicationDefinitionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDefinitionsGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsGetByIdSample.js +0 -36
- package/dist-esm/samples-dev/applicationDefinitionsGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDefinitionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsGetSample.js +0 -36
- package/dist-esm/samples-dev/applicationDefinitionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDefinitionsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/applicationDefinitionsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDefinitionsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/applicationDefinitionsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsUpdateByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDefinitionsUpdateByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsUpdateByIdSample.js +0 -32
- package/dist-esm/samples-dev/applicationDefinitionsUpdateByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDefinitionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDefinitionsUpdateSample.js +0 -32
- package/dist-esm/samples-dev/applicationDefinitionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsCreateOrUpdateByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateByIdSample.js +0 -32
- package/dist-esm/samples-dev/applicationsCreateOrUpdateByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js +0 -34
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsDeleteByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteByIdSample.js +0 -34
- package/dist-esm/samples-dev/applicationsDeleteByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsGetByIdSample.js +0 -34
- package/dist-esm/samples-dev/applicationsGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsGetSample.js +0 -36
- package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsListAllowedUpgradePlansSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsListAllowedUpgradePlansSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsListAllowedUpgradePlansSample.js +0 -36
- package/dist-esm/samples-dev/applicationsListAllowedUpgradePlansSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/applicationsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/applicationsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsListTokensSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsListTokensSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsListTokensSample.js +0 -33
- package/dist-esm/samples-dev/applicationsListTokensSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsRefreshPermissionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsRefreshPermissionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsRefreshPermissionsSample.js +0 -36
- package/dist-esm/samples-dev/applicationsRefreshPermissionsSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsUpdateAccessSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsUpdateAccessSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsUpdateAccessSample.js +0 -40
- package/dist-esm/samples-dev/applicationsUpdateAccessSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsUpdateByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsUpdateByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsUpdateByIdSample.js +0 -33
- package/dist-esm/samples-dev/applicationsUpdateByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsUpdateSample.js +0 -35
- package/dist-esm/samples-dev/applicationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/jitRequestsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jitRequestsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jitRequestsCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/jitRequestsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/jitRequestsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/jitRequestsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jitRequestsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/jitRequestsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/jitRequestsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jitRequestsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jitRequestsGetSample.js +0 -36
- package/dist-esm/samples-dev/jitRequestsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jitRequestsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/jitRequestsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jitRequestsListByResourceGroupSample.js +0 -35
- package/dist-esm/samples-dev/jitRequestsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/jitRequestsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/jitRequestsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jitRequestsListBySubscriptionSample.js +0 -34
- package/dist-esm/samples-dev/jitRequestsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/jitRequestsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jitRequestsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jitRequestsUpdateSample.js +0 -30
- package/dist-esm/samples-dev/jitRequestsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/listOperationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/listOperationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/listOperationsSample.js +0 -49
- package/dist-esm/samples-dev/listOperationsSample.js.map +0 -1
- package/dist-esm/src/applicationClient.d.ts.map +0 -1
- package/dist-esm/src/applicationClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/applicationDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/applicationDefinitions.js.map +0 -1
- package/dist-esm/src/operations/applications.d.ts.map +0 -1
- package/dist-esm/src/operations/applications.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -4
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/jitRequests.d.ts.map +0 -1
- package/dist-esm/src/operations/jitRequests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jitRequests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jitRequests.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/managedapplications_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/managedapplications_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/managedapplications_operations_test.spec.js +0 -75
- package/dist-esm/test/managedapplications_operations_test.spec.js.map +0 -1
- package/src/applicationClient.ts +0 -291
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1346
- package/src/models/mappers.ts +0 -1752
- package/src/models/parameters.ts +0 -221
- package/src/operations/applicationDefinitions.ts +0 -652
- package/src/operations/applications.ts +0 -1397
- package/src/operations/jitRequests.ts +0 -366
- package/src/operationsInterfaces/applicationDefinitions.ts +0 -146
- package/src/operationsInterfaces/applications.ts +0 -312
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/jitRequests.ts +0 -110
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jitRequests.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -1,1682 +1,1191 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
*
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
*
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
*
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
*
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
type
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
*/
|
|
115
|
-
export
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
/** The
|
|
121
|
-
|
|
122
|
-
/** The
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
/** The
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
/**
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
/**
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
/**
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
/**
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
/**
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
/**
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
/**
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
/**
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
/**
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
/**
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
/**
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
/**
|
|
375
|
-
export
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
/**
|
|
382
|
-
export
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
/**
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
export
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
/**
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
/**
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
/**
|
|
423
|
-
export
|
|
424
|
-
/**
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
*/
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
/**
|
|
463
|
-
|
|
464
|
-
/**
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
/**
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
/**
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
/**
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
/**
|
|
532
|
-
* The
|
|
533
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
534
|
-
*/
|
|
535
|
-
readonly
|
|
536
|
-
/**
|
|
537
|
-
* The
|
|
538
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
539
|
-
*/
|
|
540
|
-
readonly
|
|
541
|
-
/**
|
|
542
|
-
* The managed application
|
|
543
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
544
|
-
*/
|
|
545
|
-
readonly
|
|
546
|
-
/**
|
|
547
|
-
* The
|
|
548
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
549
|
-
*/
|
|
550
|
-
readonly
|
|
551
|
-
/**
|
|
552
|
-
* The
|
|
553
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
554
|
-
*/
|
|
555
|
-
readonly
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
/**
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
*
|
|
600
|
-
*
|
|
601
|
-
*/
|
|
602
|
-
|
|
603
|
-
/**
|
|
604
|
-
*
|
|
605
|
-
*
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
*
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
*
|
|
620
|
-
*
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
/**
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
/**
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
/**
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
/**
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
/**
|
|
753
|
-
|
|
754
|
-
/**
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
/**
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
/**
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
/**
|
|
819
|
-
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
/**
|
|
830
|
-
export declare
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
/**
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
*/
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
/**
|
|
926
|
-
|
|
927
|
-
/**
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
/**
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
*/
|
|
975
|
-
export
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
*/
|
|
1006
|
-
export
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
/**
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
/**
|
|
1029
|
-
export
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
/**
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
/**
|
|
1080
|
-
export
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
/**
|
|
1100
|
-
export
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
/**
|
|
1168
|
-
export
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
/**
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
* ### Known values supported by the service
|
|
1193
|
-
* **NotSpecified** \
|
|
1194
|
-
* **Pending** \
|
|
1195
|
-
* **Approved** \
|
|
1196
|
-
* **Denied** \
|
|
1197
|
-
* **Failed** \
|
|
1198
|
-
* **Canceled** \
|
|
1199
|
-
* **Expired** \
|
|
1200
|
-
* **Timeout**
|
|
1201
|
-
*/
|
|
1202
|
-
export declare type JitRequestState = string;
|
|
1203
|
-
|
|
1204
|
-
/** Optional parameters. */
|
|
1205
|
-
export declare interface JitRequestsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
/** Contains response data for the update operation. */
|
|
1209
|
-
export declare type JitRequestsUpdateResponse = JitRequestDefinition;
|
|
1210
|
-
|
|
1211
|
-
/** The JIT scheduling policies. */
|
|
1212
|
-
export declare interface JitSchedulingPolicy {
|
|
1213
|
-
/** The type of JIT schedule. */
|
|
1214
|
-
type: JitSchedulingType;
|
|
1215
|
-
/** The required duration of the JIT request. */
|
|
1216
|
-
duration: string;
|
|
1217
|
-
/** The start time of the request. */
|
|
1218
|
-
startTime: Date;
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
/**
|
|
1222
|
-
* Defines values for JitSchedulingType. \
|
|
1223
|
-
* {@link KnownJitSchedulingType} can be used interchangeably with JitSchedulingType,
|
|
1224
|
-
* this enum contains the known values that the service supports.
|
|
1225
|
-
* ### Known values supported by the service
|
|
1226
|
-
* **NotSpecified** \
|
|
1227
|
-
* **Once** \
|
|
1228
|
-
* **Recurring**
|
|
1229
|
-
*/
|
|
1230
|
-
export declare type JitSchedulingType = string;
|
|
1231
|
-
|
|
1232
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
1233
|
-
export declare enum KnownActionType {
|
|
1234
|
-
/** Internal */
|
|
1235
|
-
Internal = "Internal"
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
/** Known values of {@link ApplicationArtifactName} that the service accepts. */
|
|
1239
|
-
export declare enum KnownApplicationArtifactName {
|
|
1240
|
-
/** NotSpecified */
|
|
1241
|
-
NotSpecified = "NotSpecified",
|
|
1242
|
-
/** ViewDefinition */
|
|
1243
|
-
ViewDefinition = "ViewDefinition",
|
|
1244
|
-
/** Authorizations */
|
|
1245
|
-
Authorizations = "Authorizations",
|
|
1246
|
-
/** CustomRoleDefinition */
|
|
1247
|
-
CustomRoleDefinition = "CustomRoleDefinition"
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
/** Known values of {@link ApplicationDefinitionArtifactName} that the service accepts. */
|
|
1251
|
-
export declare enum KnownApplicationDefinitionArtifactName {
|
|
1252
|
-
/** NotSpecified */
|
|
1253
|
-
NotSpecified = "NotSpecified",
|
|
1254
|
-
/** ApplicationResourceTemplate */
|
|
1255
|
-
ApplicationResourceTemplate = "ApplicationResourceTemplate",
|
|
1256
|
-
/** CreateUiDefinition */
|
|
1257
|
-
CreateUiDefinition = "CreateUiDefinition",
|
|
1258
|
-
/** MainTemplateParameters */
|
|
1259
|
-
MainTemplateParameters = "MainTemplateParameters"
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
/** Known values of {@link ApplicationManagementMode} that the service accepts. */
|
|
1263
|
-
export declare enum KnownApplicationManagementMode {
|
|
1264
|
-
/** NotSpecified */
|
|
1265
|
-
NotSpecified = "NotSpecified",
|
|
1266
|
-
/** Unmanaged */
|
|
1267
|
-
Unmanaged = "Unmanaged",
|
|
1268
|
-
/** Managed */
|
|
1269
|
-
Managed = "Managed"
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1273
|
-
export declare enum KnownCreatedByType {
|
|
1274
|
-
/** User */
|
|
1275
|
-
User = "User",
|
|
1276
|
-
/** Application */
|
|
1277
|
-
Application = "Application",
|
|
1278
|
-
/** ManagedIdentity */
|
|
1279
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1280
|
-
/** Key */
|
|
1281
|
-
Key = "Key"
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
/** Known values of {@link DeploymentMode} that the service accepts. */
|
|
1285
|
-
export declare enum KnownDeploymentMode {
|
|
1286
|
-
/** NotSpecified */
|
|
1287
|
-
NotSpecified = "NotSpecified",
|
|
1288
|
-
/** Incremental */
|
|
1289
|
-
Incremental = "Incremental",
|
|
1290
|
-
/** Complete */
|
|
1291
|
-
Complete = "Complete"
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
/** Known values of {@link JitApprovalMode} that the service accepts. */
|
|
1295
|
-
export declare enum KnownJitApprovalMode {
|
|
1296
|
-
/** NotSpecified */
|
|
1297
|
-
NotSpecified = "NotSpecified",
|
|
1298
|
-
/** AutoApprove */
|
|
1299
|
-
AutoApprove = "AutoApprove",
|
|
1300
|
-
/** ManualApprove */
|
|
1301
|
-
ManualApprove = "ManualApprove"
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
/** Known values of {@link JitApproverType} that the service accepts. */
|
|
1305
|
-
export declare enum KnownJitApproverType {
|
|
1306
|
-
/** User */
|
|
1307
|
-
User = "user",
|
|
1308
|
-
/** Group */
|
|
1309
|
-
Group = "group"
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
/** Known values of {@link JitRequestState} that the service accepts. */
|
|
1313
|
-
export declare enum KnownJitRequestState {
|
|
1314
|
-
/** NotSpecified */
|
|
1315
|
-
NotSpecified = "NotSpecified",
|
|
1316
|
-
/** Pending */
|
|
1317
|
-
Pending = "Pending",
|
|
1318
|
-
/** Approved */
|
|
1319
|
-
Approved = "Approved",
|
|
1320
|
-
/** Denied */
|
|
1321
|
-
Denied = "Denied",
|
|
1322
|
-
/** Failed */
|
|
1323
|
-
Failed = "Failed",
|
|
1324
|
-
/** Canceled */
|
|
1325
|
-
Canceled = "Canceled",
|
|
1326
|
-
/** Expired */
|
|
1327
|
-
Expired = "Expired",
|
|
1328
|
-
/** Timeout */
|
|
1329
|
-
Timeout = "Timeout"
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
/** Known values of {@link JitSchedulingType} that the service accepts. */
|
|
1333
|
-
export declare enum KnownJitSchedulingType {
|
|
1334
|
-
/** NotSpecified */
|
|
1335
|
-
NotSpecified = "NotSpecified",
|
|
1336
|
-
/** Once */
|
|
1337
|
-
Once = "Once",
|
|
1338
|
-
/** Recurring */
|
|
1339
|
-
Recurring = "Recurring"
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
1343
|
-
export declare enum KnownOrigin {
|
|
1344
|
-
/** User */
|
|
1345
|
-
User = "user",
|
|
1346
|
-
/** System */
|
|
1347
|
-
System = "system",
|
|
1348
|
-
/** UserSystem */
|
|
1349
|
-
UserSystem = "user,system"
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1353
|
-
export declare enum KnownProvisioningState {
|
|
1354
|
-
/** NotSpecified */
|
|
1355
|
-
NotSpecified = "NotSpecified",
|
|
1356
|
-
/** Accepted */
|
|
1357
|
-
Accepted = "Accepted",
|
|
1358
|
-
/** Running */
|
|
1359
|
-
Running = "Running",
|
|
1360
|
-
/** Deleting */
|
|
1361
|
-
Deleting = "Deleting",
|
|
1362
|
-
/** Deleted */
|
|
1363
|
-
Deleted = "Deleted",
|
|
1364
|
-
/** Canceled */
|
|
1365
|
-
Canceled = "Canceled",
|
|
1366
|
-
/** Failed */
|
|
1367
|
-
Failed = "Failed",
|
|
1368
|
-
/** Succeeded */
|
|
1369
|
-
Succeeded = "Succeeded",
|
|
1370
|
-
/** Updating */
|
|
1371
|
-
Updating = "Updating"
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
/** Known values of {@link Status} that the service accepts. */
|
|
1375
|
-
export declare enum KnownStatus {
|
|
1376
|
-
/** NotSpecified */
|
|
1377
|
-
NotSpecified = "NotSpecified",
|
|
1378
|
-
/** Elevate */
|
|
1379
|
-
Elevate = "Elevate",
|
|
1380
|
-
/** Remove */
|
|
1381
|
-
Remove = "Remove"
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
/** Known values of {@link Substatus} that the service accepts. */
|
|
1385
|
-
export declare enum KnownSubstatus {
|
|
1386
|
-
/** NotSpecified */
|
|
1387
|
-
NotSpecified = "NotSpecified",
|
|
1388
|
-
/** Approved */
|
|
1389
|
-
Approved = "Approved",
|
|
1390
|
-
/** Denied */
|
|
1391
|
-
Denied = "Denied",
|
|
1392
|
-
/** Failed */
|
|
1393
|
-
Failed = "Failed",
|
|
1394
|
-
/** Expired */
|
|
1395
|
-
Expired = "Expired",
|
|
1396
|
-
/** Timeout */
|
|
1397
|
-
Timeout = "Timeout"
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
/** Optional parameters. */
|
|
1401
|
-
export declare interface ListOperationsNextOptionalParams extends coreClient.OperationOptions {
|
|
1402
|
-
}
|
|
1403
|
-
|
|
1404
|
-
/** Contains response data for the listOperationsNext operation. */
|
|
1405
|
-
export declare type ListOperationsNextResponse = OperationListResult;
|
|
1406
|
-
|
|
1407
|
-
/** Optional parameters. */
|
|
1408
|
-
export declare interface ListOperationsOptionalParams extends coreClient.OperationOptions {
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
/** Contains response data for the listOperations operation. */
|
|
1412
|
-
export declare type ListOperationsResponse = OperationListResult;
|
|
1413
|
-
|
|
1414
|
-
/** List token request body. */
|
|
1415
|
-
export declare interface ListTokenRequest {
|
|
1416
|
-
/** The authorization audience. */
|
|
1417
|
-
authorizationAudience?: string;
|
|
1418
|
-
/** The user assigned identities. */
|
|
1419
|
-
userAssignedIdentities?: string[];
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
|
-
/** The managed identity token for the managed app resource. */
|
|
1423
|
-
export declare interface ManagedIdentityToken {
|
|
1424
|
-
/** The requested access token. */
|
|
1425
|
-
accessToken?: string;
|
|
1426
|
-
/** The number of seconds the access token will be valid. */
|
|
1427
|
-
expiresIn?: string;
|
|
1428
|
-
/** The timespan when the access token expires. This is represented as the number of seconds from epoch. */
|
|
1429
|
-
expiresOn?: string;
|
|
1430
|
-
/** The timespan when the access token takes effect. This is represented as the number of seconds from epoch. */
|
|
1431
|
-
notBefore?: string;
|
|
1432
|
-
/** The aud (audience) the access token was request for. This is the same as what was provided in the listTokens request. */
|
|
1433
|
-
authorizationAudience?: string;
|
|
1434
|
-
/** The Azure resource ID for the issued token. This is either the managed application ID or the user-assigned identity ID. */
|
|
1435
|
-
resourceId?: string;
|
|
1436
|
-
/** The type of the token. */
|
|
1437
|
-
tokenType?: string;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
/** The array of managed identity tokens. */
|
|
1441
|
-
export declare interface ManagedIdentityTokenResult {
|
|
1442
|
-
/** The array of managed identity tokens. */
|
|
1443
|
-
value?: ManagedIdentityToken[];
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
1447
|
-
export declare interface Operation {
|
|
1448
|
-
/**
|
|
1449
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
1450
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1451
|
-
*/
|
|
1452
|
-
readonly name?: string;
|
|
1453
|
-
/**
|
|
1454
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
1455
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1456
|
-
*/
|
|
1457
|
-
readonly isDataAction?: boolean;
|
|
1458
|
-
/** Localized display information for this particular operation. */
|
|
1459
|
-
display?: OperationDisplay;
|
|
1460
|
-
/**
|
|
1461
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
1462
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1463
|
-
*/
|
|
1464
|
-
readonly origin?: Origin;
|
|
1465
|
-
/**
|
|
1466
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
1467
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1468
|
-
*/
|
|
1469
|
-
readonly actionType?: ActionType;
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
/** Localized display information for this particular operation. */
|
|
1473
|
-
export declare interface OperationDisplay {
|
|
1474
|
-
/**
|
|
1475
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
1476
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1477
|
-
*/
|
|
1478
|
-
readonly provider?: string;
|
|
1479
|
-
/**
|
|
1480
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
1481
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1482
|
-
*/
|
|
1483
|
-
readonly resource?: string;
|
|
1484
|
-
/**
|
|
1485
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
1486
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1487
|
-
*/
|
|
1488
|
-
readonly operation?: string;
|
|
1489
|
-
/**
|
|
1490
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
1491
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1492
|
-
*/
|
|
1493
|
-
readonly description?: string;
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
1497
|
-
export declare interface OperationListResult {
|
|
1498
|
-
/**
|
|
1499
|
-
* List of operations supported by the resource provider
|
|
1500
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1501
|
-
*/
|
|
1502
|
-
readonly value?: Operation[];
|
|
1503
|
-
/**
|
|
1504
|
-
* URL to get the next set of operation list results (if there are any).
|
|
1505
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1506
|
-
*/
|
|
1507
|
-
readonly nextLink?: string;
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
/**
|
|
1511
|
-
* Defines values for Origin. \
|
|
1512
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
1513
|
-
* this enum contains the known values that the service supports.
|
|
1514
|
-
* ### Known values supported by the service
|
|
1515
|
-
* **user** \
|
|
1516
|
-
* **system** \
|
|
1517
|
-
* **user,system**
|
|
1518
|
-
*/
|
|
1519
|
-
export declare type Origin = string;
|
|
1520
|
-
|
|
1521
|
-
/** Plan for the managed application. */
|
|
1522
|
-
export declare interface Plan {
|
|
1523
|
-
/** The plan name. */
|
|
1524
|
-
name: string;
|
|
1525
|
-
/** The publisher ID. */
|
|
1526
|
-
publisher: string;
|
|
1527
|
-
/** The product code. */
|
|
1528
|
-
product: string;
|
|
1529
|
-
/** The promotion code. */
|
|
1530
|
-
promotionCode?: string;
|
|
1531
|
-
/** The plan's version. */
|
|
1532
|
-
version: string;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
/** Plan for the managed application. */
|
|
1536
|
-
export declare interface PlanPatchable {
|
|
1537
|
-
/** The plan name. */
|
|
1538
|
-
name?: string;
|
|
1539
|
-
/** The publisher ID. */
|
|
1540
|
-
publisher?: string;
|
|
1541
|
-
/** The product code. */
|
|
1542
|
-
product?: string;
|
|
1543
|
-
/** The promotion code. */
|
|
1544
|
-
promotionCode?: string;
|
|
1545
|
-
/** The plan's version. */
|
|
1546
|
-
version?: string;
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
/**
|
|
1550
|
-
* Defines values for ProvisioningState. \
|
|
1551
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1552
|
-
* this enum contains the known values that the service supports.
|
|
1553
|
-
* ### Known values supported by the service
|
|
1554
|
-
* **NotSpecified** \
|
|
1555
|
-
* **Accepted** \
|
|
1556
|
-
* **Running** \
|
|
1557
|
-
* **Deleting** \
|
|
1558
|
-
* **Deleted** \
|
|
1559
|
-
* **Canceled** \
|
|
1560
|
-
* **Failed** \
|
|
1561
|
-
* **Succeeded** \
|
|
1562
|
-
* **Updating**
|
|
1563
|
-
*/
|
|
1564
|
-
export declare type ProvisioningState = string;
|
|
1565
|
-
|
|
1566
|
-
/** Resource information. */
|
|
1567
|
-
export declare interface Resource {
|
|
1568
|
-
/**
|
|
1569
|
-
* Resource ID
|
|
1570
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1571
|
-
*/
|
|
1572
|
-
readonly id?: string;
|
|
1573
|
-
/**
|
|
1574
|
-
* Resource name
|
|
1575
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1576
|
-
*/
|
|
1577
|
-
readonly name?: string;
|
|
1578
|
-
/**
|
|
1579
|
-
* Resource type
|
|
1580
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1581
|
-
*/
|
|
1582
|
-
readonly type?: string;
|
|
1583
|
-
/** Resource location */
|
|
1584
|
-
location?: string;
|
|
1585
|
-
/** Resource tags */
|
|
1586
|
-
tags?: {
|
|
1587
|
-
[propertyName: string]: string;
|
|
1588
|
-
};
|
|
1589
|
-
/**
|
|
1590
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
1591
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1592
|
-
*/
|
|
1593
|
-
readonly systemData?: SystemData;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
/** Defines values for ResourceIdentityType. */
|
|
1597
|
-
export declare type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
1598
|
-
|
|
1599
|
-
/** SKU for the resource. */
|
|
1600
|
-
export declare interface Sku {
|
|
1601
|
-
/** The SKU name. */
|
|
1602
|
-
name: string;
|
|
1603
|
-
/** The SKU tier. */
|
|
1604
|
-
tier?: string;
|
|
1605
|
-
/** The SKU size. */
|
|
1606
|
-
size?: string;
|
|
1607
|
-
/** The SKU family. */
|
|
1608
|
-
family?: string;
|
|
1609
|
-
/** The SKU model. */
|
|
1610
|
-
model?: string;
|
|
1611
|
-
/** The SKU capacity. */
|
|
1612
|
-
capacity?: number;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
/**
|
|
1616
|
-
* Defines values for Status. \
|
|
1617
|
-
* {@link KnownStatus} can be used interchangeably with Status,
|
|
1618
|
-
* this enum contains the known values that the service supports.
|
|
1619
|
-
* ### Known values supported by the service
|
|
1620
|
-
* **NotSpecified** \
|
|
1621
|
-
* **Elevate** \
|
|
1622
|
-
* **Remove**
|
|
1623
|
-
*/
|
|
1624
|
-
export declare type Status = string;
|
|
1625
|
-
|
|
1626
|
-
/**
|
|
1627
|
-
* Defines values for Substatus. \
|
|
1628
|
-
* {@link KnownSubstatus} can be used interchangeably with Substatus,
|
|
1629
|
-
* this enum contains the known values that the service supports.
|
|
1630
|
-
* ### Known values supported by the service
|
|
1631
|
-
* **NotSpecified** \
|
|
1632
|
-
* **Approved** \
|
|
1633
|
-
* **Denied** \
|
|
1634
|
-
* **Failed** \
|
|
1635
|
-
* **Expired** \
|
|
1636
|
-
* **Timeout**
|
|
1637
|
-
*/
|
|
1638
|
-
export declare type Substatus = string;
|
|
1639
|
-
|
|
1640
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1641
|
-
export declare interface SystemData {
|
|
1642
|
-
/** The identity that created the resource. */
|
|
1643
|
-
createdBy?: string;
|
|
1644
|
-
/** The type of identity that created the resource. */
|
|
1645
|
-
createdByType?: CreatedByType;
|
|
1646
|
-
/** The timestamp of resource creation (UTC). */
|
|
1647
|
-
createdAt?: Date;
|
|
1648
|
-
/** The identity that last modified the resource. */
|
|
1649
|
-
lastModifiedBy?: string;
|
|
1650
|
-
/** The type of identity that last modified the resource. */
|
|
1651
|
-
lastModifiedByType?: CreatedByType;
|
|
1652
|
-
/** The timestamp of resource last modification (UTC) */
|
|
1653
|
-
lastModifiedAt?: Date;
|
|
1654
|
-
}
|
|
1655
|
-
|
|
1656
|
-
/** Update access request definition. */
|
|
1657
|
-
export declare interface UpdateAccessDefinition {
|
|
1658
|
-
/** The approver name. */
|
|
1659
|
-
approver?: string;
|
|
1660
|
-
/** The JIT request metadata. */
|
|
1661
|
-
metadata: JitRequestMetadata;
|
|
1662
|
-
/** The JIT status. */
|
|
1663
|
-
status: Status;
|
|
1664
|
-
/** The JIT status. */
|
|
1665
|
-
subStatus: Substatus;
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
|
-
/** Represents the user assigned identity that is contained within the UserAssignedIdentities dictionary on ResourceIdentity */
|
|
1669
|
-
export declare interface UserAssignedResourceIdentity {
|
|
1670
|
-
/**
|
|
1671
|
-
* The principal id of user assigned identity.
|
|
1672
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1673
|
-
*/
|
|
1674
|
-
readonly principalId?: string;
|
|
1675
|
-
/**
|
|
1676
|
-
* The tenant id of user assigned identity.
|
|
1677
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1678
|
-
*/
|
|
1679
|
-
readonly tenantId?: string;
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1682
|
-
export { }
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
3
|
+
export interface OperationListResult {
|
|
4
|
+
/**
|
|
5
|
+
* List of operations supported by the resource provider
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly value?: Operation[];
|
|
9
|
+
/**
|
|
10
|
+
* URL to get the next set of operation list results (if there are any).
|
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
+
*/
|
|
13
|
+
readonly nextLink?: string;
|
|
14
|
+
}
|
|
15
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
16
|
+
export interface Operation {
|
|
17
|
+
/**
|
|
18
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
19
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
+
*/
|
|
21
|
+
readonly name?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
24
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
+
*/
|
|
26
|
+
readonly isDataAction?: boolean;
|
|
27
|
+
/** Localized display information for this particular operation. */
|
|
28
|
+
display?: OperationDisplay;
|
|
29
|
+
/**
|
|
30
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
31
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
+
*/
|
|
33
|
+
readonly origin?: Origin;
|
|
34
|
+
/**
|
|
35
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
36
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
+
*/
|
|
38
|
+
readonly actionType?: ActionType;
|
|
39
|
+
}
|
|
40
|
+
/** Localized display information for this particular operation. */
|
|
41
|
+
export interface OperationDisplay {
|
|
42
|
+
/**
|
|
43
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
44
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
+
*/
|
|
46
|
+
readonly provider?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
49
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
+
*/
|
|
51
|
+
readonly resource?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
54
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
+
*/
|
|
56
|
+
readonly operation?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
59
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
+
*/
|
|
61
|
+
readonly description?: string;
|
|
62
|
+
}
|
|
63
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
64
|
+
export interface ErrorResponse {
|
|
65
|
+
/** The error object. */
|
|
66
|
+
error?: ErrorDetail;
|
|
67
|
+
}
|
|
68
|
+
/** The error detail. */
|
|
69
|
+
export interface ErrorDetail {
|
|
70
|
+
/**
|
|
71
|
+
* The error code.
|
|
72
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
+
*/
|
|
74
|
+
readonly code?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The error message.
|
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
+
*/
|
|
79
|
+
readonly message?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The error target.
|
|
82
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
+
*/
|
|
84
|
+
readonly target?: string;
|
|
85
|
+
/**
|
|
86
|
+
* The error details.
|
|
87
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
+
*/
|
|
89
|
+
readonly details?: ErrorDetail[];
|
|
90
|
+
/**
|
|
91
|
+
* The error additional info.
|
|
92
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
+
*/
|
|
94
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
95
|
+
}
|
|
96
|
+
/** The resource management error additional info. */
|
|
97
|
+
export interface ErrorAdditionalInfo {
|
|
98
|
+
/**
|
|
99
|
+
* The additional info type.
|
|
100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
+
*/
|
|
102
|
+
readonly type?: string;
|
|
103
|
+
/**
|
|
104
|
+
* The additional info.
|
|
105
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
+
*/
|
|
107
|
+
readonly info?: Record<string, unknown>;
|
|
108
|
+
}
|
|
109
|
+
/** Managed application billing details definition. */
|
|
110
|
+
export interface ApplicationBillingDetailsDefinition {
|
|
111
|
+
/** The managed application resource usage Id. */
|
|
112
|
+
resourceUsageId?: string;
|
|
113
|
+
}
|
|
114
|
+
/** Managed application Jit access policy. */
|
|
115
|
+
export interface ApplicationJitAccessPolicy {
|
|
116
|
+
/** Whether the JIT access is enabled. */
|
|
117
|
+
jitAccessEnabled: boolean;
|
|
118
|
+
/** JIT approval mode. */
|
|
119
|
+
jitApprovalMode?: JitApprovalMode;
|
|
120
|
+
/** The JIT approvers */
|
|
121
|
+
jitApprovers?: JitApproverDefinition[];
|
|
122
|
+
/** The maximum duration JIT access is granted. This is an ISO8601 time period value. */
|
|
123
|
+
maximumJitAccessDuration?: string;
|
|
124
|
+
}
|
|
125
|
+
/** JIT approver definition. */
|
|
126
|
+
export interface JitApproverDefinition {
|
|
127
|
+
/** The approver service principal Id. */
|
|
128
|
+
id: string;
|
|
129
|
+
/** The approver type. */
|
|
130
|
+
type?: JitApproverType;
|
|
131
|
+
/** The approver display name. */
|
|
132
|
+
displayName?: string;
|
|
133
|
+
}
|
|
134
|
+
/** The managed application provider authorization. */
|
|
135
|
+
export interface ApplicationAuthorization {
|
|
136
|
+
/** The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources. */
|
|
137
|
+
principalId: string;
|
|
138
|
+
/** The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group. */
|
|
139
|
+
roleDefinitionId: string;
|
|
140
|
+
}
|
|
141
|
+
/** The application package contact information. */
|
|
142
|
+
export interface ApplicationPackageContact {
|
|
143
|
+
/** The contact name. */
|
|
144
|
+
contactName?: string;
|
|
145
|
+
/** The contact email. */
|
|
146
|
+
email: string;
|
|
147
|
+
/** The contact phone number. */
|
|
148
|
+
phone: string;
|
|
149
|
+
}
|
|
150
|
+
/** The appliance package support URLs. */
|
|
151
|
+
export interface ApplicationPackageSupportUrls {
|
|
152
|
+
/** The public azure support URL. */
|
|
153
|
+
publicAzure?: string;
|
|
154
|
+
/** The government cloud support URL. */
|
|
155
|
+
governmentCloud?: string;
|
|
156
|
+
}
|
|
157
|
+
/** Managed application artifact. */
|
|
158
|
+
export interface ApplicationArtifact {
|
|
159
|
+
/** The managed application artifact name. */
|
|
160
|
+
name: ApplicationArtifactName;
|
|
161
|
+
/** The managed application artifact blob uri. */
|
|
162
|
+
uri: string;
|
|
163
|
+
/** The managed application artifact type. */
|
|
164
|
+
type: ApplicationArtifactType;
|
|
165
|
+
}
|
|
166
|
+
/** The application client details to track the entity creating/updating the managed app resource. */
|
|
167
|
+
export interface ApplicationClientDetails {
|
|
168
|
+
/** The client Oid. */
|
|
169
|
+
oid?: string;
|
|
170
|
+
/** The client Puid */
|
|
171
|
+
puid?: string;
|
|
172
|
+
/** The client application Id. */
|
|
173
|
+
applicationId?: string;
|
|
174
|
+
}
|
|
175
|
+
/** Plan for the managed application. */
|
|
176
|
+
export interface Plan {
|
|
177
|
+
/** The plan name. */
|
|
178
|
+
name: string;
|
|
179
|
+
/** The publisher ID. */
|
|
180
|
+
publisher: string;
|
|
181
|
+
/** The product code. */
|
|
182
|
+
product: string;
|
|
183
|
+
/** The promotion code. */
|
|
184
|
+
promotionCode?: string;
|
|
185
|
+
/** The plan's version. */
|
|
186
|
+
version: string;
|
|
187
|
+
}
|
|
188
|
+
/** Identity for the resource. */
|
|
189
|
+
export interface Identity {
|
|
190
|
+
/**
|
|
191
|
+
* The principal ID of resource identity.
|
|
192
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
193
|
+
*/
|
|
194
|
+
readonly principalId?: string;
|
|
195
|
+
/**
|
|
196
|
+
* The tenant ID of resource.
|
|
197
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
198
|
+
*/
|
|
199
|
+
readonly tenantId?: string;
|
|
200
|
+
/** The identity type. */
|
|
201
|
+
type?: ResourceIdentityType;
|
|
202
|
+
/** The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
203
|
+
userAssignedIdentities?: {
|
|
204
|
+
[propertyName: string]: UserAssignedResourceIdentity;
|
|
205
|
+
};
|
|
206
|
+
}
|
|
207
|
+
/** Represents the user assigned identity that is contained within the UserAssignedIdentities dictionary on ResourceIdentity */
|
|
208
|
+
export interface UserAssignedResourceIdentity {
|
|
209
|
+
/**
|
|
210
|
+
* The principal id of user assigned identity.
|
|
211
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
212
|
+
*/
|
|
213
|
+
readonly principalId?: string;
|
|
214
|
+
/**
|
|
215
|
+
* The tenant id of user assigned identity.
|
|
216
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
217
|
+
*/
|
|
218
|
+
readonly tenantId?: string;
|
|
219
|
+
}
|
|
220
|
+
/** SKU for the resource. */
|
|
221
|
+
export interface Sku {
|
|
222
|
+
/** The SKU name. */
|
|
223
|
+
name: string;
|
|
224
|
+
/** The SKU tier. */
|
|
225
|
+
tier?: string;
|
|
226
|
+
/** The SKU size. */
|
|
227
|
+
size?: string;
|
|
228
|
+
/** The SKU family. */
|
|
229
|
+
family?: string;
|
|
230
|
+
/** The SKU model. */
|
|
231
|
+
model?: string;
|
|
232
|
+
/** The SKU capacity. */
|
|
233
|
+
capacity?: number;
|
|
234
|
+
}
|
|
235
|
+
/** Resource information. */
|
|
236
|
+
export interface Resource {
|
|
237
|
+
/**
|
|
238
|
+
* Resource ID
|
|
239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
+
*/
|
|
241
|
+
readonly id?: string;
|
|
242
|
+
/**
|
|
243
|
+
* Resource name
|
|
244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
+
*/
|
|
246
|
+
readonly name?: string;
|
|
247
|
+
/**
|
|
248
|
+
* Resource type
|
|
249
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
250
|
+
*/
|
|
251
|
+
readonly type?: string;
|
|
252
|
+
/** Resource location */
|
|
253
|
+
location?: string;
|
|
254
|
+
/** Resource tags */
|
|
255
|
+
tags?: {
|
|
256
|
+
[propertyName: string]: string;
|
|
257
|
+
};
|
|
258
|
+
/**
|
|
259
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
260
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
261
|
+
*/
|
|
262
|
+
readonly systemData?: SystemData;
|
|
263
|
+
}
|
|
264
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
265
|
+
export interface SystemData {
|
|
266
|
+
/** The identity that created the resource. */
|
|
267
|
+
createdBy?: string;
|
|
268
|
+
/** The type of identity that created the resource. */
|
|
269
|
+
createdByType?: CreatedByType;
|
|
270
|
+
/** The timestamp of resource creation (UTC). */
|
|
271
|
+
createdAt?: Date;
|
|
272
|
+
/** The identity that last modified the resource. */
|
|
273
|
+
lastModifiedBy?: string;
|
|
274
|
+
/** The type of identity that last modified the resource. */
|
|
275
|
+
lastModifiedByType?: CreatedByType;
|
|
276
|
+
/** The timestamp of resource last modification (UTC) */
|
|
277
|
+
lastModifiedAt?: Date;
|
|
278
|
+
}
|
|
279
|
+
/** Plan for the managed application. */
|
|
280
|
+
export interface PlanPatchable {
|
|
281
|
+
/** The plan name. */
|
|
282
|
+
name?: string;
|
|
283
|
+
/** The publisher ID. */
|
|
284
|
+
publisher?: string;
|
|
285
|
+
/** The product code. */
|
|
286
|
+
product?: string;
|
|
287
|
+
/** The promotion code. */
|
|
288
|
+
promotionCode?: string;
|
|
289
|
+
/** The plan's version. */
|
|
290
|
+
version?: string;
|
|
291
|
+
}
|
|
292
|
+
/** Application definition artifact. */
|
|
293
|
+
export interface ApplicationDefinitionArtifact {
|
|
294
|
+
/** The managed application definition artifact name. */
|
|
295
|
+
name: ApplicationDefinitionArtifactName;
|
|
296
|
+
/** The managed application definition artifact blob uri. */
|
|
297
|
+
uri: string;
|
|
298
|
+
/** The managed application definition artifact type. */
|
|
299
|
+
type: ApplicationArtifactType;
|
|
300
|
+
}
|
|
301
|
+
/** Managed application notification policy. */
|
|
302
|
+
export interface ApplicationNotificationPolicy {
|
|
303
|
+
/** The managed application notification endpoint. */
|
|
304
|
+
notificationEndpoints: ApplicationNotificationEndpoint[];
|
|
305
|
+
}
|
|
306
|
+
/** Managed application notification endpoint. */
|
|
307
|
+
export interface ApplicationNotificationEndpoint {
|
|
308
|
+
/** The managed application notification endpoint uri. */
|
|
309
|
+
uri: string;
|
|
310
|
+
}
|
|
311
|
+
/** Managed application locking policy. */
|
|
312
|
+
export interface ApplicationPackageLockingPolicyDefinition {
|
|
313
|
+
/** The deny assignment excluded actions. */
|
|
314
|
+
allowedActions?: string[];
|
|
315
|
+
/** The deny assignment excluded data actions. */
|
|
316
|
+
allowedDataActions?: string[];
|
|
317
|
+
}
|
|
318
|
+
/** Managed application deployment policy. */
|
|
319
|
+
export interface ApplicationDeploymentPolicy {
|
|
320
|
+
/** The managed application deployment mode. */
|
|
321
|
+
deploymentMode: DeploymentMode;
|
|
322
|
+
}
|
|
323
|
+
/** Managed application management policy. */
|
|
324
|
+
export interface ApplicationManagementPolicy {
|
|
325
|
+
/** The managed application management mode. */
|
|
326
|
+
mode?: ApplicationManagementMode;
|
|
327
|
+
}
|
|
328
|
+
/** Managed application policy. */
|
|
329
|
+
export interface ApplicationPolicy {
|
|
330
|
+
/** The policy name */
|
|
331
|
+
name?: string;
|
|
332
|
+
/** The policy definition Id. */
|
|
333
|
+
policyDefinitionId?: string;
|
|
334
|
+
/** The policy parameters. */
|
|
335
|
+
parameters?: string;
|
|
336
|
+
}
|
|
337
|
+
/** Information about an application definition request. */
|
|
338
|
+
export interface ApplicationDefinitionPatchable {
|
|
339
|
+
/** Application definition tags */
|
|
340
|
+
tags?: {
|
|
341
|
+
[propertyName: string]: string;
|
|
342
|
+
};
|
|
343
|
+
}
|
|
344
|
+
/** List of managed application definitions. */
|
|
345
|
+
export interface ApplicationDefinitionListResult {
|
|
346
|
+
/** The array of managed application definitions. */
|
|
347
|
+
value?: ApplicationDefinition[];
|
|
348
|
+
/** The URL to use for getting the next set of results. */
|
|
349
|
+
nextLink?: string;
|
|
350
|
+
}
|
|
351
|
+
/** List of managed applications. */
|
|
352
|
+
export interface ApplicationListResult {
|
|
353
|
+
/** The array of managed applications. */
|
|
354
|
+
value?: Application[];
|
|
355
|
+
/** The URL to use for getting the next set of results. */
|
|
356
|
+
nextLink?: string;
|
|
357
|
+
}
|
|
358
|
+
/** The JIT authorization policies. */
|
|
359
|
+
export interface JitAuthorizationPolicies {
|
|
360
|
+
/** The the principal id that will be granted JIT access. */
|
|
361
|
+
principalId: string;
|
|
362
|
+
/** The role definition id that will be granted to the Principal. */
|
|
363
|
+
roleDefinitionId: string;
|
|
364
|
+
}
|
|
365
|
+
/** The JIT scheduling policies. */
|
|
366
|
+
export interface JitSchedulingPolicy {
|
|
367
|
+
/** The type of JIT schedule. */
|
|
368
|
+
type: JitSchedulingType;
|
|
369
|
+
/** The required duration of the JIT request. */
|
|
370
|
+
duration: string;
|
|
371
|
+
/** The start time of the request. */
|
|
372
|
+
startTime: Date;
|
|
373
|
+
}
|
|
374
|
+
/** Information about JIT request. */
|
|
375
|
+
export interface JitRequestPatchable {
|
|
376
|
+
/** Jit request tags */
|
|
377
|
+
tags?: {
|
|
378
|
+
[propertyName: string]: string;
|
|
379
|
+
};
|
|
380
|
+
}
|
|
381
|
+
/** List of JIT requests. */
|
|
382
|
+
export interface JitRequestDefinitionListResult {
|
|
383
|
+
/** The array of Jit request definition. */
|
|
384
|
+
value?: JitRequestDefinition[];
|
|
385
|
+
/** The URL to use for getting the next set of results. */
|
|
386
|
+
nextLink?: string;
|
|
387
|
+
}
|
|
388
|
+
/** The array of plan. */
|
|
389
|
+
export interface AllowedUpgradePlansResult {
|
|
390
|
+
/** The array of plans. */
|
|
391
|
+
value?: Plan[];
|
|
392
|
+
}
|
|
393
|
+
/** Update access request definition. */
|
|
394
|
+
export interface UpdateAccessDefinition {
|
|
395
|
+
/** The approver name. */
|
|
396
|
+
approver?: string;
|
|
397
|
+
/** The JIT request metadata. */
|
|
398
|
+
metadata: JitRequestMetadata;
|
|
399
|
+
/** The JIT status. */
|
|
400
|
+
status: Status;
|
|
401
|
+
/** The JIT status. */
|
|
402
|
+
subStatus: Substatus;
|
|
403
|
+
}
|
|
404
|
+
/** The JIT request metadata. */
|
|
405
|
+
export interface JitRequestMetadata {
|
|
406
|
+
/** The origin request id. */
|
|
407
|
+
originRequestId?: string;
|
|
408
|
+
/** The requestor id. */
|
|
409
|
+
requestorId?: string;
|
|
410
|
+
/** The publisher's tenant name. */
|
|
411
|
+
tenantDisplayName?: string;
|
|
412
|
+
/** The subject display name. */
|
|
413
|
+
subjectDisplayName?: string;
|
|
414
|
+
}
|
|
415
|
+
/** List token request body. */
|
|
416
|
+
export interface ListTokenRequest {
|
|
417
|
+
/** The authorization audience. */
|
|
418
|
+
authorizationAudience?: string;
|
|
419
|
+
/** The user assigned identities. */
|
|
420
|
+
userAssignedIdentities?: string[];
|
|
421
|
+
}
|
|
422
|
+
/** The array of managed identity tokens. */
|
|
423
|
+
export interface ManagedIdentityTokenResult {
|
|
424
|
+
/** The array of managed identity tokens. */
|
|
425
|
+
value?: ManagedIdentityToken[];
|
|
426
|
+
}
|
|
427
|
+
/** The managed identity token for the managed app resource. */
|
|
428
|
+
export interface ManagedIdentityToken {
|
|
429
|
+
/** The requested access token. */
|
|
430
|
+
accessToken?: string;
|
|
431
|
+
/** The number of seconds the access token will be valid. */
|
|
432
|
+
expiresIn?: string;
|
|
433
|
+
/** The timespan when the access token expires. This is represented as the number of seconds from epoch. */
|
|
434
|
+
expiresOn?: string;
|
|
435
|
+
/** The timespan when the access token takes effect. This is represented as the number of seconds from epoch. */
|
|
436
|
+
notBefore?: string;
|
|
437
|
+
/** The aud (audience) the access token was request for. This is the same as what was provided in the listTokens request. */
|
|
438
|
+
authorizationAudience?: string;
|
|
439
|
+
/** The Azure resource ID for the issued token. This is either the managed application ID or the user-assigned identity ID. */
|
|
440
|
+
resourceId?: string;
|
|
441
|
+
/** The type of the token. */
|
|
442
|
+
tokenType?: string;
|
|
443
|
+
}
|
|
444
|
+
/** Resource information. */
|
|
445
|
+
export interface GenericResource extends Resource {
|
|
446
|
+
/** ID of the resource that manages this resource. */
|
|
447
|
+
managedBy?: string;
|
|
448
|
+
/** The SKU of the resource. */
|
|
449
|
+
sku?: Sku;
|
|
450
|
+
}
|
|
451
|
+
/** Information about JIT request definition. */
|
|
452
|
+
export interface JitRequestDefinition extends Resource {
|
|
453
|
+
/** The parent application id. */
|
|
454
|
+
applicationResourceId?: string;
|
|
455
|
+
/**
|
|
456
|
+
* The publisher tenant id.
|
|
457
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
458
|
+
*/
|
|
459
|
+
readonly publisherTenantId?: string;
|
|
460
|
+
/** The JIT authorization policies. */
|
|
461
|
+
jitAuthorizationPolicies?: JitAuthorizationPolicies[];
|
|
462
|
+
/** The JIT request properties. */
|
|
463
|
+
jitSchedulingPolicy?: JitSchedulingPolicy;
|
|
464
|
+
/**
|
|
465
|
+
* The JIT request provisioning state.
|
|
466
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
467
|
+
*/
|
|
468
|
+
readonly provisioningState?: ProvisioningState;
|
|
469
|
+
/**
|
|
470
|
+
* The JIT request state.
|
|
471
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
472
|
+
*/
|
|
473
|
+
readonly jitRequestState?: JitRequestState;
|
|
474
|
+
/**
|
|
475
|
+
* The client entity that created the JIT request.
|
|
476
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
477
|
+
*/
|
|
478
|
+
readonly createdBy?: ApplicationClientDetails;
|
|
479
|
+
/**
|
|
480
|
+
* The client entity that last updated the JIT request.
|
|
481
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
482
|
+
*/
|
|
483
|
+
readonly updatedBy?: ApplicationClientDetails;
|
|
484
|
+
}
|
|
485
|
+
/** Information about managed application. */
|
|
486
|
+
export interface Application extends GenericResource {
|
|
487
|
+
/** The plan information. */
|
|
488
|
+
plan?: Plan;
|
|
489
|
+
/** The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog. */
|
|
490
|
+
kind: string;
|
|
491
|
+
/** The identity of the resource. */
|
|
492
|
+
identity?: Identity;
|
|
493
|
+
/** The managed resource group Id. */
|
|
494
|
+
managedResourceGroupId?: string;
|
|
495
|
+
/** The fully qualified path of managed application definition Id. */
|
|
496
|
+
applicationDefinitionId?: string;
|
|
497
|
+
/** Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string. */
|
|
498
|
+
parameters?: Record<string, unknown>;
|
|
499
|
+
/**
|
|
500
|
+
* Name and value pairs that define the managed application outputs.
|
|
501
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
+
*/
|
|
503
|
+
readonly outputs?: Record<string, unknown>;
|
|
504
|
+
/**
|
|
505
|
+
* The managed application provisioning state.
|
|
506
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
507
|
+
*/
|
|
508
|
+
readonly provisioningState?: ProvisioningState;
|
|
509
|
+
/**
|
|
510
|
+
* The managed application billing details.
|
|
511
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
|
+
*/
|
|
513
|
+
readonly billingDetails?: ApplicationBillingDetailsDefinition;
|
|
514
|
+
/** The managed application Jit access policy. */
|
|
515
|
+
jitAccessPolicy?: ApplicationJitAccessPolicy;
|
|
516
|
+
/**
|
|
517
|
+
* The publisher tenant Id.
|
|
518
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
+
*/
|
|
520
|
+
readonly publisherTenantId?: string;
|
|
521
|
+
/**
|
|
522
|
+
* The read-only authorizations property that is retrieved from the application package.
|
|
523
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
524
|
+
*/
|
|
525
|
+
readonly authorizations?: ApplicationAuthorization[];
|
|
526
|
+
/**
|
|
527
|
+
* The managed application management mode.
|
|
528
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
529
|
+
*/
|
|
530
|
+
readonly managementMode?: ApplicationManagementMode;
|
|
531
|
+
/**
|
|
532
|
+
* The read-only customer support property that is retrieved from the application package.
|
|
533
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
534
|
+
*/
|
|
535
|
+
readonly customerSupport?: ApplicationPackageContact;
|
|
536
|
+
/**
|
|
537
|
+
* The read-only support URLs property that is retrieved from the application package.
|
|
538
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
539
|
+
*/
|
|
540
|
+
readonly supportUrls?: ApplicationPackageSupportUrls;
|
|
541
|
+
/**
|
|
542
|
+
* The collection of managed application artifacts.
|
|
543
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
544
|
+
*/
|
|
545
|
+
readonly artifacts?: ApplicationArtifact[];
|
|
546
|
+
/**
|
|
547
|
+
* The client entity that created the JIT request.
|
|
548
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
549
|
+
*/
|
|
550
|
+
readonly createdBy?: ApplicationClientDetails;
|
|
551
|
+
/**
|
|
552
|
+
* The client entity that last updated the JIT request.
|
|
553
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
554
|
+
*/
|
|
555
|
+
readonly updatedBy?: ApplicationClientDetails;
|
|
556
|
+
}
|
|
557
|
+
/** Information about managed application. */
|
|
558
|
+
export interface ApplicationPatchable extends GenericResource {
|
|
559
|
+
/** The plan information. */
|
|
560
|
+
plan?: PlanPatchable;
|
|
561
|
+
/** The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog. */
|
|
562
|
+
kind?: string;
|
|
563
|
+
/** The identity of the resource. */
|
|
564
|
+
identity?: Identity;
|
|
565
|
+
/** The managed resource group Id. */
|
|
566
|
+
managedResourceGroupId?: string;
|
|
567
|
+
/** The fully qualified path of managed application definition Id. */
|
|
568
|
+
applicationDefinitionId?: string;
|
|
569
|
+
/** Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string. */
|
|
570
|
+
parameters?: Record<string, unknown>;
|
|
571
|
+
/**
|
|
572
|
+
* Name and value pairs that define the managed application outputs.
|
|
573
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
574
|
+
*/
|
|
575
|
+
readonly outputs?: Record<string, unknown>;
|
|
576
|
+
/**
|
|
577
|
+
* The managed application provisioning state.
|
|
578
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
579
|
+
*/
|
|
580
|
+
readonly provisioningState?: ProvisioningState;
|
|
581
|
+
/**
|
|
582
|
+
* The managed application billing details.
|
|
583
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
584
|
+
*/
|
|
585
|
+
readonly billingDetails?: ApplicationBillingDetailsDefinition;
|
|
586
|
+
/** The managed application Jit access policy. */
|
|
587
|
+
jitAccessPolicy?: ApplicationJitAccessPolicy;
|
|
588
|
+
/**
|
|
589
|
+
* The publisher tenant Id.
|
|
590
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
591
|
+
*/
|
|
592
|
+
readonly publisherTenantId?: string;
|
|
593
|
+
/**
|
|
594
|
+
* The read-only authorizations property that is retrieved from the application package.
|
|
595
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
596
|
+
*/
|
|
597
|
+
readonly authorizations?: ApplicationAuthorization[];
|
|
598
|
+
/**
|
|
599
|
+
* The managed application management mode.
|
|
600
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
601
|
+
*/
|
|
602
|
+
readonly managementMode?: ApplicationManagementMode;
|
|
603
|
+
/**
|
|
604
|
+
* The read-only customer support property that is retrieved from the application package.
|
|
605
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
606
|
+
*/
|
|
607
|
+
readonly customerSupport?: ApplicationPackageContact;
|
|
608
|
+
/**
|
|
609
|
+
* The read-only support URLs property that is retrieved from the application package.
|
|
610
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
611
|
+
*/
|
|
612
|
+
readonly supportUrls?: ApplicationPackageSupportUrls;
|
|
613
|
+
/**
|
|
614
|
+
* The collection of managed application artifacts.
|
|
615
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
616
|
+
*/
|
|
617
|
+
readonly artifacts?: ApplicationArtifact[];
|
|
618
|
+
/**
|
|
619
|
+
* The client entity that created the JIT request.
|
|
620
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
621
|
+
*/
|
|
622
|
+
readonly createdBy?: ApplicationClientDetails;
|
|
623
|
+
/**
|
|
624
|
+
* The client entity that last updated the JIT request.
|
|
625
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
626
|
+
*/
|
|
627
|
+
readonly updatedBy?: ApplicationClientDetails;
|
|
628
|
+
}
|
|
629
|
+
/** Information about managed application definition. */
|
|
630
|
+
export interface ApplicationDefinition extends GenericResource {
|
|
631
|
+
/** The managed application lock level. */
|
|
632
|
+
lockLevel: ApplicationLockLevel;
|
|
633
|
+
/** The managed application definition display name. */
|
|
634
|
+
displayName?: string;
|
|
635
|
+
/** A value indicating whether the package is enabled or not. */
|
|
636
|
+
isEnabled?: boolean;
|
|
637
|
+
/** The managed application provider authorizations. */
|
|
638
|
+
authorizations?: ApplicationAuthorization[];
|
|
639
|
+
/** The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition. */
|
|
640
|
+
artifacts?: ApplicationDefinitionArtifact[];
|
|
641
|
+
/** The managed application definition description. */
|
|
642
|
+
description?: string;
|
|
643
|
+
/** The managed application definition package file Uri. Use this element */
|
|
644
|
+
packageFileUri?: string;
|
|
645
|
+
/** The storage account id for bring your own storage scenario. */
|
|
646
|
+
storageAccountId?: string;
|
|
647
|
+
/** The inline main template json which has resources to be provisioned. It can be a JObject or well-formed JSON string. */
|
|
648
|
+
mainTemplate?: Record<string, unknown>;
|
|
649
|
+
/** The createUiDefinition json for the backing template with Microsoft.Solutions/applications resource. It can be a JObject or well-formed JSON string. */
|
|
650
|
+
createUiDefinition?: Record<string, unknown>;
|
|
651
|
+
/** The managed application notification policy. */
|
|
652
|
+
notificationPolicy?: ApplicationNotificationPolicy;
|
|
653
|
+
/** The managed application locking policy. */
|
|
654
|
+
lockingPolicy?: ApplicationPackageLockingPolicyDefinition;
|
|
655
|
+
/** The managed application deployment policy. */
|
|
656
|
+
deploymentPolicy?: ApplicationDeploymentPolicy;
|
|
657
|
+
/** The managed application management policy that determines publisher's access to the managed resource group. */
|
|
658
|
+
managementPolicy?: ApplicationManagementPolicy;
|
|
659
|
+
/** The managed application provider policies. */
|
|
660
|
+
policies?: ApplicationPolicy[];
|
|
661
|
+
}
|
|
662
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
663
|
+
export declare enum KnownOrigin {
|
|
664
|
+
/** User */
|
|
665
|
+
User = "user",
|
|
666
|
+
/** System */
|
|
667
|
+
System = "system",
|
|
668
|
+
/** UserSystem */
|
|
669
|
+
UserSystem = "user,system"
|
|
670
|
+
}
|
|
671
|
+
/**
|
|
672
|
+
* Defines values for Origin. \
|
|
673
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
674
|
+
* this enum contains the known values that the service supports.
|
|
675
|
+
* ### Known values supported by the service
|
|
676
|
+
* **user** \
|
|
677
|
+
* **system** \
|
|
678
|
+
* **user,system**
|
|
679
|
+
*/
|
|
680
|
+
export type Origin = string;
|
|
681
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
682
|
+
export declare enum KnownActionType {
|
|
683
|
+
/** Internal */
|
|
684
|
+
Internal = "Internal"
|
|
685
|
+
}
|
|
686
|
+
/**
|
|
687
|
+
* Defines values for ActionType. \
|
|
688
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
689
|
+
* this enum contains the known values that the service supports.
|
|
690
|
+
* ### Known values supported by the service
|
|
691
|
+
* **Internal**
|
|
692
|
+
*/
|
|
693
|
+
export type ActionType = string;
|
|
694
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
695
|
+
export declare enum KnownProvisioningState {
|
|
696
|
+
/** NotSpecified */
|
|
697
|
+
NotSpecified = "NotSpecified",
|
|
698
|
+
/** Accepted */
|
|
699
|
+
Accepted = "Accepted",
|
|
700
|
+
/** Running */
|
|
701
|
+
Running = "Running",
|
|
702
|
+
/** Deleting */
|
|
703
|
+
Deleting = "Deleting",
|
|
704
|
+
/** Deleted */
|
|
705
|
+
Deleted = "Deleted",
|
|
706
|
+
/** Canceled */
|
|
707
|
+
Canceled = "Canceled",
|
|
708
|
+
/** Failed */
|
|
709
|
+
Failed = "Failed",
|
|
710
|
+
/** Succeeded */
|
|
711
|
+
Succeeded = "Succeeded",
|
|
712
|
+
/** Updating */
|
|
713
|
+
Updating = "Updating"
|
|
714
|
+
}
|
|
715
|
+
/**
|
|
716
|
+
* Defines values for ProvisioningState. \
|
|
717
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
718
|
+
* this enum contains the known values that the service supports.
|
|
719
|
+
* ### Known values supported by the service
|
|
720
|
+
* **NotSpecified** \
|
|
721
|
+
* **Accepted** \
|
|
722
|
+
* **Running** \
|
|
723
|
+
* **Deleting** \
|
|
724
|
+
* **Deleted** \
|
|
725
|
+
* **Canceled** \
|
|
726
|
+
* **Failed** \
|
|
727
|
+
* **Succeeded** \
|
|
728
|
+
* **Updating**
|
|
729
|
+
*/
|
|
730
|
+
export type ProvisioningState = string;
|
|
731
|
+
/** Known values of {@link JitApprovalMode} that the service accepts. */
|
|
732
|
+
export declare enum KnownJitApprovalMode {
|
|
733
|
+
/** NotSpecified */
|
|
734
|
+
NotSpecified = "NotSpecified",
|
|
735
|
+
/** AutoApprove */
|
|
736
|
+
AutoApprove = "AutoApprove",
|
|
737
|
+
/** ManualApprove */
|
|
738
|
+
ManualApprove = "ManualApprove"
|
|
739
|
+
}
|
|
740
|
+
/**
|
|
741
|
+
* Defines values for JitApprovalMode. \
|
|
742
|
+
* {@link KnownJitApprovalMode} can be used interchangeably with JitApprovalMode,
|
|
743
|
+
* this enum contains the known values that the service supports.
|
|
744
|
+
* ### Known values supported by the service
|
|
745
|
+
* **NotSpecified** \
|
|
746
|
+
* **AutoApprove** \
|
|
747
|
+
* **ManualApprove**
|
|
748
|
+
*/
|
|
749
|
+
export type JitApprovalMode = string;
|
|
750
|
+
/** Known values of {@link JitApproverType} that the service accepts. */
|
|
751
|
+
export declare enum KnownJitApproverType {
|
|
752
|
+
/** User */
|
|
753
|
+
User = "user",
|
|
754
|
+
/** Group */
|
|
755
|
+
Group = "group"
|
|
756
|
+
}
|
|
757
|
+
/**
|
|
758
|
+
* Defines values for JitApproverType. \
|
|
759
|
+
* {@link KnownJitApproverType} can be used interchangeably with JitApproverType,
|
|
760
|
+
* this enum contains the known values that the service supports.
|
|
761
|
+
* ### Known values supported by the service
|
|
762
|
+
* **user** \
|
|
763
|
+
* **group**
|
|
764
|
+
*/
|
|
765
|
+
export type JitApproverType = string;
|
|
766
|
+
/** Known values of {@link ApplicationManagementMode} that the service accepts. */
|
|
767
|
+
export declare enum KnownApplicationManagementMode {
|
|
768
|
+
/** NotSpecified */
|
|
769
|
+
NotSpecified = "NotSpecified",
|
|
770
|
+
/** Unmanaged */
|
|
771
|
+
Unmanaged = "Unmanaged",
|
|
772
|
+
/** Managed */
|
|
773
|
+
Managed = "Managed"
|
|
774
|
+
}
|
|
775
|
+
/**
|
|
776
|
+
* Defines values for ApplicationManagementMode. \
|
|
777
|
+
* {@link KnownApplicationManagementMode} can be used interchangeably with ApplicationManagementMode,
|
|
778
|
+
* this enum contains the known values that the service supports.
|
|
779
|
+
* ### Known values supported by the service
|
|
780
|
+
* **NotSpecified** \
|
|
781
|
+
* **Unmanaged** \
|
|
782
|
+
* **Managed**
|
|
783
|
+
*/
|
|
784
|
+
export type ApplicationManagementMode = string;
|
|
785
|
+
/** Known values of {@link ApplicationArtifactName} that the service accepts. */
|
|
786
|
+
export declare enum KnownApplicationArtifactName {
|
|
787
|
+
/** NotSpecified */
|
|
788
|
+
NotSpecified = "NotSpecified",
|
|
789
|
+
/** ViewDefinition */
|
|
790
|
+
ViewDefinition = "ViewDefinition",
|
|
791
|
+
/** Authorizations */
|
|
792
|
+
Authorizations = "Authorizations",
|
|
793
|
+
/** CustomRoleDefinition */
|
|
794
|
+
CustomRoleDefinition = "CustomRoleDefinition"
|
|
795
|
+
}
|
|
796
|
+
/**
|
|
797
|
+
* Defines values for ApplicationArtifactName. \
|
|
798
|
+
* {@link KnownApplicationArtifactName} can be used interchangeably with ApplicationArtifactName,
|
|
799
|
+
* this enum contains the known values that the service supports.
|
|
800
|
+
* ### Known values supported by the service
|
|
801
|
+
* **NotSpecified** \
|
|
802
|
+
* **ViewDefinition** \
|
|
803
|
+
* **Authorizations** \
|
|
804
|
+
* **CustomRoleDefinition**
|
|
805
|
+
*/
|
|
806
|
+
export type ApplicationArtifactName = string;
|
|
807
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
808
|
+
export declare enum KnownCreatedByType {
|
|
809
|
+
/** User */
|
|
810
|
+
User = "User",
|
|
811
|
+
/** Application */
|
|
812
|
+
Application = "Application",
|
|
813
|
+
/** ManagedIdentity */
|
|
814
|
+
ManagedIdentity = "ManagedIdentity",
|
|
815
|
+
/** Key */
|
|
816
|
+
Key = "Key"
|
|
817
|
+
}
|
|
818
|
+
/**
|
|
819
|
+
* Defines values for CreatedByType. \
|
|
820
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
821
|
+
* this enum contains the known values that the service supports.
|
|
822
|
+
* ### Known values supported by the service
|
|
823
|
+
* **User** \
|
|
824
|
+
* **Application** \
|
|
825
|
+
* **ManagedIdentity** \
|
|
826
|
+
* **Key**
|
|
827
|
+
*/
|
|
828
|
+
export type CreatedByType = string;
|
|
829
|
+
/** Known values of {@link ApplicationDefinitionArtifactName} that the service accepts. */
|
|
830
|
+
export declare enum KnownApplicationDefinitionArtifactName {
|
|
831
|
+
/** NotSpecified */
|
|
832
|
+
NotSpecified = "NotSpecified",
|
|
833
|
+
/** ApplicationResourceTemplate */
|
|
834
|
+
ApplicationResourceTemplate = "ApplicationResourceTemplate",
|
|
835
|
+
/** CreateUiDefinition */
|
|
836
|
+
CreateUiDefinition = "CreateUiDefinition",
|
|
837
|
+
/** MainTemplateParameters */
|
|
838
|
+
MainTemplateParameters = "MainTemplateParameters"
|
|
839
|
+
}
|
|
840
|
+
/**
|
|
841
|
+
* Defines values for ApplicationDefinitionArtifactName. \
|
|
842
|
+
* {@link KnownApplicationDefinitionArtifactName} can be used interchangeably with ApplicationDefinitionArtifactName,
|
|
843
|
+
* this enum contains the known values that the service supports.
|
|
844
|
+
* ### Known values supported by the service
|
|
845
|
+
* **NotSpecified** \
|
|
846
|
+
* **ApplicationResourceTemplate** \
|
|
847
|
+
* **CreateUiDefinition** \
|
|
848
|
+
* **MainTemplateParameters**
|
|
849
|
+
*/
|
|
850
|
+
export type ApplicationDefinitionArtifactName = string;
|
|
851
|
+
/** Known values of {@link DeploymentMode} that the service accepts. */
|
|
852
|
+
export declare enum KnownDeploymentMode {
|
|
853
|
+
/** NotSpecified */
|
|
854
|
+
NotSpecified = "NotSpecified",
|
|
855
|
+
/** Incremental */
|
|
856
|
+
Incremental = "Incremental",
|
|
857
|
+
/** Complete */
|
|
858
|
+
Complete = "Complete"
|
|
859
|
+
}
|
|
860
|
+
/**
|
|
861
|
+
* Defines values for DeploymentMode. \
|
|
862
|
+
* {@link KnownDeploymentMode} can be used interchangeably with DeploymentMode,
|
|
863
|
+
* this enum contains the known values that the service supports.
|
|
864
|
+
* ### Known values supported by the service
|
|
865
|
+
* **NotSpecified** \
|
|
866
|
+
* **Incremental** \
|
|
867
|
+
* **Complete**
|
|
868
|
+
*/
|
|
869
|
+
export type DeploymentMode = string;
|
|
870
|
+
/** Known values of {@link JitSchedulingType} that the service accepts. */
|
|
871
|
+
export declare enum KnownJitSchedulingType {
|
|
872
|
+
/** NotSpecified */
|
|
873
|
+
NotSpecified = "NotSpecified",
|
|
874
|
+
/** Once */
|
|
875
|
+
Once = "Once",
|
|
876
|
+
/** Recurring */
|
|
877
|
+
Recurring = "Recurring"
|
|
878
|
+
}
|
|
879
|
+
/**
|
|
880
|
+
* Defines values for JitSchedulingType. \
|
|
881
|
+
* {@link KnownJitSchedulingType} can be used interchangeably with JitSchedulingType,
|
|
882
|
+
* this enum contains the known values that the service supports.
|
|
883
|
+
* ### Known values supported by the service
|
|
884
|
+
* **NotSpecified** \
|
|
885
|
+
* **Once** \
|
|
886
|
+
* **Recurring**
|
|
887
|
+
*/
|
|
888
|
+
export type JitSchedulingType = string;
|
|
889
|
+
/** Known values of {@link JitRequestState} that the service accepts. */
|
|
890
|
+
export declare enum KnownJitRequestState {
|
|
891
|
+
/** NotSpecified */
|
|
892
|
+
NotSpecified = "NotSpecified",
|
|
893
|
+
/** Pending */
|
|
894
|
+
Pending = "Pending",
|
|
895
|
+
/** Approved */
|
|
896
|
+
Approved = "Approved",
|
|
897
|
+
/** Denied */
|
|
898
|
+
Denied = "Denied",
|
|
899
|
+
/** Failed */
|
|
900
|
+
Failed = "Failed",
|
|
901
|
+
/** Canceled */
|
|
902
|
+
Canceled = "Canceled",
|
|
903
|
+
/** Expired */
|
|
904
|
+
Expired = "Expired",
|
|
905
|
+
/** Timeout */
|
|
906
|
+
Timeout = "Timeout"
|
|
907
|
+
}
|
|
908
|
+
/**
|
|
909
|
+
* Defines values for JitRequestState. \
|
|
910
|
+
* {@link KnownJitRequestState} can be used interchangeably with JitRequestState,
|
|
911
|
+
* this enum contains the known values that the service supports.
|
|
912
|
+
* ### Known values supported by the service
|
|
913
|
+
* **NotSpecified** \
|
|
914
|
+
* **Pending** \
|
|
915
|
+
* **Approved** \
|
|
916
|
+
* **Denied** \
|
|
917
|
+
* **Failed** \
|
|
918
|
+
* **Canceled** \
|
|
919
|
+
* **Expired** \
|
|
920
|
+
* **Timeout**
|
|
921
|
+
*/
|
|
922
|
+
export type JitRequestState = string;
|
|
923
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
924
|
+
export declare enum KnownStatus {
|
|
925
|
+
/** NotSpecified */
|
|
926
|
+
NotSpecified = "NotSpecified",
|
|
927
|
+
/** Elevate */
|
|
928
|
+
Elevate = "Elevate",
|
|
929
|
+
/** Remove */
|
|
930
|
+
Remove = "Remove"
|
|
931
|
+
}
|
|
932
|
+
/**
|
|
933
|
+
* Defines values for Status. \
|
|
934
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
935
|
+
* this enum contains the known values that the service supports.
|
|
936
|
+
* ### Known values supported by the service
|
|
937
|
+
* **NotSpecified** \
|
|
938
|
+
* **Elevate** \
|
|
939
|
+
* **Remove**
|
|
940
|
+
*/
|
|
941
|
+
export type Status = string;
|
|
942
|
+
/** Known values of {@link Substatus} that the service accepts. */
|
|
943
|
+
export declare enum KnownSubstatus {
|
|
944
|
+
/** NotSpecified */
|
|
945
|
+
NotSpecified = "NotSpecified",
|
|
946
|
+
/** Approved */
|
|
947
|
+
Approved = "Approved",
|
|
948
|
+
/** Denied */
|
|
949
|
+
Denied = "Denied",
|
|
950
|
+
/** Failed */
|
|
951
|
+
Failed = "Failed",
|
|
952
|
+
/** Expired */
|
|
953
|
+
Expired = "Expired",
|
|
954
|
+
/** Timeout */
|
|
955
|
+
Timeout = "Timeout"
|
|
956
|
+
}
|
|
957
|
+
/**
|
|
958
|
+
* Defines values for Substatus. \
|
|
959
|
+
* {@link KnownSubstatus} can be used interchangeably with Substatus,
|
|
960
|
+
* this enum contains the known values that the service supports.
|
|
961
|
+
* ### Known values supported by the service
|
|
962
|
+
* **NotSpecified** \
|
|
963
|
+
* **Approved** \
|
|
964
|
+
* **Denied** \
|
|
965
|
+
* **Failed** \
|
|
966
|
+
* **Expired** \
|
|
967
|
+
* **Timeout**
|
|
968
|
+
*/
|
|
969
|
+
export type Substatus = string;
|
|
970
|
+
/** Defines values for ApplicationArtifactType. */
|
|
971
|
+
export type ApplicationArtifactType = "NotSpecified" | "Template" | "Custom";
|
|
972
|
+
/** Defines values for ResourceIdentityType. */
|
|
973
|
+
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
974
|
+
/** Defines values for ApplicationLockLevel. */
|
|
975
|
+
export type ApplicationLockLevel = "CanNotDelete" | "ReadOnly" | "None";
|
|
976
|
+
/** Optional parameters. */
|
|
977
|
+
export interface ListOperationsOptionalParams extends coreClient.OperationOptions {
|
|
978
|
+
}
|
|
979
|
+
/** Contains response data for the listOperations operation. */
|
|
980
|
+
export type ListOperationsResponse = OperationListResult;
|
|
981
|
+
/** Optional parameters. */
|
|
982
|
+
export interface ListOperationsNextOptionalParams extends coreClient.OperationOptions {
|
|
983
|
+
}
|
|
984
|
+
/** Contains response data for the listOperationsNext operation. */
|
|
985
|
+
export type ListOperationsNextResponse = OperationListResult;
|
|
986
|
+
/** Optional parameters. */
|
|
987
|
+
export interface ApplicationsGetOptionalParams extends coreClient.OperationOptions {
|
|
988
|
+
}
|
|
989
|
+
/** Contains response data for the get operation. */
|
|
990
|
+
export type ApplicationsGetResponse = Application;
|
|
991
|
+
/** Optional parameters. */
|
|
992
|
+
export interface ApplicationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
993
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
994
|
+
updateIntervalInMs?: number;
|
|
995
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
996
|
+
resumeFrom?: string;
|
|
997
|
+
}
|
|
998
|
+
/** Optional parameters. */
|
|
999
|
+
export interface ApplicationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1000
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1001
|
+
updateIntervalInMs?: number;
|
|
1002
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1003
|
+
resumeFrom?: string;
|
|
1004
|
+
}
|
|
1005
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1006
|
+
export type ApplicationsCreateOrUpdateResponse = Application;
|
|
1007
|
+
/** Optional parameters. */
|
|
1008
|
+
export interface ApplicationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1009
|
+
/** Parameters supplied to update an existing managed application. */
|
|
1010
|
+
parameters?: ApplicationPatchable;
|
|
1011
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1012
|
+
updateIntervalInMs?: number;
|
|
1013
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1014
|
+
resumeFrom?: string;
|
|
1015
|
+
}
|
|
1016
|
+
/** Contains response data for the update operation. */
|
|
1017
|
+
export type ApplicationsUpdateResponse = ApplicationPatchable;
|
|
1018
|
+
/** Optional parameters. */
|
|
1019
|
+
export interface ApplicationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1020
|
+
}
|
|
1021
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1022
|
+
export type ApplicationsListByResourceGroupResponse = ApplicationListResult;
|
|
1023
|
+
/** Optional parameters. */
|
|
1024
|
+
export interface ApplicationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1025
|
+
}
|
|
1026
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1027
|
+
export type ApplicationsListBySubscriptionResponse = ApplicationListResult;
|
|
1028
|
+
/** Optional parameters. */
|
|
1029
|
+
export interface ApplicationsGetByIdOptionalParams extends coreClient.OperationOptions {
|
|
1030
|
+
}
|
|
1031
|
+
/** Contains response data for the getById operation. */
|
|
1032
|
+
export type ApplicationsGetByIdResponse = Application;
|
|
1033
|
+
/** Optional parameters. */
|
|
1034
|
+
export interface ApplicationsDeleteByIdOptionalParams extends coreClient.OperationOptions {
|
|
1035
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1036
|
+
updateIntervalInMs?: number;
|
|
1037
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1038
|
+
resumeFrom?: string;
|
|
1039
|
+
}
|
|
1040
|
+
/** Optional parameters. */
|
|
1041
|
+
export interface ApplicationsCreateOrUpdateByIdOptionalParams extends coreClient.OperationOptions {
|
|
1042
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1043
|
+
updateIntervalInMs?: number;
|
|
1044
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1045
|
+
resumeFrom?: string;
|
|
1046
|
+
}
|
|
1047
|
+
/** Contains response data for the createOrUpdateById operation. */
|
|
1048
|
+
export type ApplicationsCreateOrUpdateByIdResponse = Application;
|
|
1049
|
+
/** Optional parameters. */
|
|
1050
|
+
export interface ApplicationsUpdateByIdOptionalParams extends coreClient.OperationOptions {
|
|
1051
|
+
/** Parameters supplied to update an existing managed application. */
|
|
1052
|
+
parameters?: ApplicationPatchable;
|
|
1053
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1054
|
+
updateIntervalInMs?: number;
|
|
1055
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1056
|
+
resumeFrom?: string;
|
|
1057
|
+
}
|
|
1058
|
+
/** Contains response data for the updateById operation. */
|
|
1059
|
+
export type ApplicationsUpdateByIdResponse = ApplicationPatchable;
|
|
1060
|
+
/** Optional parameters. */
|
|
1061
|
+
export interface ApplicationsRefreshPermissionsOptionalParams extends coreClient.OperationOptions {
|
|
1062
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1063
|
+
updateIntervalInMs?: number;
|
|
1064
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1065
|
+
resumeFrom?: string;
|
|
1066
|
+
}
|
|
1067
|
+
/** Optional parameters. */
|
|
1068
|
+
export interface ApplicationsListAllowedUpgradePlansOptionalParams extends coreClient.OperationOptions {
|
|
1069
|
+
}
|
|
1070
|
+
/** Contains response data for the listAllowedUpgradePlans operation. */
|
|
1071
|
+
export type ApplicationsListAllowedUpgradePlansResponse = AllowedUpgradePlansResult;
|
|
1072
|
+
/** Optional parameters. */
|
|
1073
|
+
export interface ApplicationsUpdateAccessOptionalParams extends coreClient.OperationOptions {
|
|
1074
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1075
|
+
updateIntervalInMs?: number;
|
|
1076
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1077
|
+
resumeFrom?: string;
|
|
1078
|
+
}
|
|
1079
|
+
/** Optional parameters. */
|
|
1080
|
+
export interface ApplicationsListTokensOptionalParams extends coreClient.OperationOptions {
|
|
1081
|
+
}
|
|
1082
|
+
/** Contains response data for the listTokens operation. */
|
|
1083
|
+
export type ApplicationsListTokensResponse = ManagedIdentityTokenResult;
|
|
1084
|
+
/** Optional parameters. */
|
|
1085
|
+
export interface ApplicationsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1086
|
+
}
|
|
1087
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1088
|
+
export type ApplicationsListByResourceGroupNextResponse = ApplicationListResult;
|
|
1089
|
+
/** Optional parameters. */
|
|
1090
|
+
export interface ApplicationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1091
|
+
}
|
|
1092
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1093
|
+
export type ApplicationsListBySubscriptionNextResponse = ApplicationListResult;
|
|
1094
|
+
/** Optional parameters. */
|
|
1095
|
+
export interface ApplicationDefinitionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1096
|
+
}
|
|
1097
|
+
/** Contains response data for the get operation. */
|
|
1098
|
+
export type ApplicationDefinitionsGetResponse = ApplicationDefinition;
|
|
1099
|
+
/** Optional parameters. */
|
|
1100
|
+
export interface ApplicationDefinitionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1101
|
+
}
|
|
1102
|
+
/** Optional parameters. */
|
|
1103
|
+
export interface ApplicationDefinitionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1104
|
+
}
|
|
1105
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1106
|
+
export type ApplicationDefinitionsCreateOrUpdateResponse = ApplicationDefinition;
|
|
1107
|
+
/** Optional parameters. */
|
|
1108
|
+
export interface ApplicationDefinitionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1109
|
+
}
|
|
1110
|
+
/** Contains response data for the update operation. */
|
|
1111
|
+
export type ApplicationDefinitionsUpdateResponse = ApplicationDefinition;
|
|
1112
|
+
/** Optional parameters. */
|
|
1113
|
+
export interface ApplicationDefinitionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1114
|
+
}
|
|
1115
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1116
|
+
export type ApplicationDefinitionsListByResourceGroupResponse = ApplicationDefinitionListResult;
|
|
1117
|
+
/** Optional parameters. */
|
|
1118
|
+
export interface ApplicationDefinitionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1119
|
+
}
|
|
1120
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1121
|
+
export type ApplicationDefinitionsListBySubscriptionResponse = ApplicationDefinitionListResult;
|
|
1122
|
+
/** Optional parameters. */
|
|
1123
|
+
export interface ApplicationDefinitionsGetByIdOptionalParams extends coreClient.OperationOptions {
|
|
1124
|
+
}
|
|
1125
|
+
/** Contains response data for the getById operation. */
|
|
1126
|
+
export type ApplicationDefinitionsGetByIdResponse = ApplicationDefinition;
|
|
1127
|
+
/** Optional parameters. */
|
|
1128
|
+
export interface ApplicationDefinitionsDeleteByIdOptionalParams extends coreClient.OperationOptions {
|
|
1129
|
+
}
|
|
1130
|
+
/** Optional parameters. */
|
|
1131
|
+
export interface ApplicationDefinitionsCreateOrUpdateByIdOptionalParams extends coreClient.OperationOptions {
|
|
1132
|
+
}
|
|
1133
|
+
/** Contains response data for the createOrUpdateById operation. */
|
|
1134
|
+
export type ApplicationDefinitionsCreateOrUpdateByIdResponse = ApplicationDefinition;
|
|
1135
|
+
/** Optional parameters. */
|
|
1136
|
+
export interface ApplicationDefinitionsUpdateByIdOptionalParams extends coreClient.OperationOptions {
|
|
1137
|
+
}
|
|
1138
|
+
/** Contains response data for the updateById operation. */
|
|
1139
|
+
export type ApplicationDefinitionsUpdateByIdResponse = ApplicationDefinition;
|
|
1140
|
+
/** Optional parameters. */
|
|
1141
|
+
export interface ApplicationDefinitionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1142
|
+
}
|
|
1143
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1144
|
+
export type ApplicationDefinitionsListByResourceGroupNextResponse = ApplicationDefinitionListResult;
|
|
1145
|
+
/** Optional parameters. */
|
|
1146
|
+
export interface ApplicationDefinitionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1147
|
+
}
|
|
1148
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1149
|
+
export type ApplicationDefinitionsListBySubscriptionNextResponse = ApplicationDefinitionListResult;
|
|
1150
|
+
/** Optional parameters. */
|
|
1151
|
+
export interface JitRequestsGetOptionalParams extends coreClient.OperationOptions {
|
|
1152
|
+
}
|
|
1153
|
+
/** Contains response data for the get operation. */
|
|
1154
|
+
export type JitRequestsGetResponse = JitRequestDefinition;
|
|
1155
|
+
/** Optional parameters. */
|
|
1156
|
+
export interface JitRequestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1157
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1158
|
+
updateIntervalInMs?: number;
|
|
1159
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1160
|
+
resumeFrom?: string;
|
|
1161
|
+
}
|
|
1162
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1163
|
+
export type JitRequestsCreateOrUpdateResponse = JitRequestDefinition;
|
|
1164
|
+
/** Optional parameters. */
|
|
1165
|
+
export interface JitRequestsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1166
|
+
}
|
|
1167
|
+
/** Contains response data for the update operation. */
|
|
1168
|
+
export type JitRequestsUpdateResponse = JitRequestDefinition;
|
|
1169
|
+
/** Optional parameters. */
|
|
1170
|
+
export interface JitRequestsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1171
|
+
}
|
|
1172
|
+
/** Optional parameters. */
|
|
1173
|
+
export interface JitRequestsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1174
|
+
}
|
|
1175
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1176
|
+
export type JitRequestsListBySubscriptionResponse = JitRequestDefinitionListResult;
|
|
1177
|
+
/** Optional parameters. */
|
|
1178
|
+
export interface JitRequestsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1179
|
+
}
|
|
1180
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1181
|
+
export type JitRequestsListByResourceGroupResponse = JitRequestDefinitionListResult;
|
|
1182
|
+
/** Optional parameters. */
|
|
1183
|
+
export interface ApplicationClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1184
|
+
/** server parameter */
|
|
1185
|
+
$host?: string;
|
|
1186
|
+
/** Api Version */
|
|
1187
|
+
apiVersion?: string;
|
|
1188
|
+
/** Overrides client endpoint. */
|
|
1189
|
+
endpoint?: string;
|
|
1190
|
+
}
|
|
1191
|
+
//# sourceMappingURL=index.d.ts.map
|