Chromepolicy

Chromepolicy

Chrome Policy API

The Chrome Policy API is a suite of services that allows Chrome administrators to control the policies applied to their managed Chrome OS devices and Chrome browsers.

Constructor

new Chromepolicy()

Example
```js
const {google} = require('googleapis');
const chromepolicy = google.chromepolicy('v1');
```