privateSpacePolicy property
Controls whether a private space is allowed on the device.
Optional. Possible string values are:
- "PRIVATE_SPACE_POLICY_UNSPECIFIED" : Unspecified. Defaults to PRIVATE_SPACE_ALLOWED.
- "PRIVATE_SPACE_ALLOWED" : Users can create a private space profile.
- "PRIVATE_SPACE_DISALLOWED" : Users cannot create a private space profile. Supported only for company-owned devices with a work profile. Caution: Any existing private space will be removed.
Implementation
core.String? privateSpacePolicy;