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 page provides documentation for the `BooleanConstraint` class within the Google Cloud Asset Inventory v1 API, specifically under the `AnalyzerOrgPolicyConstraint.Types.Constraint.Types` namespace."],["The `BooleanConstraint` class represents a type of constraint that can either be enforced or not, such as the `constraints/compute.disableSerialPortAccess` example, which would prevent serial port connections if enforced."],["The documentation covers multiple versions of the API, from version 2.7.0 up to the latest version, 3.12.0, allowing users to access the `BooleanConstraint` class across different API releases."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality checking, deep cloning, and buffer management."],["It includes details on the class constructors, such as a default constructor and one that takes another `BooleanConstraint` instance as a parameter, enabling object creation and copying."]]],[]]