Show / Hide Table of Contents

Class GooglePrivacyDlpV2DlpJob

Combines all of the information about a DLP job.

Inheritance
object
GooglePrivacyDlpV2DlpJob
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DlpJob : IDirectResponseSchema

Properties

ActionDetails

Events that should occur after the job has completed.

Declaration
[JsonProperty("actionDetails")]
public virtual IList<GooglePrivacyDlpV2ActionDetails> ActionDetails { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2ActionDetails>

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Time when the job was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndTime

object representation of EndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

Time when the job finished.

Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type Description
string

Errors

A stream of errors encountered running the job.

Declaration
[JsonProperty("errors")]
public virtual IList<GooglePrivacyDlpV2Error> Errors { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2Error>

InspectDetails

Results from inspecting a data source.

Declaration
[JsonProperty("inspectDetails")]
public virtual GooglePrivacyDlpV2InspectDataSourceDetails InspectDetails { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2InspectDataSourceDetails

JobTriggerName

If created by a job trigger, the resource name of the trigger that instantiated the job.

Declaration
[JsonProperty("jobTriggerName")]
public virtual string JobTriggerName { get; set; }
Property Value
Type Description
string

LastModified

object representation of LastModifiedRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastModifiedDateTimeOffset instead.")]
public virtual object LastModified { get; set; }
Property Value
Type Description
object

LastModifiedDateTimeOffset

DateTimeOffset representation of LastModifiedRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastModifiedDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastModifiedRaw

Time when the job was last modified by the system.

Declaration
[JsonProperty("lastModified")]
public virtual string LastModifiedRaw { get; set; }
Property Value
Type Description
string

Name

The server-assigned name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RiskDetails

Results from analyzing risk of a data source.

Declaration
[JsonProperty("riskDetails")]
public virtual GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails RiskDetails { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

Time when the job started.

Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type Description
string

State

State of a job.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Type

The type of job.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX