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.
Implements
IMessage<Asset.Types.SecurityStatus>, IEquatable<Asset.Types.SecurityStatus>, IDeepCloneable<Asset.Types.SecurityStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SecurityStatus()
public SecurityStatus()
SecurityStatus(Asset.Types.SecurityStatus)
public SecurityStatus(Asset.Types.SecurityStatus other)
Parameter | |
---|---|
Name | Description |
other | Asset.Types.SecurityStatus |
Properties
Message
public string Message { get; set; }
Additional information about the current state.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Asset.Types.SecurityStatus.Types.State |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last update time of the status.
Property Value | |
---|---|
Type | Description |
Timestamp |