OBJECT

UserAccessDto

접근 정보

link GraphQL Schema definition

  • type UserAccessDto {
  • # 접근 아이디
  • id: String
  • # 인덱스 시간
  • indexDate: Long
  • # 접근 시간
  • accessDate: Long
  • # 사용자 아이디
  • userId: String
  • # 폴더 / 파일 아이디
  • entityId: String
  • # 폴더 / 파일 타입
  • entityType: Int
  • # 파일 타입
  • fileType: String
  • # 폴더 / 파일 이름
  • entityName: String
  • # 폴더 / 파일 표현 경로
  • entityDisplayPath: String
  • }

link Require by