Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes

Consumer provided attributes for the application

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

Properties

BusinessOwners

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

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

Criticality

User-defined criticality information.

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

DeveloperOwners

Developer team that owns development and coding.

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

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 GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment Environment { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment

OperatorOwners

Operator team that ensures runtime and operations.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX