public sealed class AttributeSubstitutionRule : IMessage<AttributeSubstitutionRule>, IEquatable<AttributeSubstitutionRule>, IDeepCloneable<AttributeSubstitutionRule>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Security Compliance v1 API class AttributeSubstitutionRule.
Attribute at the given path is substituted entirely.
Implements
IMessageAttributeSubstitutionRule, IEquatableAttributeSubstitutionRule, IDeepCloneableAttributeSubstitutionRule, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
AttributeSubstitutionRule()
public AttributeSubstitutionRule()
AttributeSubstitutionRule(AttributeSubstitutionRule)
public AttributeSubstitutionRule(AttributeSubstitutionRule other)
Parameter | |
---|---|
Name | Description |
other |
AttributeSubstitutionRule |
Properties
Attribute
public string Attribute { get; set; }
Fully qualified proto attribute path (in dot notation). Example: rules[0].cel_expression.resource_types_values
Property Value | |
---|---|
Type | Description |
string |