Class GoogleCloudSecuritycenterV2ResourceApplicationAttributes
Inheritance
GoogleCloudSecuritycenterV2ResourceApplicationAttributes
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2ResourceApplicationAttributes : IDirectResponseSchema
Properties
BusinessOwners
Declaration
[JsonProperty("businessOwners")]
public virtual IList<GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo> BusinessOwners { get; set; }
Property Value
Criticality
Declaration
[JsonProperty("criticality")]
public virtual GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality Criticality { get; set; }
Property Value
DeveloperOwners
Declaration
[JsonProperty("developerOwners")]
public virtual IList<GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo> DeveloperOwners { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Environment
Declaration
[JsonProperty("environment")]
public virtual GoogleCloudSecuritycenterV2ResourceApplicationAttributesEnvironment Environment { get; set; }
Property Value
OperatorOwners
Declaration
[JsonProperty("operatorOwners")]
public virtual IList<GoogleCloudSecuritycenterV2ResourceApplicationAttributesContactInfo> OperatorOwners { get; set; }
Property Value
Implements