Dataplex V1 API - Class Google::Cloud::Dataplex::V1::ResourceAccessSpec (v0.20.0)

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

ResourceAccessSpec holds the access control configuration to be enforced on the resources, for example, Cloud Storage bucket, BigQuery dataset, BigQuery table.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#owners

def owners() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. The set of principals to be granted owner role on the resource.

#owners=

def owners=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. The set of principals to be granted owner role on the resource.
Returns
  • (::Array<::String>) — Optional. The set of principals to be granted owner role on the resource.

#readers

def readers() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. The format of strings follows the pattern followed by IAM in the bindings. user:{email}, serviceAccount:{email} group:{email}. The set of principals to be granted reader role on the resource.

#readers=

def readers=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. The format of strings follows the pattern followed by IAM in the bindings. user:{email}, serviceAccount:{email} group:{email}. The set of principals to be granted reader role on the resource.
Returns
  • (::Array<::String>) — Optional. The format of strings follows the pattern followed by IAM in the bindings. user:{email}, serviceAccount:{email} group:{email}. The set of principals to be granted reader role on the resource.

#writers

def writers() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. The set of principals to be granted writer role on the resource.

#writers=

def writers=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. The set of principals to be granted writer role on the resource.
Returns
  • (::Array<::String>) — Optional. The set of principals to be granted writer role on the resource.