Enum Membership.Types.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.
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum Membership.Types.Affiliation
Fields
| Name | Description |
|---|---|
| External | 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). |
| Internal | An account managed by the same Google Workspace organization that owns the space. |
| ManagedExternal | 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. |
| Unspecified | Default value. This value is unused. |