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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python