public sealed class AttributeSubstitutionRule : IMessage<AttributeSubstitutionRule>, IEquatable<AttributeSubstitutionRule>, IDeepCloneable<AttributeSubstitutionRule>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class AttributeSubstitutionRule.
The attribute at the given path that's 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; }The fully qualified proto attribute path, in dot notation.
For example: rules[0].cel_expression.resource_types_values
| Property Value | |
|---|---|
| Type | Description |
string |
|