AccessPolicy Class
AccessPolicy.
- Inheritance
-
azure.mgmt.storage._serialization.ModelAccessPolicy
Constructor
AccessPolicy(*, start_time: datetime | None = None, expiry_time: datetime | None = None, permission: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
start_time
|
Start time of the access policy. |
expiry_time
|
Expiry time of the access policy. |
permission
|
List of abbreviated permissions. |
Variables
Name | Description |
---|---|
start_time
|
Start time of the access policy. |
expiry_time
|
Expiry time of the access policy. |
permission
|
List of abbreviated permissions. |
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