SystemData Class

Metadata pertaining to creation and last modification of the resource.

Constructor

SystemData()

Variables

Name Description
created_by
str

The identity that created the resource.

created_by_type
Union[str, <xref:"CreatedByType">]

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

created_at
str

The timestamp of resource creation (UTC).

last_modified_by
str

The identity that last modified the resource.

last_modified_by_type
Union[str, <xref:"CreatedByType">]

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

last_modified_at
str

The timestamp of resource last modification (UTC).

Attributes

createdAt

The timestamp of resource creation (UTC).

createdAt: str

createdBy

The identity that created the resource.

createdBy: str

createdByType

"User", "Application", "ManagedIdentity", and "Key".

createdByType: str | CreatedByType

lastModifiedAt

The timestamp of resource last modification (UTC).

lastModifiedAt: str

lastModifiedBy

The identity that last modified the resource.

lastModifiedBy: str

lastModifiedByType

"User", "Application", "ManagedIdentity", and "Key".

lastModifiedByType: str | CreatedByType