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