Show / Hide Table of Contents

Class CustomersResource.ThirdPartyProfileUsersResource

The "thirdPartyProfileUsers" collection of methods.

Inheritance
object
CustomersResource.ThirdPartyProfileUsersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.ThirdPartyProfileUsersResource

Constructors

ThirdPartyProfileUsersResource(IClientService)

Constructs a new resource.

Declaration
public ThirdPartyProfileUsersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Move(GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest, string)

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

Declaration
public virtual CustomersResource.ThirdPartyProfileUsersResource.MoveRequest Move(GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest body, string name)
Parameters
Type Name Description
GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest body

The body of the request.

string name

Required. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}

Returns
Type Description
CustomersResource.ThirdPartyProfileUsersResource.MoveRequest
In this article
Back to top Generated by DocFX