This method always returns the latest revision. In order to retrieve a previous revision of the assignment, also provide the revision ID in the name parameter.
HTTP request
GET https://osconfig.googleapis.com/v1/{name=projects/*/locations/*/osPolicyAssignments/*}
[[["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 2024-11-11 UTC."],[[["This page details how to retrieve an existing OS policy assignment using a GET request to a specific URL endpoint."],["The request requires the resource name of the OS policy assignment, including the project, location, and assignment details within the URL as path parameters."],["The request body must be empty, and a successful response will return an instance of OSPolicyAssignment."],["The operation requires the `osconfig.osPolicyAssignments.get` IAM permission on the specified resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."],["This is designed to retrieve the latest version of the requested OS policy assignment, but you can also specify a previous version to be returned if needed."]]],[]]