Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionUnauthorizedResource
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionUnauthorizedResource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
Action details for unauthorized resource issues raised to indicate that the service account associated with the lake instance is not authorized to access or manage the resource associated with an asset.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1ActionUnauthorizedResource
constructor
A new instance of GoogleCloudDataplexV1ActionUnauthorizedResource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1ActionUnauthorizedResource
Returns a new instance of GoogleCloudDataplexV1ActionUnauthorizedResource.
328 329 330 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 328 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
333 334 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 333 def update!(**args) end |