NAiOS IconNAiOS Logo
Volver al catálogo

Signpath

signpath

SignPath 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
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to retrieve the list of certificates for an organization.

Parámetros de entrada

  • organization_idstringObligatorio

    The unique identifier of the organization in SignPath.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ProjectsSIGNPATH_LIST_PROJECTSAcción

Tool to list all projects for an organization. use after confirming the organization id to retrieve and paginate project records.

Parámetros de entrada

  • skipinteger

    Number of items to skip for pagination.

  • takeinteger

    Number of items to return (max 100).

  • organization_idstringObligatorio

    The unique identifier of the organization in SignPath.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve Signing Policy DetailsSIGNPATH_RETRIEVE_SIGNING_POLICY_DETAILSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve System InfoSIGNPATH_RETRIEVE_SYSTEM_INFOAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not