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

public sealed class Action.Types.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(FailedSecurityPolicyApply)

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

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