Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Create an OS policy assignment. This method also creates the first revision of the OS policy assignment. This method returns a long running operation (LRO) that contains the rollout details. The rollout can be cancelled by cancelling the LRO. For more information, see Method: projects.locations.osPolicyAssignments.operations.cancel.

Link copied to clipboard
data class OsPolicyAssignmentArgs(val description: Output<String>? = null, val etag: Output<String>? = null, val instanceFilter: Output<OSPolicyAssignmentInstanceFilterArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val osPolicies: Output<List<OSPolicyArgs>>? = null, val osPolicyAssignmentId: Output<String>? = null, val project: Output<String>? = null, val rollout: Output<OSPolicyAssignmentRolloutArgs>? = null) : ConvertibleToJava<OsPolicyAssignmentArgs>

Create an OS policy assignment. This method also creates the first revision of the OS policy assignment. This method returns a long running operation (LRO) that contains the rollout details. The rollout can be cancelled by cancelling the LRO. For more information, see Method: projects.locations.osPolicyAssignments.operations.cancel.

Functions