Google Cloud reCAPTCHA Enterprise v1 API - Class SearchRelatedAccountGroupMembershipsRequest (2.3.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

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

ProjectAsRelatedAccountGroupName

public RelatedAccountGroupName ProjectAsRelatedAccountGroupName { get; set; }

RelatedAccountGroupName-typed view over the Project resource name property.

Property Value
TypeDescription
RelatedAccountGroupName