Skip to content

Users Application Specific Passwords

Ross Scroggs edited this page Aug 22, 2023 · 6 revisions

Users - Application Specific Passwords

API documentation

Definitions

<ASPID> ::= <String>
<ASPIDList> ::= "<ASPID>(,<ASPID>)*"

Manage Application Specific Passwords

gam <UserTypeEntity> delete asps|applicationspecificpasswords all|<ASPIDList>

Display application specific passwords

gam <UserTypeEntity> 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 <UserTypeEntity> print asps|applicationspecificpasswords [todrive <ToDriveAttribute>*]
        [oneitemperrow]

Gam displays the information in CSV form.

All ASPs for a user are shown on the same row unless oneitemperrow is specified.

Update History

Installation

Configuration

Notes and Information

Definitions

Command Processing

Collections

Client Access

Special Service Account Access

Service Account Access

Clone this wiki locally