REST Resource: enterprises.webTokens
সম্পদ: WebToken
পরিচালিত Google Play iframe অ্যাক্সেস করতে ব্যবহৃত একটি ওয়েব টোকেন।
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"value": string,
"permissions": [
enum (WebTokenPermission )
],
"parentFrameUrl": string,
"enabledFeatures": [
enum (IframeFeature )
]
} |
ক্ষেত্র |
---|
name | string ওয়েব টোকেনের নাম, যা তৈরির সময় সার্ভার দ্বারা তৈরি হয় enterprises/{enterpriseId}/webTokens/{webTokenId} । |
value | string টোকেন মান যা হোস্টিং পৃষ্ঠায় এমবেডেড UI এর সাথে iframe তৈরি করতে ব্যবহৃত হয়। এটি সার্ভার দ্বারা উত্পন্ন একটি শুধুমাত্র-পঠন ক্ষেত্র। |
permissions[] (deprecated) | enum ( WebTokenPermission ) এমবেডেড UI-তে একজন প্রশাসকের কাছে অনুমতি পাওয়া যায়। UI দেখার জন্য একজন প্রশাসকের কাছে এই সমস্ত অনুমতি থাকতে হবে। এই ক্ষেত্রটি অপ্রচলিত। |
parent Frame Url | string এম্বেড করা UI সহ iframe হোস্ট করা মূল ফ্রেমের URL৷ XSS প্রতিরোধ করতে, iframe অন্য URL-এ হোস্ট করা যাবে না। URL অবশ্যই https স্কিম ব্যবহার করবে। |
enabled Features[] | enum ( IframeFeature ) সক্ষম করার বৈশিষ্ট্যগুলি। আপনি ঠিক কোন বৈশিষ্ট্য(গুলি) সক্রিয় করা হবে তা নিয়ন্ত্রণ করতে চাইলে এটি ব্যবহার করুন; সমস্ত বৈশিষ্ট্যের অনুমতি দিতে খালি ছেড়ে দিন। বিধিনিষেধ / বিষয়গুলি নোট করুন: - যদি এখানে কোনও বৈশিষ্ট্য তালিকাভুক্ত না থাকে, তবে সমস্ত বৈশিষ্ট্য সক্রিয় করা হয় — এটি হল ডিফল্ট আচরণ যেখানে আপনি আপনার প্রশাসকদের সমস্ত বৈশিষ্ট্যগুলিতে অ্যাক্সেস দেন৷
- এতে কোনো
FEATURE_UNSPECIFIED মান থাকতে হবে না। - বারবার মান উপেক্ষা করা হয়
|
ওয়েব টোকেন পারমিশন
পরিচালিত Google Play iframe-এ একজন প্রশাসকের কাছে অনুমতি পাওয়া যায়।
Enums |
---|
WEB_TOKEN_PERMISSION_UNSPECIFIED | এই মান উপেক্ষা করা হয়. |
APPROVE_APPS | এন্টারপ্রাইজের জন্য অ্যাপ অনুমোদন করার অনুমতি। |
আইফ্রেম বৈশিষ্ট্য
একটি iframe এর মাধ্যমে উপলব্ধ বৈশিষ্ট্য যা এই WebToken অ্যাক্সেস দেবে।
পদ্ধতি |
---|
| একটি প্রদত্ত এন্টারপ্রাইজের জন্য একটি এমবেডযোগ্য পরিচালিত Google Play ওয়েব UI অ্যাক্সেস করতে একটি ওয়েব টোকেন তৈরি করে৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-19 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-19 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["A WebToken is used to access the managed Google Play iframe and allows admins to perform tasks within the embedded UI, such as approving apps or managing configurations."],["The WebToken includes fields such as the token value, permissions, and enabled features which determine the functionalities available to the admin."],["You can specify the parent frame URL where the iframe will be hosted and the specific features that should be enabled within the iframe for the admin."],["The `permissions` field in `WebToken` is deprecated and the `enabledFeatures` field should be used to control functionalities instead."]]],["A web token is used to access the managed Google Play iframe, with a server-generated `name` and `value`. The `parentFrameUrl` specifies the hosting URL, using HTTPS. The `enabledFeatures` field determines iframe functionality, such as `PLAY_SEARCH`, `PRIVATE_APPS`, or `STORE_BUILDER`. The deprecated `permissions` field controlled admin access to UI elements like app approvals. `WebTokenPermission` defines permissions like `APPROVE_APPS`, while `IframeFeature` lists available features. A web token can be created for a given enterprise using the `create` method.\n"]]