Class Asset.Types.SecurityStatus (2.0.0)

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.

Inheritance

Object > Asset.Types.SecurityStatus

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SecurityStatus()

public SecurityStatus()

SecurityStatus(Asset.Types.SecurityStatus)

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

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
Asset.Types.SecurityStatus.Types.State

UpdateTime

public Timestamp UpdateTime { get; set; }

Last update time of the status.

Property Value
TypeDescription
Timestamp