public sealed class UnauthorizedResource : IMessage<Action.Types.UnauthorizedResource>, IEquatable<Action.Types.UnauthorizedResource>, IDeepCloneable<Action.Types.UnauthorizedResource>, IBufferMessage, IMessage
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-21 UTC."],[[["This page documents the `UnauthorizedResource` class within the `Google.Cloud.Dataplex.V1` namespace, indicating issues where the service account lacks authorization to access or manage a resource."],["The latest version documented is 3.6.0, with numerous previous versions listed, down to 1.0.0, for the `Action.Types.UnauthorizedResource`."],["The `UnauthorizedResource` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes constructors to create a new `UnauthorizedResource` or copy an existing one."],["This class resides in the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]