Class GetMembershipRequest
Request to get a membership of a space.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class GetMembershipRequest : IMessage<GetMembershipRequest>, IEquatable<GetMembershipRequest>, IDeepCloneable<GetMembershipRequest>, IBufferMessage, IMessage
Constructors
GetMembershipRequest()
Declaration
public GetMembershipRequest()
GetMembershipRequest(GetMembershipRequest)
Declaration
public GetMembershipRequest(GetMembershipRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetMembershipRequest | other |
Properties
MembershipName
MembershipName-typed view over the Name resource name property.
Declaration
public MembershipName MembershipName { get; set; }
Property Value
Type | Description |
---|---|
MembershipName |
Name
Required. Resource name of the membership to retrieve.
To get the app's own membership by using user
authentication,
you can optionally use spaces/{space}/members/app
.
Format: spaces/{space}/members/{member}
or spaces/{space}/members/app
When authenticated as a
user,
you can use the user's email as an alias for {member}
. For example,
spaces/{space}/members/example@gmail.com
where example@gmail.com
is the
email of the Google Chat user.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
UseAdminAccess
When true
, the method runs using the user's Google Workspace
administrator privileges.
The calling user must be a Google Workspace administrator with the manage chat and spaces conversations privilege.
Requires the chat.admin.memberships
or chat.admin.memberships.readonly
OAuth 2.0
scopes.
Getting app memberships in a space isn't supported when using admin access.
Declaration
public bool UseAdminAccess { get; set; }
Property Value
Type | Description |
---|---|
bool |