Azure Storage Accounts · Example Payload

Azure Storage Accounts Identity Example

AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

Azure Storage Accounts Identity Example is an example object payload from Azure Storage Accounts, 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"
}