public sealed class AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint : IMessage<AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint>, IEquatable<AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint>, IDeepCloneable<AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint.
A Constraint that is either enforced or not.
For example a constraint constraints/compute.disableSerialPortAccess.
If it is enforced on a VM instance, serial port connections will not be
opened to that instance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `BooleanConstraint` class within the Google Cloud Asset Inventory v1 API."],["The `BooleanConstraint` class is used to represent a constraint that can be either enforced or not, like the example given, `constraints/compute.disableSerialPortAccess`."],["The latest version documented here is 3.12.0, and there are several other versions of the `BooleanConstraint` class documented within versions ranging from 2.7.0 to 3.11.0."],["The `BooleanConstraint` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The `BooleanConstraint` class has two public constructors: a default one `BooleanConstraint()` and one that takes another instance of `BooleanConstraint` as a parameter, `BooleanConstraint(AnalyzerOrgPolicyConstraint.Types.Constraint.Types.BooleanConstraint other)`."]]],[]]