pub(super) async fn get_cluster_grants(
client: &Client,
name: &str,
) -> Result<Vec<ObjectGrant>, ConnectionError>Expand description
Get privilege grants on a cluster by name.
pub(super) async fn get_cluster_grants(
client: &Client,
name: &str,
) -> Result<Vec<ObjectGrant>, ConnectionError>Get privilege grants on a cluster by name.