enterpriseDisplayNameVisibility property
Controls whether the enterpriseDisplayName is visible on the device (e.g. lock screen message on company-owned devices).
Optional. Possible string values are:
- "ENTERPRISE_DISPLAY_NAME_VISIBILITY_UNSPECIFIED" : Unspecified. Defaults to displaying the enterprise name that's set at the time of device setup. In future, this will default to ENTERPRISE_DISPLAY_NAME_VISIBLE.
- "ENTERPRISE_DISPLAY_NAME_VISIBLE" : The enterprise display name is visible on the device. Supported on work profiles on Android 7 and above. Supported on fully managed devices on Android 8 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 7. A NonComplianceDetail with MANAGEMENT_MODE is reported on fully managed devices on Android 7.
- "ENTERPRISE_DISPLAY_NAME_HIDDEN" : The enterprise display name is hidden on the device.
Implementation
core.String? enterpriseDisplayNameVisibility;