action adobe_get_keystore { label: "getKeystore" provider: adobe method: GET path: "/{intermediatePath}/{authorizableId}/keystore/store.p12" encoding: json input: { type: "object" properties: { authorizableId: { type: "string" } intermediatePath: { type: "string" } } required: ["authorizableId", "intermediatePath"] additionalProperties: false } output: { type: "object" additionalProperties: true } }