REST Resource: partners.vendors
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: 회사
제로터치 리셀러 및 고객 API의 리셀러, 공급업체 또는 고객입니다.
JSON 표현 |
{
"name": string,
"companyId": string,
"companyName": string,
"ownerEmails": [
string
],
"adminEmails": [
string
],
"termsStatus": enum (TermsStatus ),
"skipWelcomeEmail": boolean,
"languageCode": string,
"googleWorkspaceAccount": {
object (GoogleWorkspaceAccount )
}
} |
필드 |
name |
string
출력 전용입니다. 회사의 API 리소스 이름입니다. 리소스 이름은 다음 형식 중 하나입니다.
partners/[PARTNER_ID]/customers/[CUSTOMER_ID]
partners/[PARTNER_ID]/vendors/[VENDOR_ID]
partners/[PARTNER_ID]/vendors/[VENDOR_ID]/customers/[CUSTOMER_ID]
서버에서 할당됩니다.
|
companyId |
string (int64 format)
출력 전용입니다. 회사의 ID입니다. 서버에서 할당됩니다.
|
companyName |
string
필수 항목입니다. 회사 이름입니다. 예: XYZ Corp. 제로터치 등록 포털에서 회사 직원에게 표시됩니다.
|
ownerEmails[] |
string
필수 항목입니다. 입력 전용입니다. 소유자 역할이 있는 고객 사용자의 이메일 주소입니다. owner_email 이 한 개 이상 필요합니다. 소유자는 관리자와 동일한 액세스 권한을 공유하지만 조직의 포털 사용자를 추가, 삭제, 수정할 수도 있습니다.
|
adminEmails[] |
string
선택사항입니다. 관리자 역할이 있는 고객 사용자의 이메일 주소입니다. 각 이메일 주소는 Google 계정과 연결되어 있어야 합니다.
|
termsStatus |
enum (TermsStatus )
출력 전용입니다. 회사의 사용자가 최신 서비스 약관에 동의했는지 여부 TermsStatus 를 참조하세요.
|
skipWelcomeEmail |
boolean
입력 전용입니다. true로 설정하면 환영 이메일이 고객에게 전송되지 않습니다. 추가 DEVICE_PROTECTION 서비스로 기기의 소유권을 주장하는 경우에는 환영 이메일을 건너뛰는 것이 좋습니다. 고객이 기기 보증을 요청할 때 별도의 이메일을 받게 됩니다. 제로터치 고객이 아닌 경우 이 필드는 무시됩니다.
|
languageCode |
string
입력 전용입니다. BCP47 언어 코드로 표시되는 고객의 기본 언어입니다. 이 필드는 입력 시 검증되며 지원되지 않는 언어 코드가 포함된 요청은 거부됩니다. 지원 언어 코드:
|
googleWorkspaceAccount |
object (GoogleWorkspaceAccount )
출력 전용입니다. 이 고객과 연결된 Google Workspace 계정입니다. 고객 회사에만 사용됩니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThe Company resource represents a reseller, vendor, or customer within the zero-touch reseller and customer APIs.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation for a Company includes details such as \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003ecompanyId\u003c/code\u003e, \u003ccode\u003ecompanyName\u003c/code\u003e, \u003ccode\u003eownerEmails\u003c/code\u003e, \u003ccode\u003eadminEmails\u003c/code\u003e, \u003ccode\u003etermsStatus\u003c/code\u003e, \u003ccode\u003eskipWelcomeEmail\u003c/code\u003e, \u003ccode\u003elanguageCode\u003c/code\u003e, and \u003ccode\u003egoogleWorkspaceAccount\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003ecompanyId\u003c/code\u003e, and \u003ccode\u003etermsStatus\u003c/code\u003e fields are output-only, whereas the fields \u003ccode\u003eownerEmails\u003c/code\u003e, \u003ccode\u003eskipWelcomeEmail\u003c/code\u003e, and \u003ccode\u003elanguageCode\u003c/code\u003e are input-only fields.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecompanyName\u003c/code\u003e and \u003ccode\u003eownerEmails\u003c/code\u003e are required fields to create a company, and each must be associated with a Google account, and must contain at least one email address.\u003c/p\u003e\n"],["\u003cp\u003eThe method \u003ccode\u003elist\u003c/code\u003e allows partners to retrieve a list of their vendors.\u003c/p\u003e\n"]]],["The document defines a \"Company\" resource in the zero-touch reseller and customer APIs, representing a reseller, vendor, or customer. Key information includes the company's `name`, `companyId`, `companyName`, and email addresses for `ownerEmails` and `adminEmails`. The `termsStatus` indicates if the terms of service have been accepted. Other data includes `skipWelcomeEmail`, and `languageCode`. One method allows listing vendors. This is done using `partners.vendors/list`.\n"],null,[]]