public sealed class Asset.Types.SecurityStatus : IMessage<Asset.Types.SecurityStatus>, IEquatable<Asset.Types.SecurityStatus>, IDeepCloneable<Asset.Types.SecurityStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Asset.Types.SecurityStatus.
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."],[[["This webpage provides documentation for the `Asset.Types.SecurityStatus` class within the Google Cloud Dataplex v1 API, showing a comprehensive list of version history ranging from 1.0.0 to the latest 3.6.0."],["The `Asset.Types.SecurityStatus` class represents the security policy status of an asset, with data security policies like readers, writers, and owners being managed via lake/zone/asset IAM policies."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with protocol buffer functionalities."],["Key properties of the `SecurityStatus` class include `Message`, providing additional state information, `State`, indicating the security policy's current state, and `UpdateTime`, reflecting the last status update."],["It provides different constructors, including a default constructor and a constructor that accepts another `SecurityStatus` object for cloning."]]],[]]