action windows_certificate_list { label: "Lists all of the certificates that have been added to the specified account." provider: windows method: GET path: "/certificates" encoding: json input: { type: "object" properties: { "$filter": { type: "string" } "$select": { type: "string" } "api-version": { type: "string" } "client-request-id": { type: "string" } maxresults: { 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 } }