Show / Hide Table of Contents

Namespace Google.Apis.AndroidManagement.v1

Classes

AndroidManagementBaseServiceRequest<TResponse>

A base abstract class for AndroidManagement requests.

AndroidManagementService

The AndroidManagement Service.

AndroidManagementService.Scope

Available OAuth 2.0 scopes for use with the Android Management API.

AndroidManagementService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Android Management API.

EnterprisesResource

The "enterprises" collection of methods.

EnterprisesResource.ApplicationsResource

The "applications" collection of methods.

EnterprisesResource.ApplicationsResource.GetRequest

Gets info about an application.

EnterprisesResource.CreateRequest

Creates an enterprise. This is the last step in the enterprise signup flow.

EnterprisesResource.DeleteRequest

Deletes an enterprise. Only available for EMM-managed enterprises.

EnterprisesResource.DevicesResource

The "devices" collection of methods.

EnterprisesResource.DevicesResource.DeleteRequest

Deletes a device. This operation wipes the device. Deleted devices do not show up in enterprises.devices.list calls and a 404 is returned from enterprises.devices.get.

EnterprisesResource.DevicesResource.GetRequest

Gets a device. Deleted devices will respond with a 404 error.

EnterprisesResource.DevicesResource.IssueCommandRequest

Issues a command to a device. The Operation resource returned contains a Command in its metadata field. Use the get operation method to get the status of the command.

EnterprisesResource.DevicesResource.ListRequest

Lists devices for a given enterprise. Deleted devices are not returned in the response.

EnterprisesResource.DevicesResource.OperationsResource

The "operations" collection of methods.

EnterprisesResource.DevicesResource.OperationsResource.CancelRequest

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

EnterprisesResource.DevicesResource.OperationsResource.DeleteRequest

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

EnterprisesResource.DevicesResource.OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

EnterprisesResource.DevicesResource.OperationsResource.ListRequest

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users//operations. To override the binding, API services can add a binding such as "/v1/{name=users/}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

EnterprisesResource.DevicesResource.PatchRequest

Updates a device.

EnterprisesResource.EnrollmentTokensResource

The "enrollmentTokens" collection of methods.

EnterprisesResource.EnrollmentTokensResource.CreateRequest

Creates an enrollment token for a given enterprise. It's up to the caller's responsibility to manage the lifecycle of newly created tokens and deleting them when they're not intended to be used anymore. Once an enrollment token has been created, it's not possible to retrieve the token's content anymore using AM API. It is recommended for EMMs to securely store the token if it's intended to be reused.

EnterprisesResource.EnrollmentTokensResource.DeleteRequest

Deletes an enrollment token. This operation invalidates the token, preventing its future use.

EnterprisesResource.EnrollmentTokensResource.GetRequest

Gets an active, unexpired enrollment token. Only a partial view of EnrollmentToken is returned: all the fields but name and expiration_timestamp are empty. This method is meant to help manage active enrollment tokens lifecycle. For security reasons, it's recommended to delete active enrollment tokens as soon as they're not intended to be used anymore.

EnterprisesResource.EnrollmentTokensResource.ListRequest

Lists active, unexpired enrollment tokens for a given enterprise. The list items contain only a partial view of EnrollmentToken: all the fields but name and expiration_timestamp are empty. This method is meant to help manage active enrollment tokens lifecycle. For security reasons, it's recommended to delete active enrollment tokens as soon as they're not intended to be used anymore.

EnterprisesResource.GetRequest

Gets an enterprise.

EnterprisesResource.ListRequest

Lists EMM-managed enterprises. Only BASIC fields are returned.

EnterprisesResource.PatchRequest

Updates an enterprise.

EnterprisesResource.PoliciesResource

The "policies" collection of methods.

EnterprisesResource.PoliciesResource.DeleteRequest

Deletes a policy. This operation is only permitted if no devices are currently referencing the policy.

EnterprisesResource.PoliciesResource.GetRequest

Gets a policy.

EnterprisesResource.PoliciesResource.ListRequest

Lists policies for a given enterprise.

EnterprisesResource.PoliciesResource.PatchRequest

Updates or creates a policy.

EnterprisesResource.WebAppsResource

The "webApps" collection of methods.

EnterprisesResource.WebAppsResource.CreateRequest

Creates a web app.

EnterprisesResource.WebAppsResource.DeleteRequest

Deletes a web app.

EnterprisesResource.WebAppsResource.GetRequest

Gets a web app.

EnterprisesResource.WebAppsResource.ListRequest

Lists web apps for a given enterprise.

EnterprisesResource.WebAppsResource.PatchRequest

Updates a web app.

EnterprisesResource.WebTokensResource

The "webTokens" collection of methods.

EnterprisesResource.WebTokensResource.CreateRequest

Creates a web token to access an embeddable managed Google Play web UI for a given enterprise.

SignupUrlsResource

The "signupUrls" collection of methods.

SignupUrlsResource.CreateRequest

Creates an enterprise signup URL.

Enums

AndroidManagementBaseServiceRequest<TResponse>.AltEnum

Data format for response.

AndroidManagementBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

EnterprisesResource.DevicesResource.DeleteRequest.WipeDataFlagsEnum

Optional flags that control the device wiping behavior.

EnterprisesResource.ListRequest.ViewEnum

Specifies which Enterprise fields to return. This method only supports BASIC.

In This Article
Back to top Generated by DocFX