Android Management API with service-account

267 Views Asked by At

I have tried Android Management API - Quickstart to explore device control facilities. If i want to use it in a server solution, what should be the service-account's role and permission so that I can access Android Management API with project's service account?

1

There are 1 best solutions below

0
On

You can use the Basic Roles for your solution. See this link to know more about GCP roles or you can read this Quickstart Guide.

You can also check this link for your reference in creating your service account.