Class CreateDataPolicyRequest (0.6.16)

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

Request message for the CreateDataPolicy method.

Attributes

Name Description
parent str
Required. Resource name of the project that the data policy will belong to. The format is projects/{project_number}/locations/{location_id}.
data_policy_id str
Required. User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.
data_policy google.cloud.bigquery_datapolicies_v2beta1.types.DataPolicy
Required. The data policy to create. The name field does not need to be provided for the data policy creation.