mutation encryptKeytabFile ( $accountId:ID! $encryptKeytabFileInput:EncryptKeytabFileInput!) {
	encryptKeytabFile ( accountId:$accountId input:$encryptKeytabFileInput ) {
		encryptedFile
	}	
}