서비스 계정 및 사용자 인증 정보를 반환합니다. 서비스 계정
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"]],["최종 업데이트: 2024-09-10(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."]]],[]]