Class OrganizationsResource.LocationsResource.DlpJobsResource
The "dlpJobs" collection of methods.
Inherited Members
Namespace: Google.Apis.DLP.v2
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class OrganizationsResource.LocationsResource.DlpJobsResource
Constructors
DlpJobsResource(IClientService)
Constructs a new resource.
Declaration
public DlpJobsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists DlpJobs that match the specified filter in the request. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-storage and https://cloud.google.com/sensitive-data-protection/docs/compute-risk-analysis to learn more.
Declaration
public virtual OrganizationsResource.LocationsResource.DlpJobsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Parent resource name. The format of this value varies depending on whether you have
specified a processing
location: + Projects
scope, location specified: |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.DlpJobsResource.ListRequest |