Add Indicator Tag¶
-
TruStar.
add_indicator_tag
(indicator_value, name, enclave_id)¶ Adds a tag to a specific indicator, for a specific enclave.
Parameters: - indicator_value – The value of the indicator
- name – The name of the tag to be added
- enclave_id – ID of the enclave where the tag will be added
Returns: A Tag object representing the tag that was created.