REST Resource: asps
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: Asp
একটি অ্যাপ্লিকেশন-নির্দিষ্ট পাসওয়ার্ড (ASP) এমন অ্যাপ্লিকেশনগুলির সাথে ব্যবহার করা হয় যেগুলি নির্দিষ্ট ডিভাইসে অ্যাপ্লিকেশনে লগ ইন করার সময় একটি যাচাইকরণ কোড গ্রহণ করে না৷ একটি ব্রাউজারের মাধ্যমে একটি অ্যাপ্লিকেশন অ্যাক্সেস করার সময় আপনি সাধারণত যে লগইন এবং পাসওয়ার্ড ব্যবহার করেন তার পরিবর্তে ASP অ্যাক্সেস কোড ব্যবহার করা হয়। ASP এবং কীভাবে একটি তৈরি করবেন সে সম্পর্কে আরও তথ্যের জন্য, সহায়তা কেন্দ্র দেখুন।
JSON প্রতিনিধিত্ব |
---|
{
"codeId": integer,
"name": string,
"creationTime": string,
"lastTimeUsed": string,
"userKey": string,
"kind": string,
"etag": string
} |
ক্ষেত্র |
---|
codeId | integer ASP এর ইউনিক আইডি। |
name | string ASP তৈরি করার সময় ব্যবহারকারী তাদের userId দ্বারা উপস্থাপিত অ্যাপ্লিকেশনটির নাম। |
creationTime | string ( int64 format) যে সময় এএসপি তৈরি করা হয়। ইউনিক্স টাইম ফরম্যাটে প্রকাশ করা হয়েছে। |
lastTimeUsed | string ( int64 format) যে সময় এএসপি সর্বশেষ ব্যবহার করা হয়েছিল। ইউনিক্স টাইম ফরম্যাটে প্রকাশ করা হয়েছে। |
userKey | string ASP জারি করা ব্যবহারকারীর অনন্য আইডি। |
kind | string API সম্পদের ধরন। এটি সর্বদা admin#directory#asp । |
etag | string ASP এর ETag. |
পদ্ধতি |
---|
| ব্যবহারকারীর দ্বারা জারি করা একটি ASP মুছে দেয়। |
| একজন ব্যবহারকারীর দ্বারা জারি করা একটি ASP সম্পর্কে তথ্য পায়। |
| একজন ব্যবহারকারী দ্বারা জারি করা ASP-এর তালিকা করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-28 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-28 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# REST Resource: asps\n\nResource: Asp\n-------------\n\nAn application-specific password (ASP) is used with applications that do not accept a verification code when logging into the application on certain devices. The ASP access code is used instead of the login and password you commonly use when accessing an application through a browser. For more information about ASPs and how to create one, see the [help center](https://support.google.com/a/answer/2537800#asp).\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"codeId\": integer, \"name\": string, \"creationTime\": string, \"lastTimeUsed\": string, \"userKey\": string, \"kind\": string, \"etag\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `codeId` | `integer` The unique ID of the ASP. |\n| `name` | `string` The name of the application that the user, represented by their `userId`, entered when the ASP was created. |\n| `creationTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The time when the ASP was created. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. |\n| `lastTimeUsed` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The time when the ASP was last used. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. |\n| `userKey` | `string` The unique ID of the user who issued the ASP. |\n| `kind` | `string` The type of the API resource. This is always `admin#directory#asp`. |\n| `etag` | `string` ETag of the ASP. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------|-------------------------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/asps/delete) | Deletes an ASP issued by a user. |\n| ### [get](/workspace/admin/directory/reference/rest/v1/asps/get) | Gets information about an ASP issued by a user. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/asps/list) | Lists the ASPs issued by a user. |"]]