Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataAsset::AccessGroupConfig (v2.10.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataAsset::AccessGroupConfig.

Configuration for access group inherited from the parent data product.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#iam_roles

def iam_roles() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. IAM roles granted on the resource to this access group. Role name follows https://cloud.google.com/iam/docs/reference/rest/v1/roles.

    Example: [ "roles/bigquery.dataViewer" ]

#iam_roles=

def iam_roles=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. IAM roles granted on the resource to this access group. Role name follows https://cloud.google.com/iam/docs/reference/rest/v1/roles.

    Example: [ "roles/bigquery.dataViewer" ]

Returns
  • (::Array<::String>) — Optional. IAM roles granted on the resource to this access group. Role name follows https://cloud.google.com/iam/docs/reference/rest/v1/roles.

    Example: [ "roles/bigquery.dataViewer" ]