RelatedAccountGroupMembership

A membership in a group of related accounts.

JSON representation
{
  "name": string,
  "accountId": string,
  "hashedAccountId": string
}
Fields
name

string

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

accountId

string

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

hashedAccountId
(deprecated)

string (bytes format)

Deprecated: use accountId instead. The unique stable hashed account identifier of the member. The identifier corresponds to a hashedAccountId provided in a previous CreateAssessment or AnnotateAssessment call.

A base64-encoded string.