Method: projects.locations.clusters.acls.get

Returns the properties of a single acl.

HTTP request

GET https://managedkafka.googleapis.com/v1/{name=projects/*/locations/*/clusters/*/acls/**}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the acl to return. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/acls/{aclId}.

The structure of aclId defines the Resource Pattern (resourceType, resourceName, patternType) of the acl. See Acl.name for details.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Acl.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.