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 details the `UnauthorizedResource` class within the `Google.Cloud.Dataplex.V1` namespace, which is part of the Google Cloud Dataplex .NET library."],["The `UnauthorizedResource` class signifies an issue where the service account associated with a lake instance lacks the necessary permissions to access or manage an asset's resources."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in message handling and object comparison."],["The latest version of this class is `3.6.0` and there are multiple previous versions listed, starting from version `1.0.0`, showing its version history."],["The page lists the `UnauthorizedResource` class constructors, which includes a default constructor and one that accepts another `UnauthorizedResource` instance as a parameter."]]],[]]