Azure Storage Account · Example Payload

Azure Storage Account Identity Example

AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

Azure Storage Account Identity Example is an example object payload from Azure Storage Account, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

principalIdtenantIdtype

Example Payload

Raw ↑
{
  "principalId": "example-string",
  "tenantId": "example-string",
  "type": "SystemAssigned"
}