Reference documentation and code samples for the Google Apps Chat V1 Client class PredefinedPermissionSettings.
Predefined permission settings that you can only specify when creating a named space. More settings might be added in the future.
For details about permission settings for named spaces, see Learn about spaces.
Protobuf type google.chat.v1.Space.PredefinedPermissionSettings
Namespace
Google \ Apps \ Chat \ V1 \ SpaceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED
Value: 0
Unspecified. Don't use.
Generated from protobuf enum PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED = 0;
COLLABORATION_SPACE
Value: 1
Setting to make the space a collaboration space where all members can post messages.
Generated from protobuf enum COLLABORATION_SPACE = 1;
ANNOUNCEMENT_SPACE
Value: 2
Setting to make the space an announcement space where only space managers can post messages.
Generated from protobuf enum ANNOUNCEMENT_SPACE = 2;