public sealed class PolicyViolationDetails : IMessage<PolicyViolationDetails>, IEquatable<PolicyViolationDetails>, IDeepCloneable<PolicyViolationDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class PolicyViolationDetails.
[[["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."],[[["The page provides documentation for the `PolicyViolationDetails` class within the Google Cloud Deploy v1 API for .NET, spanning multiple versions from 1.0.0 to the latest 3.4.0."],["`PolicyViolationDetails` is a class used to represent details about policy violations, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `FailureMessage`, `Policy`, and `RuleId`, providing information about the specific policy violation, the name of the violated policy, and the ID of the triggering rule."],["The documentation includes details about the class constructors, allowing for both parameterless creation and the creation of a new instance from an existing `PolicyViolationDetails` object."],["The `PolicyViolationDetails` class documentation is structured to inherit members from the base `object` class and specifies its location in the `Google.Cloud.Deploy.V1` namespace and `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]