Method: nativeDashboards.getIamPolicy

Full name: projects.locations.instances.nativeDashboards.getIamPolicy

Gets the IAM access control policy for a supported resource. The following resources are supported: * Native Dashboard * Search Queries (Saved Search)

HTTP request

GET https://{endpoint}/v1alpha/{resource}:getIamPolicy

Where {endpoint} is one of the supported service endpoints.

Path parameters

Parameters
resource

string

REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.

Query parameters

Parameters
options

object (GetPolicyOptions)

OPTIONAL: A GetPolicyOptions object for specifying options to nativeDashboards.getIamPolicy.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permissions on the resource resource:

  • chronicle.nativeDashboards.getIamPolicy
  • chronicle.searchQueries.getIamPolicy

For more information, see the IAM documentation.