INPUT_OBJECT
Configuration for updating a Proxmox environment.
input ProxmoxEnvironmentUpdateConfigInput {# The API token of the updated Proxmox environment.apiToken: String# Concatenated X.509 certificates in Base64 encoded DER format. Each certificate # must start with -----BEGIN CERTIFICATE----- and end with -----END # CERTIFICATE-----.caCerts: String}