DataplexFunctions

Functions

Link copied to clipboard

Retrieves the current IAM policy data for asset

suspend fun getAssetIamPolicy(asset: String, dataplexZone: String, lake: String, location: String? = null, project: String? = null): GetAssetIamPolicyResult
Link copied to clipboard

Retrieves the current IAM policy data for datascan

suspend fun getDatascanIamPolicy(dataScanId: String, location: String? = null, project: String? = null): GetDatascanIamPolicyResult
Link copied to clipboard

Retrieves the current IAM policy data for lake

suspend fun getLakeIamPolicy(lake: String, location: String? = null, project: String? = null): GetLakeIamPolicyResult
Link copied to clipboard

Retrieves the current IAM policy data for task

suspend fun getTaskIamPolicy(lake: String, location: String? = null, project: String? = null, taskId: String): GetTaskIamPolicyResult
Link copied to clipboard

Retrieves the current IAM policy data for zone

suspend fun getZoneIamPolicy(dataplexZone: String, lake: String, location: String? = null, project: String? = null): GetZoneIamPolicyResult