swagger: '2.0' info: version: 2020-10-30-preview title: Microsoft Azure PowerPlatform host: management.azure.com schemes: - https security: - azure_auth: - user_impersonation securityDefinitions: azure_auth: type: oauth2 authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize flow: implicit description: Azure Active Directory OAuth2 Flow scopes: user_impersonation: impersonate your user account paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerPlatform/enterprisePolicies/{enterprisePolicyName}/privateLinkResources : get: tags: - PrivateLinkResources description: >- Gets the private link resources that need to be created for enterprisePolicy. operationId: microsoftAzurePrivatelinkresourcesListbyenterprisepolicy x-ms-pageable: nextLinkName: parameters: - $ref: >- ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: >- ../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter - $ref: >- ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter - $ref: >- ../../common/v1/definitions.json#/parameters/EnterprisePolicyNameParameter responses: '200': description: Successfully retrieved private link resources. schema: $ref: >- ../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateLinkResourceListResult default: description: Error response describing why the operation failed. schema: $ref: >- ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse x-ms-examples: Gets private endpoint connection.: $ref: ./examples/PrivateLinkResourceListGet.json produces: - application/json consumes: - application/json summary: >- Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Powerplatform Enterprisepolicies Enterprisepolicyname Privatelinkresources ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerPlatform/enterprisePolicies/{enterprisePolicyName}/privateLinkResources/{groupName} : get: tags: - PrivateLinkResources description: >- Gets the private link resources that need to be created for an EnterprisePolicy. operationId: microsoftAzurePrivatelinkresourcesGet parameters: - $ref: >- ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: >- ../../../../../common-types/resource-management/v2/types.json#/parameters/ResourceGroupNameParameter - $ref: >- ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter - $ref: >- ../../common/v1/definitions.json#/parameters/EnterprisePolicyNameParameter - $ref: '#/parameters/GroupNameParameter' responses: '200': description: Successfully retrieved a specified private link resource. schema: $ref: >- ../../../../../common-types/resource-management/v1/privatelinks.json#/definitions/PrivateLinkResource default: description: Error response describing why the operation failed. schema: $ref: >- ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse x-ms-examples: Gets private endpoint connection.: $ref: ./examples/PrivateLinkResourceGet.json produces: - application/json consumes: - application/json summary: >- Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Powerplatform Enterprisepolicies Enterprisepolicyname Privatelinkresources Groupname parameters: GroupNameParameter: name: groupName in: path description: The name of the private link resource. required: true x-ms-parameter-location: method type: string tags: - name: PrivateLinkResources