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

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.

The attribute at the given path that's 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; }

The fully qualified proto attribute path, in dot notation. For example: rules[0].cel_expression.resource_types_values

Property Value
Type Description
string