Class GenerateMembershipRBACRoleBindingYAMLResponse
Response for GenerateRBACRoleBindingYAML.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class GenerateMembershipRBACRoleBindingYAMLResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RoleBindingsYaml
a yaml text blob including the RBAC policies.
Declaration
[JsonProperty("roleBindingsYaml")]
public virtual string RoleBindingsYaml { get; set; }
Property Value
Type | Description |
---|---|
string |