|
androidmanagement
v1
|
The "policies" collection of methods. More...
Classes | |
| class | DeleteRequest |
| Deletes a policy. This operation is only permitted if no devices are currently referencing the policy. More... | |
| class | GetRequest |
| Gets a policy. More... | |
| class | ListRequest |
| Lists policies for a given enterprise. More... | |
| class | PatchRequest |
| Updates or creates a policy. More... | |
Public Member Functions | |
| PoliciesResource (Google.Apis.Services.IClientService service) | |
| Constructs a new resource. More... | |
| virtual DeleteRequest | Delete (string name) |
| Deletes a policy. This operation is only permitted if no devices are currently referencing the policy. More... | |
| virtual GetRequest | Get (string name) |
| Gets a policy. More... | |
| virtual ListRequest | List (string parent) |
| Lists policies for a given enterprise. More... | |
| virtual PatchRequest | Patch (Google.Apis.AndroidManagement.v1.Data.Policy body, string name) |
| Updates or creates a policy. More... | |
The "policies" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Deletes a policy. This operation is only permitted if no devices are currently referencing the policy.
| name | The name of the policy in the form enterprises/{enterpriseId}/policies/{policyId}. |
|
inlinevirtual |
Gets a policy.
| name | The name of the policy in the form enterprises/{enterpriseId}/policies/{policyId}. |
|
inlinevirtual |
Lists policies for a given enterprise.
| parent | The name of the enterprise in the form enterprises/{enterpriseId}. |
|
inlinevirtual |
Updates or creates a policy.
| body | The body of the request. |
| name | The name of the policy in the form enterprises/{enterpriseId}/policies/{policyId}. |