Method: customers.policySchemas.get

  • This document provides details on how to get a specific policy schema for a customer using a REST API.

  • The HTTP request uses a GET method with a specific URL format that includes the customer's resource name.

  • The name parameter in the path is required and specifies the policy schema resource name.

  • The request body should be empty, and a successful response contains an instance of PolicySchema.

  • Accessing this API requires specific OAuth authorization scopes related to Chrome policy management.

Get a specific policy schema for a customer by its resource name.

HTTP request

GET https://chromepolicy.googleapis.com/v1/{name=customers/*/policySchemas/**}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The policy schema resource name to query.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/chrome.management.policy.readonly
  • https://www.googleapis.com/auth/chrome.management.policy