Cloud Security Compliance v1 API - Class AttributeSubstitutionRule (1.0.0-beta01)

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.

Inheritance

object > AttributeSubstitutionRule

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

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