2024-06-15
▼ ▲ dlp.organizations.locations.connections.patch
Parameters :
name
Type : string
Location : path
Description : Required. Resource name in the format: `projects/{project}/locations/{location}/connections/{connection}`.
Pattern : ^organizations/[^/]+/locations/[^/]+/connections/[^/]+$
Required : Yes
Flat Path : v2/organizations/{organizationsId}/locations/{locationsId}/connections/{connectionsId}
Path : v2/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a Connection.
Parameter Order : name
HTTP Method : PATCH
▼ ▲ dlp.organizations.locations.connections.create
Parameter Order : parent
Description : Create a Connection to an external data source.
Parameters :
parent
Pattern : ^organizations/[^/]+/locations/[^/]+$
Required : Yes
Description : Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization): + Projects scope: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `organizations/`ORG_ID`/locations/`LOCATION_ID
Location : path
Type : string
HTTP Method : POST
Path : v2/{+parent}/connections
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v2/organizations/{organizationsId}/locations/{locationsId}/connections
▼ ▲ dlp.organizations.locations.connections.get
Parameters :
name
Description : Required. Resource name in the format: `projects/{project}/locations/{location}/connections/{connection}`.
Location : path
Pattern : ^organizations/[^/]+/locations/[^/]+/connections/[^/]+$
Required : Yes
Type : string
Description : Get a Connection by name.
Flat Path : v2/organizations/{organizationsId}/locations/{locationsId}/connections/{connectionsId}
Parameter Order : name
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v2/{+name}
▼ ▲ dlp.organizations.locations.connections.delete
Parameters :
name
Pattern : ^organizations/[^/]+/locations/[^/]+/connections/[^/]+$
Description : Required. Resource name of the Connection to be deleted, in the format: `projects/{project}/locations/{location}/connections/{connection}`.
Location : path
Required : Yes
Type : string
HTTP Method : DELETE
Flat Path : v2/organizations/{organizationsId}/locations/{locationsId}/connections/{connectionsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a Connection.
Parameter Order : name
Path : v2/{+name}