Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Resource

Information related to the Google Cloud resource.

Inheritance
object
GoogleCloudSecuritycenterV2Resource
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 GoogleCloudSecuritycenterV2Resource : IDirectResponseSchema

Properties

AwsMetadata

The AWS metadata associated with the finding.

Declaration
[JsonProperty("awsMetadata")]
public virtual GoogleCloudSecuritycenterV2AwsMetadata AwsMetadata { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2AwsMetadata

AzureMetadata

The Azure metadata associated with the finding.

Declaration
[JsonProperty("azureMetadata")]
public virtual GoogleCloudSecuritycenterV2AzureMetadata AzureMetadata { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2AzureMetadata

CloudProvider

Indicates which cloud provider the finding is from.

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

DisplayName

The human readable name of the resource.

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

GcpMetadata

The GCP metadata associated with the finding.

Declaration
[JsonProperty("gcpMetadata")]
public virtual GcpMetadata GcpMetadata { get; set; }
Property Value
Type Description
GcpMetadata

Location

The region or location of the service (if applicable).

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

Name

The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

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

ResourcePath

Provides the path to the resource within the resource hierarchy.

Declaration
[JsonProperty("resourcePath")]
public virtual GoogleCloudSecuritycenterV2ResourcePath ResourcePath { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2ResourcePath

ResourcePathString

A string representation of the resource path. For Google Cloud, it has the format of organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id} where there can be any number of folders. For AWS, it has the format of org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id} where there can be any number of organizational units. For Azure, it has the format of mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name} where there can be any number of management groups.

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

Service

The service or resource provider associated with the resource.

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

Type

The full resource type of the resource.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX