@azure/arm-attestation 2.1.1-alpha.20241230.1 → 2.1.1-alpha.20250108.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/{dist-esm/src → dist/browser}/attestationManagementClient.d.ts +2 -2
- package/dist/browser/attestationManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/attestationManagementClient.js +15 -18
- package/dist/browser/attestationManagementClient.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/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/attestationProviders.d.ts +3 -3
- package/dist/browser/operations/attestationProviders.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/attestationProviders.js +2 -2
- package/dist/browser/operations/attestationProviders.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/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +2 -2
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +2 -2
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/attestationProviders.d.ts +1 -1
- package/dist/browser/operationsInterfaces/attestationProviders.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/attestationProviders.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/operations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/attestationManagementClient.d.ts +22 -0
- package/dist/commonjs/attestationManagementClient.d.ts.map +1 -0
- package/dist/commonjs/attestationManagementClient.js +104 -0
- package/dist/commonjs/attestationManagementClient.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/{types/arm-attestation.d.ts → dist/commonjs/models/index.d.ts} +403 -590
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +55 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +21 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +566 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +15 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +141 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/attestationProviders.d.ts +65 -0
- package/dist/commonjs/operations/attestationProviders.d.ts.map +1 -0
- package/dist/commonjs/operations/attestationProviders.js +259 -0
- package/dist/commonjs/operations/attestationProviders.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/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +51 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +58 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +226 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/attestationProviders.d.ts +57 -0
- package/dist/commonjs/operationsInterfaces/attestationProviders.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/attestationProviders.js +10 -0
- package/dist/commonjs/operationsInterfaces/attestationProviders.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/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/commonjs/operationsInterfaces/operations.js} +3 -4
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.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/attestationManagementClient.d.ts +22 -0
- package/dist/esm/attestationManagementClient.d.ts.map +1 -0
- package/dist/esm/attestationManagementClient.js +99 -0
- package/dist/esm/attestationManagementClient.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/models/index.d.ts +403 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +52 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +21 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +563 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +15 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +138 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/attestationProviders.d.ts +65 -0
- package/dist/esm/operations/attestationProviders.d.ts.map +1 -0
- package/dist/esm/operations/attestationProviders.js +254 -0
- package/dist/esm/operations/attestationProviders.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/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +46 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +58 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +222 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/attestationProviders.d.ts +57 -0
- package/dist/esm/operationsInterfaces/attestationProviders.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/attestationProviders.js +9 -0
- package/dist/esm/operationsInterfaces/attestationProviders.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/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.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/attestationManagementClient.d.ts +22 -0
- package/dist/react-native/attestationManagementClient.d.ts.map +1 -0
- package/dist/react-native/attestationManagementClient.js +99 -0
- package/dist/react-native/attestationManagementClient.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/models/index.d.ts +403 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +52 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +21 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +563 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +15 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +138 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/attestationProviders.d.ts +65 -0
- package/dist/react-native/operations/attestationProviders.d.ts.map +1 -0
- package/dist/react-native/operations/attestationProviders.js +254 -0
- package/dist/react-native/operations/attestationProviders.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/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +46 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +58 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +222 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/attestationProviders.d.ts +57 -0
- package/dist/react-native/operationsInterfaces/attestationProviders.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/attestationProviders.js +9 -0
- package/dist/react-native/operationsInterfaces/attestationProviders.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/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.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 +58 -28
- package/dist/index.js +0 -1439
- 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/attestationProvidersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationProvidersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersCreateSample.js +0 -32
- package/dist-esm/samples-dev/attestationProvidersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationProvidersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersDeleteSample.js +0 -31
- package/dist-esm/samples-dev/attestationProvidersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersGetDefaultByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationProvidersGetDefaultByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersGetDefaultByLocationSample.js +0 -30
- package/dist-esm/samples-dev/attestationProvidersGetDefaultByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationProvidersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersGetSample.js +0 -31
- package/dist-esm/samples-dev/attestationProvidersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationProvidersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersListByResourceGroupSample.js +0 -30
- package/dist-esm/samples-dev/attestationProvidersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersListDefaultSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationProvidersListDefaultSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersListDefaultSample.js +0 -29
- package/dist-esm/samples-dev/attestationProvidersListDefaultSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationProvidersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersListSample.js +0 -29
- package/dist-esm/samples-dev/attestationProvidersListSample.js.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/attestationProvidersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attestationProvidersUpdateSample.js +0 -34
- package/dist-esm/samples-dev/attestationProvidersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -29
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +0 -38
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -32
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -47
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/src/attestationManagementClient.d.ts.map +0 -1
- package/dist-esm/src/attestationManagementClient.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/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/attestationProviders.d.ts.map +0 -1
- package/dist-esm/src/operations/attestationProviders.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/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/attestationProviders.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/attestationProviders.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/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/attestation_examples.d.ts +0 -4
- package/dist-esm/test/attestation_examples.d.ts.map +0 -1
- package/dist-esm/test/attestation_examples.js +0 -96
- package/dist-esm/test/attestation_examples.js.map +0 -1
- package/src/attestationManagementClient.ts +0 -152
- package/src/models/index.ts +0 -457
- package/src/models/mappers.ts +0 -599
- package/src/models/parameters.ts +0 -160
- package/src/operations/attestationProviders.ts +0 -344
- package/src/operations/operations.ts +0 -59
- package/src/operations/privateEndpointConnections.ts +0 -287
- package/src/operationsInterfaces/attestationProviders.ts +0 -111
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -78
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /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/attestationProviders.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.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
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
import * as coreAuth from "@azure/core-auth";
|
|
3
|
+
import { Operations, AttestationProviders, PrivateEndpointConnections } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { AttestationManagementClientOptionalParams } from "./models/index.js";
|
|
5
|
+
export declare class AttestationManagementClient extends coreClient.ServiceClient {
|
|
6
|
+
$host: string;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
subscriptionId: string;
|
|
9
|
+
/**
|
|
10
|
+
* Initializes a new instance of the AttestationManagementClient class.
|
|
11
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
12
|
+
* @param subscriptionId The ID of the target subscription.
|
|
13
|
+
* @param options The parameter options
|
|
14
|
+
*/
|
|
15
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AttestationManagementClientOptionalParams);
|
|
16
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
17
|
+
private addCustomApiVersionPolicy;
|
|
18
|
+
operations: Operations;
|
|
19
|
+
attestationProviders: AttestationProviders;
|
|
20
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=attestationManagementClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attestationManagementClient.d.ts","sourceRoot":"","sources":["../../src/attestationManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAM7C,OAAO,EACL,UAAU,EACV,oBAAoB,EACpB,0BAA0B,EAC3B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,yCAAyC,EAAE,MAAM,mBAAmB,CAAC;AAE9E,qBAAa,2BAA4B,SAAQ,UAAU,CAAC,aAAa;IACvE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,yCAAyC;IA8ErD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,0BAA0B,EAAE,0BAA0B,CAAC;CACxD"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
10
|
+
import { OperationsImpl, AttestationProvidersImpl, PrivateEndpointConnectionsImpl } from "./operations/index.js";
|
|
11
|
+
export class AttestationManagementClient extends coreClient.ServiceClient {
|
|
12
|
+
/**
|
|
13
|
+
* Initializes a new instance of the AttestationManagementClient class.
|
|
14
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
15
|
+
* @param subscriptionId The ID of the target subscription.
|
|
16
|
+
* @param options The parameter options
|
|
17
|
+
*/
|
|
18
|
+
constructor(credentials, subscriptionId, options) {
|
|
19
|
+
var _a, _b, _c;
|
|
20
|
+
if (credentials === undefined) {
|
|
21
|
+
throw new Error("'credentials' cannot be null");
|
|
22
|
+
}
|
|
23
|
+
if (subscriptionId === undefined) {
|
|
24
|
+
throw new Error("'subscriptionId' cannot be null");
|
|
25
|
+
}
|
|
26
|
+
// Initializing default values for options
|
|
27
|
+
if (!options) {
|
|
28
|
+
options = {};
|
|
29
|
+
}
|
|
30
|
+
const defaults = {
|
|
31
|
+
requestContentType: "application/json; charset=utf-8",
|
|
32
|
+
credential: credentials
|
|
33
|
+
};
|
|
34
|
+
const packageDetails = `azsdk-js-arm-attestation/2.1.1`;
|
|
35
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
36
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
37
|
+
: `${packageDetails}`;
|
|
38
|
+
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
39
|
+
userAgentPrefix
|
|
40
|
+
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
|
41
|
+
super(optionsWithDefaults);
|
|
42
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
|
43
|
+
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
44
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
45
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
46
|
+
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
47
|
+
}
|
|
48
|
+
if (!options ||
|
|
49
|
+
!options.pipeline ||
|
|
50
|
+
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
51
|
+
!bearerTokenAuthenticationPolicyFound) {
|
|
52
|
+
this.pipeline.removePolicy({
|
|
53
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName
|
|
54
|
+
});
|
|
55
|
+
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
56
|
+
credential: credentials,
|
|
57
|
+
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
58
|
+
challengeCallbacks: {
|
|
59
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge
|
|
60
|
+
}
|
|
61
|
+
}));
|
|
62
|
+
}
|
|
63
|
+
// Parameter assignments
|
|
64
|
+
this.subscriptionId = subscriptionId;
|
|
65
|
+
// Assigning values to Constant parameters
|
|
66
|
+
this.$host = options.$host || "https://management.azure.com";
|
|
67
|
+
this.apiVersion = options.apiVersion || "2020-10-01";
|
|
68
|
+
this.operations = new OperationsImpl(this);
|
|
69
|
+
this.attestationProviders = new AttestationProvidersImpl(this);
|
|
70
|
+
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
71
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
72
|
+
}
|
|
73
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
74
|
+
addCustomApiVersionPolicy(apiVersion) {
|
|
75
|
+
if (!apiVersion) {
|
|
76
|
+
return;
|
|
77
|
+
}
|
|
78
|
+
const apiVersionPolicy = {
|
|
79
|
+
name: "CustomApiVersionPolicy",
|
|
80
|
+
async sendRequest(request, next) {
|
|
81
|
+
const param = request.url.split("?");
|
|
82
|
+
if (param.length > 1) {
|
|
83
|
+
const newParams = param[1].split("&").map((item) => {
|
|
84
|
+
if (item.indexOf("api-version") > -1) {
|
|
85
|
+
return "api-version=" + apiVersion;
|
|
86
|
+
}
|
|
87
|
+
else {
|
|
88
|
+
return item;
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
92
|
+
}
|
|
93
|
+
return next(request);
|
|
94
|
+
}
|
|
95
|
+
};
|
|
96
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
//# sourceMappingURL=attestationManagementClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attestationManagementClient.js","sourceRoot":"","sources":["../../src/attestationManagementClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n AttestationProvidersImpl,\n PrivateEndpointConnectionsImpl\n} from \"./operations/index.js\";\nimport {\n Operations,\n AttestationProviders,\n PrivateEndpointConnections\n} from \"./operationsInterfaces/index.js\";\nimport { AttestationManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class AttestationManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the AttestationManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AttestationManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AttestationManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-attestation/2.1.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2020-10-01\";\n this.operations = new OperationsImpl(this);\n this.attestationProviders = new AttestationProvidersImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n attestationProviders: AttestationProviders;\n privateEndpointConnections: PrivateEndpointConnections;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,cAAc,iCAAiC,CAAC"}
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
8
|
/// <reference lib="esnext.asynciterable" />
|
|
10
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
11
|
-
export * from "./models";
|
|
12
|
-
export { AttestationManagementClient } from "./attestationManagementClient";
|
|
13
|
-
export * from "./operationsInterfaces";
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { AttestationManagementClient } from "./attestationManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { AttestationManagementClient } from \"./attestationManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1,403 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** List of supported operations. */
|
|
3
|
+
export interface OperationList {
|
|
4
|
+
/**
|
|
5
|
+
* The system metadata relating to this resource
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly systemData?: SystemData;
|
|
9
|
+
/** List of supported operations. */
|
|
10
|
+
value?: OperationsDefinition[];
|
|
11
|
+
}
|
|
12
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
13
|
+
export interface SystemData {
|
|
14
|
+
/** The identity that created the resource. */
|
|
15
|
+
createdBy?: string;
|
|
16
|
+
/** The type of identity that created the resource. */
|
|
17
|
+
createdByType?: CreatedByType;
|
|
18
|
+
/** The timestamp of resource creation (UTC). */
|
|
19
|
+
createdAt?: Date;
|
|
20
|
+
/** The identity that last modified the resource. */
|
|
21
|
+
lastModifiedBy?: string;
|
|
22
|
+
/** The type of identity that last modified the resource. */
|
|
23
|
+
lastModifiedByType?: CreatedByType;
|
|
24
|
+
/** The timestamp of resource last modification (UTC) */
|
|
25
|
+
lastModifiedAt?: Date;
|
|
26
|
+
}
|
|
27
|
+
/** Definition object with the name and properties of an operation. */
|
|
28
|
+
export interface OperationsDefinition {
|
|
29
|
+
/** Name of the operation. */
|
|
30
|
+
name?: string;
|
|
31
|
+
/** Display object with properties of the operation. */
|
|
32
|
+
display?: OperationsDisplayDefinition;
|
|
33
|
+
}
|
|
34
|
+
/** Display object with properties of the operation. */
|
|
35
|
+
export interface OperationsDisplayDefinition {
|
|
36
|
+
/** Resource provider of the operation. */
|
|
37
|
+
provider?: string;
|
|
38
|
+
/** Resource for the operation. */
|
|
39
|
+
resource?: string;
|
|
40
|
+
/** Short description of the operation. */
|
|
41
|
+
operation?: string;
|
|
42
|
+
/** Description of the operation. */
|
|
43
|
+
description?: string;
|
|
44
|
+
}
|
|
45
|
+
/** An error response from Attestation. */
|
|
46
|
+
export interface CloudError {
|
|
47
|
+
/** An error response from Attestation. */
|
|
48
|
+
error?: CloudErrorBody;
|
|
49
|
+
}
|
|
50
|
+
/** An error response from Attestation. */
|
|
51
|
+
export interface CloudErrorBody {
|
|
52
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
53
|
+
code?: string;
|
|
54
|
+
/** A message describing the error, intended to be suitable for displaying in a user interface. */
|
|
55
|
+
message?: string;
|
|
56
|
+
}
|
|
57
|
+
/** The Private Endpoint resource. */
|
|
58
|
+
export interface PrivateEndpoint {
|
|
59
|
+
/**
|
|
60
|
+
* The ARM identifier for Private Endpoint
|
|
61
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
+
*/
|
|
63
|
+
readonly id?: string;
|
|
64
|
+
}
|
|
65
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
66
|
+
export interface PrivateLinkServiceConnectionState {
|
|
67
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
68
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
69
|
+
/** The reason for approval/rejection of the connection. */
|
|
70
|
+
description?: string;
|
|
71
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
72
|
+
actionsRequired?: string;
|
|
73
|
+
}
|
|
74
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
75
|
+
export interface Resource {
|
|
76
|
+
/**
|
|
77
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
78
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
79
|
+
*/
|
|
80
|
+
readonly id?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The name of the resource
|
|
83
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
84
|
+
*/
|
|
85
|
+
readonly name?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
88
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
+
*/
|
|
90
|
+
readonly type?: string;
|
|
91
|
+
}
|
|
92
|
+
/** Parameters for creating an attestation provider */
|
|
93
|
+
export interface AttestationServiceCreationParams {
|
|
94
|
+
/** The supported Azure location where the attestation provider should be created. */
|
|
95
|
+
location: string;
|
|
96
|
+
/** The tags that will be assigned to the attestation provider. */
|
|
97
|
+
tags?: {
|
|
98
|
+
[propertyName: string]: string;
|
|
99
|
+
};
|
|
100
|
+
/** Properties of the attestation provider */
|
|
101
|
+
properties: AttestationServiceCreationSpecificParams;
|
|
102
|
+
}
|
|
103
|
+
/** Client supplied parameters used to create a new attestation provider. */
|
|
104
|
+
export interface AttestationServiceCreationSpecificParams {
|
|
105
|
+
/** JSON Web Key Set defining a set of X.509 Certificates that will represent the parent certificate for the signing certificate used for policy operations */
|
|
106
|
+
policySigningCertificates?: JsonWebKeySet;
|
|
107
|
+
}
|
|
108
|
+
export interface JsonWebKeySet {
|
|
109
|
+
/**
|
|
110
|
+
* The value of the "keys" parameter is an array of JWK values. By
|
|
111
|
+
* default, the order of the JWK values within the array does not imply
|
|
112
|
+
* an order of preference among them, although applications of JWK Sets
|
|
113
|
+
* can choose to assign a meaning to the order for their purposes, if
|
|
114
|
+
* desired.
|
|
115
|
+
*/
|
|
116
|
+
keys?: JsonWebKey[];
|
|
117
|
+
}
|
|
118
|
+
export interface JsonWebKey {
|
|
119
|
+
/**
|
|
120
|
+
* The "alg" (algorithm) parameter identifies the algorithm intended for
|
|
121
|
+
* use with the key. The values used should either be registered in the
|
|
122
|
+
* IANA "JSON Web Signature and Encryption Algorithms" registry
|
|
123
|
+
* established by [JWA] or be a value that contains a Collision-
|
|
124
|
+
* Resistant Name.
|
|
125
|
+
*/
|
|
126
|
+
alg?: string;
|
|
127
|
+
/** The "crv" (curve) parameter identifies the curve type */
|
|
128
|
+
crv?: string;
|
|
129
|
+
/** RSA private exponent or ECC private key */
|
|
130
|
+
d?: string;
|
|
131
|
+
/** RSA Private Key Parameter */
|
|
132
|
+
dp?: string;
|
|
133
|
+
/** RSA Private Key Parameter */
|
|
134
|
+
dq?: string;
|
|
135
|
+
/** RSA public exponent, in Base64 */
|
|
136
|
+
e?: string;
|
|
137
|
+
/** Symmetric key */
|
|
138
|
+
k?: string;
|
|
139
|
+
/**
|
|
140
|
+
* The "kid" (key ID) parameter is used to match a specific key. This
|
|
141
|
+
* is used, for instance, to choose among a set of keys within a JWK Set
|
|
142
|
+
* during key rollover. The structure of the "kid" value is
|
|
143
|
+
* unspecified. When "kid" values are used within a JWK Set, different
|
|
144
|
+
* keys within the JWK Set SHOULD use distinct "kid" values. (One
|
|
145
|
+
* example in which different keys might use the same "kid" value is if
|
|
146
|
+
* they have different "kty" (key type) values but are considered to be
|
|
147
|
+
* equivalent alternatives by the application using them.) The "kid"
|
|
148
|
+
* value is a case-sensitive string.
|
|
149
|
+
*/
|
|
150
|
+
kid?: string;
|
|
151
|
+
/**
|
|
152
|
+
* The "kty" (key type) parameter identifies the cryptographic algorithm
|
|
153
|
+
* family used with the key, such as "RSA" or "EC". "kty" values should
|
|
154
|
+
* either be registered in the IANA "JSON Web Key Types" registry
|
|
155
|
+
* established by [JWA] or be a value that contains a Collision-
|
|
156
|
+
* Resistant Name. The "kty" value is a case-sensitive string.
|
|
157
|
+
*/
|
|
158
|
+
kty: string;
|
|
159
|
+
/** RSA modulus, in Base64 */
|
|
160
|
+
n?: string;
|
|
161
|
+
/** RSA secret prime */
|
|
162
|
+
p?: string;
|
|
163
|
+
/** RSA secret prime, with p < q */
|
|
164
|
+
q?: string;
|
|
165
|
+
/** RSA Private Key Parameter */
|
|
166
|
+
qi?: string;
|
|
167
|
+
/**
|
|
168
|
+
* Use ("public key use") identifies the intended use of
|
|
169
|
+
* the public key. The "use" parameter is employed to indicate whether
|
|
170
|
+
* a public key is used for encrypting data or verifying the signature
|
|
171
|
+
* on data. Values are commonly "sig" (signature) or "enc" (encryption).
|
|
172
|
+
*/
|
|
173
|
+
use?: string;
|
|
174
|
+
/** X coordinate for the Elliptic Curve point */
|
|
175
|
+
x?: string;
|
|
176
|
+
/**
|
|
177
|
+
* The "x5c" (X.509 certificate chain) parameter contains a chain of one
|
|
178
|
+
* or more PKIX certificates [RFC5280]. The certificate chain is
|
|
179
|
+
* represented as a JSON array of certificate value strings. Each
|
|
180
|
+
* string in the array is a base64-encoded (Section 4 of [RFC4648] --
|
|
181
|
+
* not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value.
|
|
182
|
+
* The PKIX certificate containing the key value MUST be the first
|
|
183
|
+
* certificate.
|
|
184
|
+
*/
|
|
185
|
+
x5C?: string[];
|
|
186
|
+
/** Y coordinate for the Elliptic Curve point */
|
|
187
|
+
y?: string;
|
|
188
|
+
}
|
|
189
|
+
/** Parameters for patching an attestation provider */
|
|
190
|
+
export interface AttestationServicePatchParams {
|
|
191
|
+
/** The tags that will be assigned to the attestation provider. */
|
|
192
|
+
tags?: {
|
|
193
|
+
[propertyName: string]: string;
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
/** List of private endpoint connection associated with the specified storage account */
|
|
197
|
+
export interface PrivateEndpointConnectionListResult {
|
|
198
|
+
/** Array of private endpoint connections */
|
|
199
|
+
value?: PrivateEndpointConnection[];
|
|
200
|
+
}
|
|
201
|
+
/** Attestation Providers List. */
|
|
202
|
+
export interface AttestationProviderListResult {
|
|
203
|
+
/**
|
|
204
|
+
* The system metadata relating to this resource
|
|
205
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
206
|
+
*/
|
|
207
|
+
readonly systemData?: SystemData;
|
|
208
|
+
/** Attestation Provider array. */
|
|
209
|
+
value?: AttestationProvider[];
|
|
210
|
+
}
|
|
211
|
+
/** The Private Endpoint Connection resource. */
|
|
212
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
213
|
+
/** The resource of private end point. */
|
|
214
|
+
privateEndpoint?: PrivateEndpoint;
|
|
215
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
216
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
217
|
+
/**
|
|
218
|
+
* The provisioning state of the private endpoint connection resource.
|
|
219
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
220
|
+
*/
|
|
221
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
222
|
+
}
|
|
223
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
224
|
+
export interface TrackedResource extends Resource {
|
|
225
|
+
/** Resource tags. */
|
|
226
|
+
tags?: {
|
|
227
|
+
[propertyName: string]: string;
|
|
228
|
+
};
|
|
229
|
+
/** The geo-location where the resource lives */
|
|
230
|
+
location: string;
|
|
231
|
+
}
|
|
232
|
+
/** Attestation service response message. */
|
|
233
|
+
export interface AttestationProvider extends TrackedResource {
|
|
234
|
+
/**
|
|
235
|
+
* The system metadata relating to this resource
|
|
236
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
237
|
+
*/
|
|
238
|
+
readonly systemData?: SystemData;
|
|
239
|
+
/** Trust model for the attestation provider. */
|
|
240
|
+
trustModel?: string;
|
|
241
|
+
/** Status of attestation service. */
|
|
242
|
+
status?: AttestationServiceStatus;
|
|
243
|
+
/** Gets the uri of attestation service */
|
|
244
|
+
attestUri?: string;
|
|
245
|
+
/**
|
|
246
|
+
* List of private endpoint connections associated with the attestation provider.
|
|
247
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
248
|
+
*/
|
|
249
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
250
|
+
}
|
|
251
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
252
|
+
export declare enum KnownCreatedByType {
|
|
253
|
+
/** User */
|
|
254
|
+
User = "User",
|
|
255
|
+
/** Application */
|
|
256
|
+
Application = "Application",
|
|
257
|
+
/** ManagedIdentity */
|
|
258
|
+
ManagedIdentity = "ManagedIdentity",
|
|
259
|
+
/** Key */
|
|
260
|
+
Key = "Key"
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* Defines values for CreatedByType. \
|
|
264
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
265
|
+
* this enum contains the known values that the service supports.
|
|
266
|
+
* ### Known values supported by the service
|
|
267
|
+
* **User** \
|
|
268
|
+
* **Application** \
|
|
269
|
+
* **ManagedIdentity** \
|
|
270
|
+
* **Key**
|
|
271
|
+
*/
|
|
272
|
+
export type CreatedByType = string;
|
|
273
|
+
/** Known values of {@link AttestationServiceStatus} that the service accepts. */
|
|
274
|
+
export declare enum KnownAttestationServiceStatus {
|
|
275
|
+
/** Ready */
|
|
276
|
+
Ready = "Ready",
|
|
277
|
+
/** NotReady */
|
|
278
|
+
NotReady = "NotReady",
|
|
279
|
+
/** Error */
|
|
280
|
+
Error = "Error"
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* Defines values for AttestationServiceStatus. \
|
|
284
|
+
* {@link KnownAttestationServiceStatus} can be used interchangeably with AttestationServiceStatus,
|
|
285
|
+
* this enum contains the known values that the service supports.
|
|
286
|
+
* ### Known values supported by the service
|
|
287
|
+
* **Ready** \
|
|
288
|
+
* **NotReady** \
|
|
289
|
+
* **Error**
|
|
290
|
+
*/
|
|
291
|
+
export type AttestationServiceStatus = string;
|
|
292
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
293
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
294
|
+
/** Pending */
|
|
295
|
+
Pending = "Pending",
|
|
296
|
+
/** Approved */
|
|
297
|
+
Approved = "Approved",
|
|
298
|
+
/** Rejected */
|
|
299
|
+
Rejected = "Rejected"
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
303
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
304
|
+
* this enum contains the known values that the service supports.
|
|
305
|
+
* ### Known values supported by the service
|
|
306
|
+
* **Pending** \
|
|
307
|
+
* **Approved** \
|
|
308
|
+
* **Rejected**
|
|
309
|
+
*/
|
|
310
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
311
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
312
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
313
|
+
/** Succeeded */
|
|
314
|
+
Succeeded = "Succeeded",
|
|
315
|
+
/** Creating */
|
|
316
|
+
Creating = "Creating",
|
|
317
|
+
/** Deleting */
|
|
318
|
+
Deleting = "Deleting",
|
|
319
|
+
/** Failed */
|
|
320
|
+
Failed = "Failed"
|
|
321
|
+
}
|
|
322
|
+
/**
|
|
323
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
324
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
325
|
+
* this enum contains the known values that the service supports.
|
|
326
|
+
* ### Known values supported by the service
|
|
327
|
+
* **Succeeded** \
|
|
328
|
+
* **Creating** \
|
|
329
|
+
* **Deleting** \
|
|
330
|
+
* **Failed**
|
|
331
|
+
*/
|
|
332
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
333
|
+
/** Optional parameters. */
|
|
334
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
335
|
+
}
|
|
336
|
+
/** Contains response data for the list operation. */
|
|
337
|
+
export type OperationsListResponse = OperationList;
|
|
338
|
+
/** Optional parameters. */
|
|
339
|
+
export interface AttestationProvidersGetOptionalParams extends coreClient.OperationOptions {
|
|
340
|
+
}
|
|
341
|
+
/** Contains response data for the get operation. */
|
|
342
|
+
export type AttestationProvidersGetResponse = AttestationProvider;
|
|
343
|
+
/** Optional parameters. */
|
|
344
|
+
export interface AttestationProvidersCreateOptionalParams extends coreClient.OperationOptions {
|
|
345
|
+
}
|
|
346
|
+
/** Contains response data for the create operation. */
|
|
347
|
+
export type AttestationProvidersCreateResponse = AttestationProvider;
|
|
348
|
+
/** Optional parameters. */
|
|
349
|
+
export interface AttestationProvidersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
350
|
+
}
|
|
351
|
+
/** Contains response data for the update operation. */
|
|
352
|
+
export type AttestationProvidersUpdateResponse = AttestationProvider;
|
|
353
|
+
/** Optional parameters. */
|
|
354
|
+
export interface AttestationProvidersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
355
|
+
}
|
|
356
|
+
/** Optional parameters. */
|
|
357
|
+
export interface AttestationProvidersListOptionalParams extends coreClient.OperationOptions {
|
|
358
|
+
}
|
|
359
|
+
/** Contains response data for the list operation. */
|
|
360
|
+
export type AttestationProvidersListResponse = AttestationProviderListResult;
|
|
361
|
+
/** Optional parameters. */
|
|
362
|
+
export interface AttestationProvidersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
363
|
+
}
|
|
364
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
365
|
+
export type AttestationProvidersListByResourceGroupResponse = AttestationProviderListResult;
|
|
366
|
+
/** Optional parameters. */
|
|
367
|
+
export interface AttestationProvidersListDefaultOptionalParams extends coreClient.OperationOptions {
|
|
368
|
+
}
|
|
369
|
+
/** Contains response data for the listDefault operation. */
|
|
370
|
+
export type AttestationProvidersListDefaultResponse = AttestationProviderListResult;
|
|
371
|
+
/** Optional parameters. */
|
|
372
|
+
export interface AttestationProvidersGetDefaultByLocationOptionalParams extends coreClient.OperationOptions {
|
|
373
|
+
}
|
|
374
|
+
/** Contains response data for the getDefaultByLocation operation. */
|
|
375
|
+
export type AttestationProvidersGetDefaultByLocationResponse = AttestationProvider;
|
|
376
|
+
/** Optional parameters. */
|
|
377
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
378
|
+
}
|
|
379
|
+
/** Contains response data for the list operation. */
|
|
380
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
381
|
+
/** Optional parameters. */
|
|
382
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
383
|
+
}
|
|
384
|
+
/** Contains response data for the get operation. */
|
|
385
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
386
|
+
/** Optional parameters. */
|
|
387
|
+
export interface PrivateEndpointConnectionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
388
|
+
}
|
|
389
|
+
/** Contains response data for the create operation. */
|
|
390
|
+
export type PrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;
|
|
391
|
+
/** Optional parameters. */
|
|
392
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
393
|
+
}
|
|
394
|
+
/** Optional parameters. */
|
|
395
|
+
export interface AttestationManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
396
|
+
/** server parameter */
|
|
397
|
+
$host?: string;
|
|
398
|
+
/** Api Version */
|
|
399
|
+
apiVersion?: string;
|
|
400
|
+
/** Overrides client endpoint. */
|
|
401
|
+
endpoint?: string;
|
|
402
|
+
}
|
|
403
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
9
|
+
export var KnownCreatedByType;
|
|
10
|
+
(function (KnownCreatedByType) {
|
|
11
|
+
/** User */
|
|
12
|
+
KnownCreatedByType["User"] = "User";
|
|
13
|
+
/** Application */
|
|
14
|
+
KnownCreatedByType["Application"] = "Application";
|
|
15
|
+
/** ManagedIdentity */
|
|
16
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
17
|
+
/** Key */
|
|
18
|
+
KnownCreatedByType["Key"] = "Key";
|
|
19
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
20
|
+
/** Known values of {@link AttestationServiceStatus} that the service accepts. */
|
|
21
|
+
export var KnownAttestationServiceStatus;
|
|
22
|
+
(function (KnownAttestationServiceStatus) {
|
|
23
|
+
/** Ready */
|
|
24
|
+
KnownAttestationServiceStatus["Ready"] = "Ready";
|
|
25
|
+
/** NotReady */
|
|
26
|
+
KnownAttestationServiceStatus["NotReady"] = "NotReady";
|
|
27
|
+
/** Error */
|
|
28
|
+
KnownAttestationServiceStatus["Error"] = "Error";
|
|
29
|
+
})(KnownAttestationServiceStatus || (KnownAttestationServiceStatus = {}));
|
|
30
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
31
|
+
export var KnownPrivateEndpointServiceConnectionStatus;
|
|
32
|
+
(function (KnownPrivateEndpointServiceConnectionStatus) {
|
|
33
|
+
/** Pending */
|
|
34
|
+
KnownPrivateEndpointServiceConnectionStatus["Pending"] = "Pending";
|
|
35
|
+
/** Approved */
|
|
36
|
+
KnownPrivateEndpointServiceConnectionStatus["Approved"] = "Approved";
|
|
37
|
+
/** Rejected */
|
|
38
|
+
KnownPrivateEndpointServiceConnectionStatus["Rejected"] = "Rejected";
|
|
39
|
+
})(KnownPrivateEndpointServiceConnectionStatus || (KnownPrivateEndpointServiceConnectionStatus = {}));
|
|
40
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
41
|
+
export var KnownPrivateEndpointConnectionProvisioningState;
|
|
42
|
+
(function (KnownPrivateEndpointConnectionProvisioningState) {
|
|
43
|
+
/** Succeeded */
|
|
44
|
+
KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
|
|
45
|
+
/** Creating */
|
|
46
|
+
KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
|
|
47
|
+
/** Deleting */
|
|
48
|
+
KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
|
|
49
|
+
/** Failed */
|
|
50
|
+
KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
|
|
51
|
+
})(KnownPrivateEndpointConnectionProvisioningState || (KnownPrivateEndpointConnectionProvisioningState = {}));
|
|
52
|
+
//# sourceMappingURL=index.js.map
|