Class PersonalUsagePolicies
Policies controlling personal usage on a company-owned device with a work profile.
Implements
Inherited Members
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> |
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 |
ScreenCaptureDisabled
If true, screen capture is disabled for all users.
Declaration
[JsonProperty("screenCaptureDisabled")]
public virtual bool? ScreenCaptureDisabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |