public sealed class 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 document provides reference information for the `Asset.Types.SecurityStatus` class within the Google Cloud Dataplex v1 API, covering versions from 1.0.0 to the latest 3.6.0."],["`SecurityStatus` is a class that describes the security policy status of an asset, where the actual security policies for readers, writers, and owners should be managed through the lake/zone/asset IAM policies."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class `SecurityStatus` has properties for `Message`, `State`, and `UpdateTime` which contain additional information, the current security policy state, and the timestamp of the last update respectively."],["There are two constructors available, one default constructor, and another that takes an `Asset.Types.SecurityStatus` object as a parameter."]]],[]]