otherAccounts property

List<String>? otherAccounts
getter/setter pair

Domain name for Google accounts on device.

Type for other accounts on device. On Android, will only be populated if |ownership_privilege| is |PROFILE_OWNER| or |DEVICE_OWNER|. Does not include the account signed in to the device policy app if that account's domain has only one account. Examples: "com.example", "xyz.com".

Output only.

Implementation

core.List<core.String>? otherAccounts;