Full name: projects.locations.instances.dataAccessScopes.get
Retrieves an existing data access scope.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The ID of the data access scope to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DataAccessScope.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-22 UTC."],[[["This page details how to retrieve an existing data access scope using the `projects.locations.instances.dataAccessScopes.get` method."],["The HTTP request to retrieve a data access scope is a `GET` request to the provided URL, including the required `name` parameter which defines the resource's unique identifier."],["The request body for this operation must be empty, and no further parameters are expected beyond the path parameters."],["A successful request will return an instance of `DataAccessScope` in the response body, providing details about the retrieved data access scope."],["To use this method, the request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.dataAccessScopes.get` IAM permission."]]],[]]