Chrome Management API . customers . thirdPartyProfileUsers

Instance Methods

close()

Close httplib2 connections.

move(name, body=None, x__xgafv=None)

Moves a third party chrome profile user to a destination OU. All profiles associated to that user will be moved to the destination OU.

Method Details

close()
Close httplib2 connections.
move(name, body=None, x__xgafv=None)
Moves a third party chrome profile user to a destination OU. All profiles associated to that user will be moved to the destination OU.

Args:
  name: string, Required. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id} (required)
  body: object, The request body.
    The object takes the form of:

{ # Request to MoveThirdPartyProfileUser method.
  "destinationOrgUnit": "A String", # Required. Destination organizational unit where the third party chrome profile user will be moved to.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response for MoveThirdPartyProfileUser method.
  "thirdPartyProfileUser": { # A representation of non-Google (third party) user that is associated with a managed Chrome profile. # Output only. The moved third party profile user.
    "name": "A String", # Identifier. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
    "orgUnitId": "A String", # Output only. The ID of the organizational unit assigned to the user.
  },
}