SASCredentialDto interface
- Extends
Properties
credential |
Polymorphic discriminator, which specifies the different types this object can be |
sas |
Full SAS Uri, including the storage, container/blob path and SAS token |
Property Details
credentialType
Polymorphic discriminator, which specifies the different types this object can be
credentialType: "SAS"
Property Value
"SAS"
sasUri
Full SAS Uri, including the storage, container/blob path and SAS token
sasUri?: string
Property Value
string