v50

latestSwagger 2.0raw.githubusercontent.com2024-05-31102129239.2 KB
factories

Get Data Plane access.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getDataPlaneAccess

Path parameters

subscriptionIdstring required

The subscription identifier.

resourceGroupNamestring required

The resource group name.

factoryNamestring required

The factory name.

Query parameters

api-versionstring required

The API version.

Request body

permissionsstring

The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access.

accessResourcePathstring

The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource.

profileNamestring

The name of the profile. Currently only the default is supported. The default value is DefaultProfile.

startTimestring

Start time for the token. If not specified the current time will be used.

expireTimestring

Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours.

Response

OK.

accessTokenstring

Data Plane read only access token.

dataPlaneUrlstring

Data Plane service base URL.