pub async fn set(
client: &impl Client,
mount: &str,
opts: Option<&mut SetURLsRequestBuilder>,
) -> Result<(), ClientError>Expand description
Sets the configured certificate URLs
See SetURLsRequest
pub async fn set(
client: &impl Client,
mount: &str,
opts: Option<&mut SetURLsRequestBuilder>,
) -> Result<(), ClientError>Sets the configured certificate URLs
See SetURLsRequest