Class GoogleCloudSecuritycenterV2VertexAi
Inheritance
GoogleCloudSecuritycenterV2VertexAi
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2VertexAi : IDirectResponseSchema
Properties
Datasets
Declaration
[JsonProperty("datasets")]
public virtual IList<GoogleCloudSecuritycenterV2Dataset> Datasets { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Pipelines
Declaration
[JsonProperty("pipelines")]
public virtual IList<GoogleCloudSecuritycenterV2Pipeline> Pipelines { get; set; }
Property Value
Implements