public sealed class GetOSPolicyAssignmentReportRequest : IMessage<GetOSPolicyAssignmentReportRequest>, IEquatable<GetOSPolicyAssignmentReportRequest>, IDeepCloneable<GetOSPolicyAssignmentReportRequest>, IBufferMessage, IMessage
Get a report of the OS policy assignment for a VM instance.
For {project}, either project-number or project-id can be provided.
For {instance_id}, either Compute Engine instance-id or instance-name
can be provided.
For {assignment_id}, the OSPolicyAssignment id must be provided.
[[["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 outlines the `GetOSPolicyAssignmentReportRequest` class, which is used to retrieve a report of the OS policy assignment for a specific VM instance within the Google Cloud OS Config service."],["The `GetOSPolicyAssignmentReportRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The class provides two constructors, a default one and another that allows for the creation of an instance by cloning an existing `GetOSPolicyAssignmentReportRequest` object, as well as two properties, `Name` and `OSPolicyAssignmentReportName`."],["The required `Name` property is a string that represents the API resource name for an OS policy assignment report, following a specific format including project, location, instance, and assignment identifiers."],["There is a full list of prior versions of the `GetOSPolicyAssignmentReportRequest` available, ranging from the latest version 2.4.0 down to 1.3.0."]]],[]]