public sealed class Asset.Types.SecurityStatus : IMessage<Asset.Types.SecurityStatus>, IEquatable<Asset.Types.SecurityStatus>, IDeepCloneable<Asset.Types.SecurityStatus>, IBufferMessage, IMessageReference 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.
Implements
IMessageAssetTypesSecurityStatus, IEquatableAssetTypesSecurityStatus, IDeepCloneableAssetTypesSecurityStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SecurityStatus()
public SecurityStatus()SecurityStatus(SecurityStatus)
public SecurityStatus(Asset.Types.SecurityStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
AssetTypesSecurityStatus |
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 |
AssetTypesSecurityStatusTypesState |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Last update time of the status.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|