Interface GenerateMembershipRBACRoleBindingYAMLResponseOrBuilder (1.85.0)

public interface GenerateMembershipRBACRoleBindingYAMLResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRoleBindingsYaml()

public abstract String getRoleBindingsYaml()

a yaml text blob including the RBAC policies.

string role_bindings_yaml = 1;

Returns
Type Description
String

The roleBindingsYaml.

getRoleBindingsYamlBytes()

public abstract ByteString getRoleBindingsYamlBytes()

a yaml text blob including the RBAC policies.

string role_bindings_yaml = 1;

Returns
Type Description
ByteString

The bytes for roleBindingsYaml.