/AWS1/CL_TRLLISTPUBLICKEYSRSP¶
Returns the objects or data listed below if successful. Otherwise, returns an error.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_publickeylist TYPE /AWS1/CL_TRLPUBLICKEY=>TT_PUBLICKEYLIST TT_PUBLICKEYLIST¶
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
iv_nexttoken TYPE /AWS1/TRLSTRING /AWS1/TRLSTRING¶
Reserved for future use.
Queryable Attributes¶
PublicKeyList¶
Contains an array of PublicKey objects.
The returned public keys may have validity time ranges that overlap.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICKEYLIST() |
Getter for PUBLICKEYLIST, with configurable default |
ASK_PUBLICKEYLIST() |
Getter for PUBLICKEYLIST w/ exceptions if field has no value |
HAS_PUBLICKEYLIST() |
Determine if PUBLICKEYLIST has a value |
NextToken¶
Reserved for future use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |