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