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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python