SystemData Class

Metadata pertaining to creation and last modification of the resource.

Inheritance
SystemData

Constructor

SystemData(*, created_by: Optional[str] = None, created_by_type: Optional[Union[str, _models.CreatedByType]] = None, created_at: Optional[datetime.datetime] = None, last_modified_by: Optional[str] = None, last_modified_by_type: Optional[Union[str, _models.CreatedByType]] = None, last_modified_at: Optional[datetime.datetime] = None, **kwargs)

Variables

created_by
str

The identity that created the resource.

created_by_type
str or CreatedByType

The type of identity that created the resource. Known values are: "User", "Application", "ManagedIdentity", "Key".

created_at
datetime

The UTC timestamp of resource creation.

last_modified_by
str

The identity that last modified the resource.

last_modified_by_type
str or CreatedByType

The type of identity that last modified the resource. Known values are: "User", "Application", "ManagedIdentity", "Key".

last_modified_at
datetime

The type of identity that last modified the resource.