Get Trust Store
workspacesweb_get_trust_store | R Documentation |
Gets the trust store¶
Description¶
Gets the trust store.
Usage¶
workspacesweb_get_trust_store(trustStoreArn)
Arguments¶
trustStoreArn |
[required] The ARN of the trust store. |
Value¶
A list with the following syntax:
list(
trustStore = list(
associatedPortalArns = list(
"string"
),
trustStoreArn = "string"
)
)
Request syntax¶
svc$get_trust_store(
trustStoreArn = "string"
)