Class GoogleCloudSecuritycenterV2Network
Contains information about a VPC network associated with the finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter .v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2Network : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the VPC network resource, for example,
//compute.googleapis.com/projects/my-project/global/networks/my-network
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |