async fn StoreSecretToAir(
AirClient: &AirServiceClient<Channel>,
ExtensionIdentifier: String,
Key: String,
Value: String,
) -> Result<(), CommonError>Expand description
Stores a secret in the Air service.
async fn StoreSecretToAir(
AirClient: &AirServiceClient<Channel>,
ExtensionIdentifier: String,
Key: String,
Value: String,
) -> Result<(), CommonError>Stores a secret in the Air service.