Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Resource

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

AdcApplication

Declaration
[JsonProperty("adcApplication")]
public virtual GoogleCloudSecuritycenterV2AdcApplication AdcApplication { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2AdcApplication

AdcApplicationTemplate

Declaration
[JsonProperty("adcApplicationTemplate")]
public virtual GoogleCloudSecuritycenterV2AdcApplicationTemplateRevision AdcApplicationTemplate { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2AdcApplicationTemplateRevision

AdcSharedTemplate

Declaration
[JsonProperty("adcSharedTemplate")]
public virtual GoogleCloudSecuritycenterV2AdcSharedTemplateRevision AdcSharedTemplate { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2AdcSharedTemplateRevision

Application

Declaration
[JsonProperty("application")]
public virtual GoogleCloudSecuritycenterV2ResourceApplication Application { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2ResourceApplication

AwsMetadata

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

AzureMetadata

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

CloudProvider

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

DisplayName

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

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

Location

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

Name

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

ResourcePath

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

ResourcePathString

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

Service

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

Type

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