Get Portal Product Sharing Policy
| apigatewayv2_get_portal_product_sharing_policy | R Documentation |
Gets the sharing policy for a portal product¶
Description¶
Gets the sharing policy for a portal product.
Usage¶
apigatewayv2_get_portal_product_sharing_policy(PortalProductId)
Arguments¶
PortalProductId |
[required] The portal product identifier. |
Value¶
A list with the following syntax:
list(
PolicyDocument = "string",
PortalProductId = "string"
)
Request syntax¶
svc$get_portal_product_sharing_policy(
PortalProductId = "string"
)