SystemData Class

Read only system data.

Inheritance
azure.mgmt.cdn._serialization.Model
SystemData

Constructor

SystemData(*, created_by: str | None = None, created_by_type: str | _models.IdentityType | None = None, created_at: datetime | None = None, last_modified_by: str | None = None, last_modified_by_type: str | _models.IdentityType | None = None, last_modified_at: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
created_by
str

An identifier for the identity that created the resource.

created_by_type

The type of identity that created the resource. Known values are: "user", "application", "managedIdentity", and "key".

created_at

The timestamp of resource creation (UTC).

last_modified_by
str

An identifier for the identity that last modified the resource.

last_modified_by_type

The type of identity that last modified the resource. Known values are: "user", "application", "managedIdentity", and "key".

last_modified_at

The timestamp of resource last modification (UTC).

Variables

Name Description
created_by
str

An identifier for the identity that created the resource.

created_by_type

The type of identity that created the resource. Known values are: "user", "application", "managedIdentity", and "key".

created_at

The timestamp of resource creation (UTC).

last_modified_by
str

An identifier for the identity that last modified the resource.

last_modified_by_type

The type of identity that last modified the resource. Known values are: "user", "application", "managedIdentity", and "key".

last_modified_at

The timestamp of resource last modification (UTC).