Class GoogleCloudSecuritycenterV2IamRolePermission
Inheritance
GoogleCloudSecuritycenterV2IamRolePermission
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2IamRolePermission : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Role
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Implements