action windows_certificate_add { label: "Adds a certificate to the specified account." provider: windows method: POST path: "/certificates" encoding: json input: { type: "object" properties: { "api-version": { type: "string" } "client-request-id": { type: "string" } "ocp-date": { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version"] additionalProperties: false } output: { type: "object" additionalProperties: true } }