/AWS1/CL_WSW=>CREATETRUSTSTORE()
¶
About CreateTrustStore¶
Creates a trust store that can be associated with a web portal. A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store.
Method Signature¶
IMPORTING¶
Required arguments:¶
IT_CERTIFICATELIST
TYPE /AWS1/CL_WSWCERTIFICATELIST_W=>TT_CERTIFICATELIST
TT_CERTIFICATELIST
¶
A list of CA certificates to be added to the trust store.
Optional arguments:¶
IT_TAGS
TYPE /AWS1/CL_WSWTAG=>TT_TAGLIST
TT_TAGLIST
¶
The tags to add to the trust store. A tag is a key-value pair.
IV_CLIENTTOKEN
TYPE /AWS1/WSWCLIENTTOKEN
/AWS1/WSWCLIENTTOKEN
¶
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_WSWCRETRUSTSTORERSP
/AWS1/CL_WSWCRETRUSTSTORERSP
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC