Cloud Dataplex v1 API - Class Action.Types.FailedSecurityPolicyApply (2.2.0)

public sealed class FailedSecurityPolicyApply : IMessage<Action.Types.FailedSecurityPolicyApply>, IEquatable<Action.Types.FailedSecurityPolicyApply>, IDeepCloneable<Action.Types.FailedSecurityPolicyApply>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Action.Types.FailedSecurityPolicyApply.

Failed to apply security policy to the managed resource(s) under a lake, zone or an asset. For a lake or zone resource, one or more underlying assets has a failure applying security policy to the associated managed resource.

Inheritance

Object > Action.Types.FailedSecurityPolicyApply

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

FailedSecurityPolicyApply()

public FailedSecurityPolicyApply()

FailedSecurityPolicyApply(Action.Types.FailedSecurityPolicyApply)

public FailedSecurityPolicyApply(Action.Types.FailedSecurityPolicyApply other)
Parameter
NameDescription
otherAction.Types.FailedSecurityPolicyApply

Properties

Asset

public string Asset { get; set; }

Resource name of one of the assets with failing security policy application. Populated for a lake or zone resource only.

Property Value
TypeDescription
String