Class GoogleCloudRecaptchaenterpriseV1RelatedAccountGroupMembership
A membership in a group of related accounts.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1RelatedAccountGroupMembership : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HashedAccountId
The unique stable hashed user identifier of the member. The identifier corresponds to a hashed_account_id
provided in a previous CreateAssessment or AnnotateAssessment call.
Declaration
[JsonProperty("hashedAccountId")]
public virtual string HashedAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Required. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |