Class AccessGroup (2.20.0)

AccessGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Custom user defined access groups at the data product level. These are used for granting different levels of access (IAM roles) on the individual data product's data assets.

Attributes

Name Description
id str
Required. Unique identifier of the access group within the data product. User defined. Eg. "analyst", "developer", etc.
display_name str
Required. User friendly display name of the access group. Eg. "Analyst", "Developer", etc.
description str
Optional. Description of the access group.
principal google.cloud.dataplex_v1.types.DataProduct.Principal
Required. The principal entity associated with this access group.