CreateSshCredentialsInput
No description
input CreateSshCredentialsInput {
purposeId: ID!
shared: Boolean
canDecrypt: Boolean
hostname: String
port: Int
username: String
password: String
identity: String
identityPassphrase: String
config: [PropertyInput!]
}