action adobe_post_truststore { label: "postTruststore" provider: adobe method: POST path: "/libs/granite/security/post/truststore" encoding: json input: { type: "object" properties: { ":operation": { type: "string" } keyStoreType: { type: "string" } newPassword: { type: "string" } rePassword: { type: "string" } removeAlias: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }