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.Model
Actor

Constructor

Actor(*, name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The subject or username associated with the request context that generated the event.

Variables

Name Description
name
str

The subject or username associated with the request context that generated the event.