서비스 계정 및 사용자 인증 정보를 반환합니다. setAccount를 호출하여 서비스 계정을 기업에 바인드할 수 있습니다. 서비스 계정은 이 기업 및 EMM에 고유하며 기업이 연결 해제되면 삭제됩니다. 사용자 인증 정보에는 비공개 키 데이터가 포함되며 서버 측에 저장되지 않습니다.
이 메서드는 Enterprises.Enroll 또는 Enterprises.CompleteSignup을 호출한 후, Enterprises.SetAccount를 호출하기 전에만 호출할 수 있습니다. 그 외의 경우에는 오류를 반환합니다.
첫 번째 호출 이후의 후속 호출은 새롭고 고유한 사용자 인증 정보 세트를 생성하고 이전에 생성된 사용자 인증 정보를 무효화합니다.
서비스 계정이 기업에 연결되면 serviceAccountKeys 리소스를 사용하여 관리할 수 있습니다.
.
요청
HTTP 요청
GET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/serviceAccount
[[["이해하기 쉬움","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-03-26(UTC)"],[[["Generates a service account and credentials that are unique to the enterprise and EMM and can be used for authentication."],["The service account can be bound to the enterprise using the `setAccount` call and managed with the `serviceAccountKeys` resource."],["Requires prior enrollment or signup completion and executing this method invalidates previously generated credentials, issuing new ones."],["Only specific key types (`googleCredentials` or `pkcs12`) are supported when requesting the service account."],["Authorization with the `https://www.googleapis.com/auth/androidenterprise` scope is necessary for this request."]]],[]]