Class CreateDiscoveryConfigRequest (3.14.0)

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

Request message for CreateDiscoveryConfig.

Attributes

NameDescription
parent str
Required. Parent resource name. The format of this value is as follows: projects/\ PROJECT_ID\ /locations/\ LOCATION_ID The following example parent string specifies a parent project with the identifier example-project, and specifies the europe-west3 location for processing data: :: parent=projects/example-project/locations/europe-west3
discovery_config google.cloud.dlp_v2.types.DiscoveryConfig
Required. The DiscoveryConfig to create.
config_id str
The config ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.