getFactoryDataPlaneAccess

Get Data Plane access. Uses Azure REST API version 2018-06-01.

Return

Get Data Plane read only token response definition.

Parameters

argument

null


suspend fun getFactoryDataPlaneAccess(accessResourcePath: String? = null, expireTime: String? = null, factoryName: String, permissions: String? = null, profileName: String? = null, resourceGroupName: String, startTime: String? = null): GetFactoryDataPlaneAccessResult

Return

Get Data Plane read only token response definition.

Parameters

accessResourcePath

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

expireTime

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

factoryName

The factory name.

permissions

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

profileName

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

resourceGroupName

The resource group name.

startTime

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

See also


Return

Get Data Plane read only token response definition.

Parameters

argument

Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.GetFactoryDataPlaneAccessPlainArgs.

See also