Custom Access Details
Add customized messages for your end users
Last updated
Was this helpful?
Add customized messages for your end users
Last updated
Was this helpful?
In the Apono User Portal, an end user can request access to a resource. Upon connection, the end user sees the access details of the resource.
Apono provides instructions in the User Portal to explain how to start using the connected resource, along with CLI commands and related parameters.
In addition to the Apono-provided information, you can add custom access details in a Message box that appears in the User Portal. Custom access details allow you to convey all information the end user needs without disrupting the connection process.
Custom access details offer the following benefits:
Streamline access management
Communicate integration-specific information to end users
Provide additional support resources
[block:image] { "images": [ { "image": [ "https://files.readme.io/ec8202e-image.png", null, "Custom access details" ], "align": "center", "sizing": "80% ", "caption": "Custom access details" } ] } [/block]
From the Apono UI, you can add custom access details to or . You can also add custom access details using .
Follow these steps to create a message with custom access details:
On the page, select a resource to integrate. The Connect Integration page appears.
Under Get more with Apono, in the Custom Access Details field, enter your access detail instructions.
📘
This field is limited to 400 characters.
(Optional) Click Preview. A preview tab appears displaying the end user’s view of the custom access details.
Complete the integration ( | | | | ).
Follow these steps to create a message with custom access details:
Under Get more with Apono, in the Custom Access Details field, enter your access detail instructions.
(Optional) Click Preview. A preview tab appears displaying the end user’s view of the custom access details.
Click Update.
Follow this step to add custom access details using Terraform:
Add the custom_access_details
parameter to the apono_integration
schema.
custom_access_details (string)
Custom access details message
This message will be displayed to end users upon accessing the integration.
The value of the parameter can be any plain text message up to 400 characters.
\
On the page, in the row of an integration, click ⋮ > Edit. The Edit Integration page appears.
For more information, learn how to in the Terraform Registry.