Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Process

Inheritance
object
GoogleCloudSecuritycenterV2Process
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.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2Process : IDirectResponseSchema

Properties

Args

Declaration
[JsonProperty("args")]
public virtual IList<string> Args { get; set; }
Property Value
Type Description
IList<string>

ArgumentsTruncated

Declaration
[JsonProperty("argumentsTruncated")]
public virtual bool? ArgumentsTruncated { get; set; }
Property Value
Type Description
bool?

Binary

Declaration
[JsonProperty("binary")]
public virtual GoogleCloudSecuritycenterV2File Binary { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2File

ETag

The ETag of the item.

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

EnvVariables

Declaration
[JsonProperty("envVariables")]
public virtual IList<GoogleCloudSecuritycenterV2EnvironmentVariable> EnvVariables { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2EnvironmentVariable>

EnvVariablesTruncated

Declaration
[JsonProperty("envVariablesTruncated")]
public virtual bool? EnvVariablesTruncated { get; set; }
Property Value
Type Description
bool?

Libraries

Declaration
[JsonProperty("libraries")]
public virtual IList<GoogleCloudSecuritycenterV2File> Libraries { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2File>

Name

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

ParentPid

Declaration
[JsonProperty("parentPid")]
public virtual long? ParentPid { get; set; }
Property Value
Type Description
long?

Pid

Declaration
[JsonProperty("pid")]
public virtual long? Pid { get; set; }
Property Value
Type Description
long?

Script

Declaration
[JsonProperty("script")]
public virtual GoogleCloudSecuritycenterV2File Script { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2File

UserId

Declaration
[JsonProperty("userId")]
public virtual long? UserId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX