Class MoveOrgMembershipRequest
The request message for OrgMembershipsService.MoveOrgMembership.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class MoveOrgMembershipRequest : IDirectResponseSchema
Properties
Customer
Required. Immutable. Customer on whose membership change is made. All authorization will happen on the role
assignments of this customer. Format: customers/{$customerId} where $customerId
is the id
from the
Admin SDK Customer
resource. You may also use
customers/my_customer
to specify your own organization.
Declaration
[JsonProperty("customer")]
public virtual string Customer { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationOrgUnit
Required. Immutable. OrgUnit where the membership will be moved to. Format: orgUnits/{$orgUnitId} where
$orgUnitId
is the orgUnitId
from the Admin SDK OrgUnit
resource.
Declaration
[JsonProperty("destinationOrgUnit")]
public virtual string DestinationOrgUnit { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |