Google Apps Chat V1 Client - Class AccessState (0.6.1)

Reference documentation and code samples for the Google Apps Chat V1 Client class AccessState.

Represents the access state of the space.

Protobuf type google.chat.v1.Space.AccessSettings.AccessState

Namespace

Google \ Apps \ Chat \ V1 \ Space \ AccessSettings

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ACCESS_STATE_UNSPECIFIED

Value: 0

Access state is unknown or not supported in this API.

Generated from protobuf enum ACCESS_STATE_UNSPECIFIED = 0;

PBPRIVATE

Value: 1

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.

Generated from protobuf enum PRIVATE = 1;

DISCOVERABLE

Value: 2

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.

Generated from protobuf enum DISCOVERABLE = 2;