Liking cljdoc? Tell your friends :D

happygapi.chromepolicy.customers

Chrome Policy API: customers. 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. See: http://developers.google.com/chrome/policyapi/reference/rest/v1/customers

Chrome Policy API: customers.
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.
See: http://developers.google.com/chrome/policyapi/reference/rest/v1/customers
raw docstring

policies-orgunits-batchInherit$clj

(policies-orgunits-batchInherit$ auth parameters body)

http://developers.google.com/chrome/policyapi/reference/rest/v1/customers/policies/orgunits/batchInherit

Required parameters: customer

Optional parameters: none

Body:

{:requests [{:policySchema string, :policyTargetKey GoogleChromePolicyV1PolicyTargetKey}]}

Modify multiple policy values that are applied to a specific org unit so that they now inherit the value from a parent (if applicable). All targets must have the same target format. That is to say that they must point to the same target resource and must have the same keys specified in additionalTargetKeyNames. On failure the request will return the error details as part of the google.rpc.Status.

http://developers.google.com/chrome/policyapi/reference/rest/v1/customers/policies/orgunits/batchInherit

Required parameters: customer

Optional parameters: none

Body: 

{:requests [{:policySchema string,
             :policyTargetKey GoogleChromePolicyV1PolicyTargetKey}]}

Modify multiple policy values that are applied to a specific org unit so that they now inherit the value from a parent (if applicable). All targets must have the same target format. That is to say that they must point to the same target resource and must have the same keys specified in `additionalTargetKeyNames`. On failure the request will return the error details as part of the google.rpc.Status.
raw docstring

policies-orgunits-batchModify$clj

(policies-orgunits-batchModify$ auth parameters body)

http://developers.google.com/chrome/policyapi/reference/rest/v1/customers/policies/orgunits/batchModify

Required parameters: customer

Optional parameters: none

Body:

{:requests [{:policyValue GoogleChromePolicyV1PolicyValue, :policyTargetKey GoogleChromePolicyV1PolicyTargetKey, :updateMask string}]}

Modify multiple policy values that are applied to a specific org unit. All targets must have the same target format. That is to say that they must point to the same target resource and must have the same keys specified in additionalTargetKeyNames. On failure the request will return the error details as part of the google.rpc.Status.

http://developers.google.com/chrome/policyapi/reference/rest/v1/customers/policies/orgunits/batchModify

Required parameters: customer

Optional parameters: none

Body: 

{:requests [{:policyValue GoogleChromePolicyV1PolicyValue,
             :policyTargetKey GoogleChromePolicyV1PolicyTargetKey,
             :updateMask string}]}

Modify multiple policy values that are applied to a specific org unit. All targets must have the same target format. That is to say that they must point to the same target resource and must have the same keys specified in `additionalTargetKeyNames`. On failure the request will return the error details as part of the google.rpc.Status.
raw docstring

policies-resolve$clj

(policies-resolve$ auth parameters body)

http://developers.google.com/chrome/policyapi/reference/rest/v1/customers/policies/resolve

Required parameters: customer

Optional parameters: none

Body:

{:policyTargetKey {:targetResource string, :additionalTargetKeys {}}, :pageSize integer, :policySchemaFilter string, :pageToken string}

Gets the resolved policy values for a list of policies that match a search query.

http://developers.google.com/chrome/policyapi/reference/rest/v1/customers/policies/resolve

Required parameters: customer

Optional parameters: none

Body: 

{:policyTargetKey {:targetResource string, :additionalTargetKeys {}},
 :pageSize integer,
 :policySchemaFilter string,
 :pageToken string}

Gets the resolved policy values for a list of policies that match a search query.
raw docstring

policySchemas-get$clj

(policySchemas-get$ auth parameters)

http://developers.google.com/chrome/policyapi/reference/rest/v1/customers/policySchemas/get

Required parameters: name

Optional parameters: none

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

http://developers.google.com/chrome/policyapi/reference/rest/v1/customers/policySchemas/get

Required parameters: name

Optional parameters: none

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

policySchemas-list$clj

(policySchemas-list$ auth parameters)

http://developers.google.com/chrome/policyapi/reference/rest/v1/customers/policySchemas/list

Required parameters: parent

Optional parameters: pageToken, filter, pageSize

Gets a list of policy schemas that match a specified filter value for a given customer.

http://developers.google.com/chrome/policyapi/reference/rest/v1/customers/policySchemas/list

Required parameters: parent

Optional parameters: pageToken, filter, pageSize

Gets a list of policy schemas that match a specified filter value for a given customer.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close