Class CreateOSPolicyAssignmentRequest (1.6.0)

CreateOSPolicyAssignmentRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A request message to create an OS policy assignment

Attributes

NameDescription
parent str
Required. The parent resource name in the form: projects/{project}/locations/{location}
os_policy_assignment google.cloud.osconfig_v1alpha.types.OSPolicyAssignment
Required. The OS policy assignment to be created.
os_policy_assignment_id str
Required. The logical name of the OS policy assignment in the project with the following restrictions: - Must contain only lowercase letters, numbers, and hyphens. - Must start with a letter. - Must be between 1-63 characters. - Must end with a number or a letter. - Must be unique within the project.