Google Apps Chat V1 Client - Class Affiliation (0.23.0)

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 \ Membership

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AFFILIATION_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum AFFILIATION_UNSPECIFIED = 0;

INTERNAL

Value: 1

An account managed by the same Google Workspace organization that owns the space.

Generated from protobuf enum INTERNAL = 1;

EXTERNAL

Value: 2

An 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: 3

An 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;