Class GoogleCloudSecuritycenterV2IamBinding
Inheritance
GoogleCloudSecuritycenterV2IamBinding
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2IamBinding : IDirectResponseSchema
Properties
Action
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Member
Declaration
[JsonProperty("member")]
public virtual string Member { get; set; }
Property Value
Role
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Implements