SignedIdentifier Class
SignedIdentifier.
- Inheritance
-
azure.mgmt.storage._serialization.ModelSignedIdentifier
Constructor
SignedIdentifier(*, id: str | None = None, access_policy: _models.AccessPolicy | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
An unique identifier of the stored access policy. |
access_policy
|
Access policy. |
Variables
Name | Description |
---|---|
id
|
An unique identifier of the stored access policy. |
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