affiliationState property

String? affiliationState
getter/setter pair

The specific affiliation state of the profile.

Output only. Possible string values are:

  • "AFFILIATION_STATE_UNSPECIFIED" : Unspecified affiliation state.
  • "UNAFFILIATED_GENERIC" : Unaffiliated - but we do not have the details for the type of unaffiliated profile.
  • "PROFILE_ONLY" : Unaffiliated - A managed profile that appears on a totally unamanaged browser.
  • "UNAFFILIATED_LOCAL_MACHINE" : Unaffiliated - A managed profile that appears on a machine that is locally managed by a different organization (through platform management mechanisms like GPO).
  • "UNAFFILIATED_CLOUD_MACHINE" : Unaffiliated - A managed profile that appears on a managed browser that is cloud managed by a different organization (using Chrome Browser Cloud Management).
  • "AFFILIATED_CLOUD_MANAGED" : Affiliated - Both the profile and the managed browser are managed by the same organization.

Implementation

core.String? affiliationState;