public sealed class Action.Types.UnauthorizedResource : IMessage<Action.Types.UnauthorizedResource>, IEquatable<Action.Types.UnauthorizedResource>, IDeepCloneable<Action.Types.UnauthorizedResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Action.Types.UnauthorizedResource.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The `Action.Types.UnauthorizedResource` class in the Google Cloud Dataplex v1 API represents issues where a service account lacks the necessary permissions to access or manage a resource."],["This class is available across multiple versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, and is found within the `Google.Cloud.Dataplex.V1` namespace."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, deep cloning, and buffer message support."],["It provides two constructors, one default and another that allows creating a new instance from an existing `Action.Types.UnauthorizedResource` object."],["The documentation covers reference material for the `Action.Types.UnauthorizedResource` class, detailing its purpose, inheritance, implemented interfaces, namespace, assembly, and constructors."]]],[]]