DecryptedBotRunner
Plaintext payload returned by decryptBotRunnerConfigOnce.
type DecryptedBotRunner {
id: ID!
config: Map!
}
Fields
DecryptedBotRunner.id ● ID! non-null scalar
DecryptedBotRunner.config ● Map! non-null scalar
Decrypted config map. Path-based: only the runner.SecretConfigPaths leaves are guaranteed plaintext.
Returned By
decryptBotRunnerConfigOnce mutation