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
IMessageSearchRelatedAccountGroupMembershipsRequest, IEquatableSearchRelatedAccountGroupMembershipsRequest, IDeepCloneableSearchRelatedAccountGroupMembershipsRequest, 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
AccountId
public string AccountId { get; set; }Optional. The unique stable account identifier used to search connections.
The identifier should correspond to an account_id provided in a previous
CreateAssessment or AnnotateAssessment call. Either hashed_account_id
or account_id must be set, but not both.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HashedAccountId
[Obsolete]
public ByteString HashedAccountId { get; set; }Optional. Deprecated: use account_id instead.
The unique stable hashed account identifier used to search connections. The
identifier should correspond to a hashed_account_id provided in a
previous CreateAssessment or AnnotateAssessment call. Either
hashed_account_id or account_id must be set, but not both.
| 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 |
int |
|
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 |
|
ProjectAsProjectName
public ProjectName ProjectAsProjectName { get; set; }ProjectName-typed view over the Project resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|