Azure Functions · Example Payload

Azure Functions Api Kv Reference Example

CloudComputeEvent-DrivenFunctionsServerless

Azure Functions Api Kv Reference Example is an example object payload from Azure Functions, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

detailsidentityTypelocationreferencesecretNamesecretVersionsourcestatusvaultName

Example Payload

Raw ↑
{
  "details": "example-string",
  "identityType": "None",
  "location": "ApplicationSetting",
  "reference": "example-string",
  "secretName": "example-string",
  "secretVersion": "example-string",
  "source": "KeyVault",
  "status": "Initialized",
  "vaultName": "example-string"
}