browserManagementState property
Browser's management state.
Output only. Possible string values are:
- "UNSPECIFIED" : Management state is not specified.
- "UNMANAGED" : Browser/Profile is not managed by any customer.
- "MANAGED_BY_OTHER_DOMAIN" : Browser/Profile is managed, but by some other customer.
- "PROFILE_MANAGED" : Profile is managed by customer.
- "BROWSER_MANAGED" : Browser is managed by customer.
Implementation
core.String? browserManagementState;