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. See also: SigninDetail

EnterprisesResource.DeleteRequest

Permanently deletes an enterprise and all accounts and data associated with it. Warning: this will result in a cascaded deletion of all AM API devices associated with the deleted enterprise. Only available for EMM-managed enterprises.

EnterprisesResource.DevicesResource

The "devices" collection of methods.

EnterprisesResource.DevicesResource.DeleteRequest

Deletes a device. This operation attempts to wipe the device but this is not guaranteed to succeed if the device is offline for an extended period. 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.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.

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.

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. A partial view of the enrollment token is returned. Only the following fields are populated: name, expirationTimestamp, allowPersonalUsage, value, qrCode. 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 object. Only the following fields are populated: name, expirationTimestamp, allowPersonalUsage, value, qrCode. 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.GenerateEnterpriseUpgradeUrlRequest

Generates an enterprise upgrade URL to upgrade an existing managed Google Play Accounts enterprise to a managed Google domain.Note: This feature is not generally available.

EnterprisesResource.GetRequest

Gets an enterprise.

EnterprisesResource.ListRequest

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

EnterprisesResource.MigrationTokensResource

The "migrationTokens" collection of methods.

EnterprisesResource.MigrationTokensResource.CreateRequest

Creates a migration token, to migrate an existing device from being managed by the EMM's Device Policy Controller (DPC) to being managed by the Android Management API. See the guide (https://developers.google.com/android/management/dpc-migration) for more details.

EnterprisesResource.MigrationTokensResource.GetRequest

Gets a migration token.

EnterprisesResource.MigrationTokensResource.ListRequest

Lists migration tokens.

EnterprisesResource.PatchRequest

Updates an enterprise. See also: SigninDetail

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.

ProvisioningInfoResource

The "provisioningInfo" collection of methods.

ProvisioningInfoResource.GetRequest

Get the device provisioning information by the identifier provided in the sign-in url.

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