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."],["The class has properties such as `Message`, `State`, and `UpdateTime`, which describe the status, current state, and last update time of the security policy."],["The latest version of `Asset.Types.SecurityStatus` is 3.6.0, and it supports versions dating back to 1.0.0, all of which can be accessed."],["`SecurityStatus` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class provides 2 constructors: A default constructor and a constructor that accepts another `SecurityStatus` object as parameter."]]],[]]