Google Cloud reCAPTCHA Enterprise v1 API - Class SearchRelatedAccountGroupMembershipsRequest (2.12.0)

public sealed class SearchRelatedAccountGroupMembershipsRequest : IMessage<SearchRelatedAccountGroupMembershipsRequest>, IEquatable<SearchRelatedAccountGroupMembershipsRequest>, IDeepCloneable<SearchRelatedAccountGroupMembershipsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class SearchRelatedAccountGroupMembershipsRequest.

The request message to search related account group memberships.

Inheritance

object > SearchRelatedAccountGroupMembershipsRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

SearchRelatedAccountGroupMembershipsRequest()

public SearchRelatedAccountGroupMembershipsRequest()

SearchRelatedAccountGroupMembershipsRequest(SearchRelatedAccountGroupMembershipsRequest)

public SearchRelatedAccountGroupMembershipsRequest(SearchRelatedAccountGroupMembershipsRequest other)
Parameter
NameDescription
otherSearchRelatedAccountGroupMembershipsRequest

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
string

ProjectAsProjectName

public ProjectName ProjectAsProjectName { get; set; }

ProjectName-typed view over the Project resource name property.

Property Value
TypeDescription
ProjectName