Signpath
signpathSignPath is a code signing service that integrates with your build system to automate the signing of your software artifacts, ensuring their authenticity and integrity.
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
List CertificatesSIGNPATH_LIST_CERTIFICATESAcciónTool to retrieve the list of certificates for an organization.
SIGNPATH_LIST_CERTIFICATESAcciónTool to retrieve the list of certificates for an organization.
Parámetros de entrada
organization_idstringObligatorioThe unique identifier of the organization in SignPath.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProjectsSIGNPATH_LIST_PROJECTSAcciónTool to list all projects for an organization. use after confirming the organization id to retrieve and paginate project records.
SIGNPATH_LIST_PROJECTSAcciónTool to list all projects for an organization. use after confirming the organization id to retrieve and paginate project records.
Parámetros de entrada
skipintegerNumber of items to skip for pagination.
takeintegerNumber of items to return (max 100).
organization_idstringObligatorioThe unique identifier of the organization in SignPath.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Signing Policy DetailsSIGNPATH_RETRIEVE_SIGNING_POLICY_DETAILSAcciónTool to retrieve details about signing policies for the current organization. use when needing to list available signing policies prior to selecting one.
SIGNPATH_RETRIEVE_SIGNING_POLICY_DETAILSAcciónTool to retrieve details about signing policies for the current organization. use when needing to list available signing policies prior to selecting one.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve System InfoSIGNPATH_RETRIEVE_SYSTEM_INFOAcciónTool to retrieve signpath system information including product, api version, environment details, and ui base url. use after authentication to fetch the current system metadata.
SIGNPATH_RETRIEVE_SYSTEM_INFOAcciónTool to retrieve signpath system information including product, api version, environment details, and ui base url. use after authentication to fetch the current system metadata.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not