Namespace Google.Apis.AndroidEnterprise.v1.Data
Classes
Administrator
This represents an enterprise admin who can manage the enterprise in the managed Google Play store.
AdministratorWebToken
A token authorizing an admin to access an iframe.
AdministratorWebTokenSpec
Specification for a token used to generate iframes. The token specifies what data the admin is allowed to modify and the URI the iframe is allowed to communiate with.
AdministratorWebTokenSpecManagedConfigurations
AdministratorWebTokenSpecPlaySearch
AdministratorWebTokenSpecPrivateApps
AdministratorWebTokenSpecStoreBuilder
AdministratorWebTokenSpecWebApps
AdministratorWebTokenSpecZeroTouch
AppRestrictionsSchema
Represents the list of app restrictions available to be pre-configured for the product.
AppRestrictionsSchemaChangeEvent
An event generated when a new app version is uploaded to Google Play and its app restrictions schema changed. To fetch the app restrictions schema for an app, use Products.getAppRestrictionsSchema on the EMM API.
AppRestrictionsSchemaRestriction
A restriction in the App Restriction Schema represents a piece of configuration that may be pre-applied.
AppRestrictionsSchemaRestrictionRestrictionValue
A typed value for the restriction.
AppState
List of states set by the app.
AppUpdateEvent
An event generated when a new version of an app is uploaded to Google Play. Notifications are sent for new public versions only: alpha, beta, or canary versions do not generate this event. To fetch up-to-date version history for an app, use Products.Get on the EMM API.
AppVersion
This represents a single version of the app.
ApprovalUrlInfo
Information on an approval URL.
AuthenticationToken
An AuthenticationToken is used by the EMM's device policy client on a device to provision the given EMM-managed user on that device.
AutoInstallConstraint
The auto-install constraint. Defines a set of restrictions for installation. At least one of the fields must be set.
AutoInstallPolicy
ConfigurationVariables
A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings.
CreateEnrollmentTokenResponse
Response message for create enrollment token.
Device
A Devices resource represents a mobile device managed by the EMM and belonging to a specific enterprise user.
DeviceReport
Device report updated with the latest app states for managed apps on the device.
DeviceReportUpdateEvent
An event generated when an updated device report is available.
DeviceState
The state of a user's device, as accessed by the getState and setState methods on device resources.
DevicesListResponse
EnrollmentToken
A token used to enroll a device.
Enterprise
An Enterprises resource represents the binding between an EMM and a specific organization. That binding can be instantiated in one of two different ways using this API as follows: - For Google managed domain customers, the process involves using Enterprises.enroll and Enterprises.setAccount (in conjunction with artifacts obtained from the Admin console and the Google API Console) and submitted to the EMM through a more-or-less manual process. - For managed Google Play Accounts customers, the process involves using Enterprises.generateSignupUrl and Enterprises.completeSignup in conjunction with the managed Google Play sign-up UI (Google-provided mechanism) to create the binding without manual steps. As an EMM, you can support either or both approaches in your EMM console. See Create an Enterprise for details.
EnterpriseAccount
A service account that can be used to authenticate as the enterprise to API calls that require such authentication.
EnterpriseAuthenticationAppLinkConfig
An authentication URL configuration for the authenticator app of an identity provider.
EnterprisesListResponse
EnterprisesSendTestPushNotificationResponse
Entitlement
Deprecated: New integrations cannot use this method and can refer to our new recommendations.
EntitlementsListResponse
GoogleAuthenticationSettings
Contains settings for Google-provided user authentication.
GroupLicense
Deprecated: New integrations cannot use this method and can refer to our new recommendations
GroupLicenseUsersListResponse
GroupLicensesListResponse
Install
The existence of an Installs resource indicates that an app is installed on a particular device (or that an install is pending). The API can be used to create an install resource using the update method. This triggers the actual install of the app on the device. If the user does not already have an entitlement for the app, then an attempt is made to create one. If this fails (for example, because the app is not free and there is no available license), then the creation of the install fails. The API can also be used to update an installed app. If the update method is used on an existing install, then the app will be updated to the latest available version. Note that it is not possible to force the installation of a specific version of an app: the version code is read-only. If a user installs an app themselves (as permitted by the enterprise), then again an install resource and possibly an entitlement resource are automatically created. The API can also be used to delete an install resource, which triggers the removal of the app from the device. Note that deleting an install does not automatically remove the corresponding entitlement, even if there are no remaining installs. The install resource will also be deleted if the user uninstalls the app themselves.
InstallFailureEvent
An event generated when an app installation failed on a device
InstallsListResponse
KeyedAppState
Represents a keyed app state containing a key, timestamp, severity level, optional description, and optional data.
LocalizedText
A localized string with its locale.
MaintenanceWindow
Maintenance window for managed Google Play Accounts. This allows Play store to update the apps on the foreground in the designated window.
ManagedConfiguration
Deprecated: New integrations cannot use this method and can refer to our new recommendations
ManagedConfigurationsForDeviceListResponse
ManagedConfigurationsForUserListResponse
ManagedConfigurationsSettings
A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users. The app's developer would have defined configurable properties in the managed configurations schema.
ManagedConfigurationsSettingsListResponse
ManagedProperty
A managed property of a managed configuration. The property must match one of the properties in the app restrictions schema of the product. Exactly one of the value fields must be populated, and it must match the property's type in the app restrictions schema.
ManagedPropertyBundle
A bundle of managed properties.
NewDeviceEvent
An event generated when a new device is ready to be managed.
NewPermissionsEvent
An event generated when new permissions are added to an app.
Notification
A notification of one event relating to an enterprise.
NotificationSet
A resource returned by the PullNotificationSet API, which contains a collection of notifications for enterprises associated with the service account authenticated for the request.
PageInfo
Information about the current page. List operations that supports paging return only one "page" of results. This protocol buffer message describes the page that has been returned.
Permission
A Permissions resource represents some extra capability, to be granted to an Android app, which requires explicit consent. An enterprise admin must consent to these permissions on behalf of their users before an entitlement for the app can be created. The permissions collection is read-only. The information provided for each permission (localized name and description) is intended to be used in the MDM user interface when obtaining consent from the enterprise.
Policy
The device policy for a given managed device.
Product
A Products resource represents an app in the Google Play store that is available to at least some users in the enterprise. (Some apps are restricted to a single enterprise, and no information about them is made available outside that enterprise.) The information provided for each product (localized name, icon, link to the full Google Play details page) is intended to allow a basic representation of the product within an EMM user interface.
ProductApprovalEvent
An event generated when a product's approval status is changed.
ProductAvailabilityChangeEvent
An event generated whenever a product's availability changes.
ProductPermission
A product permissions resource represents the set of permissions required by a specific app and whether or not they have been accepted by an enterprise admin. The API can be used to read the set of permissions, and also to update the set to indicate that permissions have been accepted.
ProductPermissions
Information about the permissions required by a specific app and whether they have been accepted by the enterprise.
ProductPolicy
The policy for a product.
ProductSet
A set of products.
ProductSigningCertificate
ProductVisibility
A product to be made visible to a user.
ProductsApproveRequest
ProductsGenerateApprovalUrlResponse
ProductsListResponse
ServiceAccount
A service account identity, including the name and credentials that can be used to authenticate as the service account.
ServiceAccountKey
Deprecated: New integrations cannot use this method and can refer to our new recommendations
ServiceAccountKeysListResponse
SignupInfo
A resource returned by the GenerateSignupUrl API, which contains the Signup URL and Completion Token.
StoreCluster
Definition of a managed Google Play store cluster, a list of products displayed as part of a store page.
StoreLayout
General setting for the managed Google Play store layout, currently only specifying the page to display the first time the store is opened.
StoreLayoutClustersListResponse
StoreLayoutPagesListResponse
StorePage
Definition of a managed Google Play store page, made of a localized name and links to other pages. A page also contains clusters defined as a subcollection.
TokenPagination
Pagination information returned by a List operation when token pagination is enabled. List operations that supports paging return only one "page" of results. This protocol buffer message describes the page that has been returned. When using token pagination, clients should use the next/previous token to get another page of the result. The presence or absence of next/previous token indicates whether a next/previous page is available and provides a mean of accessing this page. ListRequest.page_token should be set to either next_page_token or previous_page_token to access another page.
TrackInfo
Id to name association of a track.
User
A Users resource represents an account associated with an enterprise. The account may be specific to a device or to an individual user (who can then use the account across multiple devices). The account may provide access to managed Google Play only, or to other Google services, depending on the identity model: - The Google managed domain identity model requires synchronization to Google account sources (via primaryEmail). - The managed Google Play Accounts identity model provides a dynamic means for enterprises to create user or device accounts as needed. These accounts provide access to managed Google Play.
UsersListResponse
VariableSet
A variable set is a key-value pair of EMM-provided placeholders and its corresponding value, which is attributed to a user. For example, $FIRSTNAME could be a placeholder, and its value could be Alice. Placeholders should start with a '$' sign and should be alphanumeric only.
WebApp
A WebApps resource represents a web app created for an enterprise. Web apps are published to managed Google Play and can be distributed like other Android apps. On a user's device, a web app opens its specified URL.
WebAppIcon
Icon for a web app.