Osconfig_v1Functions

Functions

Link copied to clipboard

Retrieve an existing OS policy assignment. 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.

suspend fun getOsPolicyAssignment(location: String, osPolicyAssignmentId: String, project: String? = null): GetOsPolicyAssignmentResult
Link copied to clipboard

Get an OS Config patch deployment.

suspend fun getPatchDeployment(patchDeploymentId: String, project: String? = null): GetPatchDeploymentResult