Method: enterprises.policies.patch

  • This operation updates or creates an enterprise policy using a PATCH request to the specified URL.

  • The request must include path and query parameters to identify the target policy and specify fields to update.

  • Both request and response bodies utilize the Policy object for data transfer.

  • Authorization requires the https://www.googleapis.com/auth/androidmanagement OAuth scope.

Updates or creates a policy.

HTTP request

PATCH https://androidmanagement.googleapis.com/v1/{name=enterprises/*/policies/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The name of the policy in the form enterprises/{enterpriseId}/policies/{policyId}.

Query parameters

Parameters
updateMask

string (FieldMask format)

The field mask indicating the fields to update. If not set, all modifiable fields will be modified.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of Policy.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/androidmanagement

For more information, see the OAuth 2.0 Overview.