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.
327 328 329 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 327 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
332 333 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 332 def update!(**args) end |