public sealed class SecurityStatus : IMessage<Asset.Types.SecurityStatus>, IEquatable<Asset.Types.SecurityStatus>, IDeepCloneable<Asset.Types.SecurityStatus>, IBufferMessage, IMessage
Security policy status of the asset. Data security policy, i.e., readers,
writers & owners, should be specified in the lake/zone/asset IAM policy.
[[["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 latest version of the `SecurityStatus` class within the `Google.Cloud.Dataplex.V1` namespace is 3.6.0, with a range of available versions from 1.0.0 to 3.6.0."],["`SecurityStatus` is a class that represents the security policy status of an asset, specifying readers, writers, and owners through the lake/zone/asset IAM policy."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, enabling functionalities like message handling and deep cloning."],["The `SecurityStatus` class includes properties like `Message` (for additional state information), `State` (for the current security policy state), and `UpdateTime` (for the last status update timestamp)."],["The `SecurityStatus` class offers two constructors, a default constructor, and one that accepts another `Asset.Types.SecurityStatus` object as a parameter."]]],[]]