Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::GetMembershipRequest.
Request to get a membership of a space.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::String) — 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}
orspaces/{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
whereexample@gmail.com
is the email of the Google Chat user.
#name=
def name=(value) -> ::String
-
value (::String) — 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}
orspaces/{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
whereexample@gmail.com
is the email of the Google Chat user.
-
(::String) — 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}
orspaces/{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
whereexample@gmail.com
is the email of the Google Chat user.
#use_admin_access
def use_admin_access() -> ::Boolean
-
(::Boolean) — 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
orchat.admin.memberships.readonly
OAuth 2.0 scopes.Getting app memberships in a space isn't supported when using admin access.
#use_admin_access=
def use_admin_access=(value) -> ::Boolean
-
value (::Boolean) — 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
orchat.admin.memberships.readonly
OAuth 2.0 scopes.Getting app memberships in a space isn't supported when using admin access.
-
(::Boolean) — 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
orchat.admin.memberships.readonly
OAuth 2.0 scopes.Getting app memberships in a space isn't supported when using admin access.