आपको एक चालू, ऐसा रजिस्ट्रेशन टोकन मिलता है जिसकी समयसीमा खत्म नहीं हुई है. रजिस्ट्रेशन टोकन का कुछ हिस्सा दिखता है. सिर्फ़ इन फ़ील्ड में जानकारी भरी जाती है: name, expirationTimestamp, allowPersonalUsage, value, qrCode. इस तरीके का इस्तेमाल करके, चालू रजिस्ट्रेशन टोकन की लाइफ़साइकल को मैनेज किया जा सकता है. सुरक्षा की वजहों से, यह सुझाव दिया जाता है कि चालू रजिस्ट्रेशन टोकन, delete जल्द से जल्द इस्तेमाल न करें.
एचटीटीपी अनुरोध
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/enrollmentTokens/*}
[[["समझने में आसान है","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-05-29 (UTC) को अपडेट किया गया."],[[["Retrieves an active enrollment token with specific fields populated for management purposes."],["Uses a `GET` request with the enrollment token's name specified in the URL path."],["Requires an empty request body and returns an `EnrollmentToken` object on success."],["Needs the `https://www.googleapis.com/auth/androidmanagement` OAuth scope for authorization."],["Recommends deleting active enrollment tokens when they are no longer needed for security."]]],[]]