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 `SecurityStatus` class provides information about the security policy status of an asset in Google Cloud Dataplex."],["This class has a list of versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest release."],["`SecurityStatus` inherits from `Object` and implements `IMessage\u003cAsset.Types.SecurityStatus\u003e`, `IEquatable\u003cAsset.Types.SecurityStatus\u003e`, `IDeepCloneable\u003cAsset.Types.SecurityStatus\u003e`, `IBufferMessage`, and `IMessage`."],["The `SecurityStatus` class includes properties such as `Message`, `State`, and `UpdateTime`, which describe the status of the data security policy for the asset."],["The data security policy, which includes readers, writers, and owners, should be specified in the lake/zone/asset IAM policy."]]],[]]