AI-generated Key Takeaways
-
Updating a CustomerManagerLink's status can accept a pending invitation (ACTIVE), decline it (REFUSED), or terminate the link (INACTIVE).
-
The
update_mask
field is used to specify which fields of the CustomerManagerLink are being modified. -
The
operation
field is a union field and must contain exactly one mutate operation, which is anupdate
in this context.
Updates the status of a CustomerManagerLink. The following actions are possible: 1. Update operation with status ACTIVE accepts a pending invitation. 2. Update operation with status REFUSED declines a pending invitation. 3. Update operation with status INACTIVE terminates link to manager.
Fields | |
---|---|
|
FieldMask that determines which resource fields are modified in an update. |
Union field
|
|
|
Update operation: The link is expected to have a valid resource name. |