Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecaptchaenterpriseV1RelatedAccountGroupMembership

import type { GoogleCloudRecaptchaenterpriseV1RelatedAccountGroupMembership } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

A membership in a group of related accounts.

interface GoogleCloudRecaptchaenterpriseV1RelatedAccountGroupMembership {
accountId?: string;
hashedAccountId?: Uint8Array;
name?: string;
}

§Properties

§
accountId?: string
[src]

The unique stable account identifier of the member. The identifier corresponds to an account_id provided in a previous CreateAssessment or AnnotateAssessment call.

§
hashedAccountId?: Uint8Array
[src]

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.

§
name?: string
[src]

Required. Identifier. The resource name for this membership in the format projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}.