생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30"입니다.
policyName
string
등록된 기기에 처음 적용된 정책의 이름으로, enterprises/{enterpriseId}/policies/{policyId} 형식입니다. 지정하지 않으면 기기 사용자의 policyName가 적용됩니다. userName도 지정하지 않으면 기본적으로 enterprises/{enterpriseId}/policies/default가 적용됩니다. 이 필드를 업데이트할 때 policyId에 슬래시가 포함되지 않는 한 policyId만 지정할 수 있습니다. 정책 이름의 나머지 부분은 추론됩니다.
additionalData
string
등록 토큰과 연결된 임의 데이터(선택사항)입니다. 여기에는 예를 들어 등록 후 기기에 할당된 조직 단위의 ID가 포함될 수 있습니다. 기기가 토큰으로 등록되면 이 데이터가 Device 리소스의 enrollmentTokenData 필드에 노출됩니다. 데이터는 1, 024자(영문 기준) 이하여야 합니다. 그렇지 않으면 생성 요청이 실패합니다.
qrCode
string
UTF-8 표현을 사용하여 이 등록 토큰으로 기기를 등록하는 QR 코드를 생성하는 데 사용할 수 있는 JSON 문자열입니다. NFC를 사용하여 기기를 등록하려면 NFC 레코드에 JSON의 속성을 직렬화된 java.util.Properties 표현이 포함되어야 합니다.
oneTimeOnly
boolean
등록 토큰이 일회용인지 여부입니다. 플래그가 true로 설정되면 하나의 기기만 등록에 사용할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-02-19(UTC)"],[[["Enrollment tokens authorize devices to enroll and are valid for a specified duration."],["They can be configured with policies, additional data, and single-use restrictions."],["Enrollment tokens can be created, deleted, retrieved, and listed via API methods."],["Devices can be enrolled using the token value or a generated QR code."],["Personal usage can be controlled for devices provisioned with an enrollment token."]]],["Enrollment tokens, used to authorize device enrollment, have properties like `name`, `value`, `duration`, and `expirationTimestamp`. The `policyName` determines the initial policy, and `additionalData` stores arbitrary information. Tokens can be one-time use (`oneTimeOnly`) and have a `qrCode` for device enrollment. The `allowPersonalUsage` setting controls personal device usage. Available actions include creating, deleting, getting, and listing these tokens via associated methods. The `user` field is deprecated.\n"]]