ListContainerSasInput Class
The parameters to the list SAS request.
- Inheritance
-
azure.mgmt.media._serialization.ModelListContainerSasInput
Constructor
ListContainerSasInput(*, permissions: str | _models.AssetContainerPermission | None = None, expiry_time: datetime | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
permissions
|
The permissions to set on the SAS URL. Known values are: "Read", "ReadWrite", and "ReadWriteDelete". |
expiry_time
|
The SAS URL expiration time. This must be less than 24 hours from the current time. |
Variables
Name | Description |
---|---|
permissions
|
The permissions to set on the SAS URL. Known values are: "Read", "ReadWrite", and "ReadWriteDelete". |
expiry_time
|
The SAS URL expiration time. This must be less than 24 hours from the current time. |
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 Python