pub async fn get_api_key(
configuration: &Configuration,
id: &str,
) -> Result<ApiKeyResponseDto, Error<GetApiKeyError>>Expand description
This endpoint requires the apiKey.read permission.
pub async fn get_api_key(
configuration: &Configuration,
id: &str,
) -> Result<ApiKeyResponseDto, Error<GetApiKeyError>>This endpoint requires the apiKey.read permission.