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
AccountId
The unique stable account identifier of the member. The identifier corresponds to an account_id provided
in a previous CreateAssessment or AnnotateAssessment call.
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
Deprecated: use account_id instead. The unique stable hashed account 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. Identifier. 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 |