RelatedAccountGroupMembership(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
A membership in a group of related accounts.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. Identifier. The resource name for this membership in the format projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership} .
|
account_id |
str
The unique stable account identifier of the member. The identifier corresponds to an account_id provided in a
previous CreateAssessment or AnnotateAssessment
call.
|
hashed_account_id |
bytes
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.
|