# Users - Application Specific Passwords - [API documentation](#api-documentation) - [Definitions](#definitions) - [Manage application specific passwords](#manage-application-specific-passwords) - [Display application specific passwords](#display-application-specific-passwords) ## API documentation * https://developers.google.com/admin-sdk/directory/reference/rest/v1/asps ## Definitions * [``](Collections-of-Users) ``` ::= ::= "(,)*" ``` ## Manage Application Specific Passwords ``` gam delete asps|applicationspecificpasswords all| ``` ## Display application specific passwords ``` gam show asps|applicationspecificpasswords ``` Gam displays the information as an indented list of keys and values. Exit Status of 0 indicates no errors, and ASPs are sent to stdout. Exit status of 60 indicates no errors, and that no ASPs are available for this user. ``` gam print asps|applicationspecificpasswords [todrive *] [oneitemperrow] ``` Gam displays the information in CSV form. All ASPs for a user are shown on the same row unless `oneitemperrow` is specified.