pub fn keys_key_prefix_get(
configuration: &Configuration,
key_prefix: &str,
filter: Option<&str>,
) -> Result<ResponseContent<Vec<KeyItem>>, Error<KeysKeyPrefixGetError>>Expand description
Get a list of the identifiers of all keys that have a KeyID that starts with KeyPrefix. If the caller is in a namespace, only keys in that namespace are returned. Separate requests need to be made to request the individual key data.