Resource: Invitation
Output only. Represents a pending invitation.
JSON representation | |
---|---|
{ "name": string, "role": enum ( |
Fields | ||
---|---|---|
name |
The resource name for the invitation. |
|
role |
The invited role on the account. |
|
Union field target . Indicates the target this invitation is for. target can be only one of the following: |
||
targetAccount |
The sparsely populated account this invitation is for. |
|
targetLocation |
The target location this invitation is for. |
TargetLocation
Represents a target location for a pending invitation.
JSON representation | |
---|---|
{ "locationName": string, "locationAddress": string } |
Fields | |
---|---|
locationName |
The name of the location to which the user is invited. |
locationAddress |
The address of the location to which the user is invited. |
Methods |
|
---|---|
(deprecated) |
Accepts the specified invitation. |
(deprecated) |
Declines the specified invitation. |
(deprecated) |
Lists pending invitations for the specified account. |