NAiOS IconNAiOS Logo
Volver al catálogo

Digicert

digicert

DigiCert is a leading provider of high-assurance TLS/SSL, PKI, IoT, and signing solutions, enabling secure digital interactions worldwide.

Acciones
6
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 (6)

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.

Check PermissionDIGICERT_CHECK_PERMISSIONAcción

Tool to check if a specific permission is available. use when validating that the authenticated user may perform an operation before attempting it.

Parámetros de entrada

  • permissionstringObligatorio

    The specific permission to verify. e.g. 'cert:create', 'cert:reissue'. See https://dev.digicert.com/en/certcentral-apis/glossary.html#permissions

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

Create API KeyDIGICERT_CREATE_API_KEYAcción

Tool to create a new api key with specified permissions. use when you have a valid digicert user id and need to generate a new key. note the api key appears only once; save it securely.

Parámetros de entrada

  • namestringObligatorio

    Name of the API key. Choose a meaningful label.

  • user_idintegerObligatorio

    DigiCert user ID for whom to generate the API key.

  • restricted_to_role_idintegerenum

    Optional API key role ID to limit permissions. Allowed values: 0, 100, 101, 102, 103.

    0100101102103

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 API Access RolesDIGICERT_LIST_API_ACCESS_ROLESAcción

Tool to retrieve a list of available api access roles. use after confirming authentication with an api key.

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

List Intermediate CertificatesDIGICERT_LIST_INTERMEDIATE_CERTIFICATESAcción

Tool to retrieve a list of intermediate certificates. use when you need to list all intermediate certificates for your account. no input required.

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

List CertCentral UsersDIGICERT_LIST_USERSAcción

Tool to retrieve a list of certcentral account users. use when you need to audit or manage users with support for pagination and optional detail inclusion.

Parámetros de entrada

  • limitinteger

    Maximum number of users to return (default: 100).

  • offsetinteger

    Starting point for the list of users returned.

  • include_detailsboolean

    Whether to include additional details for each user.

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

Update ReportDIGICERT_UPDATE_REPORTAcción

Tool to update an existing report’s configuration. use when you need to modify the schedule, recipients, or format of a scheduled report.

Parámetros de entrada

  • formatstring[]Obligatorio

    Output format for generated reports. Only one format.

  • scheduleobjectObligatorio

    Updated schedule settings for the report.

  • display_namestringObligatorio

    New display name for the report.

  • report_metadataobjectObligatorio

    Updated metadata defining report type, columns, filters, and sources.

  • report_identifierstringObligatorio

    UUID of the report to update.

  • notification_emailsobject[]

    List of users to notify when report is generated.

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