Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2ResourceApplicationAttributes

Consumer provided attributes for the application

Inheritance
object
GoogleCloudSecuritycenterV2ResourceApplicationAttributes
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.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2ResourceApplicationAttributes : IDirectResponseSchema

Properties

BusinessOwners

Business team that ensures user needs are met and value is delivered

Declaration
[JsonProperty("businessOwners")]
public virtual IList<GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo> BusinessOwners { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo>

Criticality

User-defined criticality information.

Declaration
[JsonProperty("criticality")]
public virtual GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality Criticality { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality

DeveloperOwners

Developer team that owns development and coding.

Declaration
[JsonProperty("developerOwners")]
public virtual IList<GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo> DeveloperOwners { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Environment

User-defined environment information.

Declaration
[JsonProperty("environment")]
public virtual GoogleCloudSecuritycenterV2ResourceApplicationAttributesEnvironment Environment { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2ResourceApplicationAttributesEnvironment

OperatorOwners

Operator team that ensures runtime and operations.

Declaration
[JsonProperty("operatorOwners")]
public virtual IList<GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo> OperatorOwners { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX