pub async fn read(
client: &impl Client,
mount: &str,
) -> Result<ReadURLsResponse, ClientError>
Expand description
Reads the configured certificate URLs
See ReadURLsRequest
pub async fn read(
client: &impl Client,
mount: &str,
) -> Result<ReadURLsResponse, ClientError>
Reads the configured certificate URLs
See ReadURLsRequest