Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV1Resource

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

Properties

AdcApplication

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

AdcApplicationTemplate

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

AdcSharedTemplate

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

Application

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

AwsMetadata

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

AzureMetadata

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

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

Folders

Declaration
[JsonProperty("folders")]
public virtual IList<Folder> Folders { get; set; }
Property Value
Type Description
IList<Folder>

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

Organization

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

Parent

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

ParentDisplayName

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

Project

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

ProjectDisplayName

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

ResourcePath

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

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