Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataProduct::AccessGroup.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Optional. Description of the access group.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Description of the access group.
Returns
- (::String) — Optional. Description of the access group.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. User friendly display name of the access group. Eg. "Analyst", "Developer", etc.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. User friendly display name of the access group. Eg. "Analyst", "Developer", etc.
Returns
- (::String) — Required. User friendly display name of the access group. Eg. "Analyst", "Developer", etc.
#id
def id() -> ::String
Returns
- (::String) — Required. Unique identifier of the access group within the data product. User defined. Eg. "analyst", "developer", etc.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — Required. Unique identifier of the access group within the data product. User defined. Eg. "analyst", "developer", etc.
Returns
- (::String) — Required. Unique identifier of the access group within the data product. User defined. Eg. "analyst", "developer", etc.
#principal
def principal() -> ::Google::Cloud::Dataplex::V1::DataProduct::Principal
Returns
- (::Google::Cloud::Dataplex::V1::DataProduct::Principal) — Required. The principal entity associated with this access group.
#principal=
def principal=(value) -> ::Google::Cloud::Dataplex::V1::DataProduct::Principal
Parameter
- value (::Google::Cloud::Dataplex::V1::DataProduct::Principal) — Required. The principal entity associated with this access group.
Returns
- (::Google::Cloud::Dataplex::V1::DataProduct::Principal) — Required. The principal entity associated with this access group.