Class GoogleCloudSecuritycenterV2Secret
Inheritance
GoogleCloudSecuritycenterV2Secret
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2Secret : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnvironmentVariable
Declaration
[JsonProperty("environmentVariable")]
public virtual GoogleCloudSecuritycenterV2SecretEnvironmentVariable EnvironmentVariable { get; set; }
Property Value
FilePath
Declaration
[JsonProperty("filePath")]
public virtual GoogleCloudSecuritycenterV2SecretFilePath FilePath { get; set; }
Property Value
Status
Declaration
[JsonProperty("status")]
public virtual GoogleCloudSecuritycenterV2SecretStatus Status { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Implements