Class GoogleCloudSecuritycenterV2IssueResource
A resource associated with the an issue.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2IssueResource : IDirectResponseSchema
Properties
AwsMetadata
The AWS metadata of the resource associated with the issue. Only populated for AWS resources.
Declaration
[JsonProperty("awsMetadata")]
public virtual GoogleCloudSecuritycenterV2IssueResourceAwsMetadata AwsMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2IssueResourceAwsMetadata |
AzureMetadata
The Azure metadata of the resource associated with the issue. Only populated for Azure resources.
Declaration
[JsonProperty("azureMetadata")]
public virtual GoogleCloudSecuritycenterV2IssueResourceAzureMetadata AzureMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2IssueResourceAzureMetadata |
CloudProvider
The cloud provider of the resource associated with the issue.
Declaration
[JsonProperty("cloudProvider")]
public virtual string CloudProvider { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The resource-type specific display name of the resource associated with the issue.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
GoogleCloudMetadata
The Google Cloud metadata of the resource associated with the issue. Only populated for Google Cloud resources.
Declaration
[JsonProperty("googleCloudMetadata")]
public virtual GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata GoogleCloudMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata |
Name
The full resource name of the resource associated with the issue.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the resource associated with the issue.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |