predefinedPermissionSettings property

String? predefinedPermissionSettings
getter/setter pair

Input only.

Predefined space permission settings, input only when creating a space. If the field is not set, a collaboration space is created. After you create the space, settings are populated in the PermissionSettings field. Setting predefined permission settings supports: - In Developer Preview, App authentication with administrator approval with the chat.app.spaces or chat.app.spaces.create scopes. - User authentication

Optional. Possible string values are:

  • "PREDEFINED_PERMISSION_SETTINGS_UNSPECIFIED" : Unspecified. Don't use.
  • "COLLABORATION_SPACE" : Setting to make the space a collaboration space where all members can post messages.
  • "ANNOUNCEMENT_SPACE" : Setting to make the space an announcement space where only space managers can post messages.

Implementation

core.String? predefinedPermissionSettings;