TableSignedIdentifier Class
Object to set Table Access Policy.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelTableSignedIdentifier
Constructor
TableSignedIdentifier(*, id: str, access_policy: _models.TableAccessPolicy | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
unique-64-character-value of the stored access policy. Required. |
access_policy
|
Access policy. |
Variables
Name | Description |
---|---|
id
|
unique-64-character-value of the stored access policy. Required. |
access_policy
|
Access policy. |
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