Class GoogleCloudSecuritycenterV2VertexAi
Vertex AI-related information associated with the finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2VertexAi : IDirectResponseSchema
Properties
Datasets
Datasets associated with the finding.
Declaration
[JsonProperty("datasets")]
public virtual IList<GoogleCloudSecuritycenterV2Dataset> Datasets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudSecuritycenterV2Dataset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Pipelines
Pipelines associated with the finding.
Declaration
[JsonProperty("pipelines")]
public virtual IList<GoogleCloudSecuritycenterV2Pipeline> Pipelines { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudSecuritycenterV2Pipeline> |