Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource

The "locations" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class OrganizationsResource.LocationsResource

Constructors

LocationsResource(IClientService)

Constructs a new resource.

Declaration
public LocationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

ColumnDataProfiles

Gets the ColumnDataProfiles resource.

Declaration
public virtual OrganizationsResource.LocationsResource.ColumnDataProfilesResource ColumnDataProfiles { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.ColumnDataProfilesResource

Connections

Gets the Connections resource.

Declaration
public virtual OrganizationsResource.LocationsResource.ConnectionsResource Connections { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.ConnectionsResource

DeidentifyTemplates

Gets the DeidentifyTemplates resource.

Declaration
public virtual OrganizationsResource.LocationsResource.DeidentifyTemplatesResource DeidentifyTemplates { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.DeidentifyTemplatesResource

DiscoveryConfigs

Gets the DiscoveryConfigs resource.

Declaration
public virtual OrganizationsResource.LocationsResource.DiscoveryConfigsResource DiscoveryConfigs { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.DiscoveryConfigsResource

DlpJobs

Gets the DlpJobs resource.

Declaration
public virtual OrganizationsResource.LocationsResource.DlpJobsResource DlpJobs { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.DlpJobsResource

FileStoreDataProfiles

Gets the FileStoreDataProfiles resource.

Declaration
public virtual OrganizationsResource.LocationsResource.FileStoreDataProfilesResource FileStoreDataProfiles { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.FileStoreDataProfilesResource

InfoTypes

Gets the InfoTypes resource.

Declaration
public virtual OrganizationsResource.LocationsResource.InfoTypesResource InfoTypes { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.InfoTypesResource

InspectTemplates

Gets the InspectTemplates resource.

Declaration
public virtual OrganizationsResource.LocationsResource.InspectTemplatesResource InspectTemplates { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.InspectTemplatesResource

JobTriggers

Gets the JobTriggers resource.

Declaration
public virtual OrganizationsResource.LocationsResource.JobTriggersResource JobTriggers { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.JobTriggersResource

ProjectDataProfiles

Gets the ProjectDataProfiles resource.

Declaration
public virtual OrganizationsResource.LocationsResource.ProjectDataProfilesResource ProjectDataProfiles { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.ProjectDataProfilesResource

StoredInfoTypes

Gets the StoredInfoTypes resource.

Declaration
public virtual OrganizationsResource.LocationsResource.StoredInfoTypesResource StoredInfoTypes { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.StoredInfoTypesResource

TableDataProfiles

Gets the TableDataProfiles resource.

Declaration
public virtual OrganizationsResource.LocationsResource.TableDataProfilesResource TableDataProfiles { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.TableDataProfilesResource
In this article
Back to top Generated by DocFX