androidDeviceOwnerDelegatedAppScopeType enum type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

An enum representing possible values for delegated app scope.

Members

Member Value Description
unspecified 0 Unspecified; this value defaults to DELEGATED_SCOPE_UNSPECIFIED.
certificateInstall 1 Specifies that the admin has given app permission to install and manage certificates on device.
captureNetworkActivityLog 2 Specifies that the admin has given app permission to capture network activity logs on device. More info on Network activity logs: https://developer.android.com/work/dpc/logging
captureSecurityLog 3 Specified that the admin has given permission to capture security logs on device. More info on Security logs: https://developer.android.com/work/dpc/security#log_enterprise_device_activity|
unknownFutureValue 4 Unknown future value (reserved, not used right now)