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-04-09 UTC."],[[["The latest version available for `UnauthorizedResource` is 3.6.0, which can be found in the `Google.Cloud.Dataplex.V1` namespace."],["`UnauthorizedResource` is designed to signal issues where the lake instance's service account lacks authorization to access or manage resources."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors available for `UnauthorizedResource`: a parameterless constructor and one that takes another `UnauthorizedResource` instance as a parameter."],["The `Google.Cloud.Dataplex.V1` library contains many versions of `UnauthorizedResource`, spanning from versions 1.0.0 all the way to 3.6.0."]]],[]]