Google Android · Arazzo Workflow
Google Android Onboard an Enterprise
Version 1.0.0
Bind a signup token to a new enterprise, attach a baseline policy, and mint a first enrollment token.
View Spec
View on GitHub
AndroidGoogleMobile DevelopmentMobile Operating SystemOpen SourceArazzoWorkflows
Provider
Workflows
onboard-enterprise
Create an enterprise, give it a baseline policy, and issue an enrollment token.
Completes the signup handshake started in the Google-hosted signup UI, then leaves the enterprise ready to enroll its first device.
1
createEnterprise
createEnterprise
Exchange the signup token for a bound enterprise resource. This can only be done once per signup token; the returned enterprise name is the parent for every device, policy, and token that follows.
2
confirmEnterprise
getEnterprise
Read the enterprise back to confirm the binding persisted and that the notification configuration was accepted as sent.
3
createBaselinePolicy
patchPolicy
Write the baseline policy every device inherits at enrollment. A policy is created by patching its full resource name, so this same operation both creates and updates.
4
createFirstEnrollmentToken
createEnrollmentToken
Mint an enrollment token bound to the baseline policy. The returned qrCode is what a factory-reset device scans to enroll.
Source API Descriptions
openapi