Class AccessSettings
Represents the access setting of the space.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class AccessSettings : IDirectResponseSchema
Properties
AccessState
Output only. Indicates the access state of the space.
Declaration
[JsonProperty("accessState")]
public virtual string AccessState { get; set; }
Property Value
Type | Description |
---|---|
string |
Audience
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
. Reading the target audience supports: - User
authentication - App
authentication with
administrator approval with the chat.app.spaces
scope in
Developer Preview. This field is not populated when using
the chat.bot
scope with app
authentication. Setting the
target audience requires user
authentication.
Declaration
[JsonProperty("audience")]
public virtual string Audience { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |