Class: Google::Cloud::Dataplex::V1::ResourceAccessSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/security.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#owners::Array<::String>

Returns 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.



38
39
40
41
# File 'proto_docs/google/cloud/dataplex/v1/security.rb', line 38

class ResourceAccessSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#readers::Array<::String>

Returns 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.



38
39
40
41
# File 'proto_docs/google/cloud/dataplex/v1/security.rb', line 38

class ResourceAccessSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#writers::Array<::String>

Returns 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.



38
39
40
41
# File 'proto_docs/google/cloud/dataplex/v1/security.rb', line 38

class ResourceAccessSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end