REST Resource: signupUrls
리소스: SignupUrl
JSON 표현 |
{
"name": string,
"url": string
} |
필드 |
name |
string
리소스 이름입니다. enterprises.create 를 호출하여 엔터프라이즈 가입 절차를 완료할 때 signupUrl 필드에 이 값을 사용합니다.
|
url |
string
기업 관리자가 기업을 등록할 수 있는 URL입니다. 페이지를 iframe에서 렌더링할 수 없습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-21(UTC)
[null,null,["최종 업데이트: 2024-08-21(UTC)"],[[["`SignupUrl` resource facilitates enterprise signup through a dedicated URL."],["It includes a `name` field used during enterprise creation and a `url` field for enterprise admin registration."],["The `create` method allows the generation of new enterprise signup URLs."]]],["The resource `SignupUrl` represents an enterprise signup URL, defined by a `name` (used in `enterprises.create`) and a `url` (where admins register). The JSON representation is a string-based key-value pair for both name and url. The only method available for this resource is `create`, which allows generating new enterprise signup URLs.\n"]]