Class: Google::Cloud::Dataplex::V1::AspectType::Authorization

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

Overview

Autorization for an Aspect Type.

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_use_permission::String

Returns Immutable. The IAM permission grantable on the Entry Group to allow access to instantiate Aspects of Dataplex owned Aspect Types, only settable for Dataplex owned Types.

Returns:

  • (::String)

    Immutable. The IAM permission grantable on the Entry Group to allow access to instantiate Aspects of Dataplex owned Aspect Types, only settable for Dataplex owned Types.



75
76
77
78
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 75

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