Class GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest
The request message to search related account group memberships.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest : IDirectResponseSchema
Properties
AccountId
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.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HashedAccountId
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.
Declaration
[JsonProperty("hashedAccountId")]
public virtual string HashedAccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
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.
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
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.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |