Reference documentation and code samples for the Google Apps Chat V1 Client class Affiliation.
Represents the affiliation of a user to the Google Workspace organization that owns the space. This enum may have more values added in the future.
Protobuf type google.chat.v1.Membership.Affiliation
Namespace
Google \ Apps \ Chat \ V1 \ MembershipMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AFFILIATION_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum AFFILIATION_UNSPECIFIED = 0;
INTERNAL
Value: 1An account managed by the same Google Workspace organization that owns the space.
Generated from protobuf enum INTERNAL = 1;
EXTERNAL
Value: 2An account external to the Google Workspace organization that owns the space (e.g., a consumer account, or an account managed by a different Workspace organization).
Generated from protobuf enum EXTERNAL = 2;
MANAGED_EXTERNAL
Value: 3An account managed by the Workspace organization that owns the space, but provisioned for a user who is external to the organization (e.g., a Guest user). To learn more about guests, see https://support.google.com/chat/answer/16997417.
Generated from protobuf enum MANAGED_EXTERNAL = 3;