Show / Hide Table of Contents

Class PersonalUsagePolicies

Policies controlling personal usage on a company-owned device with a work profile.

Inheritance
object
PersonalUsagePolicies
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class PersonalUsagePolicies : IDirectResponseSchema

Properties

AccountTypesWithManagementDisabled

Account types that can't be managed by the user.

Declaration
[JsonProperty("accountTypesWithManagementDisabled")]
public virtual IList<string> AccountTypesWithManagementDisabled { get; set; }
Property Value
Type Description
IList<string>

BluetoothSharing

Optional. Whether bluetooth sharing is allowed.

Declaration
[JsonProperty("bluetoothSharing")]
public virtual string BluetoothSharing { get; set; }
Property Value
Type Description
string

CameraDisabled

If true, the camera is disabled on the personal profile.

Declaration
[JsonProperty("cameraDisabled")]
public virtual bool? CameraDisabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxDaysWithWorkOff

Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. Note: If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.

Declaration
[JsonProperty("maxDaysWithWorkOff")]
public virtual int? MaxDaysWithWorkOff { get; set; }
Property Value
Type Description
int?

PersonalApplications

Policy applied to applications in the personal profile.

Declaration
[JsonProperty("personalApplications")]
public virtual IList<PersonalApplicationPolicy> PersonalApplications { get; set; }
Property Value
Type Description
IList<PersonalApplicationPolicy>

PersonalPlayStoreMode

Used together with personalApplications to control how apps in the personal profile are allowed or blocked.

Declaration
[JsonProperty("personalPlayStoreMode")]
public virtual string PersonalPlayStoreMode { get; set; }
Property Value
Type Description
string

PrivateSpacePolicy

Optional. Controls whether a private space is allowed on the device.

Declaration
[JsonProperty("privateSpacePolicy")]
public virtual string PrivateSpacePolicy { get; set; }
Property Value
Type Description
string

ScreenCaptureDisabled

If true, screen capture is disabled for all users.

Declaration
[JsonProperty("screenCaptureDisabled")]
public virtual bool? ScreenCaptureDisabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX