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