REST Resource: asps
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: Asp
애플리케이션 비밀번호 (ASP)는 특정 기기에서 애플리케이션에 로그인할 때 인증 코드를 허용하지 않는 애플리케이션과 함께 사용됩니다. ASP 액세스 코드는 브라우저를 통해 애플리케이션에 액세스할 때 일반적으로 사용하는 로그인 및 비밀번호 대신 사용됩니다. ASP 및 ASP를 만드는 방법에 대한 자세한 내용은 고객센터를 참고하세요.
JSON 표현 |
{
"codeId": integer,
"name": string,
"creationTime": string,
"lastTimeUsed": string,
"userKey": string,
"kind": string,
"etag": string
} |
필드 |
codeId |
integer
ASP의 고유 ID입니다.
|
name |
string
ASP가 생성될 때 userId 로 표시된 사용자가 입력한 애플리케이션의 이름입니다.
|
creationTime |
string (int64 format)
ASP가 생성된 시간입니다. Unix 시간 형식으로 표현됩니다.
|
lastTimeUsed |
string (int64 format)
ASP가 마지막으로 사용된 시간입니다. Unix 시간 형식으로 표현됩니다.
|
userKey |
string
ASP를 발급한 사용자의 고유 ID입니다.
|
kind |
string
API 리소스의 유형입니다. 항상 admin#directory#asp 입니다.
|
etag |
string
ASP의 ETag입니다.
|
메서드 |
|
사용자가 발급한 ASP를 삭제합니다. |
|
사용자가 발급한 ASP에 관한 정보를 가져옵니다. |
|
사용자가 발급한 ASP를 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-24(UTC)
[null,null,["최종 업데이트: 2025-07-24(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. |"]]