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 |
google.cloud.bigquery_datapolicies_v1.types.DataPolicy
Required. The data policy to create. The name field does
not need to be provided for the data policy creation.
|