다음을 통해 공유


SystemData 클래스

리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다.

상속
azure.mgmt.storage._serialization.Model
SystemData

생성자

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

변수

created_by
str

리소스를 만든 ID입니다.

created_by_type
str 또는 CreatedByType

리소스를 만든 ID의 형식입니다. 알려진 값은 "User", "Application", "ManagedIdentity" 및 "Key"입니다.

created_at
datetime

UTC(리소스 만들기)의 타임스탬프입니다.

last_modified_by
str

리소스를 마지막으로 수정한 ID입니다.

last_modified_by_type
str 또는 CreatedByType

리소스를 마지막으로 수정한 ID 유형입니다. 알려진 값은 "User", "Application", "ManagedIdentity" 및 "Key"입니다.

last_modified_at
datetime

리소스 마지막 수정(UTC)의 타임스탬프입니다.