Google Chat V1 API - Class Google::Apps::Chat::V1::Space::AccessSettings (v0.5.1)

Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::Space::AccessSettings.

Represents the access setting of the space.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#access_state

def access_state() -> ::Google::Apps::Chat::V1::Space::AccessSettings::AccessState
Returns

#audience

def audience() -> ::String
Returns
  • (::String) — Optional. The resource name of the target audience who can discover the space, join the space, and preview the messages in the space. If unset, only users or Google Groups who have been individually invited or added to the space can access it. For details, see Make a space discoverable to a target audience.

    Format: audiences/{audience}

    To use the default target audience for the Google Workspace organization, set to audiences/default.

    This field is not populated when using the chat.bot scope with app authentication.

#audience=

def audience=(value) -> ::String
Parameter
  • value (::String) — Optional. The resource name of the target audience who can discover the space, join the space, and preview the messages in the space. If unset, only users or Google Groups who have been individually invited or added to the space can access it. For details, see Make a space discoverable to a target audience.

    Format: audiences/{audience}

    To use the default target audience for the Google Workspace organization, set to audiences/default.

    This field is not populated when using the chat.bot scope with app authentication.

Returns
  • (::String) — Optional. The resource name of the target audience who can discover the space, join the space, and preview the messages in the space. If unset, only users or Google Groups who have been individually invited or added to the space can access it. For details, see Make a space discoverable to a target audience.

    Format: audiences/{audience}

    To use the default target audience for the Google Workspace organization, set to audiences/default.

    This field is not populated when using the chat.bot scope with app authentication.