SystemData Class

Metadata pertaining to creation and last modification of the resource.

Inheritance
msrest.serialization.Model
SystemData

Constructor

SystemData(*, created_at: datetime | None = None, created_by: str | None = None, created_by_type: str | CreatedByType | None = None, last_modified_at: datetime | None = None, last_modified_by: str | None = None, last_modified_by_type: str | LastModifiedByType | None = None, **kwargs)

Parameters

Name Description
created_at
Required

The timestamp of resource creation (UTC).

created_by
Required
str

The identity that created the resource.

created_by_type
Required

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

last_modified_at
Required

The type of identity that last modified the resource.

last_modified_by
Required
str

The identity that last modified the resource.

last_modified_by_type
Required

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

Keyword-Only Parameters

Name Description
created_at
Required
created_by
Required
created_by_type
Required
last_modified_at
Required
last_modified_by
Required
last_modified_by_type
Required