async fn configure_role(
client: &Client,
executor: &DeploymentExecutor<'_>,
def: &RoleDefinition,
) -> Result<(), CliError>Expand description
Configure a role: ALTER, GRANT, COMMENT statements and reconcile stale grants/params.
async fn configure_role(
client: &Client,
executor: &DeploymentExecutor<'_>,
def: &RoleDefinition,
) -> Result<(), CliError>Configure a role: ALTER, GRANT, COMMENT statements and reconcile stale grants/params.