get Lake Contentitem Iam Policy
suspend fun getLakeContentitemIamPolicy(argument: GetLakeContentitemIamPolicyPlainArgs): GetLakeContentitemIamPolicyResult
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 getLakeContentitemIamPolicy(contentitemId: String, lakeId: String, location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null): GetLakeContentitemIamPolicyResult
Return
null
See also
Parameters
contentitem Id
lake Id
location
options Requested Policy Version
project
suspend fun getLakeContentitemIamPolicy(argument: suspend GetLakeContentitemIamPolicyPlainArgsBuilder.() -> Unit): GetLakeContentitemIamPolicyResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.dataplex.v1.kotlin.inputs.GetLakeContentitemIamPolicyPlainArgs.