get Lake Content Iam Policy
suspend fun getLakeContentIamPolicy(argument: GetLakeContentIamPolicyPlainArgs): GetLakeContentIamPolicyResult
Gets the access control policy for a contentitem resource. A NOT_FOUND error is returned if the resource does not exist. An empty policy is returned if the resource exists but does not have a policy set on it.Caller must have Google IAM dataplex.content.getIamPolicy permission on the resource.
Return
null
Parameters
argument
null
suspend fun getLakeContentIamPolicy(contentId: String, lakeId: String, location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null): GetLakeContentIamPolicyResult
Return
null
Parameters
content Id
lake Id
location
options Requested Policy Version
project
See also
suspend fun getLakeContentIamPolicy(argument: suspend GetLakeContentIamPolicyPlainArgsBuilder.() -> Unit): GetLakeContentIamPolicyResult
Return
null
Parameters
argument
Builder for com.pulumi.googlenative.dataplex.v1.kotlin.inputs.GetLakeContentIamPolicyPlainArgs.