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, detailing its functionality and usage across multiple versions."],["The `Asset.Types.SecurityStatus` class, which is part of the `Google.Cloud.Dataplex.V1` namespace, represents the security policy status of an asset."],["It inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `Message`, `State`, and `UpdateTime` that provide details about the security status, and its current state, and the last time the status was updated respectively."],["The class has two constructors, one empty and another that takes in a `SecurityStatus` object."]]],[]]