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.