Module: Google::Apps::Chat::V1::Space::AccessSettings::AccessState

Defined in:
proto_docs/google/chat/v1/space.rb

Overview

Represents the access state of the space.

Constant Summary collapse

ACCESS_STATE_UNSPECIFIED =

Access state is unknown or not supported in this API.

0
PRIVATE =

Only users or Google Groups that have been individually added or invited by other users or Google Workspace administrators can discover and access the space.

1
DISCOVERABLE =

A space manager has granted a target audience access to the space. Users or Google Groups that have been individually added or invited to the space can also discover and access the space. To learn more, see Make a space discoverable to specific users.

Creating discoverable spaces requires user authentication.

2