Class GcpMetadata
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
public class GcpMetadata : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("folders")]
public virtual IList<GoogleCloudSecuritycenterV2Folder> Folders { get; set; }
Property Value
Declaration
[JsonProperty("organization")]
public virtual string Organization { get; set; }
Property Value
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Declaration
[JsonProperty("parentDisplayName")]
public virtual string ParentDisplayName { get; set; }
Property Value
Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
Declaration
[JsonProperty("projectDisplayName")]
public virtual string ProjectDisplayName { get; set; }
Property Value
Implements