Cloud Dataplex v1 API - Class Asset.Types.SecurityStatus (2.8.0)

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.

Inheritance

object > Asset.Types.SecurityStatus

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SecurityStatus()

public SecurityStatus()

SecurityStatus(SecurityStatus)

public SecurityStatus(Asset.Types.SecurityStatus other)
Parameter
NameDescription
otherAssetTypesSecurityStatus

Properties

Message

public string Message { get; set; }

Additional information about the current state.

Property Value
TypeDescription
string

State

public Asset.Types.SecurityStatus.Types.State State { get; set; }

The current state of the security policy applied to the attached resource.

Property Value
TypeDescription
AssetTypesSecurityStatusTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Last update time of the status.

Property Value
TypeDescription
Timestamp