getEntryGroupIamPolicy

Gets the access control policy for a 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. Supported resources are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be used to manage policies for BigQuery, Pub/Sub and any external Google Cloud Platform resources synced to Data Catalog. Callers must have following Google IAM permission - datacatalog.tagTemplates.getIamPolicy to get policies on tag templates. - datacatalog.entries.getIamPolicy to get policies on entries. - datacatalog.entryGroups.getIamPolicy to get policies on entry groups.

Return

null

Parameters

argument

null


suspend fun getEntryGroupIamPolicy(entryGroupId: String, location: String, project: String? = null): GetEntryGroupIamPolicyResult

Return

null

Parameters

entryGroupId
location
project

See also


Return

null

Parameters

argument

Builder for com.pulumi.googlenative.datacatalog.v1beta1.kotlin.inputs.GetEntryGroupIamPolicyPlainArgs.

See also