get_deletion_candidates

Function get_deletion_candidates 

Source
pub async fn get_deletion_candidates(
    infra: &InfraContext<'_>,
    token: &str,
    settings_hsm_group_name_opt: Option<&str>,
    configuration_name_pattern: Option<&str>,
    since: Option<NaiveDateTime>,
    until: Option<NaiveDateTime>,
) -> Result<DeletionCandidates, Error>
Expand description

Fetch deletion candidates (no side effects).