add_citation_to_asset_control
Link authority document citations to asset controls to map regulatory requirements and establish compliant asset hierarchies with controls and checks.
Instructions
Create a new asse with an initial control and check structure. The asset will be created with a hierarchical structure: asset -> control -> check.
Args: - assetControlId (str): Id of the control in asset. - authorityDocument (str): Authority document name of the citation. - authorityDocumentControlId (str): Id of the control in authority document.
Returns: - success (bool): Indicates if the citation was created successfully. - error (Optional[str]): An error message if any issues occurred during creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetControlId | Yes | ||
| authorityDocument | Yes | ||
| authorityDocumentControlId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||