Class GoogleCloudSecuritycenterV2IssueResourceApplicationAttributes
Consumer provided attributes for the application
Implements
Inherited Members
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> |