Class GoogleCloudSecuritycenterV2AccessReview
Inheritance
GoogleCloudSecuritycenterV2AccessReview
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2AccessReview : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Group
Declaration
[JsonProperty("group")]
public virtual string Group { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Ns
Declaration
[JsonProperty("ns")]
public virtual string Ns { get; set; }
Property Value
Resource
Declaration
[JsonProperty("resource")]
public virtual string Resource { get; set; }
Property Value
Subresource
Declaration
[JsonProperty("subresource")]
public virtual string Subresource { get; set; }
Property Value
Verb
Declaration
[JsonProperty("verb")]
public virtual string Verb { get; set; }
Property Value
Version
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Implements