Class GoogleCloudSecuritycenterV2Binding
Inheritance
GoogleCloudSecuritycenterV2Binding
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2Binding : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { 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
Role
Declaration
[JsonProperty("role")]
public virtual GoogleCloudSecuritycenterV2Role Role { get; set; }
Property Value
Subjects
Declaration
[JsonProperty("subjects")]
public virtual IList<GoogleCloudSecuritycenterV2Subject> Subjects { get; set; }
Property Value
Implements