ServiceGenerateAccountSasUrlOptions interface
Options to configure <xref:BlobServiceClient.generateAccountSasUrl> operation.
Properties
ip |
Optional. IP range allowed. |
protocol | Optional. SAS protocols allowed. |
starts |
Optional. When the SAS will take effect. |
version | The version of the service this SAS will target. If not specified, it will default to the version targeted by the library. |
Property Details
ipRange
protocol
startsOn
Optional. When the SAS will take effect.
startsOn?: Date
Property Value
Date
version
The version of the service this SAS will target. If not specified, it will default to the version targeted by the library.
version?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript