다음을 통해 공유


SystemData interface

시스템 데이터만 읽기

속성

createdAt

리소스 만들기의 타임스탬프(UTC)

createdBy

리소스를 만든 ID의 식별자

createdByType

리소스를 만든 ID 유형

lastModifiedAt

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

lastModifiedBy

리소스를 마지막으로 수정한 ID의 식별자

lastModifiedByType

리소스를 마지막으로 수정한 ID 유형

속성 세부 정보

createdAt

리소스 만들기의 타임스탬프(UTC)

createdAt?: Date

속성 값

Date

createdBy

리소스를 만든 ID의 식별자

createdBy?: string

속성 값

string

createdByType

리소스를 만든 ID 유형

createdByType?: string

속성 값

string

lastModifiedAt

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

lastModifiedAt?: Date

속성 값

Date

lastModifiedBy

리소스를 마지막으로 수정한 ID의 식별자

lastModifiedBy?: string

속성 값

string

lastModifiedByType

리소스를 마지막으로 수정한 ID 유형

lastModifiedByType?: string

속성 값

string