Digicert
digicertDigiCert is a leading provider of high-assurance TLS/SSL, PKI, IoT, and signing solutions, enabling secure digital interactions worldwide.
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ónTool to check if a specific permission is available. use when validating that the authenticated user may perform an operation before attempting it.
DIGICERT_CHECK_PERMISSIONAcciónTool 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
permissionstringObligatorioThe 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
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
Create API KeyDIGICERT_CREATE_API_KEYAcciónTool 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.
DIGICERT_CREATE_API_KEYAcciónTool 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
namestringObligatorioName of the API key. Choose a meaningful label.
user_idintegerObligatorioDigiCert user ID for whom to generate the API key.
restricted_to_role_idintegerenumOptional API key role ID to limit permissions. Allowed values: 0, 100, 101, 102, 103.
0100101102103
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 API Access RolesDIGICERT_LIST_API_ACCESS_ROLESAcciónTool to retrieve a list of available api access roles. use after confirming authentication with an api key.
DIGICERT_LIST_API_ACCESS_ROLESAcciónTool 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
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 Intermediate CertificatesDIGICERT_LIST_INTERMEDIATE_CERTIFICATESAcciónTool to retrieve a list of intermediate certificates. use when you need to list all intermediate certificates for your account. no input required.
DIGICERT_LIST_INTERMEDIATE_CERTIFICATESAcciónTool 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
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 CertCentral UsersDIGICERT_LIST_USERSAcciónTool 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.
DIGICERT_LIST_USERSAcciónTool 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
limitintegerMaximum number of users to return (default: 100).
offsetintegerStarting point for the list of users returned.
include_detailsbooleanWhether to include additional details for each user.
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
Update ReportDIGICERT_UPDATE_REPORTAcciónTool to update an existing report’s configuration. use when you need to modify the schedule, recipients, or format of a scheduled report.
DIGICERT_UPDATE_REPORTAcciónTool 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[]ObligatorioOutput format for generated reports. Only one format.
scheduleobjectObligatorioUpdated schedule settings for the report.
display_namestringObligatorioNew display name for the report.
report_metadataobjectObligatorioUpdated metadata defining report type, columns, filters, and sources.
report_identifierstringObligatorioUUID of the report to update.
notification_emailsobject[]List of users to notify when report is generated.
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