/AWS1/CL_TRNIMPSSHPUBLICKEYRSP¶
Identifies the user, the server they belong to, and the identifier of the SSH public key associated with that user. A user can have more than one key on each server that they are associated with.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_serverid TYPE /AWS1/TRNSERVERID /AWS1/TRNSERVERID¶
A system-assigned unique identifier for a server.
iv_sshpublickeyid TYPE /AWS1/TRNSSHPUBLICKEYID /AWS1/TRNSSHPUBLICKEYID¶
The name given to a public key by the system that was imported.
iv_username TYPE /AWS1/TRNUSERNAME /AWS1/TRNUSERNAME¶
A user name assigned to the
ServerIDvalue that you specified.
Queryable Attributes¶
ServerId¶
A system-assigned unique identifier for a server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERID() |
Getter for SERVERID, with configurable default |
ASK_SERVERID() |
Getter for SERVERID w/ exceptions if field has no value |
HAS_SERVERID() |
Determine if SERVERID has a value |
SshPublicKeyId¶
The name given to a public key by the system that was imported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SSHPUBLICKEYID() |
Getter for SSHPUBLICKEYID, with configurable default |
ASK_SSHPUBLICKEYID() |
Getter for SSHPUBLICKEYID w/ exceptions if field has no valu |
HAS_SSHPUBLICKEYID() |
Determine if SSHPUBLICKEYID has a value |
UserName¶
A user name assigned to the
ServerIDvalue that you specified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |