UpdateOutput interface
메타데이터를 업데이트합니다.
속성
| compatibility | 업데이트 호환성 정보 목록입니다. |
| created |
업데이트가 만들어진 날짜 및 시간(UTC)입니다. |
| description | 작성자가 지정한 업데이트 설명입니다. |
| etag | ETag를 업데이트합니다. |
| friendly |
가져오기에서 지정한 친숙한 업데이트 이름입니다. |
| imported |
업데이트를 가져온 날짜 및 시간(UTC)입니다. |
| installed |
디바이스 업데이트 클라이언트에서 업데이트가 디바이스에 설치되어 있는지 확인하기 위해 해석되는 문자열입니다. 최신 가져오기 매니페스트 스키마에서 사용되지 않습니다. |
| instructions | 설치 지침을 업데이트합니다. |
| is |
업데이트를 디바이스에 자체적으로 배포할 수 있는지 여부입니다. |
| manifest |
업데이트를 가져오는 데 사용되는 매니페스트의 스키마 버전입니다. |
| referenced |
이 업데이트를 참조하는 업데이트 ID 목록입니다. |
| scan |
집계 검사 결과를 업데이트합니다(페이로드 파일 검색 결과에서 계산됨). |
| update |
ID를 업데이트합니다. |
| update |
업데이트 형식입니다. 최신 가져오기 매니페스트 스키마에서 사용되지 않습니다. |
속성 세부 정보
compatibility
업데이트 호환성 정보 목록입니다.
compatibility: Record<string, string>[]
속성 값
Record<string, string>[]
createdDateTime
업데이트가 만들어진 날짜 및 시간(UTC)입니다.
createdDateTime: string
속성 값
string
description
작성자가 지정한 업데이트 설명입니다.
description?: string
속성 값
string
etag
ETag를 업데이트합니다.
etag?: string
속성 값
string
friendlyName
가져오기에서 지정한 친숙한 업데이트 이름입니다.
friendlyName?: string
속성 값
string
importedDateTime
업데이트를 가져온 날짜 및 시간(UTC)입니다.
importedDateTime: string
속성 값
string
installedCriteria
디바이스 업데이트 클라이언트에서 업데이트가 디바이스에 설치되어 있는지 확인하기 위해 해석되는 문자열입니다. 최신 가져오기 매니페스트 스키마에서 사용되지 않습니다.
installedCriteria?: string
속성 값
string
instructions
isDeployable
업데이트를 디바이스에 자체적으로 배포할 수 있는지 여부입니다.
isDeployable?: boolean
속성 값
boolean
manifestVersion
업데이트를 가져오는 데 사용되는 매니페스트의 스키마 버전입니다.
manifestVersion: string
속성 값
string
referencedBy
scanResult
집계 검사 결과를 업데이트합니다(페이로드 파일 검색 결과에서 계산됨).
scanResult?: string
속성 값
string
updateId
updateType
업데이트 형식입니다. 최신 가져오기 매니페스트 스키마에서 사용되지 않습니다.
updateType?: string
속성 값
string