# AzureCredentialSpecRead

**object**

**credential**  
[AzureCredentialRead](https://docs.mediakind.com/api-reference/media-api/schemas/azurecredentialread) **Required**  
The credential for the Azure Storage Account

### Properties

- **sasToken**  
  - **type**: string  
  - **Required**  
  - **pattern**: ^\\?(\[a-z\]+=\[^&\]+)(&\[a-z\]+=\[^&\]+)+$  
  - **description**: SAS Token for Azure Storage Account, including leading ?

- **signedExpiry**  
  - **type**: string  
  - **Required**  
  - **format**: date-time  
  - **description**: The expiry time of the token.

- **signedStart**  
  - **type**: string or null  
  - **Required**  
  - **format**: date-time  
  - **description**: The start time of the token.

- **type**  
  - **type**: enum or null  
  - **Required**  
  - **description**: The type of the credential.  
  - **Allowed values**: Microsoft.Storage, AWS.S3, Google.Storage
