public sealed class SearchRelatedAccountGroupMembershipsRequest : IMessage<SearchRelatedAccountGroupMembershipsRequest>, IEquatable<SearchRelatedAccountGroupMembershipsRequest>, IDeepCloneable<SearchRelatedAccountGroupMembershipsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class SearchRelatedAccountGroupMembershipsRequest.
The request message to search related account group memberships.
Implements
IMessage<SearchRelatedAccountGroupMembershipsRequest>, IEquatable<SearchRelatedAccountGroupMembershipsRequest>, IDeepCloneable<SearchRelatedAccountGroupMembershipsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
SearchRelatedAccountGroupMembershipsRequest()
public SearchRelatedAccountGroupMembershipsRequest()SearchRelatedAccountGroupMembershipsRequest(SearchRelatedAccountGroupMembershipsRequest)
public SearchRelatedAccountGroupMembershipsRequest(SearchRelatedAccountGroupMembershipsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchRelatedAccountGroupMembershipsRequest |
Properties
HashedAccountId
public ByteString HashedAccountId { get; set; }Optional. The unique stable hashed user identifier we should search connections to.
The identifier should correspond to a hashed_account_id provided in a
previous CreateAssessment or AnnotateAssessment call.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous
SearchRelatedAccountGroupMemberships call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
SearchRelatedAccountGroupMemberships must match the call that provided
the page token.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Project
public string Project { get; set; }Required. The name of the project to search related account group memberships from. Specify the project name in the following format: "projects/{project}".
| Property Value | |
|---|---|
| Type | Description |
String |
|
ProjectAsRelatedAccountGroupName
public RelatedAccountGroupName ProjectAsRelatedAccountGroupName { get; set; }RelatedAccountGroupName-typed view over the Project resource name property.
| Property Value | |
|---|---|
| Type | Description |
RelatedAccountGroupName |
|