Class GoogleCloudSecuritycenterV1IamRolePermission
Inheritance
GoogleCloudSecuritycenterV1IamRolePermission
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV1IamRolePermission : 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