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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python