Class GroupsResource.MembershipsResource.SearchTransitiveGroupsRequest
Search transitive groups of a member. Note: This feature is only available to Google Workspace
Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts.
If the account of the member is not one of these, a 403 (PERMISSION_DENIED) HTTP status code will be
returned. A transitive group is any group that has a direct or indirect membership to the member. Actor
must have view permissions all transitive groups.
Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
GroupsResource.MembershipsResource.SearchTransitiveGroupsRequest
Implements
Google.Apis.Requests.IClientServiceRequest
Inherited Members
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class SearchTransitiveGroupsRequest : CloudIdentityBaseServiceRequest<SearchTransitiveGroupsResponse>, IClientServiceRequest<SearchTransitiveGroupsResponse>, IClientServiceRequest
Constructors
SearchTransitiveGroupsRequest(IClientService, String)
Constructs a new SearchTransitiveGroups request.
Declaration
public SearchTransitiveGroupsRequest(IClientService service, string parent)
Parameters
| Type |
Name |
Description |
| Google.Apis.Services.IClientService |
service |
|
| System.String |
parent |
|
Properties
HttpMethod
Declaration
public override string HttpMethod { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.HttpMethod
MethodName
Declaration
public override string MethodName { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.MethodName
PageSize
The default page size is 200 (max 1000).
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
PageToken
The next_page_token value returned from a previous list request, if any.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Parent
Resource name of the group to search
transitive memberships in. Format: groups/{group}, where group is always '-' as this API will
search across all groups for a given member.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
| Type |
Description |
| System.String |
|
Query
Required. A CEL expression that MUST include member specification AND label(s). This is a required
field. Users can search on label attributes of groups. CONTAINS match ('in') is supported on labels.
Identity-mapped groups are uniquely identified by both a member_key_id and a
member_key_namespace, which requires an additional query input: member_key_namespace. Example
query: member_key_id == 'member_key_id_value' &amp;&amp; in labels
Declaration
[RequestParameter("query", RequestParameterType.Query)]
public virtual string Query { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RestPath
Declaration
public override string RestPath { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.RestPath
Methods
InitParameters()
Initializes SearchTransitiveGroups parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudIdentity.v1.CloudIdentityBaseServiceRequest<Google.Apis.CloudIdentity.v1.Data.SearchTransitiveGroupsResponse>.InitParameters()
Implements
Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest