গুরুত্বপূর্ণ: আমরা আর প্লে EMM API-এর জন্য নতুন নিবন্ধন গ্রহণ করছি না।
আরও জানুন
Devices: setState
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Google পরিষেবাগুলিতে একটি ডিভাইসের অ্যাক্সেস সক্ষম বা অক্ষম কিনা তা সেট করে৷ Google Admin Console-এ Android ডিভাইসে EMM নীতি প্রয়োগ করা চালু থাকলেই ডিভাইসের অবস্থা কার্যকর হয়। অন্যথায়, ডিভাইসের অবস্থা উপেক্ষা করা হয় এবং সমস্ত ডিভাইসকে Google পরিষেবাগুলিতে অ্যাক্সেসের অনুমতি দেওয়া হয়। এটি শুধুমাত্র Google-পরিচালিত ব্যবহারকারীদের জন্য সমর্থিত।
অনুরোধ
HTTP অনুরোধ
PUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId/state
পরামিতি
পরামিতি নাম | মান | বর্ণনা |
---|
পাথ প্যারামিটার |
deviceId | string | ডিভাইসের আইডি। |
enterpriseId | string | এন্টারপ্রাইজের আইডি। |
userId | string | ব্যবহারকারীর আইডি। |
অনুমোদন
এই অনুরোধের জন্য নিম্নলিখিত সুযোগের সাথে অনুমোদন প্রয়োজন:
ব্যাপ্তি |
---|
https://www.googleapis.com/auth/androidenterprise |
আরও তথ্যের জন্য, প্রমাণীকরণ এবং অনুমোদন পৃষ্ঠাটি দেখুন।
শরীরের অনুরোধ
অনুরোধের অংশে, নিম্নলিখিত কাঠামোর সাথে ডেটা সরবরাহ করুন:
{
"kind": "androidenterprise#deviceState",
"accountState": string
}
সম্পত্তির নাম | মান | বর্ণনা | নোট |
---|
accountState | string | ডিভাইসে Google অ্যাকাউন্টের অবস্থা। "সক্ষম" ইঙ্গিত করে যে ডিভাইসে থাকা Google অ্যাকাউন্টটি Google পরিষেবাগুলি (Google Play সহ) অ্যাক্সেস করতে ব্যবহার করা যেতে পারে, যখন "অক্ষম" এর অর্থ হল এটি করা যাবে না৷ একটি নতুন ডিভাইস প্রাথমিকভাবে "অক্ষম" অবস্থায় আছে।
গ্রহণযোগ্য মান হল: | |
kind | string | | |
প্রতিক্রিয়া
সফল হলে, এই পদ্ধতিটি নিম্নলিখিত কাঠামো সহ একটি প্রতিক্রিয়া বডি প্রদান করে:
{
"kind": "androidenterprise#deviceState",
"accountState": string
}
সম্পত্তির নাম | মান | বর্ণনা | নোট |
---|
accountState | string | ডিভাইসে Google অ্যাকাউন্টের অবস্থা। "সক্ষম" ইঙ্গিত করে যে ডিভাইসে থাকা Google অ্যাকাউন্টটি Google পরিষেবাগুলি (Google Play সহ) অ্যাক্সেস করতে ব্যবহার করা যেতে পারে, যখন "অক্ষম" এর অর্থ হল এটি করা যাবে না৷ একটি নতুন ডিভাইস প্রাথমিকভাবে "অক্ষম" অবস্থায় আছে।
গ্রহণযোগ্য মান হল: | |
kind | string | | |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-15 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-15 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eEnables or disables a device's access to Google services for Google-managed users.\u003c/p\u003e\n"],["\u003cp\u003eDevice state enforcement requires enabling EMM policies in the Google Admin Console.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidenterprise\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eUses a PUT request to update the device state to either "enabled" or "disabled".\u003c/p\u003e\n"]]],[],null,["# Devices: setState\n\n| **Note:** Requires [authorization](#auth).\n\nSets whether a device's access to Google services is enabled or disabled.\nThe device state takes effect only if enforcing EMM policies on Android\ndevices is enabled in the Google Admin Console.\nOtherwise, the device state is ignored and all devices are allowed access\nto Google services.\nThis is only supported for Google-managed users.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId/state\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|----------|---------------------------|\n| **Path parameters** |||\n| `deviceId` | `string` | The ID of the device. |\n| `enterpriseId` | `string` | The ID of the enterprise. |\n| `userId` | `string` | The ID of the user. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidenterprise` |\n\nFor more information, see the [authentication and authorization](/android/work/play/emm-api/v1/how-tos/authorizing) page.\n\n### Request body\n\nIn the request body, supply data with the following structure:\n\n```text\n{\n \"kind\": \"androidenterprise#deviceState\",\n \"accountState\": string\n}\n```\n\n| Property name | Value | Description | Notes |\n|----------------|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `accountState` | `string` | The state of the Google account on the device. \"enabled\" indicates that the Google account on the device can be used to access Google services (including Google Play), while \"disabled\" means that it cannot. A new device is initially in the \"disabled\" state. \u003cbr /\u003e Acceptable values are: - \"`disabled`\" - \"`enabled`\" | |\n| `kind` | `string` | | |\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```text\n{\n \"kind\": \"androidenterprise#deviceState\",\n \"accountState\": string\n}\n```\n\n| Property name | Value | Description | Notes |\n|----------------|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `accountState` | `string` | The state of the Google account on the device. \"enabled\" indicates that the Google account on the device can be used to access Google services (including Google Play), while \"disabled\" means that it cannot. A new device is initially in the \"disabled\" state. \u003cbr /\u003e Acceptable values are: - \"`disabled`\" - \"`enabled`\" | |\n| `kind` | `string` | | |"]]