Actor Class
The agent that initiated the event. For most situations, this could be from the authorization context of the request.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelActor
Constructor
Actor(*, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The subject or username associated with the request context that generated the event. |
Variables
Name | Description |
---|---|
name
|
The subject or username associated with the request context that generated the event. |
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